app/soc/views/models/sponsor.py
2008-11-22 Sverre Rabbelier Renamed templates/soc/entity/list/entity_*.html to *.html
2008-11-22 Sverre Rabbelier Make redirect generic using the new Lists object
2008-11-21 Todd Larsen Refactor classes in soc/logic/models to make more use of inheritance. Add
2008-11-21 Todd Larsen Replace HomeSettings with Presence Model class. Replace SiteSettings with
2008-11-20 Sverre Rabbelier Move saved message to the base class
2008-11-20 Todd Larsen Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
2008-11-20 Sverre Rabbelier Fold the _rights dictionary into params
2008-11-17 Pawel Solyga Add new parameters to views: url_name which is name used in urls (instead of using lower entity names) and module_name which is used for constructing django urls. Append changes to all affected files. Fix some title names. Change urls that included underscores like "site_settings" into urls with slash "site/settings". Plus some other minor fixes.
2008-11-17 Pawel Solyga Fix missing dots in doc strings and some other doc string corrections.
2008-11-16 Sverre Rabbelier Refactored SiteMap to be generic
2008-11-16 Sverre Rabbelier Refactor the sidebar to use Django templates
2008-11-16 Sverre Rabbelier Fixed redirection after creation to Just Work
2008-11-15 Todd Larsen Attempt to rename User.id to User.account, in preparation for making User be
2008-11-10 Sverre Rabbelier Minor fix to sponsor missing from the site restructure
2008-11-07 Pawel Solyga Fix not working former_ids. Add support for "Invalid accounts". Now when id from former_ids tries to create a profile "This account is invalid." error message is displayed. Compare emails in lower cases to prevent changing User email to the same email with different character casing (needs some more testing).
2008-11-05 Sverre Rabbelier Major site restructuring, also deleting of many unused or obsolete documents
2008-11-02 Sverre Rabbelier Fixed typo in e-mail address
2008-10-23 Sverre Rabbelier Addressed comments by Pawel and Todd
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-22 Sverre Rabbelier Added a Host profile and generalized some views
2008-10-21 Sverre Rabbelier Incorperated suggestions by Todd
2008-10-20 Sverre Rabbelier Various improvements to the generic View code
2008-10-19 Pawel Solyga Fix identions, too long lines, unused imports and some other mistakes.
2008-10-19 Sverre Rabbelier Addressed comments by Todd on r822
2008-10-16 Sverre Rabbelier Add a framework for generic views
less more (0) tip