app/soc/views/sponsor/profile.py
Mon, 17 Nov 2008 10:36:35 +0000 Pawel Solyga Fix missing dots in doc strings and some other doc string corrections.
Sat, 15 Nov 2008 16:17:11 +0000 Sverre Rabbelier Factor out direct use of the page object
Sat, 18 Oct 2008 01:47:02 +0000 Todd Larsen Add the Page object to the context of each view. Update templates to make
Fri, 17 Oct 2008 13:57:54 +0000 Pawel Solyga Replace GROUP_TYPE_PLURAL and GROUP_TYPE_SHORT constants in Group models with more generic TYPE_NAME, TYPE_NAME_SHORT, TYPE_NAME_PLURAL names and apply changes in affected files. Use ugettext_lazy for TYPE_NAME and TYPE_NAME_PLURAL constants. This approach is similar to the upcoming refactor of views.
Thu, 16 Oct 2008 23:31:57 +0000 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.
Thu, 16 Oct 2008 17:34:10 +0000 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.
Thu, 16 Oct 2008 17:30:58 +0000 Sverre Rabbelier Rename 'group' to 'entity' in the Django templates
Thu, 16 Oct 2008 15:22:41 +0000 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.
Mon, 13 Oct 2008 21:54:51 +0000 Pawel Solyga Add missing blank lines between imports and sort all of the imports.
Sun, 12 Oct 2008 18:30:37 +0000 Sverre Rabbelier Made the existing code use the new soc.logic.models
Sun, 12 Oct 2008 00:08:54 +0000 Sverre Rabbelier Replace almost all occurences of linkname with link_name
Fri, 03 Oct 2008 23:17:49 +0000 Todd Larsen Move helpers/response_helpers.py to helper/responses.py.
Fri, 03 Oct 2008 23:01:49 +0000 Todd Larsen Move helpers/template_helpers.py to helper/templates.py.
Wed, 01 Oct 2008 22:19:22 +0000 Pawel Solyga Add basic Sponsors List, Create New Sponsor, Sponsor Public Profile views. Change all properties in Group model as required for now. Remaining TODO: write validation functions for Sponsor edit and create form fields that need additional validation (like address, phone number format).
less more (0) tip