2009-04-19 |
Lennard de Rijk |
Renamed map JS to facilitate upcoming changes.
|
changeset |
files
|
2009-04-19 |
Lennard de Rijk |
Added the gathering of data required to display a map on the org home page.
|
changeset |
files
|
2009-04-19 |
Lennard de Rijk |
Added ccTld property to role to retrieve the ccTld of the country of residence for a specific role entity.
|
changeset |
files
|
2009-04-19 |
Lennard de Rijk |
Added dictionary mapping country names to their CCTLD in countries model.
|
changeset |
files
|
2009-04-19 |
Sverre Rabbelier |
Don't run in a transaction if not needed
|
changeset |
files
|
2009-04-19 |
Sverre Rabbelier |
Tweak the 'load balancing' algorithm
|
changeset |
files
|
2009-04-19 |
Sverre Rabbelier |
Added deleteEntities methods to stats.py
|
changeset |
files
|
2009-04-19 |
Lennard de Rijk |
Fixed typo in cron.job module's timeOutJob docstring.
|
changeset |
files
|
2009-04-19 |
Sverre Rabbelier |
Use status codes in job.py
|
changeset |
files
|
2009-04-19 |
Lennard de Rijk |
getDefaultMailSender now properly handles users who are logged in but not registered.
|
changeset |
files
|
2009-04-19 |
Sverre Rabbelier |
Allow anyone to see student projects
|
changeset |
files
|
2009-04-19 |
Lennard de Rijk |
Changed the type of Error occurring when no valid sender could be found to a FatalJobError in student_proposal_mailer.
|
changeset |
files
|
2009-04-19 |
Lennard de Rijk |
Students can not list their own projects before the accepted students announced deadline.
|
changeset |
files
|
2009-04-19 |
Lennard de Rijk |
Student Proposal Mailer is now sending out real emails.
|
changeset |
files
|
2009-04-19 |
Lennard de Rijk |
Fixed a comment typo and possible bug in mail_dispatcher.
|
changeset |
files
|
2009-04-19 |
Lennard de Rijk |
Added email templates for accepted and rejected students in a GSoC like program.
|
changeset |
files
|
2009-04-19 |
Sverre Rabbelier |
Major brown paper bag fix
|
changeset |
files
|
2009-04-19 |
Sverre Rabbelier |
Add a startSpam method to stats
|
changeset |
files
|
2009-04-19 |
Sverre Rabbelier |
Add job to the index
|
changeset |
files
|
2009-04-19 |
Sverre Rabbelier |
Add a random chance to ignore a job to reduce contention
|
changeset |
files
|
2009-04-19 |
Sverre Rabbelier |
Do not fetch all jobs with each poke
|
changeset |
files
|
2009-04-19 |
Sverre Rabbelier |
Add entityIterator to base Logic
|
changeset |
files
|
2009-04-19 |
Sverre Rabbelier |
Store how many times a job has timed out and abort if needed
|
changeset |
files
|
2009-04-18 |
Sverre Rabbelier |
Wrong usage of twoline_table_row caused weird layout in project
|
changeset |
files
|
2009-04-18 |
Sverre Rabbelier |
Add cron.yaml to the build script
|
changeset |
files
|
2009-04-18 |
Lennard de Rijk |
Instead of text_data use key_data property to check for uniqueness.
|
changeset |
files
|
2009-04-18 |
Lennard de Rijk |
Style fix in Job model.
|
changeset |
files
|
2009-04-18 |
Lennard de Rijk |
Hook up the Student Proposal Mailer in the cron/jobs module.
|
changeset |
files
|
2009-04-18 |
Lennard de Rijk |
Added Student Proposal Mailer module for mailing students who are accepted/rejected into the program.
|
changeset |
files
|
2009-04-18 |
Sverre Rabbelier |
Various improvements to convertProposals
|
changeset |
files
|
2009-04-18 |
Sverre Rabbelier |
Add a silent option to updateOrCreateFromFields
|
changeset |
files
|
2009-04-18 |
Lennard de Rijk |
Fixed wrong import for list proposals view.
|
changeset |
files
|
2009-04-18 |
Lennard de Rijk |
Fixed typo and added myself to authors in the cron/job module.
|
changeset |
files
|
2009-04-18 |
Sverre Rabbelier |
Add a script to convert proposals.
|
changeset |
files
|
2009-04-18 |
Lennard de Rijk |
Added FatalJobError to the cron/job module.
|
changeset |
files
|
2009-04-18 |
Lennard de Rijk |
Fixed typo in documentation of the Job Model.
|
changeset |
files
|
2009-04-18 |
Lennard de Rijk |
Changed the response message in the cron poke view.
|
changeset |
files
|
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
|