Mon, 20 Apr 2009 19:08:47 +0000 |
Lennard de Rijk |
Fixed typo in access module naming.
|
file |
diff |
annotate
|
Mon, 13 Apr 2009 16:31:36 +0000 |
Lennard de Rijk |
Fixes access check for manage view.
|
file |
diff |
annotate
|
Sun, 12 Apr 2009 13:14:03 +0000 |
Sverre Rabbelier |
Do not rely on a backup_admin being set
|
file |
diff |
annotate
|
Sun, 12 Apr 2009 12:31:23 +0000 |
Sverre Rabbelier |
Allow the backup_admin to fill in the org application
|
file |
diff |
annotate
|
Sat, 11 Apr 2009 22:58:19 +0000 |
Sverre Rabbelier |
Use key().id_or_name() instead of key().name()
|
file |
diff |
annotate
|
Fri, 10 Apr 2009 15:24:43 +0000 |
Lennard de Rijk |
Fixed typo in checkStudentProjectHasStatus docstring.
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 12:31:12 +0000 |
Pawel Solyga |
Add pylint: disable-msg=W0706 to soc.views.helper.access module.
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 08:41:58 +0000 |
Lennard de Rijk |
Added 2 new access checks to deal with StudentProjects.
|
file |
diff |
annotate
|
Mon, 06 Apr 2009 22:53:47 +0000 |
Sverre Rabbelier |
Fixed bug introduced by fixing a pylint error
|
file |
diff |
annotate
|
Fri, 03 Apr 2009 17:43:41 +0000 |
Pawel Solyga |
Style fixes, add missing docstring, fix some wrong calls to super classes and removal of unused imports in soc.views.helper.
|
file |
diff |
annotate
|
Mon, 30 Mar 2009 19:46:41 +0000 |
Lennard de Rijk |
Added missing return to manage access check.
|
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
|
Mon, 23 Mar 2009 20:05:00 +0000 |
Lennard de Rijk |
Added check to prevent students from submitting more proposals then allowed by the program settings.
|
file |
diff |
annotate
|
Wed, 18 Mar 2009 16:14:29 +0000 |
Lennard de Rijk |
Added new access method that can check if a given event has taken place already.
|
file |
diff |
annotate
|
Sun, 15 Mar 2009 16:30:53 +0000 |
Sverre Rabbelier |
Allow backup admins to edit org application
|
file |
diff |
annotate
|
Sun, 15 Mar 2009 15:07:38 +0000 |
Sverre Rabbelier |
Verbiage fix in ACL
|
file |
diff |
annotate
|
Fri, 13 Mar 2009 16:56:56 +0000 |
Lennard de Rijk |
Fixed checkIsNotParticipatingInProgramInScope to just query for the given program instead of iterating over a list.
|
file |
diff |
annotate
|
Tue, 10 Mar 2009 12:31:25 +0000 |
Lennard de Rijk |
checkIsApplicationAccepted now properly checks if the application is really from the applying user.
|
file |
diff |
annotate
|
Mon, 09 Mar 2009 16:34:54 +0000 |
Pawel Solyga |
Replace getFromKeyName with getFromKeyNameOr404 where appropriate in soc.views.helper.access module.
|
file |
diff |
annotate
|
Sat, 07 Mar 2009 16:06:30 +0000 |
Lennard de Rijk |
Fixes banned people being able to create a new user entity.
|
file |
diff |
annotate
|
Wed, 04 Mar 2009 17:36:14 +0000 |
Pawel Solyga |
Remove unused imports, style and too long lines fixes, remove unused variables, rename too short variable names, fix docstrings in soc.views.helper.access module.
|
file |
diff |
annotate
|
Tue, 03 Mar 2009 21:49:05 +0000 |
Pawel Solyga |
Fix the KeyError: 'scope_path' error in soc.views.helper.access module.
|
file |
diff |
annotate
|
Sun, 01 Mar 2009 15:13:28 +0000 |
Pawel Solyga |
Fix bug in checkDocumentPick of soc.views.helper.access module, which cause KeyError exceptions in document picker.
|
file |
diff |
annotate
|
Sat, 28 Feb 2009 13:06:04 +0000 |
Lennard de Rijk |
Fixed issue 205.
|
file |
diff |
annotate
|
Sat, 28 Feb 2009 12:59:34 +0000 |
Sverre Rabbelier |
Fixed a comment typo
|
file |
diff |
annotate
|
Sat, 28 Feb 2009 12:32:52 +0000 |
Sverre Rabbelier |
Properly fixed host access now
|
file |
diff |
annotate
|
Sat, 28 Feb 2009 12:10:49 +0000 |
Sverre Rabbelier |
Do not modify django_args directly
|
file |
diff |
annotate
|
Sat, 28 Feb 2009 12:10:19 +0000 |
Sverre Rabbelier |
Fixed a brown paper bag bug in _checkHasActiveRoleFor
|
file |
diff |
annotate
|
Thu, 26 Feb 2009 20:29:09 +0000 |
Lennard de Rijk |
Changed access checks for group applications to allow reviewing of rejected applications.
|
file |
diff |
annotate
|
Thu, 26 Feb 2009 16:59:57 +0000 |
Sverre Rabbelier |
Fixed a bug in student access check
|
file |
diff |
annotate
|