2009-03-07 |
Lennard de Rijk |
Important roles can now not resign if they are the last in their group.
|
file |
diff |
annotate
|
2009-03-04 |
Pawel Solyga |
Fix too long lines and remove unused imports in soc.views.models.host module.
|
file |
diff |
annotate
|
2009-03-01 |
Sverre Rabbelier |
Make use of decorators.view for all views
|
file |
diff |
annotate
|
2009-03-01 |
Sverre Rabbelier |
Added decorators
|
file |
diff |
annotate
|
2009-02-21 |
Sverre Rabbelier |
Rename dynafields to dynaproperties
|
file |
diff |
annotate
|
2009-02-17 |
Lennard de Rijk |
Role overview membership is now determined by setting show_in_roles_overview param to true in the view.
|
file |
diff |
annotate
|
2009-02-15 |
Sverre Rabbelier |
Hook up the admin view everywhere
|
file |
diff |
annotate
|
2009-02-13 |
Sverre Rabbelier |
Partially reverted "Update the copyright notice for 2009."
|
file |
diff |
annotate
|
2009-02-13 |
Sverre Rabbelier |
Update the copyright notice for 2009.
|
file |
diff |
annotate
|
2009-02-07 |
Sverre Rabbelier |
Rename checkHasActiveRole to checkHasActiveRoleForScope
|
file |
diff |
annotate
|
2009-02-03 |
Lennard de Rijk |
Renamed checkHasRole to checkHasActiveRole.
|
file |
diff |
annotate
|
2009-02-02 |
Sverre Rabbelier |
Use .logic in checkIsAllowedToManageRole at the caller
|
file |
diff |
annotate
|
2009-02-01 |
Sverre Rabbelier |
Cleaned up access.py
|
file |
diff |
annotate
|
2009-01-30 |
Lennard de Rijk |
Added agreed_to_tos_on field in user and role model.
|
file |
diff |
annotate
|
2009-01-29 |
Lennard de Rijk |
Added manage view for Club Admins, Club Members and Hosts.
|
file |
diff |
annotate
|
2009-01-28 |
Sverre Rabbelier |
Add grouping to the existing views
|
file |
diff |
annotate
|
2009-01-26 |
Sverre Rabbelier |
Major refactor of the access module
|
file |
diff |
annotate
|
2009-01-26 |
Lennard de Rijk |
Implemented the listing of all the roles in for a specific group.
|
file |
diff |
annotate
|
2009-01-25 |
Lennard de Rijk |
Added two needed redirects in role.py.
|
file |
diff |
annotate
|
2009-01-24 |
Lennard de Rijk |
Brown paper bag fix.
|
file |
diff |
annotate
|
2009-01-24 |
Lennard de Rijk |
Fixed a bug in _editPost for club_admin and host.
|
file |
diff |
annotate
|
2009-01-24 |
Lennard de Rijk |
Parameterized patterns in role.py.
|
file |
diff |
annotate
|
2009-01-24 |
Lennard de Rijk |
Added request creation and processing to role.py.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2009-01-24 |
Lennard de Rijk |
Refactored invite system from club_admin to role to make the system work with host as well.
|
file |
diff |
annotate
|
2009-01-23 |
Lennard de Rijk |
Added the new way to process invites for club_admin only.
|
file |
diff |
annotate
|
2009-01-23 |
Lennard de Rijk |
Added state property to role model.
|
file |
diff |
annotate
|
2009-01-21 |
Todd Larsen |
Add an export() view, and implement it as text/text for Document.
|
file |
diff |
annotate
|
2009-01-10 |
Sverre Rabbelier |
Construct names automatically from base name.
|
file |
diff |
annotate
|
2008-12-15 |
Pawel Solyga |
Remove unused imports and variables in different soc.views.models modules.
|
file |
diff |
annotate
|
2008-12-15 |
Pawel Solyga |
Add missing dots, fix imports sorting and too long lines in different modules. Add TODO in soc.views.models.host module.
|
file |
diff |
annotate
|
2008-12-12 |
Sverre Rabbelier |
Filter the "list Hosts" view
|
file |
diff |
annotate
|
2008-12-09 |
Lennard de Rijk |
Changed "Sponsor" to "Program Owner"
|
file |
diff |
annotate
|
2008-12-07 |
Sverre Rabbelier |
Add explicit access_types from the url
|
file |
diff |
annotate
|
2008-12-06 |
Sverre Rabbelier |
Apply DI on the scope logic
|
file |
diff |
annotate
|
2008-12-03 |
Sverre Rabbelier |
Make use of the new generic key_name by lookup up scope_path
|
file |
diff |
annotate
|
2008-12-03 |
Sverre Rabbelier |
Rename role.RoleView to role.View
|
file |
diff |
annotate
|
2008-12-03 |
Sverre Rabbelier |
Cleanups in the views module
|
file |
diff |
annotate
|
2008-12-01 |
Sverre Rabbelier |
Allow for extra dynamic fields for the create form
|
file |
diff |
annotate
|
2008-11-30 |
Pawel Solyga |
Remove unused imports in soc.views.models role, host and site modules. Add missing parameter in getDjangoURLPatters method.
|
file |
diff |
annotate
|
2008-11-29 |
Sverre Rabbelier |
Now invited users can create a new Host profile
|
file |
diff |
annotate
|
2008-11-29 |
Sverre Rabbelier |
Fixed requests not working anymore
|
file |
diff |
annotate
|
2008-11-29 |
Sverre Rabbelier |
Made _logic a param
|
file |
diff |
annotate
|
2008-11-23 |
Sverre Rabbelier |
Fix Host invites
|
file |
diff |
annotate
|
2008-11-22 |
Pawel Solyga |
Remove inheritance_line from Form meta class excludes in all currently used forms.
|
file |
diff |
annotate
|
2008-11-22 |
Sverre Rabbelier |
Requests are almost working now
|
file |
diff |
annotate
|
2008-11-22 |
Sverre Rabbelier |
Renamed templates/soc/entity/list/entity_*.html to *.html
|
file |
diff |
annotate
|
2008-11-22 |
Sverre Rabbelier |
Make redirect generic using the new Lists object
|
file |
diff |
annotate
|
2008-11-22 |
Todd Larsen |
Hide the 'scope' property from forms for now, since this is really supposed
|
file |
diff |
annotate
|
2008-11-20 |
Sverre Rabbelier |
Move saved message to the base class
|
file |
diff |
annotate
|
2008-11-20 |
Todd Larsen |
Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
|
file |
diff |
annotate
|
2008-11-20 |
Sverre Rabbelier |
Fold the _rights dictionary into params
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2008-11-17 |
Pawel Solyga |
Fix missing dots in doc strings and some other doc string corrections.
|
file |
diff |
annotate
|
2008-11-17 |
Sverre Rabbelier |
Added a default _editSeed method
|
file |
diff |
annotate
|
2008-11-16 |
Sverre Rabbelier |
Added basic 'invite' functionality
|
file |
diff |
annotate
|
2008-11-16 |
Sverre Rabbelier |
Refactored SiteMap to be generic
|
file |
diff |
annotate
|
2008-11-16 |
Sverre Rabbelier |
Refactor the sidebar to use Django templates
|
file |
diff |
annotate
|
2008-11-16 |
Sverre Rabbelier |
Fixed redirection after creation to Just Work
|
file |
diff |
annotate
|
2008-11-16 |
Sverre Rabbelier |
Fixed typo in soc.views.models.host redirects
|
file |
diff |
annotate
|