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