2009-02-26 |
Lennard de Rijk |
Added bulk reject to org_app view.
|
changeset |
files
|
2009-02-26 |
Lennard de Rijk |
Redone the review_overview template to show bulk reject button.
|
changeset |
files
|
2009-02-26 |
Lennard de Rijk |
Renamed org-accept.js to bulk-review.js
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Brown paper bag fix
|
changeset |
files
|
2009-02-26 |
Lennard de Rijk |
Fix for Issue 218.
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Added a missing import
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Fix alignment of twoline readonly table rows
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Added some tests for user logic
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Fixed a bug in student access check
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Allow to do 'checkHasActiveRole' checks for document access
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Simplify the account retrieval logic
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Convert everything to use the new access methods
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Remove direct uses of checkIsActive, replace with helper methods
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Make django_args optional where appropriate and whitespace fixes
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Added an isDeveloper method to user logic
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Always normalize accounts, before even storing them
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Factor out the getForAccount logic in user
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Add a normalizeAccount to logic.accounts
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Remove unused isAccountAvailable function
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Add a _createField hook
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Pass _updateField the entity_properties dict instead of just the value
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Do not update newly created model properties
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Move the hooks in base.Logic to the bottom of the class
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Minor cleanups in base.Logic
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Add argument validation to base.Logic
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Remove updateOrCreateFromFields and it's uses
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Fix some whitespace damadge and a style fix
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Remove _silentUpdateEntityProperties
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Style fix in role.py
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Added todo for Lennard
|
changeset |
files
|
2009-02-26 |
Sverre Rabbelier |
Make it more explicit which argument is the key_fields
|
changeset |
files
|
2009-02-26 |
Lennard de Rijk |
Solved the JSON caching problem for bulk acceptance.
|
changeset |
files
|
2009-02-26 |
Lennard de Rijk |
Edited checkCanReviewGroupApp to cope with the new pre-rejected status.
|
changeset |
files
|
2009-02-26 |
Lennard de Rijk |
Add the ability to put GroupApplications into the pre-rejected state.
|
changeset |
files
|
2009-02-26 |
Lennard de Rijk |
Added pre-rejected choice to GroupApplication.
|
changeset |
files
|
2009-02-26 |
Todd Larsen |
Remove the release.py module and just use the field in app.yaml.template.
|
changeset |
files
|
2009-02-25 |
Sverre Rabbelier |
Make validate.isURLValid more robust
|
changeset |
files
|
2009-02-25 |
Sverre Rabbelier |
Fixed broken 'Edit <entity name> Settings' for orgs
|
changeset |
files
|
2009-02-25 |
Sverre Rabbelier |
Fix the delete button submitting the form
|
changeset |
files
|
2009-02-25 |
Lennard de Rijk |
Added proposal withdrawal for students.
|
changeset |
files
|
2009-02-24 |
Sverre Rabbelier |
Pass the seed to _constructResponse
|
changeset |
files
|
2009-02-24 |
Sverre Rabbelier |
Allow the document lookup to be done by key name
|
changeset |
files
|
2009-02-24 |
Sverre Rabbelier |
Removed double home page link in group public view
|
changeset |
files
|
2009-02-24 |
Pawel Solyga |
Reset the RELEASE_TAG to None (unreleased) now that the 0.4-20090224 release
|
changeset |
files
|
2009-02-24 |
Pawel Solyga |
Set RELEASE_TAG to 0.4-20090224rc for release candidate.
|
changeset |
files
|
2009-02-24 |
Lennard de Rijk |
Textual change in program menu due to comment on r2113.
|
changeset |
files
|
2009-02-24 |
Lennard de Rijk |
Style fixes in student_proposal and organization view.
|
changeset |
files
|
2009-02-24 |
Lennard de Rijk |
Textual changes in organization and program view.
|
changeset |
files
|
2009-02-24 |
Lennard de Rijk |
Added view for organizations to list all proposals.
|
changeset |
files
|
2009-02-24 |
Sverre Rabbelier |
Brown paper bag fix
|
changeset |
files
|
2009-02-24 |
Lennard de Rijk |
Added list proposals redirect.
|
changeset |
files
|
2009-02-24 |
Sverre Rabbelier |
Added a checkHasAny method
|
changeset |
files
|
2009-02-24 |
Lennard de Rijk |
Added redirect for the student proposal view.
|
changeset |
files
|
2009-02-24 |
Lennard de Rijk |
Changed the method and variable name in student_proposal to match the access type.
|
changeset |
files
|
2009-02-24 |
Lennard de Rijk |
Added link in program menu to the new list_orgs view.
|
changeset |
files
|
2009-02-24 |
Lennard de Rijk |
Added view which lists all orgs a student can propose to.
|
changeset |
files
|
2009-02-24 |
Sverre Rabbelier |
Add missing comment to checkIsMyEntity
|
changeset |
files
|
2009-02-24 |
Sverre Rabbelier |
Make all default URLS customizable
|
changeset |
files
|
2009-02-24 |
Sverre Rabbelier |
Fix the user editing
|
changeset |
files
|
2009-02-23 |
Lennard de Rijk |
Moved google analytics to after the footer block as commented on r866.
|
changeset |
files
|