Thu, 23 Jul 2009 14:43:20 +0200 |
Lennard de Rijk |
Use role_name to register the Role with the Group View.
|
file |
diff |
annotate
|
Mon, 13 Apr 2009 15:31:39 +0000 |
Sverre Rabbelier |
Do not rely on dicts.merge to change target
|
file |
diff |
annotate
|
Fri, 27 Mar 2009 11:16:35 +0000 |
Lennard de Rijk |
Clarified docstring in access.py and changed edit access checks for role views.
|
file |
diff |
annotate
|
Fri, 27 Mar 2009 09:51:25 +0000 |
Lennard de Rijk |
Added missing access checks to various roles.
|
file |
diff |
annotate
|
Fri, 20 Mar 2009 18:53:37 +0000 |
Lennard de Rijk |
Moved canResign check to role logic so subclasses can override.
|
file |
diff |
annotate
|
Sat, 07 Mar 2009 22:14:04 +0000 |
Lennard de Rijk |
Important roles can now not resign if they are the last in their group.
|
file |
diff |
annotate
|
Wed, 04 Mar 2009 21:23:42 +0000 |
Pawel Solyga |
Fix too long lines soc.views.models.club_admin, club_app and club_member modules.
|
file |
diff |
annotate
|
Sun, 01 Mar 2009 20:20:47 +0000 |
Sverre Rabbelier |
Make use of decorators.view for all views
|
file |
diff |
annotate
|
Sun, 01 Mar 2009 20:19:22 +0000 |
Sverre Rabbelier |
Added decorators
|
file |
diff |
annotate
|
Sat, 21 Feb 2009 15:59:07 +0000 |
Sverre Rabbelier |
Rename dynafields to dynaproperties
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 20:34:01 +0000 |
Lennard de Rijk |
Role overview membership is now determined by setting show_in_roles_overview param to true in the view.
|
file |
diff |
annotate
|
Sun, 15 Feb 2009 14:58:03 +0000 |
Sverre Rabbelier |
Hook up the admin view everywhere
|
file |
diff |
annotate
|
Fri, 13 Feb 2009 22:36:45 +0000 |
Sverre Rabbelier |
Update the copyright notice for 2009.
|
file |
diff |
annotate
|
Sat, 07 Feb 2009 22:49:51 +0000 |
Sverre Rabbelier |
Rename checkHasActiveRole to checkHasActiveRoleForScope
|
file |
diff |
annotate
|
Tue, 03 Feb 2009 15:18:40 +0000 |
Lennard de Rijk |
Renamed checkHasRole to checkHasActiveRole.
|
file |
diff |
annotate
|
Mon, 02 Feb 2009 16:03:21 +0000 |
Sverre Rabbelier |
Use .logic in checkIsAllowedToManageRole at the caller
|
file |
diff |
annotate
|
Sun, 01 Feb 2009 20:44:47 +0000 |
Sverre Rabbelier |
Cleaned up access.py
|
file |
diff |
annotate
|
Sat, 31 Jan 2009 16:03:14 +0000 |
Lennard de Rijk |
Moved create_extra_dynafields from club_admin and member to role.
|
file |
diff |
annotate
|
Fri, 30 Jan 2009 09:31:56 +0000 |
Lennard de Rijk |
Added agreed_to_tos_on field in user and role model.
|
file |
diff |
annotate
|
Thu, 29 Jan 2009 18:13:21 +0000 |
Lennard de Rijk |
Added manage view for Club Admins, Club Members and Hosts.
|
file |
diff |
annotate
|
Wed, 28 Jan 2009 02:28:52 +0000 |
Sverre Rabbelier |
Add grouping to the existing views
|
file |
diff |
annotate
|
Wed, 28 Jan 2009 02:25:51 +0000 |
Sverre Rabbelier |
Bugfixes after recent refactoring
|
file |
diff |
annotate
|
Mon, 26 Jan 2009 23:32:10 +0000 |
Sverre Rabbelier |
Major refactor of the access module
|
file |
diff |
annotate
|
Mon, 26 Jan 2009 09:44:00 +0000 |
Lennard de Rijk |
Implemented the listing of all the roles in for a specific group.
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 16:50:24 +0000 |
Lennard de Rijk |
Added two needed redirects in role.py.
|
file |
diff |
annotate
|
Sat, 24 Jan 2009 20:51:51 +0000 |
Lennard de Rijk |
Fixed a bug in _editPost for club_admin and host.
|
file |
diff |
annotate
|
Sat, 24 Jan 2009 17:07:26 +0000 |
Lennard de Rijk |
Parameterized patterns in role.py.
|
file |
diff |
annotate
|
Sat, 24 Jan 2009 16:39:34 +0000 |
Lennard de Rijk |
Added request creation and processing to role.py.
|
file |
diff |
annotate
|
Sat, 24 Jan 2009 12:51:47 +0000 |
Pawel Solyga |
Fix some missing dots in access and club_admin modules.
|
file |
diff |
annotate
|
Sat, 24 Jan 2009 11:24:07 +0000 |
Pawel Solyga |
Rename acceptInvite view variable to accept_invite to comply to our style guide. Remove unused imports. Add missing blank lines in soc.views.models.club_admin module.
|
file |
diff |
annotate
|
Sat, 24 Jan 2009 10:19:17 +0000 |
Lennard de Rijk |
Refactored invite system from club_admin to role to make the system work with host as well.
|
file |
diff |
annotate
|
Fri, 23 Jan 2009 21:18:39 +0000 |
Sverre Rabbelier |
Add a 'pick' view to the appropriate views
|
file |
diff |
annotate
|
Fri, 23 Jan 2009 17:07:54 +0000 |
Lennard de Rijk |
Replaced the boolean properties in soc/models/request.py with a state property.
|
file |
diff |
annotate
|
Fri, 23 Jan 2009 16:23:01 +0000 |
Lennard de Rijk |
Removed club property from club_admin model.
|
file |
diff |
annotate
|
Fri, 23 Jan 2009 12:00:48 +0000 |
Lennard de Rijk |
Added the new way to process invites for club_admin only.
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 00:27:39 +0000 |
Todd Larsen |
Add an export() view, and implement it as text/text for Document.
|
file |
diff |
annotate
|
Sat, 10 Jan 2009 18:18:10 +0000 |
Sverre Rabbelier |
Added Club Admin model, logic, and view
|
file |
diff |
annotate
|