2009-02-22 |
Lennard de Rijk |
Fixed params used for list_action and list_description in user_self roles overview.
|
file |
diff |
annotate
|
2009-02-22 |
Sverre Rabbelier |
Don't show empty lists in /user/roles
|
file |
diff |
annotate
|
2009-02-21 |
Sverre Rabbelier |
Rename dynafields to dynaproperties
|
file |
diff |
annotate
|
2009-02-19 |
Sverre Rabbelier |
Wording nitpick fix
|
file |
diff |
annotate
|
2009-02-17 |
Lennard de Rijk |
Role overview membership is now determined by setting show_in_roles_overview param to true in the view.
|
file |
diff |
annotate
|
2009-02-15 |
Sverre Rabbelier |
Rename current 'roles' view to 'request' and add a real roles view
|
file |
diff |
annotate
|
2009-02-14 |
Sverre Rabbelier |
Add a 'list documents' link everywhere
|
file |
diff |
annotate
|
2009-02-13 |
Sverre Rabbelier |
Partially reverted "Update the copyright notice for 2009."
|
file |
diff |
annotate
|
2009-02-13 |
Sverre Rabbelier |
Update the copyright notice for 2009.
|
file |
diff |
annotate
|
2009-02-02 |
Lennard de Rijk |
Calling getForCurrentAccount where necessary.
|
file |
diff |
annotate
|
2009-02-01 |
Lennard de Rijk |
Set the right field type in user_self to overcome confusion.
|
file |
diff |
annotate
|
2009-02-01 |
Lennard de Rijk |
Adding a hidden agreed_to_tos field when the user has signed the ToS.
|
file |
diff |
annotate
|
2009-02-01 |
Lennard de Rijk |
User profile now shows the time on which you signed the ToS.
|
file |
diff |
annotate
|
2009-02-01 |
Lennard de Rijk |
Added status property to the user model.
|
file |
diff |
annotate
|
2009-02-01 |
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
|
2009-01-31 |
Sverre Rabbelier |
Add an 'unread' style and add 'new document' link for user
|
file |
diff |
annotate
|
2009-01-30 |
Lennard de Rijk |
Changed clean_link_id to be in a wrapper form as well.
|
file |
diff |
annotate
|
2009-01-30 |
Lennard de Rijk |
Added agreed_to_tos_on field in user and role model.
|
file |
diff |
annotate
|
2009-01-28 |
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
|
2009-01-28 |
Lennard de Rijk |
Redone the user's profile page.
|
file |
diff |
annotate
|
2009-01-27 |
Sverre Rabbelier |
Cache access checks and disable sidebar caching
|
file |
diff |
annotate
|
2009-01-27 |
Sverre Rabbelier |
Fold checkAgreesToSiteToS into checkIsUser
|
file |
diff |
annotate
|
2009-01-26 |
Sverre Rabbelier |
Major refactor of the access module
|
file |
diff |
annotate
|
2009-01-25 |
Sverre Rabbelier |
Do not pass around request anymore in buildSidebar
|
file |
diff |
annotate
|
2009-01-24 |
Sverre Rabbelier |
Use ugettext instead of ugettext_lazy
|
file |
diff |
annotate
|
2009-01-21 |
Todd Larsen |
Tighten more checkIsUser() access to checkAgreesToSiteToS() instead.
|
file |
diff |
annotate
|
2009-01-21 |
Sverre Rabbelier |
Make use of the new decorators in all applicable views
|
file |
diff |
annotate
|
2009-01-21 |
Todd Larsen |
Add a clean_agrees_to_tos() validator that requires "Yes" if ToS exists.
|
file |
diff |
annotate
|
2009-01-21 |
Todd Larsen |
Add an export() view, and implement it as text/text for Document.
|
file |
diff |
annotate
|
2009-01-20 |
Todd Larsen |
If a site-wide ToS exist, display the User profile "Agrees to ToS" checkbox.
|
file |
diff |
annotate
|
2009-01-20 |
Sverre Rabbelier |
When constructing the sidebar don't overide 'sidebar'
|
file |
diff |
annotate
|
2009-01-20 |
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
|
2009-01-20 |
Sverre Rabbelier |
Add an unread count indication next to the notification link
|
file |
diff |
annotate
|
2009-01-20 |
Sverre Rabbelier |
Use 'from .. import .. as ..' in user_self
|
file |
diff |
annotate
|
2009-01-10 |
Sverre Rabbelier |
Construct names automatically from base name.
|
file |
diff |
annotate
|
2009-01-08 |
Sverre Rabbelier |
Fix login link
|
file |
diff |
annotate
|
2008-12-15 |
Pawel Solyga |
Remove unused imports and variables in different soc.views.models modules.
|
file |
diff |
annotate
|
2008-12-12 |
Lennard de Rijk |
Added Notifications.
|
file |
diff |
annotate
|
2008-12-07 |
Sverre Rabbelier |
Add explicit access_types from the url
|
file |
diff |
annotate
|
2008-12-07 |
Sverre Rabbelier |
Make use of the 'sidebar' param for user_self
|
file |
diff |
annotate
|
2008-12-03 |
Sverre Rabbelier |
Make use of the new generic key_name by lookup up scope_path
|
file |
diff |
annotate
|
2008-12-03 |
Sverre Rabbelier |
Introduced django_extra_patterns
|
file |
diff |
annotate
|
2008-12-03 |
Sverre Rabbelier |
Cleanups in the views module
|
file |
diff |
annotate
|
2008-12-02 |
Lennard de Rijk |
Changed clean_link_id to convert the input to lower characters for user comfort.
|
file |
diff |
annotate
|
2008-12-02 |
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
|
2008-11-30 |
Pawel Solyga |
Add missing import, remove unused import and add missing parameters to methods in soc.views.models.user_self module.
|
file |
diff |
annotate
|
2008-11-29 |
Sverre Rabbelier |
Moved checkAccess and getCleanedFields into access and forms
|
file |
diff |
annotate
|
2008-11-29 |
Sverre Rabbelier |
Move parameter construction into a seperate module
|
file |
diff |
annotate
|
2008-11-29 |
Sverre Rabbelier |
Made _logic a param
|
file |
diff |
annotate
|
2008-11-26 |
Sverre Rabbelier |
Created a seperate module for editSelf things
|
file |
diff |
annotate
| base
|