app/soc/views/models/club.py
2009-03-04 Pawel Solyga Remove unused imports and fix too long lines and some style fixes in soc.views.models.club module.
2009-03-01 Sverre Rabbelier Make use of decorators.view for all views
2009-02-26 Sverre Rabbelier Convert everything to use the new access methods
2009-02-21 Sverre Rabbelier Rename dynafields to dynaproperties
2009-02-15 Sverre Rabbelier Hook up the admin view everywhere
2009-02-14 Sverre Rabbelier Remove private data from club and org public templates
2009-02-14 Sverre Rabbelier Add a 'list documents' link everywhere
2009-02-13 Sverre Rabbelier Update the copyright notice for 2009.
2009-02-13 Sverre Rabbelier Add prefix filtering and refactored program field generation
2009-02-13 Lennard de Rijk Only a club admin should see resign as club admin in the sidebar.
2009-02-11 Lennard de Rijk Added organization entity sidebar entries.
2009-02-07 Sverre Rabbelier Rename checkHasActiveRole to checkHasActiveRoleForScope
2009-02-03 Lennard de Rijk Added validate_new_group to cleaning and removed clean_new_club_link_id.
2009-02-03 Lennard de Rijk Renamed checkHasRole to checkHasActiveRole.
2009-02-02 Sverre Rabbelier More access related fixes
2009-02-02 Sverre Rabbelier Use .logic in checkIsAllowedToManageRole at the caller
2009-02-01 Sverre Rabbelier Cleaned up access.py
2009-02-01 Lennard de Rijk Refactored applicant from club view to group view.
2009-02-01 Pawel Solyga Rename 'Create a new document' links to 'Create a New Document', also rename 'Create a new Program' to 'Create a New Program' in soc.views.models modules.
2009-01-31 Lennard de Rijk Fixed two small errors.
2009-01-31 Lennard de Rijk Removed obsolete _editPost and _editGet in soc/views/models/club.py.
2009-01-31 Sverre Rabbelier Cleanups in base.Logic
2009-01-31 Lennard de Rijk soc/views/models/club.py now uses getForCurrentAccount where necessary.
2009-01-30 Sverre Rabbelier Add a 'Create new document' link for clubs, sponsors and programs
2009-01-30 Lennard de Rijk Moved clean_club_app_link_id to cleaning.
2009-01-29 Lennard de Rijk Added resign as club admin and club member links to the club entity menu.
2009-01-29 Lennard de Rijk Redone access checks in club and sponsor model to deal with state property in their model.
2009-01-28 Pawel Solyga Style fixes in soc.views.models modules.
2009-01-28 Sverre Rabbelier Add grouping to the existing views
2009-01-27 Sverre Rabbelier Fold checkAgreesToSiteToS into checkIsUser
2009-01-27 Sverre Rabbelier Fixed two access related bugs
2009-01-26 Sverre Rabbelier Major refactor of the access module
2009-01-26 Lennard de Rijk Added a sidebar link for all users that accepted the ToS to a view that allows you to choose a club which you want to become a member for.
2009-01-26 Lennard de Rijk Changed method name in access.py to fix overwriting another method.
2009-01-26 Lennard de Rijk Fixed typo in club sidebar entry.
2009-01-26 Lennard de Rijk Added sidebar entries for club entities.
2009-01-26 Lennard de Rijk Implemented the listing of all the roles in for a specific group.
2009-01-25 Lennard de Rijk Renamed role_names to role_logic and made it a dictionary.
2009-01-25 Lennard de Rijk Moved listRequests from club to group view.
2009-01-25 Lennard de Rijk Added request listing for Club Admins.
2009-01-24 Lennard de Rijk Parameterized patterns in role.py.
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-23 Sverre Rabbelier Add a 'pick' view to the appropriate views
2009-01-23 Lennard de Rijk Added missing comment to soc/views/models/club.py.
2009-01-22 Pawel Solyga Fix idention in soc.views.models.club module.
2009-01-22 Lennard de Rijk Fixed import sorting and indentation in soc/views/models/club.py
2009-01-21 Lennard de Rijk Changed checkIsClubAppAccepted into a more generic checkIsApplicationAccepted.
2009-01-21 Lennard de Rijk Added club_app model and logic.
2009-01-21 Sverre Rabbelier Fix trailing whitespace and apply decorators
2009-01-21 Sverre Rabbelier Fix whitespace damage
2009-01-21 Lennard de Rijk Added a new view to help with application -> group process.
2009-01-21 Todd Larsen Add an export() view, and implement it as text/text for Document.
2009-01-20 Pawel Solyga Remove member_template from extra_dynaexclude in soc.views.models.club since member_template is only available in Organization as of recent commit.
2009-01-15 Sverre Rabbelier Implement the checkIsClubAppAccepted function
2009-01-10 Sverre Rabbelier Added Club Admin model, logic, and view
2009-01-10 Sverre Rabbelier Added a create method that uses an existing application
2009-01-10 Sverre Rabbelier Construct names automatically from base name.
2009-01-08 Sverre Rabbelier Removed unneeded params from club
2009-01-08 Lennard de Rijk Fixed missing files in r1364.
less more (0) tip