Sun, 19 Apr 2009 22:51:58 +0000 Lennard de Rijk Some minor style fixes.
Sun, 19 Apr 2009 22:50:30 +0000 Lennard de Rijk Added listing of accepted and rejected proposals to the organization proposal page.
Sun, 19 Apr 2009 22:14:35 +0000 Lennard de Rijk Added org_home_gmap function to the map JS for displaying the mentor-student map.
Sun, 19 Apr 2009 22:07:20 +0000 Lennard de Rijk Added mentor-marker.png to content\images.
Sun, 19 Apr 2009 22:05:25 +0000 Lennard de Rijk Renamed map JS to facilitate upcoming changes.
Sun, 19 Apr 2009 21:50:04 +0000 Lennard de Rijk Added the gathering of data required to display a map on the org home page.
Sun, 19 Apr 2009 21:37:14 +0000 Lennard de Rijk Added ccTld property to role to retrieve the ccTld of the country of residence for a specific role entity.
Sun, 19 Apr 2009 21:26:38 +0000 Lennard de Rijk Added dictionary mapping country names to their CCTLD in countries model.
Sun, 19 Apr 2009 17:42:57 +0000 Sverre Rabbelier Don't run in a transaction if not needed
Sun, 19 Apr 2009 17:42:44 +0000 Sverre Rabbelier Tweak the 'load balancing' algorithm
Sun, 19 Apr 2009 17:42:27 +0000 Sverre Rabbelier Added deleteEntities methods to stats.py
Sun, 19 Apr 2009 16:23:29 +0000 Lennard de Rijk Fixed typo in cron.job module's timeOutJob docstring.
Sun, 19 Apr 2009 14:48:21 +0000 Sverre Rabbelier Use status codes in job.py
Sun, 19 Apr 2009 14:45:22 +0000 Lennard de Rijk getDefaultMailSender now properly handles users who are logged in but not registered.
Sun, 19 Apr 2009 14:35:31 +0000 Sverre Rabbelier Allow anyone to see student projects
Sun, 19 Apr 2009 10:46:20 +0000 Lennard de Rijk Changed the type of Error occurring when no valid sender could be found to a FatalJobError in student_proposal_mailer.
Sun, 19 Apr 2009 10:37:10 +0000 Lennard de Rijk Students can not list their own projects before the accepted students announced deadline.
Sun, 19 Apr 2009 10:29:57 +0000 Lennard de Rijk Student Proposal Mailer is now sending out real emails.
Sun, 19 Apr 2009 10:28:35 +0000 Lennard de Rijk Fixed a comment typo and possible bug in mail_dispatcher.
Sun, 19 Apr 2009 10:26:11 +0000 Lennard de Rijk Added email templates for accepted and rejected students in a GSoC like program.
Sun, 19 Apr 2009 00:07:46 +0000 Sverre Rabbelier Major brown paper bag fix
Sun, 19 Apr 2009 00:07:29 +0000 Sverre Rabbelier Add a startSpam method to stats
Sun, 19 Apr 2009 00:07:17 +0000 Sverre Rabbelier Add job to the index
Sun, 19 Apr 2009 00:07:05 +0000 Sverre Rabbelier Add a random chance to ignore a job to reduce contention
Sun, 19 Apr 2009 00:06:46 +0000 Sverre Rabbelier Do not fetch all jobs with each poke
Sun, 19 Apr 2009 00:06:29 +0000 Sverre Rabbelier Add entityIterator to base Logic
Sun, 19 Apr 2009 00:06:12 +0000 Sverre Rabbelier Store how many times a job has timed out and abort if needed
Sat, 18 Apr 2009 21:34:41 +0000 Sverre Rabbelier Wrong usage of twoline_table_row caused weird layout in project
Sat, 18 Apr 2009 21:34:25 +0000 Sverre Rabbelier Add cron.yaml to the build script
Sat, 18 Apr 2009 21:30:58 +0000 Lennard de Rijk Instead of text_data use key_data property to check for uniqueness.
Sat, 18 Apr 2009 21:26:13 +0000 Lennard de Rijk Style fix in Job model.
Sat, 18 Apr 2009 21:22:43 +0000 Lennard de Rijk Hook up the Student Proposal Mailer in the cron/jobs module.
Sat, 18 Apr 2009 21:21:22 +0000 Lennard de Rijk Added Student Proposal Mailer module for mailing students who are accepted/rejected into the program.
Sat, 18 Apr 2009 19:00:04 +0000 Sverre Rabbelier Various improvements to convertProposals
Sat, 18 Apr 2009 18:59:53 +0000 Sverre Rabbelier Add a silent option to updateOrCreateFromFields
Sat, 18 Apr 2009 17:14:42 +0000 Lennard de Rijk Fixed wrong import for list proposals view.
Sat, 18 Apr 2009 15:06:36 +0000 Lennard de Rijk Fixed typo and added myself to authors in the cron/job module.
Sat, 18 Apr 2009 15:05:56 +0000 Sverre Rabbelier Add a script to convert proposals.
Sat, 18 Apr 2009 15:04:24 +0000 Lennard de Rijk Added FatalJobError to the cron/job module.
Sat, 18 Apr 2009 14:51:27 +0000 Lennard de Rijk Fixed typo in documentation of the Job Model.
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.
(0) -1000 -300 -100 -60 +60 +100 +300 tip