2009-03-04 |
Pawel Solyga |
Fix too long line in soc.views.models.sponsor 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-28 |
Sverre Rabbelier |
Properly fixed host access now
|
file |
diff |
annotate
|
2009-02-28 |
Sverre Rabbelier |
Fixed a brown paper bag bug in _checkHasActiveRoleFor
|
file |
diff |
annotate
|
2009-02-26 |
Sverre Rabbelier |
Convert everything to use the new access methods
|
file |
diff |
annotate
|
2009-02-15 |
Sverre Rabbelier |
Hook up the admin view everywhere
|
file |
diff |
annotate
|
2009-02-14 |
Sverre Rabbelier |
Add a 'list documents' link 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-13 |
Sverre Rabbelier |
Add prefix filtering and refactored program field generation
|
file |
diff |
annotate
|
2009-02-07 |
Sverre Rabbelier |
Rename checkHasActiveRole to checkHasActiveRoleForScope
|
file |
diff |
annotate
|
2009-02-05 |
Pawel Solyga |
Fix import sorting in soc.views.models.sponsor module.
|
file |
diff |
annotate
|
2009-02-03 |
Lennard de Rijk |
Renamed checkHasRole to checkHasActiveRole.
|
file |
diff |
annotate
|
2009-02-02 |
Sverre Rabbelier |
More access related fixes
|
file |
diff |
annotate
|
2009-02-01 |
Sverre Rabbelier |
Cleaned up access.py
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
2009-01-31 |
Lennard de Rijk |
Added a Create a New Program link to the Program Owners's menu.
|
file |
diff |
annotate
|
2009-01-30 |
Sverre Rabbelier |
Add a 'Create new document' link for clubs, sponsors and programs
|
file |
diff |
annotate
|
2009-01-29 |
Lennard de Rijk |
Added menu entries for a specific Sponsor Entity.
|
file |
diff |
annotate
|
2009-01-29 |
Lennard de Rijk |
Redone access checks in club and sponsor model to deal with state property in their model.
|
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 |
Added sidebar entries for club entities.
|
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 |
Renamed checkIsHostForProgram to checkIsHostForSponsor.
|
file |
diff |
annotate
|
2009-01-25 |
Lennard de Rijk |
Added rights check to sponsor.py.
|
file |
diff |
annotate
|
2009-01-25 |
Lennard de Rijk |
Renamed role_names to role_logic and made it a dictionary.
|
file |
diff |
annotate
|
2009-01-25 |
Lennard de Rijk |
Moved listRequests from club to group view.
|
file |
diff |
annotate
|
2009-01-23 |
Sverre Rabbelier |
Add a 'pick' view to the appropriate views
|
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-09 |
Lennard de Rijk |
Changed "Sponsor" to "Program Owner"
|
file |
diff |
annotate
|
2008-12-03 |
Sverre Rabbelier |
Factor out the Group part of Sponsor
|
file |
diff |
annotate
|
2008-12-03 |
Sverre Rabbelier |
Cleanups in the views module
|
file |
diff |
annotate
|
2008-12-02 |
Sverre Rabbelier |
Fixed the 'New Host' link
|
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.user and soc.views.models.sponsor modules.
|
file |
diff |
annotate
|
2008-11-29 |
Sverre Rabbelier |
Make forms generic
|
file |
diff |
annotate
|
2008-11-29 |
Sverre Rabbelier |
Made _logic a param
|
file |
diff |
annotate
|
2008-11-28 |
Sverre Rabbelier |
Make Sponsor use the new DynaForm module
|
file |
diff |
annotate
|
2008-11-24 |
Lennard de Rijk |
Fills in the Founded By box in edit sponsor with the user's public name
|
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 |
Hide the 'home' field until we have a proper document selector
|
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-21 |
Todd Larsen |
Refactor classes in soc/logic/models to make more use of inheritance. Add
|
file |
diff |
annotate
|
2008-11-21 |
Todd Larsen |
Replace HomeSettings with Presence Model class. Replace SiteSettings with
|
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-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-15 |
Todd Larsen |
Attempt to rename User.id to User.account, in preparation for making User be
|
file |
diff |
annotate
|
2008-11-10 |
Sverre Rabbelier |
Minor fix to sponsor missing from the site restructure
|
file |
diff |
annotate
|
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).
|
file |
diff |
annotate
|
2008-11-05 |
Sverre Rabbelier |
Major site restructuring, also deleting of many unused or obsolete documents
|
file |
diff |
annotate
|