Fri, 23 Oct 2009 11:17:07 -0700 Lennard de Rijk Disabled GHOP module.
Thu, 22 Oct 2009 16:01:20 +0200 Lennard de Rijk Added logic paramters to two access checks.
Thu, 22 Oct 2009 10:01:11 +0200 Lennard de Rijk Set the Mentors list to the user that is suggesting a Task.
Thu, 22 Oct 2009 09:54:01 +0200 Madhusudan.C.S Fixed access check and seed for Task Suggest page.
Thu, 22 Oct 2009 09:50:10 +0200 Lennard de Rijk Removed query wether or not the current user was ever an org admin.
Sun, 18 Oct 2009 17:10:01 +0200 Lennard de Rijk Fixed the TimelineConversionUpdate to also update the GSoCProgram.
Sun, 18 Oct 2009 17:00:37 +0200 Lennard de Rijk Use scope_path for updating Documents since scope was never properly set.
Sun, 18 Oct 2009 16:53:59 +0200 Lennard de Rijk Renamed runGradingProjectSurveyRecordsUpdate to match style of module.
Sun, 18 Oct 2009 16:53:24 +0200 Lennard de Rijk Fixed error in the runDocumentUpdate where the wrong keyname was used.
Sun, 18 Oct 2009 16:52:38 +0200 Lennard de Rijk Added GradingSurveyGroup update to the Module Conversion.
Sun, 18 Oct 2009 16:33:05 +0200 Lennard de Rijk Fixed bug in StudentProposal update when a StudentProposal had no Mentor.
Sun, 18 Oct 2009 16:27:22 +0200 Lennard de Rijk Fixed module conversion imports.
Wed, 14 Oct 2009 09:47:02 +0200 Matthew Wilkes Fix typographical error and changes in status messages for Task workflow.
Mon, 05 Oct 2009 22:43:30 +0200 Madhusudan.C.S Separated the publish and approve button on the Task list page for Org members.
Mon, 05 Oct 2009 20:35:06 +0200 Pawel Solyga Add function for CSV export of survey records for a given survey.
Mon, 05 Oct 2009 19:09:58 +0200 Pawel Solyga Add functions for CSV export of organizations and roles.
Mon, 05 Oct 2009 13:54:42 +0200 Sverre Rabbelier Add StudentProposal conversion update
Sun, 04 Oct 2009 23:43:59 +0200 Sverre Rabbelier Added tag v0-5-20091004 for changeset 51eeb0c4317e
Sun, 04 Oct 2009 23:43:36 +0200 Sverre Rabbelier Set new Melange version number to 0-5-20091004 in app.yaml.template. v0-5-20091004
Sun, 04 Oct 2009 23:40:53 +0200 Sverre Rabbelier Add Timeline conversion update
Sun, 04 Oct 2009 23:40:19 +0200 Sverre Rabbelier Add update for Documents
Sun, 04 Oct 2009 23:37:26 +0200 Sverre Rabbelier Added update for SurveyRecords
Sun, 04 Oct 2009 21:25:52 +0200 Lennard de Rijk Added update for Surveys, ProjectSurveys and ProjectGradingSurveys.
Sun, 04 Oct 2009 21:15:58 +0200 Lennard de Rijk Added StudentProject update to the Module Conversion updates.
Sun, 04 Oct 2009 20:46:59 +0200 Lennard de Rijk Added Review module conversion update.
Sun, 04 Oct 2009 15:14:06 +0200 Lennard de Rijk Removed obsolete value to unpack in the updateGHOPTask Task.
Sun, 04 Oct 2009 15:07:29 +0200 Lennard de Rijk Also pass along the args when running an update.
Sat, 03 Oct 2009 21:49:08 +0200 Lennard de Rijk GHOP Comments do not need to be created by a User.
Sat, 03 Oct 2009 22:17:58 +0530 Madhusudan.C.S Fix the deadline counter to start counting only after Task claim is accepted.
Thu, 01 Oct 2009 20:48:11 +0200 Lennard de Rijk Only set new properties outside the "properties" loop for the ModuleConversion.
Thu, 01 Oct 2009 20:46:51 +0200 Lennard de Rijk Add the Student to GSoCStudent conversion,
Thu, 01 Oct 2009 20:37:55 +0200 Lennard de Rijk Only store all the entities once in the ModuleConversion, after the for loop.
Thu, 01 Oct 2009 20:36:57 +0200 Lennard de Rijk Add OrgAdmin and Mentor to GSoCOrgadmin and GSoCMentor updates.
Thu, 01 Oct 2009 20:13:40 +0200 Lennard de Rijk Added the Organization to GSoCOrganzation update.
Wed, 30 Sep 2009 21:39:09 +0200 Lennard de Rijk Use the iterative task iterator for the ProgramConversion update.
Wed, 30 Sep 2009 21:26:50 +0200 Lennard de Rijk Changed the working of the iterative_task decorator.
Wed, 30 Sep 2009 21:10:36 +0200 Lennard de Rijk Removed order property in the getBatchOfData.
Tue, 29 Sep 2009 20:11:54 +0200 Lennard de Rijk Removed the debug logging line from the Task decorator.
Tue, 29 Sep 2009 20:10:08 +0200 Lennard de Rijk Made getBatchOfData use start_key instead of next_key.
Tue, 29 Sep 2009 20:04:24 +0200 Lennard de Rijk Fixed use of wrong dictionary key in Task Decorators.
Tue, 29 Sep 2009 19:56:58 +0200 Lennard de Rijk Moved the Tasks decorators to their own module.
Mon, 28 Sep 2009 14:24:30 +0200 Sverre Rabbelier Make batch size a param to getBatchOfData
Mon, 28 Sep 2009 12:22:48 +0200 Pawel Solyga Added tag v0-5-20090928 for changeset db28a7db5cc6
Mon, 28 Sep 2009 12:22:26 +0200 Pawel Solyga Set new Melange version number to 0-5-20090928 in app.yaml.template. v0-5-20090928
Mon, 28 Sep 2009 11:07:55 +0200 Sverre Rabbelier Merging test back in
Mon, 28 Sep 2009 00:50:59 +0200 Lennard de Rijk Fixed whitespace in base model.
Mon, 28 Sep 2009 11:03:57 +0200 Sverre Rabbelier Move soc.logic.tasks to soc.tasks.responses
Sun, 27 Sep 2009 23:34:21 +0200 Sverre Rabbelier I hate how Hg handles unsynched remote changes
Sun, 27 Sep 2009 23:31:39 +0200 Daniel Hans Add task and iterative_task decorator
Sun, 27 Sep 2009 18:18:53 +0200 Lennard de Rijk Fixed Task public view to always call the update method.
Sun, 27 Sep 2009 23:31:39 +0200 Daniel Hans Add task and iterative_task decorator
Sun, 27 Sep 2009 17:46:43 +0200 Lennard de Rijk Fixed GHOP Task Logic's updateEntityProperties.
Sun, 27 Sep 2009 01:23:58 +0530 Madhusudan.C.S Fixes the problem of GHOP Task editing after it is created.
Fri, 25 Sep 2009 09:21:47 +0200 Pawel Solyga Style fix in soc.views.models.request module.
Fri, 25 Sep 2009 09:20:10 +0200 Pawel Solyga Add missing blank line in soc.modules.gsoc.logic.models.student module.
Fri, 25 Sep 2009 09:07:35 +0200 Pawel Solyga Add missing blank line in soc.models.survey_record module.
Fri, 25 Sep 2009 08:43:25 +0200 Pawel Solyga Fix whitespace in pylint disable-msg comment in soc.views.models.student_project module.
Thu, 24 Sep 2009 21:17:33 +0200 Lennard de Rijk Added first version of the 1st step in the module conversion process.
Thu, 24 Sep 2009 21:15:45 +0200 Pawel Solyga Style fixes in seed_db module.
Thu, 24 Sep 2009 21:07:31 +0200 Pawel Solyga Style fix in soc.views.helper.redirects module.
Thu, 24 Sep 2009 20:59:38 +0200 Pawel Solyga Fix indentions in student_project view module.
Thu, 24 Sep 2009 20:31:56 +0200 Lennard de Rijk Corrected an import in the student_school_type update module.
Tue, 22 Sep 2009 13:07:27 +0200 Sverre Rabbelier Prevent modification of key fields
Tue, 22 Sep 2009 13:15:33 +0200 Daniel Hans Add a script to generate a kml file with all active GSoC participants
Tue, 22 Sep 2009 00:51:51 +0200 Pawel Solyga Added tag v0-5-20090922 for changeset 06f4fe351977
Tue, 22 Sep 2009 00:51:27 +0200 Pawel Solyga Set new Melange version number to 0-5-20090922 in app.yaml.template. v0-5-20090922
Mon, 21 Sep 2009 20:52:33 +0200 Lennard de Rijk Renamed timeline entry in GHOP Timeline to match style of the timeline.
Fri, 18 Sep 2009 22:11:13 +0200 Sverre Rabbelier Fixed a typo in getRightsChecker docstring
Fri, 18 Sep 2009 22:08:50 +0200 Sverre Rabbelier Throw an exception when registering an already registered right
Fri, 18 Sep 2009 21:50:54 +0200 Sverre Rabbelier Convert cleaning module to use the new checker in core
Fri, 18 Sep 2009 21:38:14 +0200 Sverre Rabbelier Use ',' instead of ':' in function call
Fri, 18 Sep 2009 21:37:15 +0200 Sverre Rabbelier Remove ghop related liens from soc_core callback
Fri, 18 Sep 2009 21:21:22 +0200 Lennard de Rijk Fixed unknown variable in GHOP Access checker.
Fri, 18 Sep 2009 20:06:28 +0200 Madhusudan.C.S Enable document system for GHOP
Fri, 18 Sep 2009 19:56:23 +0200 Sverre Rabbelier Use the new rights code in core
Fri, 18 Sep 2009 19:55:03 +0200 Sverre Rabbelier Add document rights registration to core
Fri, 18 Sep 2009 19:34:30 +0200 Sverre Rabbelier Move around Core methods into more relevant sections
Fri, 18 Sep 2009 18:55:57 +0200 Lennard de Rijk Use getOrCreateTaskSubscriptionForTask in the TaskSubscription View.
Fri, 18 Sep 2009 18:53:14 +0200 Lennard de Rijk Added getOrCreateTaskSubscriptionForTask to TaskSubscription Logic.
Fri, 18 Sep 2009 18:40:17 +0200 Lennard de Rijk Added listing of all Accepted GHOPOrganizations to the Program View.
Fri, 18 Sep 2009 21:59:42 +0530 Madhusudan.C.S ret_list keyword argument is added to tags_strings method to enable returning lists also instead of strings.
Fri, 18 Sep 2009 18:39:00 +0200 Madhusudan.C.S Added index to sort GHOPOrganizations per program by their name.
Fri, 18 Sep 2009 20:35:55 +0530 Madhusudan.C.S Added a templatetag for table field to show date in ordinal fashion.
Thu, 17 Sep 2009 23:37:55 +0200 Lennard de Rijk Added missing argument to org_app View access check.
Fri, 18 Sep 2009 03:05:47 +0530 Madhusudan.C.S Added GHOP views helper to INSTALLED_APPS in django settings.py.
Thu, 17 Sep 2009 22:24:59 +0200 Lennard de Rijk Added apply_mentor view to GHOPOrganization view.
Thu, 17 Sep 2009 22:13:08 +0200 Lennard de Rijk Added 2 missing views to the GHOPOrganization View.
Thu, 17 Sep 2009 22:05:42 +0200 Lennard de Rijk Fixed error in mentor field cleaning, the list of mentors was never resolved.
Thu, 17 Sep 2009 21:59:30 +0200 Lennard de Rijk Removed undefined order argument in GHOP Task View.
Thu, 17 Sep 2009 21:22:49 +0200 Lennard de Rijk Bron paper bag fix, should have been part of ref809d10aa.
Thu, 17 Sep 2009 21:09:53 +0200 Lennard de Rijk Fixed error occuring when tags list was empty in GHOPProgram edit View.
Thu, 17 Sep 2009 17:31:40 +0200 Mario Ferraro Map JS renamed because of latest changes.
Thu, 17 Sep 2009 17:25:41 +0200 Mario Ferraro Shrinksafe complains during compression of map JS fixed.
Thu, 17 Sep 2009 17:15:10 +0200 Mario Ferraro Shrinksafe script fixed to workaround Linux vs BSD stat packages.
Thu, 17 Sep 2009 14:41:15 +0530 Madhusudan.C.S Added program_logic parameter to checkCanEditTimeline access check and corresponding changes in timeline views.
Thu, 17 Sep 2009 12:50:14 +0530 Madhusudan.C.S Removed slots and apps_tasks_limit from extra_dynaexclude in params and added a getExtraMenus entry to callback for program.
Thu, 17 Sep 2009 12:43:30 +0530 Madhusudan.C.S Added all indexes required for GHOP specific queries.
Thu, 17 Sep 2009 12:40:56 +0530 Madhusudan.C.S Added all GHOP specific css properties.
Wed, 16 Sep 2009 20:09:13 +0200 Lennard de Rijk Fixed the Student update to properly find its own URL.
Wed, 16 Sep 2009 13:38:18 +0200 Lennard de Rijk Enabled the Student School type updater.
Wed, 16 Sep 2009 13:35:53 +0200 Madhusudan.C.S Added updater to update the existing Student models with the school_type entry.
Tue, 15 Sep 2009 22:38:01 +0200 Lennard de Rijk Moved the Student cleaner to the create form such that it is always used.
Tue, 15 Sep 2009 22:23:06 +0200 Lennard de Rijk Changed the TaskRunner to start and run update tasks.
Tue, 15 Sep 2009 22:03:18 +0200 Madhusudan.C.S Changed the Student Model cleaner to deal with the new Student properties.
Tue, 15 Sep 2009 22:01:16 +0200 Madhusudan.C.S Added school_type and grade property to Student model.
Tue, 15 Sep 2009 21:57:28 +0200 Lennard de Rijk Moved the updater to its own module.
Tue, 15 Sep 2009 21:05:23 +0200 Madhusudan.C.S Added Student create/edit/apply template for use with the new Student Model.
Tue, 15 Sep 2009 20:57:46 +0200 Lennard de Rijk Enabled the GHOPStudent view in the GHOP module.
Tue, 15 Sep 2009 20:54:40 +0200 Madhusudan.C.S Added GHOPStudent view and access checks.
Mon, 14 Sep 2009 20:21:47 +0200 Sverre Rabbelier Added tag v0-5-20090914 for changeset afeac06aabb2
Mon, 14 Sep 2009 20:19:46 +0200 Sverre Rabbelier Set new Melange version number to 0-5-20090914 in app.yaml.template. v0-5-20090914
Mon, 14 Sep 2009 19:58:43 +0200 Lennard de Rijk Using the new checkIsMyActiveRole check where necessary.
Mon, 14 Sep 2009 19:58:10 +0200 Lennard de Rijk Added checkIsMyActiveRole check to the access module.
Mon, 14 Sep 2009 18:52:57 +0200 Sverre Rabbelier Make coverage conditional on run.py flag
Mon, 14 Sep 2009 18:44:46 +0200 Sverre Rabbelier Manually call start and end in test_sidebar
Mon, 14 Sep 2009 18:43:15 +0200 Sverre Rabbelier Use request.start and end
Mon, 14 Sep 2009 18:42:52 +0200 Sverre Rabbelier Add a start and end method to MockRequest
Sun, 13 Sep 2009 22:48:10 +0200 Sverre Rabbelier Added tag v0-5-200913 for changeset 55adeea795ab
Sun, 13 Sep 2009 22:43:20 +0200 Sverre Rabbelier Set new Melange version number to 0-5-20090913 in app.yaml.template. v0-5-200913
Sat, 12 Sep 2009 21:33:52 +0200 Lennard de Rijk Changed the conversion starter system to an update starter system.
Sat, 12 Sep 2009 21:27:17 +0200 Sverre Rabbelier Use the new optional argument to endRequest in the middleware
Sat, 12 Sep 2009 21:26:27 +0200 Sverre Rabbelier Add optional argument to endRequest
Sat, 12 Sep 2009 21:25:56 +0200 Sverre Rabbelier Document value store methods
Sat, 12 Sep 2009 17:10:39 +0200 Sverre Rabbelier Remove memcache setup from interactive.py script
Sat, 12 Sep 2009 14:42:37 +0200 Sverre Rabbelier Add docstring to middleware hooks
Sat, 12 Sep 2009 14:38:42 +0200 Sverre Rabbelier Fix copy/paste fail in maintenance middleware docstring
Sat, 12 Sep 2009 01:20:12 +0200 Sverre Rabbelier Enable the new middleware and empty the view decorator
Sat, 12 Sep 2009 01:19:23 +0200 Sverre Rabbelier Add ValueStoreMiddleware
Sat, 12 Sep 2009 01:06:37 +0200 Sverre Rabbelier Add MaintenanceMiddleware
Sat, 12 Sep 2009 01:05:24 +0200 Sverre Rabbelier Add ExceptionHandlerMiddleware
Sat, 12 Sep 2009 01:04:58 +0200 Sverre Rabbelier Add Middleware directory
Sat, 12 Sep 2009 00:59:58 +0200 Sverre Rabbelier Fix broken maintenance mode
Sat, 12 Sep 2009 00:36:49 +0200 Sverre Rabbelier Fix 500 when saving /site/edit without email
Sat, 12 Sep 2009 01:22:03 +0200 Sverre Rabbelier Remove __melange_queries logging
Wed, 09 Sep 2009 22:28:46 +0200 Lennard de Rijk Moved enabling GHOP to settings.py.
Wed, 09 Sep 2009 21:14:22 +0200 Lennard de Rijk Added the GHOP modules to the callback.
Wed, 09 Sep 2009 21:00:51 +0200 Madhusudan.C.S Use available Rights Checker when rights are already defined.
Wed, 09 Sep 2009 20:15:53 +0200 Madhusudan.C.S Several style and import fixes regarding the GHOP module.
Tue, 08 Sep 2009 21:30:32 +0200 Madhusudan.C.S Added jquery in-place-edit.
Tue, 08 Sep 2009 21:22:23 +0200 Madhusudan.C.S Added GHOP Program View.
Tue, 08 Sep 2009 21:11:23 +0200 Madhusudan.C.S Added GHOP Timeline View.
Tue, 08 Sep 2009 21:08:14 +0200 Madhusudan.C.S Added GHOP Task Subscription View.
Tue, 08 Sep 2009 21:02:09 +0200 Madhusudan.C.S Added GHOP Organization View.
Tue, 08 Sep 2009 20:58:14 +0200 Madhusudan.C.S Added GHOP Org Admin View.
Tue, 08 Sep 2009 20:57:03 +0200 Madhusudan.C.S Added GHOP Mentor View.
Tue, 08 Sep 2009 20:54:19 +0200 Madhusudan.C.S Added GHOP Task View.
Tue, 08 Sep 2009 20:52:03 +0200 Lennard de Rijk Renamed method in GHOP Cleaning to match style guide.
Tue, 08 Sep 2009 14:56:47 +0200 Sverre Rabbelier Hook up the conversion tasks
Tue, 08 Sep 2009 14:56:39 +0200 Sverre Rabbelier Add a view to start conversion tasks
Tue, 08 Sep 2009 14:24:16 +0200 Sverre Rabbelier Add templates for conversion task starter
Mon, 07 Sep 2009 20:37:15 +0200 Sverre Rabbelier Fix import sort order
Mon, 07 Sep 2009 20:36:14 +0200 Sverre Rabbelier Revert "revert wrong head"
Mon, 07 Sep 2009 20:27:37 +0200 Sverre Rabbelier merge with wrong head
Mon, 07 Sep 2009 20:07:58 +0200 Sverre Rabbelier Fix miscaching of homepage
Mon, 07 Sep 2009 20:06:27 +0200 Sverre Rabbelier Use system.getHostname() everywhere
Mon, 07 Sep 2009 20:02:35 +0200 Sverre Rabbelier Add a getHostname to system
Sat, 05 Sep 2009 15:56:19 +0200 Sverre Rabbelier Enable local memcache api in interactive console
Mon, 07 Sep 2009 15:20:49 +0200 Mario Ferraro Scripts to run Shrinksafe during build.
Mon, 07 Sep 2009 15:07:37 +0200 Mario Ferraro Added Shrinksafe code to shrink JS files before deploy.
Mon, 07 Sep 2009 20:26:39 +0200 Sverre Rabbelier revert wrong head
Sun, 06 Sep 2009 23:47:08 +0200 Pawel Solyga Added tag v0-5-20090906 for changeset 9f7f269383f7
Mon, 07 Sep 2009 20:07:58 +0200 Sverre Rabbelier Fix miscaching of homepage
Sun, 06 Sep 2009 23:46:28 +0200 Pawel Solyga Set new Melange version number to 0-5-20090906 in app.yaml.template. v0-5-20090906
Mon, 07 Sep 2009 20:06:27 +0200 Sverre Rabbelier Use system.getHostname() everywhere
Sun, 06 Sep 2009 23:45:14 +0200 Pawel Solyga Remove some left overs from recent Google App Engine 1.2.5 update.
Mon, 07 Sep 2009 20:02:35 +0200 Sverre Rabbelier Add a getHostname to system
Sun, 06 Sep 2009 23:31:53 +0200 Pawel Solyga Update Google App Engine from 1.2.3 to 1.2.5 in thirdparty folder.
Sat, 05 Sep 2009 15:56:19 +0200 Sverre Rabbelier Enable local memcache api in interactive console
Sat, 05 Sep 2009 14:04:24 +0200 Lennard de Rijk Fixed Ivory Coast rename that was introduced in r74f0972f52.
Fri, 04 Sep 2009 22:51:23 +0200 Lennard de Rijk Fixed GHOP Cleaning clean_mentors_list method from using query on list.
Fri, 04 Sep 2009 22:42:47 +0200 Madhusudan.C.S Added cleaning method to validate a list of mentor's link_ids.
Fri, 04 Sep 2009 22:35:13 +0200 Madhusudan.C.S Added cleaning method to convert a list of comma separated strings into a set.
Thu, 03 Sep 2009 12:46:07 +0530 Madhusudan.C.S Added additional methods for TaskTag model and add arbit_tag type to GHOPTask.
Wed, 02 Sep 2009 20:42:23 +0200 Sverre Rabbelier Updated to r11 of app_profiler
Wed, 02 Sep 2009 10:52:04 +0200 Sverre Rabbelier Prefetch referenced fields in project listing
Wed, 02 Sep 2009 10:51:25 +0200 Sverre Rabbelier Hook up prefetching in the view (helper)
Wed, 02 Sep 2009 10:24:10 +0200 Sverre Rabbelier Add support for prefetching fields
Mon, 31 Aug 2009 05:06:17 -0700 Sverre Rabbelier only store queries in debug mode
Mon, 31 Aug 2009 05:04:31 -0700 Sverre Rabbelier fix typo in memcache.get in base logic
Sat, 29 Aug 2009 14:33:48 -0700 Sverre Rabbelier Store queries in memcache
Sat, 29 Aug 2009 14:33:22 -0700 Sverre Rabbelier Do not store core in Checker
Sat, 29 Aug 2009 14:32:14 -0700 Sverre Rabbelier Add self.in_request to Core and verify correct state
Sat, 29 Aug 2009 14:31:26 -0700 Sverre Rabbelier Convert profiler/start page to html
Sat, 29 Aug 2009 14:30:52 -0700 Sverre Rabbelier Use profiler.py to prevent import failures
Sat, 29 Aug 2009 14:30:09 -0700 Sverre Rabbelier Set expiration date of static dirs to 1d
Sun, 30 Aug 2009 22:00:07 +0530 Madhusudan.C.S GHOPWorkSubmission model is made id_based and inherits from base.
Sun, 30 Aug 2009 17:34:47 +0200 Lennard de Rijk Added missing blank line to GHOP redirects helper.
Sun, 30 Aug 2009 17:34:03 +0200 Madhusudan.C.S Added __init__ file to the GHOP views module.
Sun, 30 Aug 2009 17:31:02 +0200 Madhusudan.C.S Added list_info method for use in the GHOP module.
Sun, 30 Aug 2009 17:50:54 +0530 Madhusudan.C.S Updated the docstrings for GHOP access methods.
Sun, 30 Aug 2009 13:56:21 +0200 Madhusudan.C.S Added access checks for GHOP Module.
Sun, 30 Aug 2009 13:16:58 +0200 Madhusudan.C.S Added redirects module for GHOP.
Sun, 30 Aug 2009 13:15:06 +0200 Madhusudan.C.S Added templatetag and filter libraries for GHOP.
Sat, 29 Aug 2009 01:40:45 -0700 Sverre Rabbelier Set profiler/ to admin only
Fri, 28 Aug 2009 11:49:47 -0700 Sverre Rabbelier Use per-request store to store access rights
Fri, 28 Aug 2009 11:48:27 -0700 Sverre Rabbelier Use the per-request store to store the context
Fri, 28 Aug 2009 11:47:32 -0700 Sverre Rabbelier Hook up the new per-request value storage
Fri, 28 Aug 2009 11:45:55 -0700 Sverre Rabbelier Add a new per-request value store to Core
Thu, 27 Aug 2009 20:34:43 -0700 Sverre Rabbelier Profiling patch
Fri, 28 Aug 2009 19:41:28 +0530 Madhusudan.C.S STATE_TRANSITIONS dictionary values are changed to strings.
Fri, 28 Aug 2009 13:17:32 +0200 Madhusudan.C.S Added templatetags for use in the GHOP module.
Fri, 28 Aug 2009 13:16:34 +0200 Madhusudan.C.S Bulk added templates for GHOPOrganization views.
Fri, 28 Aug 2009 13:15:56 +0200 Madhusudan.C.S Bulk add templates regarding GHOPProgram Views.
Fri, 28 Aug 2009 13:14:16 +0200 Madhusudan.C.S Bulk add templates regarding Task Views.
Fri, 28 Aug 2009 13:13:05 +0200 Madhusudan.C.S Added Task for sending out emails to subscribed users about a Comment.
Fri, 28 Aug 2009 12:57:12 +0200 Madhusudan.C.S Added method to send out mail about a Task update.
Fri, 28 Aug 2009 12:47:38 +0200 Madhusudan.C.S Added template for mails regarding Task updates.
Fri, 28 Aug 2009 12:34:16 +0200 Madhusudan.C.S Added several methods to the Task Logic module.
Thu, 27 Aug 2009 22:40:26 +0530 Madhusudan.C.S Removed scope and scope_path properties from GHOPComment since it is ID based.
Thu, 27 Aug 2009 22:35:28 +0530 Madhusudan.C.S Added reference to GHOPProgram entity for Work Submissions.
Thu, 27 Aug 2009 12:02:00 +0200 Madhusudan.C.S Added GHOP Form cleaning module.
Thu, 27 Aug 2009 11:48:33 +0200 Madhusudan.C.S Added GHOPTaskSubscription Logic module.
Thu, 27 Aug 2009 11:15:35 +0200 Madhusudan.C.S Added GHOP Student Logic.
Thu, 27 Aug 2009 11:13:52 +0200 Madhusudan.C.S Added GAE tasks that are related to updating GHOP Tasks.
Thu, 27 Aug 2009 10:44:26 +0200 Madhusudan.C.S Added GHOP Logic helper package.
Thu, 27 Aug 2009 10:40:43 +0200 Madhusudan.C.S Added ghop-update queue for dealing with GHOP Task updates.
Thu, 27 Aug 2009 10:15:02 +0200 Madhusudan.C.S Added GHOP task package for holding GAE Task related modules.
Wed, 26 Aug 2009 18:45:01 +0200 Lennard de Rijk Removed workflow property from Program model.
Wed, 26 Aug 2009 18:37:35 +0200 Madhusudan.C.S Moved createTimelineForType to Program Logic.
Wed, 26 Aug 2009 18:31:19 +0200 Lennard de Rijk Added timeline_logic keyword argument to Program logic.
Wed, 26 Aug 2009 18:26:15 +0200 Lennard de Rijk Make the timeline View work directly on the GSoC timeline for the time being.
Wed, 26 Aug 2009 18:23:58 +0200 Lennard de Rijk Make Sponsor the scope_logic for the GSoC timeline model.
Wed, 26 Aug 2009 18:11:25 +0200 Lennard de Rijk Take the safe way when trying to delete a Sponsor.
Wed, 26 Aug 2009 17:31:34 +0200 Madhusudan.C.S GHOPComment Logic is made to inherit from base Logic and made ID based.
Wed, 26 Aug 2009 17:27:40 +0200 Madhusudan.C.S Added role_name and disallow_last_resign keyword params to OA and Mentor Logic.
Wed, 26 Aug 2009 20:17:27 +0530 Madhusudan.C.S Added GHOPTaskSubscription model to keep track subscriptions for GHOPTasks.
Tue, 25 Aug 2009 19:33:48 +0100 Mario Ferraro JSLint comment moved because of new uncompressed JSLint complains.
Tue, 25 Aug 2009 19:32:53 +0100 Mario Ferraro JSLint script file renamed because of better file name style.
Tue, 25 Aug 2009 19:29:47 +0100 Mario Ferraro JSLint updated to uncompressed version.
Tue, 25 Aug 2009 16:15:07 +0100 Mario Ferraro Renamed all JS files affected by former commit.
Tue, 25 Aug 2009 15:58:30 +0100 Mario Ferraro Made all JS code JSLint compliant.
Tue, 25 Aug 2009 15:55:26 +0100 Mario Ferraro JSLint added to verify Javascript code quality against guidelines.
Tue, 25 Aug 2009 15:58:21 +0200 James Levy Added SurveyRecordForm for viewing a SurveyRecord.
Tue, 25 Aug 2009 15:28:50 +0200 Lennard de Rijk Make sure the PlainTextWidget converts linebreaks to proper HTML.
Tue, 25 Aug 2009 11:43:36 +0200 Lennard de Rijk Added tag v0-5-20090825 for changeset 776aae4d0499
Tue, 25 Aug 2009 11:43:14 +0200 Lennard de Rijk Set new Melange version number to 0-5-20090825 in app.yaml.template. v0-5-20090825
Mon, 24 Aug 2009 23:52:48 +0200 Lennard de Rijk Only create GradingRecords for succeful projects or failed projects with Surveys.
Mon, 24 Aug 2009 18:44:41 +0200 Lennard de Rijk Set default taking access for GradingProjectSurvey to org.
Mon, 24 Aug 2009 18:43:38 +0200 Lennard de Rijk Added org taking access to Surveys.
Mon, 24 Aug 2009 20:22:45 +0530 Madhusudan.C.S Removed reference to GHOPTask and GHOPProgram.
(0) -3000 -1000 -240 tip