2009-04-20 Lennard de Rijk Allowing student project review page to be viewed in read-only mode after the deadline has passed.
2009-04-20 Lennard de Rijk Fixed typo in access module naming.
2009-04-20 Pawel Solyga Set new Melange version number to 0-5-20090420 in app.yaml.template.
2009-04-19 Lennard de Rijk Some minor style fixes.
2009-04-19 Lennard de Rijk Added listing of accepted and rejected proposals to the organization proposal page.
2009-04-19 Lennard de Rijk Added org_home_gmap function to the map JS for displaying the mentor-student map.
2009-04-19 Lennard de Rijk Added mentor-marker.png to content\images.
2009-04-19 Lennard de Rijk Renamed map JS to facilitate upcoming changes.
2009-04-19 Lennard de Rijk Added the gathering of data required to display a map on the org home page.
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.
2009-04-19 Lennard de Rijk Added dictionary mapping country names to their CCTLD in countries model.
2009-04-19 Sverre Rabbelier Don't run in a transaction if not needed
2009-04-19 Sverre Rabbelier Tweak the 'load balancing' algorithm
2009-04-19 Sverre Rabbelier Added deleteEntities methods to stats.py
2009-04-19 Lennard de Rijk Fixed typo in cron.job module's timeOutJob docstring.
2009-04-19 Sverre Rabbelier Use status codes in job.py
2009-04-19 Lennard de Rijk getDefaultMailSender now properly handles users who are logged in but not registered.
2009-04-19 Sverre Rabbelier Allow anyone to see student projects
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.
2009-04-19 Lennard de Rijk Students can not list their own projects before the accepted students announced deadline.
2009-04-19 Lennard de Rijk Student Proposal Mailer is now sending out real emails.
2009-04-19 Lennard de Rijk Fixed a comment typo and possible bug in mail_dispatcher.
2009-04-19 Lennard de Rijk Added email templates for accepted and rejected students in a GSoC like program.
2009-04-19 Sverre Rabbelier Major brown paper bag fix
2009-04-19 Sverre Rabbelier Add a startSpam method to stats
2009-04-19 Sverre Rabbelier Add job to the index
2009-04-19 Sverre Rabbelier Add a random chance to ignore a job to reduce contention
2009-04-19 Sverre Rabbelier Do not fetch all jobs with each poke
2009-04-19 Sverre Rabbelier Add entityIterator to base Logic
2009-04-19 Sverre Rabbelier Store how many times a job has timed out and abort if needed
2009-04-18 Sverre Rabbelier Wrong usage of twoline_table_row caused weird layout in project
2009-04-18 Sverre Rabbelier Add cron.yaml to the build script
2009-04-18 Lennard de Rijk Instead of text_data use key_data property to check for uniqueness.
2009-04-18 Lennard de Rijk Style fix in Job model.
2009-04-18 Lennard de Rijk Hook up the Student Proposal Mailer in the cron/jobs module.
2009-04-18 Lennard de Rijk Added Student Proposal Mailer module for mailing students who are accepted/rejected into the program.
2009-04-18 Sverre Rabbelier Various improvements to convertProposals
2009-04-18 Sverre Rabbelier Add a silent option to updateOrCreateFromFields
2009-04-18 Lennard de Rijk Fixed wrong import for list proposals view.
2009-04-18 Lennard de Rijk Fixed typo and added myself to authors in the cron/job module.
2009-04-18 Sverre Rabbelier Add a script to convert proposals.
2009-04-18 Lennard de Rijk Added FatalJobError to the cron/job module.
2009-04-18 Lennard de Rijk Fixed typo in documentation of the Job Model.
2009-04-18 Lennard de Rijk Changed the response message in the cron poke view.
2009-04-18 Sverre Rabbelier Remove debug url too
2009-04-18 Sverre Rabbelier Remove testing method and update docstring for cron system
2009-04-18 Sverre Rabbelier Removed unneeded imports and variables
2009-04-18 Sverre Rabbelier Add cron, the core of the job system
2009-04-18 Sverre Rabbelier Add priority groups and jobs to the sitemap
2009-04-18 Sverre Rabbelier Add jobs (model, logic, and view)
2009-04-18 Sverre Rabbelier Add priority groups (model, logic, and view)
2009-04-18 Lennard de Rijk The listing of accepted projects on the Organization's homepage is now timeline dependent.
2009-04-18 Lennard de Rijk White space fix in list_info module.
2009-04-18 Sverre Rabbelier Fix user_self calling editGet with a wrong parameter
2009-04-18 Sverre Rabbelier Split edit and create into different methods
2009-04-18 Sverre Rabbelier Add support for ID based entities
2009-04-18 Sverre Rabbelier Use proposal key instead of raw proposal
2009-04-18 Sverre Rabbelier Show in green the proposals that would be accepted
2009-04-17 Pawel Solyga Add proper generation of Student entities and StudentProposal entities to seed_db module.
2009-04-17 Lennard de Rijk Rename that should have been part of r2953.
2009-04-17 Lennard de Rijk Renamed stepsize to step_size in Student Proposal Logic.
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.
2009-04-17 Pawel Solyga Style fixes in soc.views.helper.lists module.
2009-04-17 Pawel Solyga Style fixes in soc.views.models.organization module.
2009-04-17 Pawel Solyga Fix too long line in soc.views.models.program module.
2009-04-17 Pawel Solyga Comment out unused variables in soc.views.models.base module.
2009-04-17 Pawel Solyga Fix too long line in soc.views.helper.templatetags.forms_helpers module.
2009-04-17 Pawel Solyga Proposal CSV export for students.
2009-04-15 Sverre Rabbelier Readability fix in base logic
2009-04-15 Sverre Rabbelier Remove redundant if check
2009-04-15 Pawel Solyga Comment out unused variables in soc.logic.allocations module.
2009-04-15 Pawel Solyga Fix too long line in soc.cache.logic module.
2009-04-15 Pawel Solyga Add missing responses import and replace usage of helper.responses with just responses in soc.views.models.student module.
2009-04-15 Pawel Solyga Fix too long line and redefining variable 'review' from outer scope in soc.views.models.student_proposal module.
2009-04-15 Daniel Bentley Step 2 of moving to new seeding model.
2009-04-14 Lennard de Rijk Added additional_mentors property to StudentProject.
2009-04-14 Lennard de Rijk Whitespace fix in sponsor model.
2009-04-13 Sverre Rabbelier Place the getSingleton call in view decorator in the try
2009-04-13 Sverre Rabbelier Fix a bug in duplicate detection
2009-04-13 Sverre Rabbelier Undid superfluas replacement of .name() with .name_or_id()
2009-04-13 Lennard de Rijk Fixes access check for manage view.
2009-04-13 Sverre Rabbelier Do not rely on dicts.merge to change target
2009-04-13 Sverre Rabbelier Use key().id_or_name() instead of key().name()
2009-04-13 Sverre Rabbelier Fix a bug in seed_db
2009-04-12 Lennard de Rijk Added a warning message to alert the user that reviews are not editable.
2009-04-12 Lennard de Rijk Added overview of private reviews to the Student Proposal review page.
2009-04-12 Pawel Solyga Load /Users/solydzajs/Downloads/google_appengine into
2009-04-12 Sverre Rabbelier Do not rely on a backup_admin being set
2009-04-12 Sverre Rabbelier Send out notifications and emails to admin and backup admin
2009-04-12 Sverre Rabbelier Allow the backup_admin to fill in the org application
2009-04-12 Daniel Bentley Use offset_linkid instead of offset to scan >1000 entities.
2009-04-12 Daniel Bentley Respond to comments on r2769.
2009-04-12 Daniel Bentley Last step of refactoring before adding support for > 1000 entities.
2009-04-12 Sverre Rabbelier Add (better) help_text to publish_location and school_name
2009-04-12 Sverre Rabbelier Brown paper bag fix
2009-04-11 Sverre Rabbelier Added Joel Sherrill to the AUTHORS file
2009-04-11 Sverre Rabbelier Lower ASCII fix
2009-04-11 Sverre Rabbelier Remove getKeySuffix and it's usage
2009-04-11 Sverre Rabbelier Use key().id_or_name() instead of key().name()
2009-04-11 Sverre Rabbelier Use key.id_or_name in templates rather than key.name
2009-04-11 Lennard de Rijk Indentation fixes.
2009-04-11 Lennard de Rijk Indentation fixes.
2009-04-11 Lennard de Rijk Added two menu items to the program menu.
2009-04-11 Lennard de Rijk Removed obsolete white line in soc/models/views/models/organization.py.
2009-04-11 Lennard de Rijk Added listing of Student Projects for Students themselves.
2009-04-11 Lennard de Rijk Added three new redirect methods.
2009-04-11 Lennard de Rijk Brown paper bag fix for Student Project Manage and Edit access check.
2009-04-11 Sverre Rabbelier Style fix in function names in stats.py
2009-04-11 Sverre Rabbelier When ranking, put them at or above the given rank
2009-04-11 Sverre Rabbelier Remove slots_allocation from program view
2009-04-10 Sverre Rabbelier Make it possible to save any value with saveValues
2009-04-10 Sverre Rabbelier Allow loading a previously saved slot allocation
2009-04-10 Lennard de Rijk Added Manage Student Projects item to the organization menu.
2009-04-10 Lennard de Rijk Fixed typo in checkStudentProjectHasStatus docstring.
2009-04-10 Lennard de Rijk Removed TODO that has been completed in r2876.
2009-04-10 Sverre Rabbelier Fix bug exposed in previous commit
2009-04-10 Sverre Rabbelier Add a test case to demonstrate a bug in the allocator
2009-04-09 Pawel Solyga Set new Melange version number to 0-5-20090410 in app.yaml.template.
2009-04-09 Sverre Rabbelier Add a new allocation algorithm and use it
2009-04-09 Sverre Rabbelier Change iterative to algorithm in slot allocator
(0) -1000 -120 +120 tip