Fri, 25 Sep 2009 09:21:47 +0200 |
Pawel Solyga |
Style fix in soc.views.models.request module.
|
file |
diff |
annotate
|
Mon, 10 Aug 2009 16:58:51 -0700 |
Lennard de Rijk |
Updated several page titles to contain more information.
|
file |
diff |
annotate
|
Wed, 27 May 2009 02:09:38 +0200 |
Pawel Solyga |
Some more pylint fixes in different Melange modules.
|
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, 20 Mar 2009 11:49:12 +0000 |
Lennard de Rijk |
Fixed redirect after creating/rejecting a request/invite.
|
file |
diff |
annotate
|
Thu, 19 Mar 2009 08:53:52 +0000 |
Lennard de Rijk |
Minor whitespace fix.
|
file |
diff |
annotate
|
Fri, 06 Mar 2009 15:23:22 +0000 |
Lennard de Rijk |
Added created_on DateTime property to request.
|
file |
diff |
annotate
|
Wed, 04 Mar 2009 22:24:45 +0000 |
Lennard de Rijk |
Updated list to use the new order in getForFields.
|
file |
diff |
annotate
|
Wed, 04 Mar 2009 18:19:00 +0000 |
Pawel Solyga |
Remove unused imports and fix too long lines in soc.views.models.request module.
|
file |
diff |
annotate
|
Mon, 02 Mar 2009 20:32:59 +0000 |
Sverre Rabbelier |
Display a notice if the entity cannot be deleted
|
file |
diff |
annotate
|
Sun, 01 Mar 2009 20:20:47 +0000 |
Sverre Rabbelier |
Make use of decorators.view for all views
|
file |
diff |
annotate
|
Sat, 21 Feb 2009 15:59:07 +0000 |
Sverre Rabbelier |
Rename dynafields to dynaproperties
|
file |
diff |
annotate
|
Sun, 15 Feb 2009 20:26:15 +0000 |
Sverre Rabbelier |
Prepare all views for a new modular approach to JS loading
|
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 23:18:39 +0000 |
Sverre Rabbelier |
Partially reverted "Update the copyright notice for 2009."
|
file |
diff |
annotate
|
Fri, 13 Feb 2009 22:36:45 +0000 |
Sverre Rabbelier |
Update the copyright notice for 2009.
|
file |
diff |
annotate
|
Thu, 05 Feb 2009 23:49:46 +0000 |
Sverre Rabbelier |
Refactored the picker so that it is more generic
|
file |
diff |
annotate
|
Mon, 02 Feb 2009 15:04:04 +0000 |
Lennard de Rijk |
Calling getForCurrentAccount where necessary.
|
file |
diff |
annotate
|
Fri, 30 Jan 2009 17:38:28 +0000 |
Lennard de Rijk |
Renamed state to status where appropriate.
|
file |
diff |
annotate
|
Fri, 30 Jan 2009 17:23:19 +0000 |
Lennard de Rijk |
Requests can now not be created when you already have a similar request or already have the role the request is for.
|
file |
diff |
annotate
|
Fri, 30 Jan 2009 11:15:26 +0000 |
Lennard de Rijk |
Changed status in group app model to state.
|
file |
diff |
annotate
|
Wed, 28 Jan 2009 11:24:34 +0000 |
Pawel Solyga |
Style fixes in soc.views.models modules.
|
file |
diff |
annotate
|
Tue, 27 Jan 2009 13:36:45 +0000 |
Sverre Rabbelier |
Fold checkAgreesToSiteToS into checkIsUser
|
file |
diff |
annotate
|
Tue, 27 Jan 2009 12:47:28 +0000 |
Lennard de Rijk |
Removed unused URL pattern in soc/views/models/request.py.
|
file |
diff |
annotate
|
Tue, 27 Jan 2009 11:17:18 +0000 |
Sverre Rabbelier |
Fixed two access related bugs
|
file |
diff |
annotate
|
Mon, 26 Jan 2009 23:32:10 +0000 |
Sverre Rabbelier |
Major refactor of the access module
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 16:25:17 +0000 |
Sverre Rabbelier |
Rename ModelProperties to EntityProperties
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 15:01:55 +0000 |
Lennard de Rijk |
Changed the title for the process_request webpage.
|
file |
diff |
annotate
|
Sat, 24 Jan 2009 23:56:34 +0000 |
Sverre Rabbelier |
Use ugettext instead of ugettext_lazy
|
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 11:24:45 +0000 |
Pawel Solyga |
Remove extra blank lines in soc.views.models.request module.
|
file |
diff |
annotate
|
Sat, 24 Jan 2009 11:12:07 +0000 |
Pawel Solyga |
Rename processInvite view variable to process_invite to comply to our style guide. Remove some not needed whitespaces. Fix listSelf method parameters docstring in soc.views.models.request 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 23:42:07 +0000 |
Lennard de Rijk |
Changed the access checks to comply with state in request.
|
file |
diff |
annotate
|
Fri, 23 Jan 2009 17:41:30 +0000 |
Lennard de Rijk |
Renamed redirect methods to comply with the rest of the module.
|
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 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 21:41:36 +0000 |
Todd Larsen |
Tighten more checkIsUser() access to checkAgreesToSiteToS() instead.
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 16:12:48 +0000 |
Sverre Rabbelier |
Make use of the new decorators in all applicable views
|
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
|
Tue, 20 Jan 2009 00:11:21 +0000 |
Sverre Rabbelier |
Fixed whitespace damage
|
file |
diff |
annotate
|
Sat, 10 Jan 2009 18:17:16 +0000 |
Sverre Rabbelier |
Construct names automatically from base name.
|
file |
diff |
annotate
|
Thu, 11 Dec 2008 20:54:22 +0000 |
Sverre Rabbelier |
Make it possible to invite another Host as Host
|
file |
diff |
annotate
|
Sun, 07 Dec 2008 19:02:41 +0000 |
Sverre Rabbelier |
Add explicit access_types from the url
|
file |
diff |
annotate
|
Wed, 03 Dec 2008 23:49:10 +0000 |
Sverre Rabbelier |
Make use of the new generic key_name by lookup up scope_path
|
file |
diff |
annotate
|
Wed, 03 Dec 2008 21:27:01 +0000 |
Sverre Rabbelier |
Cleanups in the views module
|
file |
diff |
annotate
|
Tue, 02 Dec 2008 22:03:46 +0000 |
Sverre Rabbelier |
Remove the logic parameter from getListContent
|
file |
diff |
annotate
|
Tue, 02 Dec 2008 17:14:18 +0000 |
Pawel Solyga |
Remove cyclic imports by moving response method of out_of_band.Error class to soc.views.helper.responses module as errorResponse function. Apply changes to affected files.
|
file |
diff |
annotate
|
Sun, 30 Nov 2008 17:06:32 +0000 |
Pawel Solyga |
Add missing dots and fix too long line in soc.views.helper.dynaform module. Remove unused imports in soc.views.models.document module. Fix too long lines. Add missing docstring for Meta classes.
|
file |
diff |
annotate
|
Sun, 30 Nov 2008 16:39:18 +0000 |
Pawel Solyga |
Fix too long lines in soc.views.models.request, remove unused imports and change pending requests list description. Remove unused imports from soc.logic.path_link_name module.
|
file |
diff |
annotate
|
Sat, 29 Nov 2008 23:51:24 +0000 |
Lennard de Rijk |
Put the redirects in the views/helper/redirects.py module.
|
file |
diff |
annotate
|
Sat, 29 Nov 2008 22:36:51 +0000 |
Lennard de Rijk |
Added invitation received message upon creating a new invite.
|
file |
diff |
annotate
|
Sat, 29 Nov 2008 19:00:03 +0000 |
Sverre Rabbelier |
Moved checkAccess and getCleanedFields into access and forms
|
file |
diff |
annotate
|
Sat, 29 Nov 2008 00:12:16 +0000 |
Sverre Rabbelier |
Made _logic a param
|
file |
diff |
annotate
|
Tue, 25 Nov 2008 23:16:32 +0000 |
Sverre Rabbelier |
Fixed some access related bugs
|
file |
diff |
annotate
|
Tue, 25 Nov 2008 17:19:37 +0000 |
Sverre Rabbelier |
Make the sidebar dynamic depending on the user's rights
|
file |
diff |
annotate
|
Sat, 22 Nov 2008 23:08:26 +0000 |
Sverre Rabbelier |
Made list pagination part of Lists
|
file |
diff |
annotate
|
Sat, 22 Nov 2008 22:45:14 +0000 |
Pawel Solyga |
Remove inheritance_line from Form meta class excludes in all currently used forms.
|
file |
diff |
annotate
|
Sat, 22 Nov 2008 20:10:43 +0000 |
Sverre Rabbelier |
Made Request use the new link_id and scope_path
|
file |
diff |
annotate
|
Sat, 22 Nov 2008 18:58:32 +0000 |
Lennard de Rijk |
Added a requests overview using the new multi-list page.
|
file |
diff |
annotate
|