app/soc/views/models/user.py
Sat, 22 Nov 2008 13:59:34 +0000 Sverre Rabbelier Make redirect generic using the new Lists object
Sat, 22 Nov 2008 09:49:13 +0000 Todd Larsen Fix some broken help_text bubbles (they are truncated or not displayed if they
Sat, 22 Nov 2008 09:08:29 +0000 Todd Larsen Fixed former_accounts detection by supplying the missing error message.
Sat, 22 Nov 2008 08:55:55 +0000 Todd Larsen Rename the User.public_name Property to simply 'name' (but leave the verbose
Sat, 22 Nov 2008 07:57:00 +0000 Todd Larsen Merge soc/logic/out_of_band.py into soc/views/out_of_band.py. Merge
Sat, 22 Nov 2008 03:13:59 +0000 Todd Larsen Remove redundant dicts for URL patterns and sidebar menu text, and use the
Fri, 21 Nov 2008 08:13:52 +0000 Todd Larsen Make editSelf() work by adding 'inheritance_line' to the list of excluded
Fri, 21 Nov 2008 07:07:55 +0000 Todd Larsen Replace nick_name and its variants with public_name. Remove the
Thu, 20 Nov 2008 23:51:45 +0000 Pawel Solyga Some indention and too long lines fixes in soc.views.models.
Thu, 20 Nov 2008 21:57:25 +0000 Sverre Rabbelier Minor improvements to roles page
Thu, 20 Nov 2008 21:14:37 +0000 Lennard de Rijk Adds the user's role page. Currently this only has an overview of the user's unhandled requests.
Thu, 20 Nov 2008 20:59:10 +0000 Sverre Rabbelier Moved the last remnant of soc.views.user.profile to soc.views.models
Thu, 20 Nov 2008 20:58:46 +0000 Sverre Rabbelier Move saved message to the base class
Thu, 20 Nov 2008 18:50:30 +0000 Todd Larsen Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
Thu, 20 Nov 2008 15:41:14 +0000 Sverre Rabbelier Fold the _rights dictionary into params
Mon, 17 Nov 2008 22:21:02 +0000 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.
Mon, 17 Nov 2008 12:18:09 +0000 Pawel Solyga Replace old page parameter doc string description with new one for page_name.
Mon, 17 Nov 2008 10:36:35 +0000 Pawel Solyga Fix missing dots in doc strings and some other doc string corrections.
Sun, 16 Nov 2008 23:04:48 +0000 Sverre Rabbelier Added basic 'invite' functionality
Sun, 16 Nov 2008 23:03:37 +0000 Sverre Rabbelier Refactored SiteMap to be generic
Sun, 16 Nov 2008 23:02:31 +0000 Sverre Rabbelier Refactor the sidebar to use Django templates
Sun, 16 Nov 2008 22:11:58 +0000 Sverre Rabbelier Fixed redirection after creation to Just Work
Sat, 15 Nov 2008 21:46:23 +0000 Pawel Solyga Fix broken User link_name validations. Changes in r1014 still caused some problems so I came out with new idea to compare User accounts (previously called "id").
Sat, 15 Nov 2008 16:17:11 +0000 Sverre Rabbelier Factor out direct use of the page object
Sat, 15 Nov 2008 03:12:33 +0000 Todd Larsen Attempt to rename User.id to User.account, in preparation for making User be
Thu, 13 Nov 2008 20:46:41 +0000 Pawel Solyga Make sure the user edit form has the complete mail adress in the user account field when opened. Replace confusing id field in form with email field. Editing the email adress of an existing user will still result in an error but that should be fixed soon.
Tue, 11 Nov 2008 19:49:00 +0000 Pawel Solyga Fix broken User link name (it was possible to change link name to one that was already used, validation was not working correctly).
Mon, 10 Nov 2008 22:50:27 +0000 Pawel Solyga In soc.views.models.user module fix too long line. Delete unused email variable, add missing doc and rename self method and global variable to editSelf and edit_self so it's not confused with "self" used in classes and there is no outerscope variable name overwriting anymore.
Mon, 10 Nov 2008 00:42:18 +0000 Sverre Rabbelier Added a generic user page
less more (0) tip