app/soc/logic/site/id_user.py
2008-10-03 Todd Larsen Make findNearestUsers() code in soc/logic/site/id_user.py more generic and
2008-10-02 Todd Larsen Factor out an isIdAvailable() function from EditForm.clean_id() in
2008-10-01 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).
2008-10-01 Todd Larsen Fix typo in findNearestUsersOffset() __doc__ string missed in r661.
2008-10-01 Todd Larsen Show link to /site/user/list on /site/user/lookup when User is not found.
2008-10-01 Todd Larsen Use the LINKNAME_PATTERN from its new home in key_name.py. Also, add some
2008-09-25 Todd Larsen A key_name controller module to collect all of the name...() functions that
2008-09-22 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.
2008-09-18 Pawel Solyga Fixed too long lines and deleted unused imports in id_user.py.
2008-09-18 Pawel Solyga Documentation updates and one typo fix.
2008-09-13 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.
2008-09-12 Todd Larsen Improve the __doc__ string of isIdDeveloper() to explain better how it now
2008-09-12 Todd Larsen Make isIdDeveloper() also able to check an is_developer Boolean property in
2008-09-12 Todd Larsen Replace checkLinkNameForId() with isLinkNameAvailableForId(), and implement
2008-09-12 Pawel Solyga Fixed one typo in response_helpers which caused is_admin context variable not to work correctly.
2008-09-12 Todd Larsen ...
2008-08-28 Todd Larsen Consolidate functions dealing with Google Accounts and look-up of User entities
less more (0) tip