2009-04-18 |
Sverre Rabbelier |
Remove debug url too
|
changeset |
files
|
2009-04-18 |
Sverre Rabbelier |
Remove testing method and update docstring for cron system
|
changeset |
files
|
2009-04-18 |
Sverre Rabbelier |
Removed unneeded imports and variables
|
changeset |
files
|
2009-04-18 |
Sverre Rabbelier |
Add cron, the core of the job system
|
changeset |
files
|
2009-04-18 |
Sverre Rabbelier |
Add priority groups and jobs to the sitemap
|
changeset |
files
|
2009-04-18 |
Sverre Rabbelier |
Add jobs (model, logic, and view)
|
changeset |
files
|
2009-04-18 |
Sverre Rabbelier |
Add priority groups (model, logic, and view)
|
changeset |
files
|
2009-04-18 |
Lennard de Rijk |
The listing of accepted projects on the Organization's homepage is now timeline dependent.
|
changeset |
files
|
2009-04-18 |
Lennard de Rijk |
White space fix in list_info module.
|
changeset |
files
|
2009-04-18 |
Sverre Rabbelier |
Fix user_self calling editGet with a wrong parameter
|
changeset |
files
|
2009-04-18 |
Sverre Rabbelier |
Split edit and create into different methods
|
changeset |
files
|
2009-04-18 |
Sverre Rabbelier |
Add support for ID based entities
|
changeset |
files
|
2009-04-18 |
Sverre Rabbelier |
Use proposal key instead of raw proposal
|
changeset |
files
|
2009-04-18 |
Sverre Rabbelier |
Show in green the proposals that would be accepted
|
changeset |
files
|
2009-04-17 |
Pawel Solyga |
Add proper generation of Student entities and StudentProposal entities to seed_db module.
|
changeset |
files
|
2009-04-17 |
Lennard de Rijk |
Rename that should have been part of r2953.
|
changeset |
files
|
2009-04-17 |
Lennard de Rijk |
Renamed stepsize to step_size in Student Proposal Logic.
|
changeset |
files
|
2009-04-17 |
Lennard de Rijk |
Moved the code to retrieve all Proposal which should be accepted for one Organization to the Proposal Logic module.
|
changeset |
files
|
2009-04-17 |
Pawel Solyga |
Style fixes in soc.views.helper.lists module.
|
changeset |
files
|
2009-04-17 |
Pawel Solyga |
Style fixes in soc.views.models.organization module.
|
changeset |
files
|
2009-04-17 |
Pawel Solyga |
Fix too long line in soc.views.models.program module.
|
changeset |
files
|
2009-04-17 |
Pawel Solyga |
Comment out unused variables in soc.views.models.base module.
|
changeset |
files
|
2009-04-17 |
Pawel Solyga |
Fix too long line in soc.views.helper.templatetags.forms_helpers module.
|
changeset |
files
|
2009-04-17 |
Pawel Solyga |
Proposal CSV export for students.
|
changeset |
files
|
2009-04-15 |
Sverre Rabbelier |
Readability fix in base logic
|
changeset |
files
|
2009-04-15 |
Sverre Rabbelier |
Remove redundant if check
|
changeset |
files
|
2009-04-15 |
Pawel Solyga |
Comment out unused variables in soc.logic.allocations module.
|
changeset |
files
|
2009-04-15 |
Pawel Solyga |
Fix too long line in soc.cache.logic module.
|
changeset |
files
|
2009-04-15 |
Pawel Solyga |
Add missing responses import and replace usage of helper.responses with just responses in soc.views.models.student module.
|
changeset |
files
|
2009-04-15 |
Pawel Solyga |
Fix too long line and redefining variable 'review' from outer scope in soc.views.models.student_proposal module.
|
changeset |
files
|
2009-04-15 |
Daniel Bentley |
Step 2 of moving to new seeding model.
|
changeset |
files
|
2009-04-14 |
Lennard de Rijk |
Added additional_mentors property to StudentProject.
|
changeset |
files
|
2009-04-14 |
Lennard de Rijk |
Whitespace fix in sponsor model.
|
changeset |
files
|
2009-04-13 |
Sverre Rabbelier |
Place the getSingleton call in view decorator in the try
|
changeset |
files
|
2009-04-13 |
Sverre Rabbelier |
Fix a bug in duplicate detection
|
changeset |
files
|
2009-04-13 |
Sverre Rabbelier |
Undid superfluas replacement of .name() with .name_or_id()
|
changeset |
files
|
2009-04-13 |
Lennard de Rijk |
Fixes access check for manage view.
|
changeset |
files
|
2009-04-13 |
Sverre Rabbelier |
Do not rely on dicts.merge to change target
|
changeset |
files
|
2009-04-13 |
Sverre Rabbelier |
Use key().id_or_name() instead of key().name()
|
changeset |
files
|
2009-04-13 |
Sverre Rabbelier |
Fix a bug in seed_db
|
changeset |
files
|
2009-04-12 |
Lennard de Rijk |
Added a warning message to alert the user that reviews are not editable.
|
changeset |
files
|
2009-04-12 |
Lennard de Rijk |
Added overview of private reviews to the Student Proposal review page.
|
changeset |
files
|
2009-04-12 |
Pawel Solyga |
Load /Users/solydzajs/Downloads/google_appengine into
|
changeset |
files
|
2009-04-12 |
Sverre Rabbelier |
Do not rely on a backup_admin being set
|
changeset |
files
|
2009-04-12 |
Sverre Rabbelier |
Send out notifications and emails to admin and backup admin
|
changeset |
files
|
2009-04-12 |
Sverre Rabbelier |
Allow the backup_admin to fill in the org application
|
changeset |
files
|
2009-04-12 |
Daniel Bentley |
Use offset_linkid instead of offset to scan >1000 entities.
|
changeset |
files
|
2009-04-12 |
Daniel Bentley |
Respond to comments on r2769.
|
changeset |
files
|
2009-04-12 |
Daniel Bentley |
Last step of refactoring before adding support for > 1000 entities.
|
changeset |
files
|
2009-04-12 |
Sverre Rabbelier |
Add (better) help_text to publish_location and school_name
|
changeset |
files
|
2009-04-12 |
Sverre Rabbelier |
Brown paper bag fix
|
changeset |
files
|
2009-04-11 |
Sverre Rabbelier |
Added Joel Sherrill to the AUTHORS file
|
changeset |
files
|
2009-04-11 |
Sverre Rabbelier |
Lower ASCII fix
|
changeset |
files
|
2009-04-11 |
Sverre Rabbelier |
Remove getKeySuffix and it's usage
|
changeset |
files
|
2009-04-11 |
Sverre Rabbelier |
Use key().id_or_name() instead of key().name()
|
changeset |
files
|
2009-04-11 |
Sverre Rabbelier |
Use key.id_or_name in templates rather than key.name
|
changeset |
files
|
2009-04-11 |
Lennard de Rijk |
Indentation fixes.
|
changeset |
files
|
2009-04-11 |
Lennard de Rijk |
Indentation fixes.
|
changeset |
files
|
2009-04-11 |
Lennard de Rijk |
Added two menu items to the program menu.
|
changeset |
files
|
2009-04-11 |
Lennard de Rijk |
Removed obsolete white line in soc/models/views/models/organization.py.
|
changeset |
files
|