Sun, 01 Feb 2009 17:14:42 +0000 |
Lennard de Rijk |
Added status property to the user model.
|
file |
diff |
annotate
|
Sun, 01 Feb 2009 13:29:34 +0000 |
Pawel Solyga |
Rename 'Create a new document' links to 'Create a New Document', also rename 'Create a new Program' to 'Create a New Program' in soc.views.models modules.
|
file |
diff |
annotate
|
Sat, 31 Jan 2009 16:16:44 +0000 |
Sverre Rabbelier |
Add an 'unread' style and add 'new document' link for user
|
file |
diff |
annotate
|
Fri, 30 Jan 2009 10:36:23 +0000 |
Lennard de Rijk |
Changed clean_link_id to be in a wrapper form as well.
|
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
|
Wed, 28 Jan 2009 17:31:02 +0000 |
Lennard de Rijk |
Changed the Terms Of Service boolean so that it is None as long as the user owning the account has not Agreed to it.
|
file |
diff |
annotate
|
Wed, 28 Jan 2009 15:43:30 +0000 |
Lennard de Rijk |
Redone the user's profile page.
|
file |
diff |
annotate
|
Tue, 27 Jan 2009 22:59:01 +0000 |
Sverre Rabbelier |
Cache access checks and disable sidebar caching
|
file |
diff |
annotate
|
Tue, 27 Jan 2009 13:36:45 +0000 |
Sverre Rabbelier |
Fold checkAgreesToSiteToS into checkIsUser
|
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 00:04:11 +0000 |
Sverre Rabbelier |
Do not pass around request anymore in buildSidebar
|
file |
diff |
annotate
|
Sat, 24 Jan 2009 23:56:34 +0000 |
Sverre Rabbelier |
Use ugettext instead of ugettext_lazy
|
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 02:14:05 +0000 |
Todd Larsen |
Add a clean_agrees_to_tos() validator that requires "Yes" if ToS exists.
|
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 23:13:03 +0000 |
Todd Larsen |
If a site-wide ToS exist, display the User profile "Agrees to ToS" checkbox.
|
file |
diff |
annotate
|
Tue, 20 Jan 2009 17:41:47 +0000 |
Sverre Rabbelier |
When constructing the sidebar don't overide 'sidebar'
|
file |
diff |
annotate
|
Tue, 20 Jan 2009 16:12:55 +0000 |
Pawel Solyga |
Add missing blank line in soc.views.helper.params module. Fix docstring typo in soc.views.models.role module. Add missing dots at the end of sentences in soc.logic.cleaning and soc.view.models.user_self modules.
|
file |
diff |
annotate
|
Tue, 20 Jan 2009 00:48:49 +0000 |
Sverre Rabbelier |
Add an unread count indication next to the notification link
|
file |
diff |
annotate
|
Tue, 20 Jan 2009 00:48:30 +0000 |
Sverre Rabbelier |
Use 'from .. import .. as ..' in user_self
|
file |
diff |
annotate
|
Sat, 10 Jan 2009 18:17:16 +0000 |
Sverre Rabbelier |
Construct names automatically from base name.
|
file |
diff |
annotate
|
Thu, 08 Jan 2009 21:23:33 +0000 |
Sverre Rabbelier |
Fix login link
|
file |
diff |
annotate
|
Mon, 15 Dec 2008 01:15:32 +0000 |
Pawel Solyga |
Remove unused imports and variables in different soc.views.models modules.
|
file |
diff |
annotate
|
Fri, 12 Dec 2008 23:28:18 +0000 |
Lennard de Rijk |
Added Notifications.
|
file |
diff |
annotate
|
Sun, 07 Dec 2008 19:02:41 +0000 |
Sverre Rabbelier |
Add explicit access_types from the url
|
file |
diff |
annotate
|
Sun, 07 Dec 2008 13:38:53 +0000 |
Sverre Rabbelier |
Make use of the 'sidebar' param for user_self
|
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 23:48:10 +0000 |
Sverre Rabbelier |
Introduced django_extra_patterns
|
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 20:14:14 +0000 |
Lennard de Rijk |
Changed clean_link_id to convert the input to lower characters for user comfort.
|
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:35:05 +0000 |
Pawel Solyga |
Add missing import, remove unused import and add missing parameters to methods in soc.views.models.user_self module.
|
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 18:30:58 +0000 |
Sverre Rabbelier |
Move parameter construction into a seperate module
|
file |
diff |
annotate
|
Sat, 29 Nov 2008 00:12:16 +0000 |
Sverre Rabbelier |
Made _logic a param
|
file |
diff |
annotate
|
Wed, 26 Nov 2008 20:50:56 +0000 |
Sverre Rabbelier |
Created a seperate module for editSelf things
|
file |
diff |
annotate
| base
|