Sun, 12 Oct 2008 18:30:37 +0000 |
Sverre Rabbelier |
Made the existing code use the new soc.logic.models
|
file |
diff |
annotate
|
Sun, 12 Oct 2008 15:52:19 +0000 |
Sverre Rabbelier |
Minor style and import fixes
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sun, 12 Oct 2008 00:12:53 +0000 |
Sverre Rabbelier |
Refactor nearly all the soc.logic code to use the Base class
|
file |
diff |
annotate
|
Fri, 03 Oct 2008 01:32:34 +0000 |
Todd Larsen |
Make findNearestUsers() code in soc/logic/site/id_user.py more generic and
|
file |
diff |
annotate
|
Thu, 02 Oct 2008 20:22:15 +0000 |
Todd Larsen |
Factor out an isIdAvailable() function from EditForm.clean_id() in
|
file |
diff |
annotate
|
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).
|
file |
diff |
annotate
|
Wed, 01 Oct 2008 02:13:54 +0000 |
Todd Larsen |
Fix typo in findNearestUsersOffset() __doc__ string missed in r661.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 25 Sep 2008 17:17:11 +0000 |
Todd Larsen |
A key_name controller module to collect all of the name...() functions that
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Thu, 18 Sep 2008 23:07:06 +0000 |
Pawel Solyga |
Fixed too long lines and deleted unused imports in id_user.py.
|
file |
diff |
annotate
|
Thu, 18 Sep 2008 22:11:56 +0000 |
Pawel Solyga |
Documentation updates and one typo fix.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Fri, 12 Sep 2008 20:36:17 +0000 |
Todd Larsen |
Improve the __doc__ string of isIdDeveloper() to explain better how it now
|
file |
diff |
annotate
|
Fri, 12 Sep 2008 20:31:56 +0000 |
Todd Larsen |
Make isIdDeveloper() also able to check an is_developer Boolean property in
|
file |
diff |
annotate
|
Fri, 12 Sep 2008 19:01:44 +0000 |
Todd Larsen |
Replace checkLinkNameForId() with isLinkNameAvailableForId(), and implement
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Fri, 12 Sep 2008 02:12:38 +0000 |
Todd Larsen |
...
|
file |
diff |
annotate
|
Thu, 28 Aug 2008 21:15:39 +0000 |
Todd Larsen |
Consolidate functions dealing with Google Accounts and look-up of User entities
|
file |
diff |
annotate
|