app/soc/views/site/user/profile.py
2008-10-22 Pawel Solyga Inherit from BaseForm in all forms instead of from DbModelForm. This change doesn't include changes to templates and usage of as_table everywhere (work in progress).
2008-10-19 Pawel Solyga Fix identions, too long lines, unused imports and some other mistakes.
2008-10-18 Todd Larsen Add the Page object to the context of each view. Update templates to make
2008-10-16 Pawel Solyga Create decorators module in view/helper and add view decorator that catches exceptions like DeadlineExceededError, MemoryError, AssertionError (this code is being moved from respond function). Add view decorator to all view functions. In addition remove not needed imports from all affected files and fix too long lines.
2008-10-16 Pawel Solyga Make page argument required for errorResponse and requestLogin functions in simple.py and update affected files. Some keyword argument changes to in user/profile.py. All the changes are based on comments to r817.
2008-10-16 Pawel Solyga Add page=None parameter to all views. Information from page argument (which is soc.logic.site.page.Page object) is going to be used later in views code and for some context values. Fix some indentions in __doc__ strings. Add proper __doc__ string for all() function in sponsor/list.py module.
2008-10-16 Pawel Solyga Change name of getUserFromLinkNameOrDie function to getUserFromLinkNameOr404 and apply changes to affected files.
2008-10-14 Pawel Solyga Fix bug that caused Lookup user by User Account not to work properly. Basically wrong parameter to models.user.logic.getFromFields().
2008-10-14 Pawel Solyga Add deleted in r732 (don't know why) functionality that displays custom Error page when linkname in Developer User Profile url doesn't exist (/site/user/profile/<not_existing_linkname>).
2008-10-14 Pawel Solyga Fix some defects for lookup user view. More information about the patch can be found under the link below.
2008-10-14 Pawel Solyga Add missing import in soc/views/site/sponsor/list.py which caused exception when app was deployed and first site you visited was "List Site Sponsors". Update files according to recent django update and django backwards incompatibility (for example newforms is changed to forms).
2008-10-14 Pawel Solyga Some indentations fixes. Changed all the email=id function arguments to email=id.email().
2008-10-13 Pawel Solyga Remove spaces between dict key name and colon. Fix some typos based on comments http://code.google.com/p/soc/source/detail?r=739.
2008-10-13 Pawel Solyga Add missing blank lines between imports and sort all of the imports.
2008-10-12 Sverre Rabbelier Dictionaries need String values for keys
2008-10-12 Sverre Rabbelier Made the existing code use the new soc.logic.models
2008-10-12 Sverre Rabbelier Minor style and import fixes
2008-10-12 Sverre Rabbelier Moved soc/logic/helper/access to soc/views/helper/access
2008-10-12 Sverre Rabbelier Refactor nearly all the soc.logic code to use the Base class
2008-10-12 Sverre Rabbelier Replace almost all occurences of linkname with link_name
2008-10-09 Sverre Rabbelier Refactor existing code to use the new access module
2008-10-09 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.
2008-10-03 Todd Larsen Move helpers/forms_helpers.py to helper/forms.py.
2008-10-03 Todd Larsen Move helpers/response_helpers.py to helper/responses.py.
2008-10-03 Todd Larsen Move helpers/request.py to helper/requests.py to avoid conflict with common
2008-10-03 Todd Larsen Move helpers/list.py to helper/lists.py to avoid conflict with built-in type
2008-10-03 Todd Larsen Replace soc/views/helpers/request_helpers with soc/views/helpers/request.py
2008-10-03 Todd Larsen Move soc/views/helpers/list_helpers.py to soc/views/helpers/list.py and change
2008-10-02 Todd Larsen Factor out an isIdAvailable() function from EditForm.clean_id() in
2008-10-02 Todd Larsen Fix typo in recent validate.py changes (r682).
less more (0) -30 tip