2009-10-04 Lennard de Rijk Removed obsolete value to unpack in the updateGHOPTask Task.
2009-10-04 Lennard de Rijk Also pass along the args when running an update.
2009-10-03 Lennard de Rijk GHOP Comments do not need to be created by a User.
2009-10-03 Madhusudan.C.S Fix the deadline counter to start counting only after Task claim is accepted.
2009-10-01 Lennard de Rijk Only set new properties outside the "properties" loop for the ModuleConversion.
2009-10-01 Lennard de Rijk Add the Student to GSoCStudent conversion,
2009-10-01 Lennard de Rijk Only store all the entities once in the ModuleConversion, after the for loop.
2009-10-01 Lennard de Rijk Add OrgAdmin and Mentor to GSoCOrgadmin and GSoCMentor updates.
2009-10-01 Lennard de Rijk Added the Organization to GSoCOrganzation update.
2009-09-30 Lennard de Rijk Use the iterative task iterator for the ProgramConversion update.
2009-09-30 Lennard de Rijk Changed the working of the iterative_task decorator.
2009-09-30 Lennard de Rijk Removed order property in the getBatchOfData.
2009-09-29 Lennard de Rijk Removed the debug logging line from the Task decorator.
2009-09-29 Lennard de Rijk Made getBatchOfData use start_key instead of next_key.
2009-09-29 Lennard de Rijk Fixed use of wrong dictionary key in Task Decorators.
2009-09-29 Lennard de Rijk Moved the Tasks decorators to their own module.
2009-09-28 Sverre Rabbelier Make batch size a param to getBatchOfData
2009-09-28 Pawel Solyga Added tag v0-5-20090928 for changeset db28a7db5cc6
2009-09-28 Pawel Solyga Set new Melange version number to 0-5-20090928 in app.yaml.template. v0-5-20090928
2009-09-28 Sverre Rabbelier Merging test back in
2009-09-27 Lennard de Rijk Fixed whitespace in base model.
2009-09-28 Sverre Rabbelier Move soc.logic.tasks to soc.tasks.responses
2009-09-27 Sverre Rabbelier I hate how Hg handles unsynched remote changes
2009-09-27 Daniel Hans Add task and iterative_task decorator
2009-09-27 Lennard de Rijk Fixed Task public view to always call the update method.
2009-09-27 Daniel Hans Add task and iterative_task decorator
2009-09-27 Lennard de Rijk Fixed GHOP Task Logic's updateEntityProperties.
2009-09-26 Madhusudan.C.S Fixes the problem of GHOP Task editing after it is created.
2009-09-25 Pawel Solyga Style fix in soc.views.models.request module.
2009-09-25 Pawel Solyga Add missing blank line in soc.modules.gsoc.logic.models.student module.
2009-09-25 Pawel Solyga Add missing blank line in soc.models.survey_record module.
2009-09-25 Pawel Solyga Fix whitespace in pylint disable-msg comment in soc.views.models.student_project module.
2009-09-24 Lennard de Rijk Added first version of the 1st step in the module conversion process.
2009-09-24 Pawel Solyga Style fixes in seed_db module.
2009-09-24 Pawel Solyga Style fix in soc.views.helper.redirects module.
2009-09-24 Pawel Solyga Fix indentions in student_project view module.
2009-09-24 Lennard de Rijk Corrected an import in the student_school_type update module.
2009-09-22 Sverre Rabbelier Prevent modification of key fields
2009-09-22 Daniel Hans Add a script to generate a kml file with all active GSoC participants
2009-09-21 Pawel Solyga Added tag v0-5-20090922 for changeset 06f4fe351977
2009-09-21 Pawel Solyga Set new Melange version number to 0-5-20090922 in app.yaml.template. v0-5-20090922
2009-09-21 Lennard de Rijk Renamed timeline entry in GHOP Timeline to match style of the timeline.
2009-09-18 Sverre Rabbelier Fixed a typo in getRightsChecker docstring
2009-09-18 Sverre Rabbelier Throw an exception when registering an already registered right
2009-09-18 Sverre Rabbelier Convert cleaning module to use the new checker in core
2009-09-18 Sverre Rabbelier Use ',' instead of ':' in function call
2009-09-18 Sverre Rabbelier Remove ghop related liens from soc_core callback
2009-09-18 Lennard de Rijk Fixed unknown variable in GHOP Access checker.
2009-09-18 Madhusudan.C.S Enable document system for GHOP
2009-09-18 Sverre Rabbelier Use the new rights code in core
2009-09-18 Sverre Rabbelier Add document rights registration to core
2009-09-18 Sverre Rabbelier Move around Core methods into more relevant sections
2009-09-18 Lennard de Rijk Use getOrCreateTaskSubscriptionForTask in the TaskSubscription View.
2009-09-18 Lennard de Rijk Added getOrCreateTaskSubscriptionForTask to TaskSubscription Logic.
2009-09-18 Lennard de Rijk Added listing of all Accepted GHOPOrganizations to the Program View.
2009-09-18 Madhusudan.C.S ret_list keyword argument is added to tags_strings method to enable returning lists also instead of strings.
2009-09-18 Madhusudan.C.S Added index to sort GHOPOrganizations per program by their name.
2009-09-18 Madhusudan.C.S Added a templatetag for table field to show date in ordinal fashion.
2009-09-17 Lennard de Rijk Added missing argument to org_app View access check.
2009-09-17 Madhusudan.C.S Added GHOP views helper to INSTALLED_APPS in django settings.py.
2009-09-17 Lennard de Rijk Added apply_mentor view to GHOPOrganization view.
2009-09-17 Lennard de Rijk Added 2 missing views to the GHOPOrganization View.
2009-09-17 Lennard de Rijk Fixed error in mentor field cleaning, the list of mentors was never resolved.
2009-09-17 Lennard de Rijk Removed undefined order argument in GHOP Task View.
2009-09-17 Lennard de Rijk Bron paper bag fix, should have been part of ref809d10aa.
2009-09-17 Lennard de Rijk Fixed error occuring when tags list was empty in GHOPProgram edit View.
2009-09-17 Mario Ferraro Map JS renamed because of latest changes.
2009-09-17 Mario Ferraro Shrinksafe complains during compression of map JS fixed.
2009-09-17 Mario Ferraro Shrinksafe script fixed to workaround Linux vs BSD stat packages.
2009-09-17 Madhusudan.C.S Added program_logic parameter to checkCanEditTimeline access check and corresponding changes in timeline views.
2009-09-17 Madhusudan.C.S Removed slots and apps_tasks_limit from extra_dynaexclude in params and added a getExtraMenus entry to callback for program.
2009-09-17 Madhusudan.C.S Added all indexes required for GHOP specific queries.
2009-09-17 Madhusudan.C.S Added all GHOP specific css properties.
2009-09-16 Lennard de Rijk Fixed the Student update to properly find its own URL.
2009-09-16 Lennard de Rijk Enabled the Student School type updater.
2009-09-16 Madhusudan.C.S Added updater to update the existing Student models with the school_type entry.
2009-09-15 Lennard de Rijk Moved the Student cleaner to the create form such that it is always used.
2009-09-15 Lennard de Rijk Changed the TaskRunner to start and run update tasks.
2009-09-15 Madhusudan.C.S Changed the Student Model cleaner to deal with the new Student properties.
2009-09-15 Madhusudan.C.S Added school_type and grade property to Student model.
2009-09-15 Lennard de Rijk Moved the updater to its own module.
2009-09-15 Madhusudan.C.S Added Student create/edit/apply template for use with the new Student Model.
2009-09-15 Lennard de Rijk Enabled the GHOPStudent view in the GHOP module.
2009-09-15 Madhusudan.C.S Added GHOPStudent view and access checks.
2009-09-14 Sverre Rabbelier Added tag v0-5-20090914 for changeset afeac06aabb2
2009-09-14 Sverre Rabbelier Set new Melange version number to 0-5-20090914 in app.yaml.template. v0-5-20090914
2009-09-14 Lennard de Rijk Using the new checkIsMyActiveRole check where necessary.
2009-09-14 Lennard de Rijk Added checkIsMyActiveRole check to the access module.
2009-09-14 Sverre Rabbelier Make coverage conditional on run.py flag
2009-09-14 Sverre Rabbelier Manually call start and end in test_sidebar
2009-09-14 Sverre Rabbelier Use request.start and end
2009-09-14 Sverre Rabbelier Add a start and end method to MockRequest
2009-09-13 Sverre Rabbelier Added tag v0-5-200913 for changeset 55adeea795ab
2009-09-13 Sverre Rabbelier Set new Melange version number to 0-5-20090913 in app.yaml.template. v0-5-200913
2009-09-12 Lennard de Rijk Changed the conversion starter system to an update starter system.
2009-09-12 Sverre Rabbelier Use the new optional argument to endRequest in the middleware
2009-09-12 Sverre Rabbelier Add optional argument to endRequest
2009-09-12 Sverre Rabbelier Document value store methods
2009-09-12 Sverre Rabbelier Remove memcache setup from interactive.py script
2009-09-12 Sverre Rabbelier Add docstring to middleware hooks
2009-09-12 Sverre Rabbelier Fix copy/paste fail in maintenance middleware docstring
2009-09-11 Sverre Rabbelier Enable the new middleware and empty the view decorator
2009-09-11 Sverre Rabbelier Add ValueStoreMiddleware
2009-09-11 Sverre Rabbelier Add MaintenanceMiddleware
2009-09-11 Sverre Rabbelier Add ExceptionHandlerMiddleware
2009-09-11 Sverre Rabbelier Add Middleware directory
2009-09-11 Sverre Rabbelier Fix broken maintenance mode
2009-09-11 Sverre Rabbelier Fix 500 when saving /site/edit without email
2009-09-11 Sverre Rabbelier Remove __melange_queries logging
2009-09-09 Lennard de Rijk Moved enabling GHOP to settings.py.
2009-09-09 Lennard de Rijk Added the GHOP modules to the callback.
2009-09-09 Madhusudan.C.S Use available Rights Checker when rights are already defined.
2009-09-09 Madhusudan.C.S Several style and import fixes regarding the GHOP module.
2009-09-08 Madhusudan.C.S Added jquery in-place-edit.
2009-09-08 Madhusudan.C.S Added GHOP Program View.
2009-09-08 Madhusudan.C.S Added GHOP Timeline View.
2009-09-08 Madhusudan.C.S Added GHOP Task Subscription View.
2009-09-08 Madhusudan.C.S Added GHOP Organization View.
2009-09-08 Madhusudan.C.S Added GHOP Org Admin View.
2009-09-08 Madhusudan.C.S Added GHOP Mentor View.
(0) -3000 -1000 -120 tip