app/soc/views/models/user.py
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