app/soc/views/models/user.py
2009-04-03 Pawel Solyga Style fixes and removal of unused imports in soc.views.models.
2009-03-19 Lennard de Rijk Explicitly added access check for public profile page view.
2009-03-14 Sverre Rabbelier Added a list of developers to the User menu
2009-03-11 Sverre Rabbelier Allow for query caching in pick
2009-03-01 Sverre Rabbelier Make use of decorators.view for all views
2009-03-01 Sverre Rabbelier Added decorators
2009-02-24 Sverre Rabbelier Make all default URLS customizable
2009-02-21 Sverre Rabbelier Rename dynafields to dynaproperties
2009-02-15 Sverre Rabbelier Hook up the admin view 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 Probably fixed a bug on the live instance.
2009-02-02 Pawel Solyga Style fixes in soc.views.models.user module.
2009-02-01 Lennard de Rijk Fixes an error occurring when editing a User as Developer when the ToS have been signed.
2009-02-01 Lennard de Rijk Added status property to the user model.
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 Renamed _getToSExampleText to getToSExampleText in soc/views/models/user.py.
2009-01-28 Pawel Solyga Style fixes in soc.views.models modules.
2009-01-27 Lennard de Rijk soc/views/models/user.py now uses dynaform and appropriate cleaning methods.
2009-01-23 Sverre Rabbelier Add a 'pick' view to the appropriate views
2009-01-21 Todd Larsen Move getToSLink() to soc.views.helper.redirects.getToSRedirect().
2009-01-21 Todd Larsen Add an export() view, and implement it as text/text for Document.
2009-01-20 Todd Larsen Set agrees_to_tos example text to link to site-wide ToS (or a warning message).
2009-01-14 Todd Larsen Display state (but dis-allow edits) of User's agrees_to_tos boolean Property.
2009-01-10 Sverre Rabbelier Construct names automatically from base name.
2008-12-15 Pawel Solyga Remove unused imports and variables in different soc.views.models modules.
2008-12-03 Sverre Rabbelier Make use of the new generic key_name by lookup up scope_path
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-11-30 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.
2008-11-30 Pawel Solyga Remove unused imports in soc.views.models.user and soc.views.models.sponsor modules.
2008-11-29 Sverre Rabbelier Made _logic a param
2008-11-26 Sverre Rabbelier Created a seperate module for editSelf things
2008-11-25 Sverre Rabbelier Fixed some access related bugs
2008-11-25 Sverre Rabbelier Make the sidebar dynamic depending on the user's rights
2008-11-22 Pawel Solyga Remove inheritance_line from Form meta class excludes in all currently used forms.
2008-11-22 Pawel Solyga Add customized User Edit Developer view template with working listing of former accounts.
2008-11-22 Lennard de Rijk Added a requests overview using the new multi-list page.
2008-11-22 Sverre Rabbelier Renamed templates/soc/entity/list/entity_*.html to *.html
2008-11-22 Sverre Rabbelier Make redirect generic using the new Lists object
2008-11-22 Todd Larsen Fix some broken help_text bubbles (they are truncated or not displayed if they
2008-11-22 Todd Larsen Fixed former_accounts detection by supplying the missing error message.
2008-11-22 Todd Larsen Rename the User.public_name Property to simply 'name' (but leave the verbose
2008-11-22 Todd Larsen Merge soc/logic/out_of_band.py into soc/views/out_of_band.py. Merge
2008-11-22 Todd Larsen Remove redundant dicts for URL patterns and sidebar menu text, and use the
2008-11-21 Todd Larsen Make editSelf() work by adding 'inheritance_line' to the list of excluded
2008-11-21 Todd Larsen Replace nick_name and its variants with public_name. Remove the
2008-11-20 Pawel Solyga Some indention and too long lines fixes in soc.views.models.
2008-11-20 Sverre Rabbelier Minor improvements to roles page
2008-11-20 Lennard de Rijk Adds the user's role page. Currently this only has an overview of the user's unhandled requests.
2008-11-20 Sverre Rabbelier Moved the last remnant of soc.views.user.profile to soc.views.models
2008-11-20 Sverre Rabbelier Move saved message to the base class
2008-11-20 Todd Larsen Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
2008-11-20 Sverre Rabbelier Fold the _rights dictionary into params
2008-11-17 Pawel Solyga Add new parameters to views: url_name which is name used in urls (instead of using lower entity names) and module_name which is used for constructing django urls. Append changes to all affected files. Fix some title names. Change urls that included underscores like "site_settings" into urls with slash "site/settings". Plus some other minor fixes.
2008-11-17 Pawel Solyga Replace old page parameter doc string description with new one for page_name.
2008-11-17 Pawel Solyga Fix missing dots in doc strings and some other doc string corrections.
2008-11-16 Sverre Rabbelier Added basic 'invite' functionality
less more (0) -60 tip