Sun, 12 Oct 2008 15:52:19 +0000 |
Sverre Rabbelier |
Minor style and import fixes
|
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
|
Sun, 12 Oct 2008 00:08:54 +0000 |
Sverre Rabbelier |
Replace almost all occurences of linkname with link_name
|
file |
diff |
annotate
|
Thu, 09 Oct 2008 15:10:51 +0000 |
Pawel Solyga |
Create a submit_buttons block in group edit profile template so that submit buttons can be customized. Replace submit_message usage with new notice block (still work in progress in Lookup User views). Add customized edit profile template for Sponsor with delete button (not used yet, upcoming commit). Add delete Sponsor request handler.
|
file |
diff |
annotate
|
Sat, 04 Oct 2008 04:51:43 +0000 |
Todd Larsen |
Add create() wrapper views that simply call the existing edit() views, to
|
file |
diff |
annotate
|
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 21:59:32 +0000 |
Todd Larsen |
Replace soc/views/helpers/request_helpers with soc/views/helpers/request.py
|
file |
diff |
annotate
|
Wed, 01 Oct 2008 22:02:50 +0000 |
Todd Larsen |
Remove excluded field inheritance_line, since the User model does not inherit
|
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 00:45:30 +0000 |
Todd Larsen |
Hide PolyModel inheritance_line bookkeeping property from the User Profile
|
file |
diff |
annotate
|
Wed, 24 Sep 2008 02:22:12 +0000 |
Todd Larsen |
These changes should have been in r620, but somehow I did not save them, or
|
file |
diff |
annotate
|
Tue, 23 Sep 2008 23:20:23 +0000 |
Todd Larsen |
Split out HTTP request manipulation functions from template_helpers.py, which
|
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
|
Fri, 19 Sep 2008 05:15:20 +0000 |
Todd Larsen |
Add /site/user/profile Developer view for editing arbitrary User entities.
|
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
|
Fri, 29 Aug 2008 04:24:31 +0000 |
Todd Larsen |
Refactor soc/views/user/profile.py to make use of several of the new views
|
file |
diff |
annotate
|
Thu, 28 Aug 2008 22:27:40 +0000 |
Todd Larsen |
Clean up User Model and User profile edit view now that soc.logic.site.id_user
|
file |
diff |
annotate
|
Fri, 22 Aug 2008 13:44:50 +0000 |
Pawel Solyga |
Added public view support (not using controller yet)
|
file |
diff |
annotate
|
Wed, 20 Aug 2008 21:59:00 +0000 |
Pawel Solyga |
User Profile view (without controller yet).
|
file |
diff |
annotate
|
Wed, 20 Aug 2008 00:02:49 +0000 |
Todd Larsen |
Move soc.views.user.profile.profile() to soc.views.user.profile.edit().
|
file |
diff |
annotate
|
Tue, 19 Aug 2008 23:13:24 +0000 |
Pawel Solyga |
Created response helper respond() function that is used to generate base templates and it's child templates (handles sign in/out links, user name etc).
|
file |
diff |
annotate
|