Sat, 18 Apr 2009 14:43:42 +0000 Lennard de Rijk Changed the response message in the cron poke view.
Sat, 18 Apr 2009 14:27:40 +0000 Sverre Rabbelier Remove debug url too
Sat, 18 Apr 2009 14:25:30 +0000 Sverre Rabbelier Remove testing method and update docstring for cron system
Sat, 18 Apr 2009 14:04:39 +0000 Sverre Rabbelier Removed unneeded imports and variables
Sat, 18 Apr 2009 14:04:11 +0000 Sverre Rabbelier Add cron, the core of the job system
Sat, 18 Apr 2009 14:03:49 +0000 Sverre Rabbelier Add priority groups and jobs to the sitemap
Sat, 18 Apr 2009 14:03:28 +0000 Sverre Rabbelier Add jobs (model, logic, and view)
Sat, 18 Apr 2009 14:02:56 +0000 Sverre Rabbelier Add priority groups (model, logic, and view)
Sat, 18 Apr 2009 14:00:30 +0000 Lennard de Rijk The listing of accepted projects on the Organization's homepage is now timeline dependent.
Sat, 18 Apr 2009 13:59:24 +0000 Lennard de Rijk White space fix in list_info module.
Sat, 18 Apr 2009 12:49:37 +0000 Sverre Rabbelier Fix user_self calling editGet with a wrong parameter
Sat, 18 Apr 2009 12:37:12 +0000 Sverre Rabbelier Split edit and create into different methods
Sat, 18 Apr 2009 12:36:55 +0000 Sverre Rabbelier Add support for ID based entities
Sat, 18 Apr 2009 12:07:02 +0000 Sverre Rabbelier Use proposal key instead of raw proposal
Sat, 18 Apr 2009 11:41:56 +0000 Sverre Rabbelier Show in green the proposals that would be accepted
Fri, 17 Apr 2009 22:50:16 +0000 Pawel Solyga Add proper generation of Student entities and StudentProposal entities to seed_db module.
Fri, 17 Apr 2009 21:36:49 +0000 Lennard de Rijk Rename that should have been part of r2953.
Fri, 17 Apr 2009 21:14:43 +0000 Lennard de Rijk Renamed stepsize to step_size in Student Proposal Logic.
Fri, 17 Apr 2009 20:26:37 +0000 Lennard de Rijk Moved the code to retrieve all Proposal which should be accepted for one Organization to the Proposal Logic module.
Fri, 17 Apr 2009 19:54:27 +0000 Pawel Solyga Style fixes in soc.views.helper.lists module.
Fri, 17 Apr 2009 19:53:54 +0000 Pawel Solyga Style fixes in soc.views.models.organization module.
Fri, 17 Apr 2009 19:53:23 +0000 Pawel Solyga Fix too long line in soc.views.models.program module.
Fri, 17 Apr 2009 19:52:57 +0000 Pawel Solyga Comment out unused variables in soc.views.models.base module.
Fri, 17 Apr 2009 19:01:26 +0000 Pawel Solyga Fix too long line in soc.views.helper.templatetags.forms_helpers module.
Fri, 17 Apr 2009 16:23:01 +0000 Pawel Solyga Proposal CSV export for students.
Wed, 15 Apr 2009 23:22:11 +0000 Sverre Rabbelier Readability fix in base logic
Wed, 15 Apr 2009 23:21:40 +0000 Sverre Rabbelier Remove redundant if check
Wed, 15 Apr 2009 19:13:52 +0000 Pawel Solyga Comment out unused variables in soc.logic.allocations module.
Wed, 15 Apr 2009 19:13:16 +0000 Pawel Solyga Fix too long line in soc.cache.logic module.
Wed, 15 Apr 2009 16:05:29 +0000 Pawel Solyga Add missing responses import and replace usage of helper.responses with just responses in soc.views.models.student module.
Wed, 15 Apr 2009 15:56:17 +0000 Pawel Solyga Fix too long line and redefining variable 'review' from outer scope in soc.views.models.student_proposal module.
Wed, 15 Apr 2009 08:01:17 +0000 Daniel Bentley Step 2 of moving to new seeding model.
Tue, 14 Apr 2009 18:44:06 +0000 Lennard de Rijk Added additional_mentors property to StudentProject.
Tue, 14 Apr 2009 18:42:27 +0000 Lennard de Rijk Whitespace fix in sponsor model.
Mon, 13 Apr 2009 21:46:33 +0000 Sverre Rabbelier Place the getSingleton call in view decorator in the try
Mon, 13 Apr 2009 21:32:29 +0000 Sverre Rabbelier Fix a bug in duplicate detection
Mon, 13 Apr 2009 21:32:12 +0000 Sverre Rabbelier Undid superfluas replacement of .name() with .name_or_id()
Mon, 13 Apr 2009 16:31:36 +0000 Lennard de Rijk Fixes access check for manage view.
Mon, 13 Apr 2009 15:31:39 +0000 Sverre Rabbelier Do not rely on dicts.merge to change target
Mon, 13 Apr 2009 15:30:48 +0000 Sverre Rabbelier Use key().id_or_name() instead of key().name()
Mon, 13 Apr 2009 14:34:42 +0000 Sverre Rabbelier Fix a bug in seed_db
Sun, 12 Apr 2009 16:43:30 +0000 Lennard de Rijk Added a warning message to alert the user that reviews are not editable.
Sun, 12 Apr 2009 16:09:00 +0000 Lennard de Rijk Added overview of private reviews to the Student Proposal review page.
Sun, 12 Apr 2009 13:22:43 +0000 Pawel Solyga Load /Users/solydzajs/Downloads/google_appengine into
Sun, 12 Apr 2009 13:14:03 +0000 Sverre Rabbelier Do not rely on a backup_admin being set
Sun, 12 Apr 2009 12:31:55 +0000 Sverre Rabbelier Send out notifications and emails to admin and backup admin
Sun, 12 Apr 2009 12:31:23 +0000 Sverre Rabbelier Allow the backup_admin to fill in the org application
Sun, 12 Apr 2009 09:06:45 +0000 Daniel Bentley Use offset_linkid instead of offset to scan >1000 entities.
Sun, 12 Apr 2009 06:24:14 +0000 Daniel Bentley Respond to comments on r2769.
Sun, 12 Apr 2009 06:21:15 +0000 Daniel Bentley Last step of refactoring before adding support for > 1000 entities.
Sun, 12 Apr 2009 00:18:38 +0000 Sverre Rabbelier Add (better) help_text to publish_location and school_name
Sun, 12 Apr 2009 00:18:19 +0000 Sverre Rabbelier Brown paper bag fix
Sat, 11 Apr 2009 23:04:29 +0000 Sverre Rabbelier Added Joel Sherrill to the AUTHORS file
Sat, 11 Apr 2009 22:59:30 +0000 Sverre Rabbelier Lower ASCII fix
Sat, 11 Apr 2009 22:58:57 +0000 Sverre Rabbelier Remove getKeySuffix and it's usage
Sat, 11 Apr 2009 22:58:19 +0000 Sverre Rabbelier Use key().id_or_name() instead of key().name()
Sat, 11 Apr 2009 22:57:23 +0000 Sverre Rabbelier Use key.id_or_name in templates rather than key.name
Sat, 11 Apr 2009 17:40:41 +0000 Lennard de Rijk Indentation fixes.
Sat, 11 Apr 2009 16:00:03 +0000 Lennard de Rijk Indentation fixes.
Sat, 11 Apr 2009 13:42:12 +0000 Lennard de Rijk Added two menu items to the program menu.
(0) -1000 -300 -100 -60 +60 +100 +300 tip