2009-04-03 |
Pawel Solyga |
Style fixes and removal of unused imports in soc.views.models.
|
file |
diff |
annotate
|
2009-03-15 |
Sverre Rabbelier |
Specify the type of Link ID used
|
file |
diff |
annotate
|
2009-03-09 |
Sverre Rabbelier |
Fix an access bug
|
file |
diff |
annotate
|
2009-03-04 |
Pawel Solyga |
Fix too long lines soc.views.models.club_admin, club_app and club_member modules.
|
file |
diff |
annotate
|
2009-03-04 |
Lennard de Rijk |
Changed delete rights due to comments on r2138.
|
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-26 |
Lennard de Rijk |
Fix for Issue 218.
|
file |
diff |
annotate
|
2009-02-21 |
Sverre Rabbelier |
Rename dynafields to dynaproperties
|
file |
diff |
annotate
|
2009-02-15 |
Sverre Rabbelier |
Hook up the admin view everywhere
|
file |
diff |
annotate
|
2009-02-13 |
Sverre Rabbelier |
Update the copyright notice for 2009.
|
file |
diff |
annotate
|
2009-02-08 |
Lennard de Rijk |
Redone the listing in group_app.py.
|
file |
diff |
annotate
|
2009-02-07 |
Sverre Rabbelier |
Rename checkHasActiveRole to checkHasActiveRoleForScope
|
file |
diff |
annotate
|
2009-02-07 |
Lennard de Rijk |
Fixing r1855 that was bugged by Tortoise ^_^.
|
file |
diff |
annotate
|
2009-02-07 |
Lennard de Rijk |
Should be part of r1855.
|
file |
diff |
annotate
|
2009-02-07 |
Lennard de Rijk |
Added scoped group_app listing.
|
file |
diff |
annotate
|
2009-02-05 |
Lennard de Rijk |
Org applications can now only be made by a user when a program allows it.
|
file |
diff |
annotate
|
2009-02-03 |
Lennard de Rijk |
Added validate_new_group to cleaning and removed clean_new_club_link_id.
|
file |
diff |
annotate
|
2009-02-03 |
Lennard de Rijk |
Renamed checkHasRole to checkHasActiveRole.
|
file |
diff |
annotate
|
2009-02-03 |
Lennard de Rijk |
Added checkCanReviewGroupApp to acces.py.
|
file |
diff |
annotate
|
2009-02-03 |
Lennard de Rijk |
Added checkCanEditGroupApp to access.py.
|
file |
diff |
annotate
|
2009-02-02 |
Sverre Rabbelier |
Fixed club_app
|
file |
diff |
annotate
|
2009-02-02 |
Sverre Rabbelier |
Fixed access related bugs
|
file |
diff |
annotate
|
2009-02-01 |
Sverre Rabbelier |
Cleaned up access.py
|
file |
diff |
annotate
|
2009-02-01 |
Lennard de Rijk |
Refactored review and reviewoverview out of club_app.py
|
file |
diff |
annotate
|
2009-01-31 |
Sverre Rabbelier |
Cleanups in base.Logic
|
file |
diff |
annotate
|
2009-01-30 |
Lennard de Rijk |
Renamed state to status where appropriate.
|
file |
diff |
annotate
|
2009-01-30 |
Lennard de Rijk |
Moved clean_club_app_link_id to cleaning.
|
file |
diff |
annotate
|
2009-01-30 |
Lennard de Rijk |
Added a cleaning method to club_app view.
|
file |
diff |
annotate
|
2009-01-30 |
Lennard de Rijk |
Changed status in group app model to state.
|
file |
diff |
annotate
|
2009-01-28 |
Sverre Rabbelier |
Add grouping to the existing views
|
file |
diff |
annotate
|
2009-01-27 |
Sverre Rabbelier |
Fold checkAgreesToSiteToS into checkIsUser
|
file |
diff |
annotate
|
2009-01-26 |
Sverre Rabbelier |
Major refactor of the access module
|
file |
diff |
annotate
|
2009-01-25 |
Sverre Rabbelier |
Rename ModelProperties to EntityProperties
|
file |
diff |
annotate
|
2009-01-24 |
Sverre Rabbelier |
Use ugettext instead of ugettext_lazy
|
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 |
Sverre Rabbelier |
Make reference picker work for create too
|
file |
diff |
annotate
|
2009-01-22 |
Pawel Solyga |
Rename clean_existing_user_not_equal_to_current function to clean_users_not_same in soc.logic.cleaning module and fix affected files.
|
file |
diff |
annotate
|
2009-01-22 |
Lennard de Rijk |
Fixed one style error and one typo.
|
file |
diff |
annotate
|
2009-01-22 |
Lennard de Rijk |
Fixed wrong conditional in soc/views/models/club_app.py.
|
file |
diff |
annotate
|
2009-01-21 |
Lennard de Rijk |
Corrected the list index parameters in soc/views/models/club_app.py
|
file |
diff |
annotate
|
2009-01-21 |
Lennard de Rijk |
Added Ignored applications to the list view.
|
file |
diff |
annotate
|
2009-01-21 |
Lennard de Rijk |
Replaced boolean properties in soc/models/group_app with status property.
|
file |
diff |
annotate
|
2009-01-21 |
Todd Larsen |
Tighten more checkIsUser() access to checkAgreesToSiteToS() instead.
|
file |
diff |
annotate
|
2009-01-21 |
Lennard de Rijk |
Added clean_existing_user_not_equal_to_current to clean the backup Administrator field in an application.
|
file |
diff |
annotate
|
2009-01-21 |
Lennard de Rijk |
Changed the redirect in club application overview to the correct page.
|
file |
diff |
annotate
|
2009-01-21 |
Lennard de Rijk |
Changed checkIsClubAppAccepted into a more generic checkIsApplicationAccepted.
|
file |
diff |
annotate
|
2009-01-21 |
Lennard de Rijk |
Added club_app model and logic.
|
file |
diff |
annotate
|
2009-01-21 |
Sverre Rabbelier |
Make use of the new decorators in all applicable views
|
file |
diff |
annotate
|
2009-01-21 |
Sverre Rabbelier |
Renamed showReviewOverview to review_overview and reviewOverview
|
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-20 |
Pawel Solyga |
Add missing 'of' word to list description strings in soc.views.models.club_app module.
|
file |
diff |
annotate
|
2009-01-20 |
Sverre Rabbelier |
Add a 'pending/accepted/denied' seperation to club_app list
|
file |
diff |
annotate
|
2009-01-19 |
Sverre Rabbelier |
Send a notifcation if a club application is accepted
|
file |
diff |
annotate
|
2009-01-19 |
Sverre Rabbelier |
Fixed whitespace damage
|
file |
diff |
annotate
|
2009-01-10 |
Lennard de Rijk |
Fixed missing params in views/models/club_app.py.
|
file |
diff |
annotate
|
2009-01-10 |
Sverre Rabbelier |
Construct names automatically from base name.
|
file |
diff |
annotate
|
2009-01-10 |
Lennard de Rijk |
Fixed a wrong method being called when accepting/declyning an application.
|
file |
diff |
annotate
|
2009-01-10 |
Lennard de Rijk |
Added basic review functionality for club applications.
|
file |
diff |
annotate
|
2009-01-08 |
Sverre Rabbelier |
Added the club_app view, logic and model
|
file |
diff |
annotate
|