Fri, 03 Oct 2008 23:59:49 +0000 |
Todd Larsen |
Move helpers/forms_helpers.py to helper/forms.py.
|
file |
diff |
annotate
|
Fri, 03 Oct 2008 23:17:49 +0000 |
Todd Larsen |
Move helpers/response_helpers.py to helper/responses.py.
|
file |
diff |
annotate
|
Fri, 03 Oct 2008 22:17:05 +0000 |
Todd Larsen |
Move helpers/request.py to helper/requests.py to avoid conflict with common
|
file |
diff |
annotate
|
Fri, 03 Oct 2008 22:09:32 +0000 |
Todd Larsen |
Move helpers/list.py to helper/lists.py to avoid conflict with built-in type
|
file |
diff |
annotate
|
Fri, 03 Oct 2008 21:59:32 +0000 |
Todd Larsen |
Replace soc/views/helpers/request_helpers with soc/views/helpers/request.py
|
file |
diff |
annotate
|
Fri, 03 Oct 2008 21:41:12 +0000 |
Todd Larsen |
Move soc/views/helpers/list_helpers.py to soc/views/helpers/list.py and change
|
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
|
Thu, 02 Oct 2008 15:36:08 +0000 |
Todd Larsen |
Fix typo in recent validate.py changes (r682).
|
file |
diff |
annotate
|
Wed, 01 Oct 2008 19:21:09 +0000 |
Pawel Solyga |
Replace common module with validate module. Move validation function from feed module to validate module and remove feed.py. Correct any usage of validation functions from common and feed modules into validate module.
|
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:11:56 +0000 |
Todd Larsen |
Show link to /site/user/list on /site/user/lookup when User is not found.
|
file |
diff |
annotate
|
Tue, 30 Sep 2008 16:49:54 +0000 |
Pawel Solyga |
Clean up too long lines in profile.py. Add ReadOnlyInput widget to custom_widgets module, it can be used to display read-only form fields. Display read-only "Id" field in LookUp view if user has been found and in User Edit Developer view.
|
file |
diff |
annotate
|