app/soc/logic/site/id_user.py
Mon, 10 Nov 2008 00:40:39 +0000 Sverre Rabbelier Fixed a typo in id_user
Fri, 07 Nov 2008 22:24:01 +0000 Pawel Solyga Fix not working former_ids. Add support for "Invalid accounts". Now when id from former_ids tries to create a profile "This account is invalid." error message is displayed. Compare emails in lower cases to prevent changing User email to the same email with different character casing (needs some more testing).
Tue, 04 Nov 2008 14:09:37 +0000 Pawel Solyga Fix not working former ids feature of User Profile Developer Edit view. Add missing Error exception class to soc.logic.models.base module.
Sun, 19 Oct 2008 16:17:32 +0000 Pawel Solyga Remove unused imports, fix too long lines and indentions.
Thu, 16 Oct 2008 13:16:46 +0000 Pawel Solyga Change name of getUserFromLinkNameOrDie function to getUserFromLinkNameOr404 and apply changes to affected files.
Tue, 14 Oct 2008 12:02:42 +0000 Pawel Solyga Some indentations fixes. Changed all the email=id function arguments to email=id.email().
Sun, 12 Oct 2008 18:30:37 +0000 Sverre Rabbelier Made the existing code use the new soc.logic.models
Sun, 12 Oct 2008 15:52:19 +0000 Sverre Rabbelier Minor style and import fixes
Sun, 12 Oct 2008 08:43:41 +0000 Pawel Solyga Fix not working isIdDeveloper() function after recent commit. There is still confusion within getFormFields method (email is not id), but this change doesn't address that problem.
Sun, 12 Oct 2008 00:12:53 +0000 Sverre Rabbelier Refactor nearly all the soc.logic code to use the Base class
Fri, 03 Oct 2008 01:32:34 +0000 Todd Larsen Make findNearestUsers() code in soc/logic/site/id_user.py more generic and
Thu, 02 Oct 2008 20:22:15 +0000 Todd Larsen Factor out an isIdAvailable() function from EditForm.clean_id() in
Wed, 01 Oct 2008 14:23:28 +0000 Pawel Solyga Moved isLinkNameFormatValid function out of id_user module to new common module. This function is going to be used by other form validation functions that require to validate linkname (different kind of Groups, Programs etc).
Wed, 01 Oct 2008 02:13:54 +0000 Todd Larsen Fix typo in findNearestUsersOffset() __doc__ string missed in r661.
Wed, 01 Oct 2008 02:11:56 +0000 Todd Larsen Show link to /site/user/list on /site/user/lookup when User is not found.
Wed, 01 Oct 2008 00:43:07 +0000 Todd Larsen Use the LINKNAME_PATTERN from its new home in key_name.py. Also, add some
Thu, 25 Sep 2008 17:17:11 +0000 Todd Larsen A key_name controller module to collect all of the name...() functions that
Mon, 22 Sep 2008 13:42:53 +0000 Pawel Solyga Add support for changing User id (Google Account email) in User Profile Developer view. Now user profile developer edit view includes hidden key_name field. Fix typo in user/profile.py. Show former user ids in lookup and edit User Profile Developer views.
Thu, 18 Sep 2008 23:07:06 +0000 Pawel Solyga Fixed too long lines and deleted unused imports in id_user.py.
Thu, 18 Sep 2008 22:11:56 +0000 Pawel Solyga Documentation updates and one typo fix.
Sat, 13 Sep 2008 22:00:51 +0000 Pawel Solyga Added Melange front page edit view where you can change title, content, feed url. Created SiteSettings and Document models and some logic for them. Added isFeedURLValid function in soc/logic/feed.py. Created some functions for handling datastore updates of different kinds of Models (soc/logic/model.py). Fixed some typos and too long lines of code.
Fri, 12 Sep 2008 20:36:17 +0000 Todd Larsen Improve the __doc__ string of isIdDeveloper() to explain better how it now
Fri, 12 Sep 2008 20:31:56 +0000 Todd Larsen Make isIdDeveloper() also able to check an is_developer Boolean property in
Fri, 12 Sep 2008 19:01:44 +0000 Todd Larsen Replace checkLinkNameForId() with isLinkNameAvailableForId(), and implement
Fri, 12 Sep 2008 16:33:04 +0000 Pawel Solyga Fixed one typo in response_helpers which caused is_admin context variable not to work correctly.
Fri, 12 Sep 2008 02:12:38 +0000 Todd Larsen ...
Thu, 28 Aug 2008 21:15:39 +0000 Todd Larsen Consolidate functions dealing with Google Accounts and look-up of User entities
less more (0) tip