app/soc/views/models/role.py
2009-01-30 Lennard de Rijk Changed status in group app model to state.
2009-01-30 Lennard de Rijk Added agreed_to_tos_on field in user and role model.
2009-01-29 Lennard de Rijk Added manage view for Club Admins, Club Members and Hosts.
2009-01-25 Lennard de Rijk Added two needed redirects in role.py.
2009-01-25 Sverre Rabbelier Rename ModelProperties to EntityProperties
2009-01-25 Lennard de Rijk Moved getGroupEntityFromScopePath to logic/models/role.py.
2009-01-24 Sverre Rabbelier Use ugettext instead of ugettext_lazy
2009-01-24 Lennard de Rijk Coding style fix in views/models/role.py.
2009-01-24 Lennard de Rijk Parameterized patterns in role.py.
2009-01-24 Lennard de Rijk Added request creation and processing to role.py.
2009-01-24 Pawel Solyga Some style guide fixes, docstring fixes and removal of unused imports in different modules. Rename acceptInvite view variable to accept_invite in soc.views.models.host module to comply to our style guide.
2009-01-24 Pawel Solyga Rename acceptInvite view variable to accept_invite to comply to our style guide. Remove unused imports. Add missing blank lines in soc.views.models.club_admin module.
2009-01-24 Lennard de Rijk Refactored invite system from club_admin to role to make the system work with host as well.
2009-01-22 Pawel Solyga Remove unused decorators import from soc.views.models.role module.
2009-01-21 Sverre Rabbelier Make use of the new decorators in all applicable views
2009-01-21 Todd Larsen Add an export() view, and implement it as text/text for Document.
2009-01-20 Pawel Solyga Add missing blank line in soc.views.helper.params module. Fix docstring typo in soc.views.models.role module. Add missing dots at the end of sentences in soc.logic.cleaning and soc.view.models.user_self modules.
2008-12-15 Pawel Solyga Remove unused imports and variables in different soc.views.models modules.
2008-12-07 Sverre Rabbelier Add explicit access_types from the url
2008-12-07 Sverre Rabbelier Some cleanups in role.py and site.py and create()
2008-12-05 Pawel Solyga Some style and typo fixes in different modules.
2008-12-04 Sverre Rabbelier Make base.View.create lookup the scope if appropriate
2008-12-03 Sverre Rabbelier Introduced django_extra_patterns
2008-12-03 Sverre Rabbelier Rename role.RoleView to role.View
2008-12-03 Sverre Rabbelier Cleanups in the views module
2008-12-02 Sverre Rabbelier Fixed the 'New Host' link
2008-12-02 Sverre Rabbelier Remove the logic parameter from getListContent
2008-12-02 Sverre Rabbelier Swap order of merged params to fix sponsor select view
2008-12-02 Pawel Solyga Remove cyclic imports by moving response method of out_of_band.Error class to soc.views.helper.responses module as errorResponse function. Apply changes to affected files.
2008-11-30 Pawel Solyga Remove unused imports in soc.views.models role, host and site modules. Add missing parameter in getDjangoURLPatters method.
2008-11-29 Lennard de Rijk Put the redirects in the views/helper/redirects.py module.
2008-11-29 Sverre Rabbelier Fixed requests not working anymore
2008-11-22 Sverre Rabbelier Made list pagination part of Lists
2008-11-22 Pawel Solyga Remove inheritance_line from Form meta class excludes in all currently used forms.
2008-11-22 Sverre Rabbelier Requests are almost working now
2008-11-22 Todd Larsen Merge soc/logic/out_of_band.py into soc/views/out_of_band.py. Merge
2008-11-22 Todd Larsen Remove redundant dicts for URL patterns and sidebar menu text, and use the
2008-11-21 Todd Larsen Make it more obvious that a format string constant is a format string by
2008-11-20 Pawel Solyga Some indention and too long lines fixes in soc.views.models.
2008-11-20 Sverre Rabbelier Minor improvements to roles page
2008-11-20 Sverre Rabbelier Split a too long line
2008-11-20 Lennard de Rijk Changes the list template to use an instruction_text property that sets the text above the list. This makes the create_invite template unneeded. The instruction_text comes in handy when defining special lists.
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 Replace old page parameter doc string description with new one for page_name.
2008-11-17 Pawel Solyga Fix missing dots in doc strings and some other doc string corrections.
2008-11-16 Sverre Rabbelier Added basic 'invite' functionality
less more (0) tip