app/soc/views/sponsor/profile.py
2008-10-18 Todd Larsen Add the Page object to the context of each view. Update templates to make
2008-10-17 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.
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 Sverre Rabbelier Rename 'group' to 'entity' in the Django templates
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-13 Pawel Solyga Add missing blank lines between imports and sort all of the imports.
2008-10-12 Sverre Rabbelier Made the existing code use the new soc.logic.models
2008-10-12 Sverre Rabbelier Replace almost all occurences of linkname with link_name
2008-10-03 Todd Larsen Move helpers/response_helpers.py to helper/responses.py.
2008-10-03 Todd Larsen Move helpers/template_helpers.py to helper/templates.py.
2008-10-01 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