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.
Mon, 24 Aug 2009 20:12:10 +0530 Madhusudan.C.S Added GHOPStudent model which inherits from core Student model.
Mon, 24 Aug 2009 20:08:35 +0530 Madhusudan.C.S Changed GHOPComment model to inherit from base model.
Mon, 24 Aug 2009 19:38:57 +0530 Madhusudan.C.S Changed all status to start with Uppercase letters, made 3 properties required.
Mon, 24 Aug 2009 04:31:23 +0530 Madhusudan.C.S Reverting last 4 patches containing GHOP related views.
Sat, 22 Aug 2009 04:05:48 +0530 Madhusudan.C.S Added extra menu items per GHOPOrganization.
Sat, 22 Aug 2009 04:00:56 +0530 Madhusudan.C.S Added Organization View for GHOP.
Sat, 22 Aug 2009 03:56:25 +0530 Madhusudan.C.S Added timeline view for GHOP.
Sat, 22 Aug 2009 03:56:14 +0530 Madhusudan C.S Extended program configuration create/edit views specifically to support GHOP.
Sat, 22 Aug 2009 03:56:04 +0530 Madhusudan.C.S Dotted path to the views in URL patterns is changed to a params parameter.
Sat, 22 Aug 2009 03:44:13 +0530 Madhusudan.C.S program_logic is passed as a parameter to three checkers than hard coding it.
Mon, 17 Aug 2009 18:47:48 +0200 Daniel Hans Whitespace fix in Base view.
Mon, 17 Aug 2009 18:43:23 +0200 Daniel Hans Argument to_json added to json function in Base view.
Mon, 17 Aug 2009 14:01:13 +0200 Daniel Hans Whitespace fix in Program view.
Mon, 17 Aug 2009 13:52:50 +0200 Daniel Hans Added redirect for use to manage statistics.
Fri, 14 Aug 2009 10:28:27 -0700 Lennard de Rijk Added tag v0-5-20090814p1 for changeset 4027acdbf91d
Fri, 14 Aug 2009 10:28:06 -0700 Lennard de Rijk Set new Melange version number to 0-5-20090814p1 in app.yaml.template. v0-5-20090814p1
Fri, 14 Aug 2009 10:21:09 -0700 Lennard de Rijk Fixed call to get QueryForFields due to changes in r0548101922.
Fri, 14 Aug 2009 10:13:27 -0700 Lennard de Rijk Added tag v0-5-20090814 for changeset bb96d2c3885e
Fri, 14 Aug 2009 10:12:50 -0700 Lennard de Rijk Set new Melange version number to 0-5-20090814 in app.yaml.template. v0-5-20090814
Fri, 14 Aug 2009 03:58:40 +0530 Madhusudan.C.S checkIsAfterEvent takes logic as argument instead of hard coded program logic.
Thu, 13 Aug 2009 14:02:22 -0700 Lennard de Rijk Redone the acceptedStudentsExport functionality.
Thu, 13 Aug 2009 11:52:43 -0700 Lennard de Rijk Added export for Org Admins and Mentors, but only one per User.
Thu, 13 Aug 2009 10:46:53 -0700 Lennard de Rijk Added methods that give the shipping information for a role entity.
Thu, 13 Aug 2009 10:23:31 -0700 Lennard de Rijk Changed to_dict to call all callable values when their key is in field_names.
Wed, 12 Aug 2009 15:44:18 -0700 Lennard de Rijk Fixed Survey Take page which was erroring on undefined variables.
Wed, 12 Aug 2009 13:39:40 -0700 Lennard de Rijk Removed unused import from GradingProjectSurvey view.
Wed, 12 Aug 2009 13:37:57 -0700 Lennard de Rijk Cleaned up Survey Logic.
Wed, 12 Aug 2009 13:32:29 -0700 Lennard de Rijk Added base Model for Expando models.
Wed, 12 Aug 2009 11:31:05 -0700 Lennard de Rijk Added intial GSoC logic modules.
Wed, 12 Aug 2009 10:17:08 -0700 Lennard de Rijk Added basic GSoC module models.
Wed, 12 Aug 2009 09:39:16 -0700 Lennard de Rijk Added inital GSoC module package structure.
Tue, 11 Aug 2009 15:56:55 -0700 Lennard de Rijk Set ASCII-only cleaner for first and last name when dealing with roles.
Wed, 12 Aug 2009 02:37:55 +0530 Madhusudan.C.S Changed the parameter from ancestor to ancestors to accommodate a list of ancestors.
Tue, 11 Aug 2009 12:48:10 -0700 Madhusudan C.S. updateOrCreateFromFields is made to call updateOrCreateFromKeyName.
Tue, 11 Aug 2009 11:39:28 -0700 Madhusudan C.S. Added ancestors property to getQueryForFields for queries with ancestor filter.
Tue, 11 Aug 2009 10:54:56 -0700 Lennard de Rijk Completed the proper filter for the GradingProjectSurvey results view.
Tue, 11 Aug 2009 10:22:01 -0700 Lennard de Rijk Project Survey results view now doesn't list all for plain users.
Mon, 10 Aug 2009 18:57:55 -0700 Lennard de Rijk Set the proper filters for the ProjectSurvey results view.
Mon, 10 Aug 2009 18:57:00 -0700 Lennard de Rijk Fix copy/paste fail in Survey results view regarding allowed_to_read.
Mon, 10 Aug 2009 18:49:34 -0700 Lennard de Rijk _getResultsViewRecordFields does not need fields argument anymore.
Mon, 10 Aug 2009 18:03:55 -0700 Lennard de Rijk Open up the Survey Results view for users.
Tue, 11 Aug 2009 18:06:57 +0100 Mario Ferraro Upgrade jQuery UI to version 1.7.
Mon, 10 Aug 2009 16:58:51 -0700 Lennard de Rijk Updated several page titles to contain more information.
Mon, 10 Aug 2009 16:35:01 -0700 Lennard de Rijk Added hook for the edit view.
Mon, 10 Aug 2009 15:49:47 -0700 Lennard de Rijk Redirect to the manage page for failed, completed and withdrawn projects.
Mon, 10 Aug 2009 15:37:12 -0700 Lennard de Rijk Made the specific SurveyTakeForm used in a View part of params.
Mon, 10 Aug 2009 15:28:42 -0700 Lennard de Rijk Removed the grade_choices keyword argument from GradeSurveyTakeForm.
Mon, 10 Aug 2009 15:14:29 -0700 Lennard de Rijk Enable the project management page to be visited for project in other statusses.
Sun, 09 Aug 2009 21:00:32 -0700 Sverre Rabbelier Added tag v0-5-20090809 for changeset 107bec037dda
Sun, 09 Aug 2009 20:59:15 -0700 Sverre Rabbelier Set new Melange version number to 0-5-20090809 in app.yaml.template. v0-5-20090809
Sun, 09 Aug 2009 13:42:31 -0700 Lennard de Rijk Added project title and student name to the ProjectSurvey take page.
Sun, 09 Aug 2009 13:03:47 -0700 Lennard de Rijk Added capability to update a single GradingRecord on the edit page.
Sat, 08 Aug 2009 18:42:22 +0100 Mario Ferraro Upgrade to jQuery library to 1.3.2 version.
Fri, 07 Aug 2009 02:06:33 +0200 Daniel Hans List of countries is actually alphabetically sorted.
Fri, 07 Aug 2009 01:27:24 +0200 Daniel Hans Argument store added to updateEntityProperties.
Fri, 07 Aug 2009 01:00:58 +0200 Daniel Hans Each country has its continent assigned.
Thu, 06 Aug 2009 10:48:44 +0200 Lennard de Rijk Added and enabled new access check for viewing ProjectSurvey records.
Wed, 05 Aug 2009 22:00:08 +0200 Lennard de Rijk Added and enabled access check for viewing SurveyRecords.
Wed, 05 Aug 2009 16:52:08 +0200 Lennard de Rijk Enabled Org Admins to take Surveys on behalf of their Mentors.
Wed, 05 Aug 2009 12:38:50 +0200 Lennard de Rijk The Survey Results view now only list Records of interest to the current user.
Tue, 04 Aug 2009 21:46:03 +0200 Lennard de Rijk Redone the list_info function for the Project's manage page.
Tue, 04 Aug 2009 21:29:49 +0200 Lennard de Rijk Added redirect to the StudentProject manage page for viewing SurveyRecords.
Tue, 04 Aug 2009 17:07:44 +0200 Lennard de Rijk Whitespace fix in User model.
Tue, 04 Aug 2009 17:00:46 +0200 Lennard de Rijk ViewResults for Surveys is now showing all SurveyRecords.
Tue, 04 Aug 2009 16:57:27 +0200 Lennard de Rijk Added redirect for viewing SurveyRecords and enabled links in the Record list.
Tue, 04 Aug 2009 16:52:41 +0200 Lennard de Rijk Removed TODO from ProjectSurvey and GradingProjectSurvey views.
Tue, 04 Aug 2009 16:46:47 +0200 James Levy Added templates for listing SurveyRecords.
Tue, 04 Aug 2009 15:59:42 +0200 Lennard de Rijk The Survey public view now uses the proper page name.
Tue, 04 Aug 2009 15:58:31 +0200 Lennard de Rijk Added view for showing Survey Records.
Tue, 04 Aug 2009 15:34:41 +0200 James Levy Added template for viewing Survey Records.
Tue, 04 Aug 2009 15:33:39 +0200 Lennard de Rijk Use proper id for survey_description div.
Mon, 03 Aug 2009 17:33:58 +0200 Lennard de Rijk Added link for students to resign their profile to the Program menu.
Mon, 03 Aug 2009 17:32:34 +0200 Lennard de Rijk Fixed access check for Student Manage/Resign page.
Mon, 03 Aug 2009 17:05:55 +0200 Lennard de Rijk Fixed typo in access module comment and StudentProject list description.
Mon, 03 Aug 2009 15:17:21 +0200 Madhusudan C.S. Added minimum age property to Program model.
Sun, 02 Aug 2009 23:51:55 +0200 Lennard de Rijk Added some helpful text to the Student Project Withdraw view.
Sun, 02 Aug 2009 23:45:42 +0200 Lennard de Rijk Fixed Org home view map to only appear when projects have been announced.
Sun, 02 Aug 2009 22:39:47 +0200 Lennard de Rijk Added tag v0-5-20090802 for changeset 2fb96db18711
Sun, 02 Aug 2009 22:39:09 +0200 Lennard de Rijk Set new Melange version number to 0-5-20090802 in app.yaml.template. v0-5-20090802
Sun, 02 Aug 2009 02:57:20 -0700 Sverre Rabbelier addressed comments by Lennard
Sun, 02 Aug 2009 02:52:48 -0700 Sverre Rabbelier add checkIsHostForStudentProject checker
Sun, 02 Aug 2009 15:19:50 +0530 Madhusudan.C.S Add parent parameter to accommodate entity groups.
Sun, 02 Aug 2009 15:20:00 +0530 Madhusudan.C.S Notification logic in main SoC is capable of getting constructor parameters.
Sat, 01 Aug 2009 16:22:10 -0700 Sverre Rabbelier Fix for copy/paste fail
Sat, 01 Aug 2009 15:55:33 -0700 Sverre Rabbelier Add link to withdraw student project page
Sat, 01 Aug 2009 15:37:58 -0700 Sverre Rabbelier Allow hosts to withdraw student projects
Sat, 01 Aug 2009 15:37:36 -0700 Sverre Rabbelier Add three new redirects
Sat, 01 Aug 2009 19:27:20 +0530 Madhusudan.C.S Style fixes in the ghop task model module.
Sat, 01 Aug 2009 14:50:53 +0200 Pawel Solyga Added optional filters property to deepFetch.
Sat, 01 Aug 2009 13:20:05 +0100 Mario Ferraro Organization home page map dimensions now fit the world.
Sat, 01 Aug 2009 12:31:05 +0100 Mario Ferraro Role name for mentors now correctly shown in map's infoWindows.
Sat, 01 Aug 2009 10:07:08 +0200 Lennard de Rijk Enable the map that shows the connections between mentors and students.
Fri, 31 Jul 2009 18:29:09 +0200 Lennard de Rijk Edited the role form to clarify the intention of the checkbox+marker.
Thu, 30 Jul 2009 14:02:23 +0200 Lennard de Rijk Renamed main CSS and map JS file due to recent changes.
Thu, 30 Jul 2009 14:00:37 +0200 Mario Ferraro Moved the student<->mentor map on the org home page below the list.
Thu, 30 Jul 2009 13:56:21 +0200 Mario Ferraro Redone the student<-> mentor map JS to reflect recent datastructure changes.
Thu, 30 Jul 2009 13:54:47 +0200 Lennard de Rijk Redone the gathering of data for the student<->mentor map.
Thu, 30 Jul 2009 10:54:09 +0200 Lennard de Rijk Style fixes in StudentProject View.
Thu, 30 Jul 2009 10:53:03 +0200 Lennard de Rijk Factored out the "No Record Available" message.
Thu, 30 Jul 2009 10:49:19 +0200 Lennard de Rijk Pre-storing the information for setStudentProjectSurveyInfo.
Thu, 30 Jul 2009 10:05:22 +0200 Lennard de Rijk Added project information to the Project manage page.
Thu, 30 Jul 2009 10:01:57 +0200 Lennard de Rijk Renamed hasAtLeastOneRecord to hasRecord.
Thu, 30 Jul 2009 09:53:22 +0200 Lennard de Rijk Added list of Surveys to the Project's manage page.
Thu, 30 Jul 2009 09:43:15 +0200 Lennard de Rijk Added getProjectSurveyInfoForProject to list_info helper.
Thu, 30 Jul 2009 09:29:36 +0200 Lennard de Rijk Added new table templates for showing Suryves on the Project manage page.
Tue, 28 Jul 2009 11:23:11 +0200 Lennard de Rijk Added columns to the manage project page that show the amount of evaluations.
Tue, 28 Jul 2009 11:20:42 +0200 Lennard de Rijk Added hasAtLeastOneRecord method to Survey Logic.
Mon, 27 Jul 2009 15:03:20 +0200 Lennard de Rijk Two style fixes.
Mon, 27 Jul 2009 13:12:17 +0200 Pawel Solyga Added tag v0-5-20090727 for changeset 0b4358ef9983
Mon, 27 Jul 2009 13:06:36 +0200 Pawel Solyga Set new Melange version number to 0-5-20090727 in app.yaml.template. v0-5-20090727
Sat, 25 Jul 2009 13:13:20 +0200 Lennard de Rijk Every radio button is now properly shown on a new line.
Sat, 25 Jul 2009 01:09:46 +0530 Madhusudan C.S Adds to Melange a tags framework based on taggable-mixin.
Fri, 24 Jul 2009 21:00:04 +0200 Lennard de Rijk Send out a Notification upon creation of a new Request entity.
Fri, 24 Jul 2009 20:57:53 +0200 Lennard de Rijk Use proper in-line import in Request helper.
Fri, 24 Jul 2009 20:56:08 +0200 Lennard de Rijk Added sendNewRequestNotification to the Notifications helper.
Fri, 24 Jul 2009 20:49:59 +0200 Lennard de Rijk Added template for a notification upon arrival of a new Request.
Fri, 24 Jul 2009 20:17:35 +0200 Lennard de Rijk Tables listing Requests now show the name of the Group the request is for/from.
Fri, 24 Jul 2009 20:13:40 +0200 Lennard de Rijk Added missing role_name to org_admin Logic.
Fri, 24 Jul 2009 19:59:26 +0200 Lennard de Rijk Added getRoleLogicsToNotifyUponeNewRequest for use with notifications.
Fri, 24 Jul 2009 15:23:45 +0200 Lennard de Rijk Use proper in-line imports where possible in the Notifications helper.
Thu, 23 Jul 2009 18:28:49 -0700 James Levy fix for issue 653 by adding wrap=hard attr to textareas for surveys
Thu, 23 Jul 2009 16:56:00 -0700 JamesLevy seed_db now creates fixture student project entities, and corresponding project surveys and grading surveys for debugging purposes.
Thu, 23 Jul 2009 14:55:29 +0200 Lennard de Rijk Use role_name where needed for creating/handling requests.
Thu, 23 Jul 2009 14:43:20 +0200 Lennard de Rijk Use role_name to register the Role with the Group View.
Thu, 23 Jul 2009 14:41:53 +0200 Lennard de Rijk Use role_name from Role Logic as key to store the different Role Views.
Thu, 23 Jul 2009 14:37:44 +0200 Lennard de Rijk Style fixes in Group View.
Thu, 23 Jul 2009 14:36:45 +0200 Lennard de Rijk Added registerRole to Role Logic where all roles are registered.
Sat, 18 Jul 2009 15:04:44 -0700 Sverre Rabbelier update Sidebar tests to use getCore
Sat, 18 Jul 2009 14:58:12 -0700 Sverre Rabbelier register a core for the test modules to use
Wed, 15 Jul 2009 17:11:17 +0200 Mario Ferraro Fixed line length.
Wed, 15 Jul 2009 15:28:02 +0200 Lennard de Rijk Another batch of style fixes for Surveys.
Wed, 15 Jul 2009 15:18:58 +0200 Lennard de Rijk More style fixes due to code reviews for Surveys.
Wed, 15 Jul 2009 15:07:01 +0200 Lennard de Rijk Several style fixes and code cleaning for surveys.
Wed, 15 Jul 2009 12:20:48 +0200 James Levy Fixed wrong js being referenced by the public Survey template.
Wed, 15 Jul 2009 11:48:43 +0200 Lennard de Rijk Added validation to email fields where needed.
Tue, 14 Jul 2009 22:33:37 +0200 Lennard de Rijk Slow down mail tasks some more to ensure they actually complete.
Tue, 14 Jul 2009 21:24:55 +0200 Lennard de Rijk Added tag v0-5-20090714 for changeset 8846761b3a6c
Tue, 14 Jul 2009 21:24:24 +0200 Lennard de Rijk Set new Melange version number to 0-5-20090714 in app.yaml.template. v0-5-20090714
Tue, 14 Jul 2009 21:13:12 +0200 Lennard de Rijk Made requested changes to GradingRecord results mail.
Tue, 14 Jul 2009 21:09:18 +0200 Lennard de Rijk Added the ability to update project + mail when editing a single GradingRecord
Tue, 14 Jul 2009 19:06:53 +0200 Lennard de Rijk Fixed message on Records page for GradingSurveyGroups.
Tue, 14 Jul 2009 18:44:33 +0200 Lennard de Rijk Fixed issue where GradingSurveyRecords from another group could be edited.
Tue, 14 Jul 2009 18:36:16 +0200 Lennard de Rijk Added button to the GradingRecords overview to send mail when updating projects.
Tue, 14 Jul 2009 18:35:20 +0200 Lennard de Rijk Added task to send out email for each processed GradingRecord.
Tue, 14 Jul 2009 18:28:33 +0200 Lennard de Rijk Added mail template for when GradingRecords are proccessed.
Tue, 14 Jul 2009 17:29:53 +0200 Lennard de Rijk Made the reminder templates extend the mail base instead of notification.
Tue, 14 Jul 2009 16:48:08 +0200 Lennard de Rijk Added Task to process GradingRecords and update their StudentProjects.
Tue, 14 Jul 2009 16:46:42 +0200 Lennard de Rijk Added updateProjectsForGradingRecords to StudentProject Logic.
Tue, 14 Jul 2009 15:17:10 +0200 Pawel Solyga Add new project status column to accepted students csv export.
Tue, 14 Jul 2009 13:10:56 +0200 Lennard de Rijk Added Student and Mentor link id to the GradingRecord list.
Tue, 14 Jul 2009 00:55:05 +0200 Lennard de Rijk Fixed an error occuring when assigning more then one secondary mentors.
Mon, 13 Jul 2009 23:08:14 +0200 Lennard de Rijk Withdrawn projects are removed from GradingRecord creation/update task.
Mon, 13 Jul 2009 22:11:28 +0200 Lennard de Rijk Changed tag for latest version to match the correct commit.
Mon, 13 Jul 2009 22:04:19 +0200 Lennard de Rijk Excluded the new StudentProject failed_evaluations property from Forms. v0-5-20090713
Mon, 13 Jul 2009 21:57:10 +0200 Lennard de Rijk Added tag v0-5-20090713 for changeset 51d83d0572ec
Mon, 13 Jul 2009 21:56:53 +0200 Lennard de Rijk Set new Melange version number to 0-5-20090713 in app.yaml.template.
Mon, 13 Jul 2009 21:56:01 +0200 Lennard de Rijk Added failed_evaluations property to StudentProject model.
Mon, 13 Jul 2009 18:04:10 +0200 Lennard de Rijk Changed GradingRecord heading/row templates to give more useful info.
Mon, 13 Jul 2009 12:52:54 +0200 Lennard de Rijk Added view for editing GradingRecords.
Mon, 13 Jul 2009 12:48:37 +0200 Lennard de Rijk Fixed style error in GradingSurveyGroup Task model.
Mon, 13 Jul 2009 12:48:05 +0200 Lennard de Rijk Made the locked property non-required.
Mon, 13 Jul 2009 12:46:54 +0200 Lennard de Rijk Added template for editing GradingRecords.
Mon, 13 Jul 2009 11:12:42 +0200 Lennard de Rijk Added getRecordLogic method to GradingSurveyGroup Logic.
Mon, 13 Jul 2009 11:02:57 +0200 Lennard de Rijk Added redirect for editing a GradingRecord.
Mon, 13 Jul 2009 10:18:14 +0200 Lennard de Rijk Fixed bug where grade_decision would not be properly set in 2 out of 4 cases.
Mon, 13 Jul 2009 11:43:40 +0200 Daniel Hans Style fix in callback.py
Mon, 13 Jul 2009 11:19:55 +0200 dhans Fixed issue with opening items on survey lists while pressing ctrl button
Mon, 13 Jul 2009 01:15:46 +0200 Lennard de Rijk Added messages to the Records page when a task has been successfully started.
Mon, 13 Jul 2009 01:07:18 +0200 Lennard de Rijk Style fixes in GradingRecord Logic.
Mon, 13 Jul 2009 01:07:03 +0200 Lennard de Rijk Changed GradingRecord list templates to show more info.
Mon, 13 Jul 2009 01:00:59 +0200 Lennard de Rijk Added GradingSurveyGroup tasks to the core URL's.
Mon, 13 Jul 2009 01:00:20 +0200 Lennard de Rijk The buttons on the GradingSurveyGroup record page now enqueue Tasks.
Mon, 13 Jul 2009 00:59:48 +0200 Lennard de Rijk Added Tasks to update/create GradingRecords for a given GradingSurveyGroup.
Mon, 13 Jul 2009 00:59:11 +0200 Lennard de Rijk Added methods to GradingRecord Logic to facilitate creating/updating them.
Mon, 13 Jul 2009 00:53:42 +0200 Lennard de Rijk Added buttons to start tasks to GradingSurveyGroup Record view.
Sun, 12 Jul 2009 22:25:43 +0200 Lennard de Rijk Fixed errors in comments and docstring for the Surveys Task module.
Sun, 12 Jul 2009 22:00:12 +0200 Lennard de Rijk Refactored logErrorAndReturnOK into separate module.
Sun, 12 Jul 2009 11:46:36 -0500 Augie Fackler buildout.cfg: We require nose as well for tests.
Sun, 12 Jul 2009 16:01:41 +0200 Lennard de Rijk Added view to GradingSurveyGroup to list all records for a specified group.
Sun, 12 Jul 2009 16:00:32 +0200 Lennard de Rijk Added listing templates for GradingRecords.
Sun, 12 Jul 2009 14:03:35 +0200 Lennard de Rijk Add scope view for GradingSurveyGroup and set access checks.
Sun, 12 Jul 2009 13:55:21 +0200 Lennard de Rijk Fixed passing along empty params to scope selection view.
Sun, 12 Jul 2009 12:50:01 +0200 Lennard de Rijk Renamed tag for latest version to match the app.yaml version entry.
Sun, 12 Jul 2009 00:45:45 +0200 Lennard de Rijk Added tag 0-5-20090711p1 for changeset 03aa33e8600b
Sun, 12 Jul 2009 00:45:01 +0200 Lennard de Rijk Set new Melange version number to 0-5-20090711p1 in app.yaml.template. v0-5-20090711p1
Sun, 12 Jul 2009 00:40:24 +0200 Lennard de Rijk Removed several sidebar entries for Surveys which where not properly working.
Sat, 11 Jul 2009 15:05:02 -0700 Sverre Rabbelier Added tag v0-5-20090711 for changeset 4db295c3fbb3
Sat, 11 Jul 2009 15:04:43 -0700 Sverre Rabbelier Set new Melange version number to 0-5-20090711 in app.yaml.template. v0-5-20090711
Sun, 12 Jul 2009 00:02:28 +0200 Lennard de Rijk Fixed typo in ProjectSurvey reminder mail.
Sat, 11 Jul 2009 23:53:30 +0200 Lennard de Rijk Fixed the redirect for Survey reminder emails.
Sat, 11 Jul 2009 23:38:37 +0200 Lennard de Rijk Fixed typo in GradingProjectSurvey reminder email.
Sat, 11 Jul 2009 23:29:31 +0200 Pawel Solyga Add queue.yaml to build scripts.
Sat, 11 Jul 2009 23:29:22 +0200 Lennard de Rijk Changed URL pattern for starting sending out survey reminders.
Sat, 11 Jul 2009 23:19:18 +0200 Lennard de Rijk Added the Surveys Tasks to the registered URL patterns.
Sat, 11 Jul 2009 23:18:52 +0200 Lennard de Rijk Added a view to start sending out a reminder.
Sat, 11 Jul 2009 23:18:14 +0200 Lennard de Rijk Added Surveys Tasks module to send reminders.
Sat, 11 Jul 2009 23:15:22 +0200 Lennard de Rijk Added empty Tasks package and queue.yaml.
Sat, 11 Jul 2009 20:42:23 +0200 Lennard de Rijk Edited help text to be more clear when a Survey has been submitted.
Sat, 11 Jul 2009 20:10:33 +0200 Pawel Solyga Add setOrganizationInSurveyRecords function to stats.py script.
Sat, 11 Jul 2009 19:54:23 +0200 Pawel Solyga Add Organization reference property to ProjectSurveyRecord.
Sat, 11 Jul 2009 19:37:26 +0200 Pawel Solyga Fix indention and add missing dot in docstring in survey models.
Sat, 11 Jul 2009 17:25:19 +0200 Lennard de Rijk GradingSurveyGroup now uses DynaForm for its forms.
Sat, 11 Jul 2009 13:56:55 +0200 Pawel Solyga Indention fixes and adding "reference_class=" in ReferenceProperty params.
Tue, 07 Jul 2009 20:17:23 -0500 Augie Fackler Start using buildout to bring in external dependencies.
Fri, 10 Jul 2009 12:09:09 +0200 Lennard de Rijk Added GradingSurveyGroup to the sitemap and sidebar.
Fri, 10 Jul 2009 12:06:29 +0200 Daniel Diniz Completed the Create and Edit view for GradingSurveyGroup.
Fri, 10 Jul 2009 11:59:00 +0200 Lennard de Rijk Fixed GradingRecord and GradingSurveyRecord Logic to load the correct Model.
Fri, 10 Jul 2009 11:39:41 +0200 Lennard de Rijk Added denySidebar to several access checks.
Thu, 09 Jul 2009 23:50:21 +0200 Lennard de Rijk Added Surveys to sidebar menu.
Thu, 09 Jul 2009 14:00:59 +0200 Lennard de Rijk Changed title entry in GradingSurveyGroup's public template to name.
Thu, 09 Jul 2009 11:52:35 +0200 Lennard de Rijk Added skeleton view and templates for GradingSurveyGroup.
Thu, 09 Jul 2009 11:47:31 +0200 Lennard de Rijk Added name property to GradingSurveyGroup.
Thu, 09 Jul 2009 11:00:17 +0200 Lennard de Rijk Added missing blank line to GradingSurveyGroup logic.
Thu, 09 Jul 2009 10:52:19 +0200 Lennard de Rijk Added logic for GradingRecord and GradingSurveyGroup.
Thu, 09 Jul 2009 10:39:30 +0200 Daniel Diniz Removed results list from Survey edit.
Thu, 09 Jul 2009 10:16:29 +0200 Mario Ferraro Extended tooltip timeout to 10 seconds for all fields.
Wed, 08 Jul 2009 15:45:53 +0200 Lennard de Rijk Minor stylefix to StudentProject model.
Wed, 08 Jul 2009 15:44:54 +0200 Lennard de Rijk Changed the StudentProject model to handle a dynamic amount of GradeRecords.
Wed, 08 Jul 2009 11:50:02 +0200 Lennard de Rijk Renamed several files due to recent changes.
Wed, 08 Jul 2009 10:45:49 +0200 Lennard de Rijk Style fixing in GradeRecord model
Wed, 08 Jul 2009 10:40:46 +0200 Daniel Diniz Several Survey UI fixes.
Tue, 07 Jul 2009 21:16:57 +0200 Madhusudan C.S. Fixed base template URL to tagged version of the deployed source code.
Tue, 07 Jul 2009 20:02:27 +0200 Lennard de Rijk Fixed imports for Survey logic.
Tue, 07 Jul 2009 18:46:47 +0200 Lennard de Rijk Added skeleton models for GradingSurveyGroup and Records.
Mon, 06 Jul 2009 17:20:30 +0200 Lennard de Rijk Added tag v0-5-20090706 for changeset c17b671e5657
Mon, 06 Jul 2009 17:19:57 +0200 Lennard de Rijk Set new Melange version number to 0-5-20090706 in app.yaml.template. v0-5-20090706
Mon, 06 Jul 2009 17:18:41 +0200 Lennard de Rijk Ensure that the Grade field data stays in clean_data.
Mon, 06 Jul 2009 17:03:19 +0200 Daniel Diniz Add missing import to Project Survey view.
Mon, 06 Jul 2009 16:32:14 +0200 Lennard de Rijk Renamed several files due to recent changes.
Mon, 06 Jul 2009 16:21:51 +0200 Mario Ferraro Now properly escaping JS and converting new lines into br for Tooltips.
Mon, 06 Jul 2009 16:13:27 +0200 Daniel Diniz Added ability to add custom tooltips and UI improvements.
Mon, 06 Jul 2009 15:06:05 +0200 Lennard de Rijk Public Survey template now resembles the take template more closely.
Mon, 06 Jul 2009 14:58:46 +0200 Lennard de Rijk Added the possiblitity to add a description to the top of the Survey.
Mon, 06 Jul 2009 13:19:00 +0200 James Levy Use CSS instead of JS for Survey layout.
Mon, 06 Jul 2009 12:06:28 +0200 Daniel Diniz Remove the custom propmpt inside textareas and input fields.
Mon, 06 Jul 2009 00:54:48 +0200 Pawel Solyga Fix HtmlSanitizer to return cleaned string in proper encoding.
Mon, 06 Jul 2009 00:31:48 +0200 James Levy Added clear:right property to submit button in Survey take form.
Mon, 06 Jul 2009 00:29:30 +0200 Mario Ferraro Fix button layout on Safari 4.0 for Survey take page.
Mon, 06 Jul 2009 00:16:47 +0200 Pawel Solyga Fix comment indention in survey-take javascript file.
Sun, 05 Jul 2009 23:45:57 +0200 Lennard de Rijk Renamed survey-take-090627.js to survey-take-090705.js.
Sun, 05 Jul 2009 23:43:57 +0200 James Levy Increased bottom margin on comments for better grouping.
Sun, 05 Jul 2009 13:31:34 +0200 Lennard de Rijk Changed the filter for getting a SurveyRecord for a ProjectSurvey
Sun, 05 Jul 2009 13:00:08 +0200 Lennard de Rijk Added tag v0-5-20090705p1 for changeset c7726e3ab173
Sun, 05 Jul 2009 12:59:33 +0200 Lennard de Rijk Set new Melange version number to 0-5-20090705p1 in app.yaml.template. v0-5-20090705p1
Sun, 05 Jul 2009 12:57:09 +0200 Lennard de Rijk Ensure that accessViolations for Survey menu items get captured.
Sun, 05 Jul 2009 12:19:19 +0200 Pawel Solyga Added tag v0-5-20090705 for changeset 8f3a8e066111
Sun, 05 Jul 2009 12:18:31 +0200 Pawel Solyga Set new Melange version number to 0-5-20090705 in app.yaml.template. v0-5-20090705
Sun, 05 Jul 2009 11:32:26 +0200 James Levy Added Menu items for all three kinds of Surveys to the program menu.
Sun, 05 Jul 2009 00:57:03 +0200 Daniel Diniz POST data always overwrites survey_record data when used to populate form.
Sat, 04 Jul 2009 18:48:58 +0100 Mario Ferraro Fixes bug when option name contains double quotes.
Sat, 04 Jul 2009 18:53:37 +0200 Lennard de Rijk Several style fixes due to code reviews.
Sat, 04 Jul 2009 17:23:19 +0200 Daniel Diniz Ensure that long questions and comments are stored as db.Text.
Sat, 04 Jul 2009 17:16:16 +0200 Lennard de Rijk Style fix in access module.
Sat, 04 Jul 2009 17:02:51 +0200 Lennard de Rijk Returned ProjectSurvey create to checkIsUser.
Sat, 04 Jul 2009 16:44:08 +0200 Lennard de Rijk Added access checks for taking a Project(Grading)Survey.
Sat, 04 Jul 2009 16:23:00 +0200 Lennard de Rijk Brown paper bag fix for using non-existing logic in ProjectSurvey views.
Sat, 04 Jul 2009 15:59:19 +0200 Lennard de Rijk Fixed basic Survey access check.
Sat, 04 Jul 2009 15:30:08 +0200 Daniel Diniz Fixed broken selection questions from refactoring SurveyForm.
Sat, 04 Jul 2009 15:16:54 +0200 Lennard de Rijk Fixed showing the correct list of projects for taking a Grading Project Survey.
Sat, 04 Jul 2009 15:08:28 +0200 Lennard de Rijk Refactored filter construction to _constructFilterForProjectSelection.
Sat, 04 Jul 2009 14:29:13 +0200 Lennard de Rijk Make sure that radio button questions validate correctly and allow only one choice.
Sat, 04 Jul 2009 14:22:02 +0200 Lennard de Rijk Added Daniel Diniz and Zachary Voase to the AUTHORS file.
Sat, 04 Jul 2009 14:19:39 +0200 Lennard de Rijk Added Daniel Diniz to authors for Grading Project Survey View.
Sat, 04 Jul 2009 14:15:11 +0200 Daniel Diniz Add a grade field to the Grading Project Survey form.
Sat, 04 Jul 2009 13:53:17 +0200 James Levy Survey editing/taking Javascript and CSS fixes.
Sat, 04 Jul 2009 12:07:27 +0200 Pawel Solyga Remove public role type from SURVEY_TAKING_ACCESS in Survey model.
Fri, 03 Jul 2009 20:41:19 -0700 Sverre Rabbelier try to fix the surveys-have-no-scope issue
Fri, 03 Jul 2009 18:39:17 -0700 Sverre Rabbelier addressed comments to previous version
Fri, 03 Jul 2009 18:24:02 -0700 Sverre Rabbelier return found entity for activity checks
Fri, 03 Jul 2009 18:23:12 -0700 Sverre Rabbelier survey access: stylefix and remove public role type
Fri, 03 Jul 2009 22:36:10 +0200 Lennard de Rijk Style fixes in Survey helper.
Fri, 03 Jul 2009 22:27:42 +0200 Lennard de Rijk Added _getSurveyTakeForm to the Survey view.
Fri, 03 Jul 2009 21:59:10 +0200 Lennard de Rijk Only initialize a SurveyTakeForm in take instead of in takeGet and takePost.
Fri, 03 Jul 2009 21:06:22 +0200 Daniel Diniz Split SurveyForm into SurveyTakeForm and SurveyEditForm.
Fri, 03 Jul 2009 20:38:43 +0200 Lennard de Rijk Do not call takeGet when SurveyForm ValidationError occurs.
Fri, 03 Jul 2009 19:15:09 +0200 Lennard de Rijk Several stylefixes due to received reviews.
Fri, 03 Jul 2009 18:39:30 +0200 Lennard de Rijk Style fixes in Access module.
Fri, 03 Jul 2009 18:34:18 +0200 Lennard de Rijk Style fixes to the GradingProjectSurvey View module.
Fri, 03 Jul 2009 18:23:34 +0200 Lennard de Rijk Sub_merge params for GradingProjectSurvey View.
Fri, 03 Jul 2009 18:23:02 +0200 James Levy Added rudimentary grade field to GradingProjectSurvey take View.
Fri, 03 Jul 2009 18:20:33 +0200 Lennard de Rijk Ensure that the params from subclasses get merged properly with ProjectSurvey view.
Fri, 03 Jul 2009 18:09:48 +0200 Lennard de Rijk Corrected the links to Grading Project Surveys in Program menu.
Fri, 03 Jul 2009 17:55:36 +0200 Lennard de Rijk Added missing import to ProjectSurvey View.
Fri, 03 Jul 2009 15:21:44 +0200 Daniel Diniz Fix pick_multi only returning one answer as maximum.
Fri, 03 Jul 2009 15:00:00 +0200 Lennard de Rijk Removed getSurveyResponseFromPost from Surveys helper.
Fri, 03 Jul 2009 14:53:26 +0200 Lennard de Rijk Renamed survey-edit-090627.js due to recent changes.
Fri, 03 Jul 2009 14:43:49 +0200 Lennard de Rijk Form errors when taking a Survey now have the correct context.
Fri, 03 Jul 2009 14:36:16 +0200 Lennard de Rijk Fixed Survey Form error giving 505.
Fri, 03 Jul 2009 14:35:03 +0200 Daniel Diniz Surveys can now have required questions and comments can be turned on/off.
Fri, 03 Jul 2009 14:19:23 +0200 Daniel Diniz Added Survey From Field validation.
Fri, 03 Jul 2009 12:10:24 +0200 Daniel Diniz Style fixes and a forgotten parameter in Survey(Record) logic.
Fri, 03 Jul 2009 12:05:23 +0200 Lennard de Rijk Removed unnecessary variable in ProjectSurvey take method.
Fri, 03 Jul 2009 12:02:57 +0200 Lennard de Rijk Overwrite _getSurveyRecordFor in ProjectSurvey view to take StudentProject into account.
Fri, 03 Jul 2009 12:00:53 +0200 Lennard de Rijk Added _getSurveyRecordFor method to Survey View.
Thu, 02 Jul 2009 18:35:57 +0200 Lennard de Rijk Added default Survey list templates for ProjectSurvey and GradingProjectSurvey.
Thu, 02 Jul 2009 18:33:13 +0200 Daniel Diniz Enable the ProjectSurvey and GradingProjectSurvey views in the core.
Thu, 02 Jul 2009 17:51:07 +0200 Lennard de Rijk Implemented taking ProjectSurveys.
Thu, 02 Jul 2009 17:47:24 +0200 Lennard de Rijk Edit SurveyRecord model to not make use of different Survey property for each subclass.
Thu, 02 Jul 2009 17:08:10 +0200 Lennard de Rijk Made the CSV exporter for Survey not rely on the BackReferenceProperty in Survey.
Thu, 02 Jul 2009 16:53:13 +0200 Lennard de Rijk Added getTakeProjectSurveyRedirect.
Thu, 02 Jul 2009 16:51:31 +0200 Lennard de Rijk Added the possibility to change the action of the form on the Survey take page.
Thu, 02 Jul 2009 16:50:08 +0200 Lennard de Rijk Small style fix in Surveys helper.
Thu, 02 Jul 2009 15:40:37 +0200 Lennard de Rijk Set required is True for StudentProject reference in ProjectSurveyRecord.
Thu, 02 Jul 2009 15:38:33 +0200 Lennard de Rijk Removed obsolete if tag form take template.
Thu, 02 Jul 2009 15:34:02 +0200 Lennard de Rijk Added hook methods to takeGet and takePost.
Thu, 02 Jul 2009 14:48:10 +0200 Lennard de Rijk Fixed typo in title of Survey Take page.
Thu, 02 Jul 2009 12:46:12 +0200 Lennard de Rijk Add a base implementation of takePost.
Thu, 02 Jul 2009 12:45:06 +0200 Lennard de Rijk Added getSurveyResponseFromPost method to Surveys Helper.
Thu, 02 Jul 2009 12:43:06 +0200 Lennard de Rijk Added updateOrCreateFromFields method to SurveyRecordLogic.
Thu, 02 Jul 2009 12:40:42 +0200 Lennard de Rijk Added base class logic for Expando based models.
Thu, 02 Jul 2009 11:25:52 +0200 Lennard de Rijk Removed two obsolete/outdated methods in Survey Logic.
Thu, 02 Jul 2009 10:46:39 +0200 Lennard de Rijk Removed obsolote method call in Program View.
Thu, 02 Jul 2009 10:33:58 +0200 Daniel Diniz Clean up and other fixes for Survey modules.
Wed, 01 Jul 2009 21:53:20 +0200 Lennard de Rijk Implemented the takeGet view for Surveys.
Wed, 01 Jul 2009 17:28:44 +0200 Lennard de Rijk Fixed multiple typos in Survey tooltips strings.
Wed, 01 Jul 2009 17:25:54 +0200 Lennard de Rijk Added skeleton for the take view and its template.
Wed, 01 Jul 2009 16:28:27 +0200 Lennard de Rijk Move getMenusForScope to the end of the View class.
Wed, 01 Jul 2009 16:22:35 +0200 Lennard de Rijk Changed the Survey public view to give a preview of the Survey.
Wed, 01 Jul 2009 14:49:54 +0200 Lennard de Rijk Removed activate grade URL pattern from Survey View.
Wed, 01 Jul 2009 14:42:54 +0200 Lennard de Rijk Brown paper bag "without tea" morning typo fix in Survey View.
Wed, 01 Jul 2009 14:28:51 +0200 Lennard de Rijk Style fix in Survey views helper.
Wed, 01 Jul 2009 08:29:49 +0200 Lennard de Rijk Returned access checks in Survey View to the right state.
Tue, 30 Jun 2009 18:16:33 +0200 Lennard de Rijk Fixed too long line in Surveys helper.
Tue, 30 Jun 2009 18:02:10 +0200 Lennard de Rijk Solved some merging problems and use the getRecordLogic where needed.
Tue, 30 Jun 2009 17:55:43 +0200 Lennard de Rijk Reverted some changes in SurveyLogic.
Tue, 30 Jun 2009 15:58:56 +0200 Lennard de Rijk Use an existing logic for showing Survey Results.
Tue, 30 Jun 2009 14:56:48 +0200 Lennard de Rijk Merge params from inheriting Survey views so functionality can be reused.
Tue, 30 Jun 2009 14:55:55 +0200 Lennard de Rijk Add more flexibility to the Survey helper for use with the new Survey types.
Tue, 30 Jun 2009 14:45:11 +0200 Lennard de Rijk Added getRecordLogic method to SurveyLogic.
Tue, 30 Jun 2009 08:54:39 +0200 Lennard de Rijk Removed setting of the scope in the ProjectSurvey init.
Tue, 30 Jun 2009 08:50:56 +0200 Lennard de Rijk Added getSurveyForContent method to SurveyLogic.
Tue, 30 Jun 2009 08:49:34 +0200 Lennard de Rijk Calling the correct super in Project and Grading Survey Logic.
Tue, 30 Jun 2009 03:03:46 -0700 james merged upstream
Tue, 30 Jun 2009 10:59:05 +0200 Zachary Voase Add paver script that will replace our current build.sh from scripts folder.
Mon, 29 Jun 2009 23:19:49 -0700 Sverre Rabbelier Add checkHasSurveyAccess access check
Tue, 30 Jun 2009 03:02:53 -0700 james fixed critical errors related to survey subclassing and renaming of deadline and opening properties, and surveys in sidebar are now marked as such and have a red color if untaken
Tue, 30 Jun 2009 00:06:53 +0200 Lennard de Rijk Removed survey_kind from Survey model.
Mon, 29 Jun 2009 23:40:24 +0200 Lennard de Rijk Set the correct base_model and scope_logic for extended Survey logic.
Mon, 29 Jun 2009 23:16:21 +0200 Lennard de Rijk Added two missing imports to the Project and Grading Surveys views.
Mon, 29 Jun 2009 19:29:15 +0200 Daniel Diniz Added SurveyContentSchema to improve readability for the survey helper.
Mon, 29 Jun 2009 16:51:48 +0200 Pawel Solyga Added tag v0-5-20090629 for changeset 0dee663d6582
Mon, 29 Jun 2009 16:50:38 +0200 Pawel Solyga et new Melange version number to 0-5-20090629 in app.yaml.template.
Mon, 29 Jun 2009 15:53:50 +0200 Lennard de Rijk Added skeleton view for ProjectSurvey and GradingProjectSurvey.
Mon, 29 Jun 2009 15:44:33 +0200 Lennard de Rijk Prepared Survey access controls to deal with multiple logics.
Mon, 29 Jun 2009 15:19:28 +0200 Lennard de Rijk Extracted the ProjectSurvey and ProjectGradingSurvey records to a new module.
Mon, 29 Jun 2009 14:06:30 +0200 Lennard de Rijk Removed unused import from Survey model.
Mon, 29 Jun 2009 14:01:24 +0200 Lennard de Rijk Separated two survey types out of the main survey model.
Mon, 29 Jun 2009 13:50:03 +0200 Lennard de Rijk Seperated Logic for ProjectSurvey and GradingProject surveys.
Sun, 28 Jun 2009 23:58:03 +0200 Daniel Diniz Start on adding ProjectSurvey and GradingProjectSurvey.
Sun, 28 Jun 2009 22:12:33 +0200 Lennard de Rijk Added .settings to hgignore.
Sun, 28 Jun 2009 17:53:58 +0200 Lennard de Rijk Renamed opening to survey_start and deadline to survey_end.
Sun, 28 Jun 2009 17:44:44 +0200 Lennard de Rijk Put ResultsLogic in its own Logic module named survey_record.
Sun, 28 Jun 2009 14:55:47 +0200 Lennard de Rijk Removed non-existing import in Survey Logic.
Sun, 28 Jun 2009 14:49:39 +0200 Daniel Diniz Added Survey menu items to the Program menu.
Sun, 28 Jun 2009 14:48:19 +0200 Daniel Diniz Added Surveys to the sitemap.
Sun, 28 Jun 2009 14:46:31 +0200 James Levy Added View for Surveys.
Sun, 28 Jun 2009 14:45:08 +0200 Daniel Diniz Added redirect for use in Surveys.
Sun, 28 Jun 2009 14:40:55 +0200 Daniel Diniz Added Access checks for Surveys.
Sun, 28 Jun 2009 14:32:21 +0200 James Levy Added Survey Views Helper for rendering several widgets.
Sun, 28 Jun 2009 14:18:01 +0200 James Levy Added logic for Survey and SurveyRecord.
Sun, 28 Jun 2009 13:18:56 +0200 James Levy Added SurveyRecordGroup for the use in evaluation surveys.
Sun, 28 Jun 2009 13:13:58 +0200 James Levy Added SurveyRecordModel.
Sun, 28 Jun 2009 13:07:18 +0200 James Levy Added Survey and SurveyContent model.
Sat, 27 Jun 2009 22:11:48 +0200 Lennard de Rijk Fixed docstring in Document Logic. v0-5-20090629
Sat, 27 Jun 2009 09:42:32 +0200 Lennard de Rijk Renamed css due to previous changes in previous commit.
Sat, 27 Jun 2009 09:39:01 +0200 Daniel Diniz Edited stylesheet for use in Surveys.
Sat, 27 Jun 2009 09:36:54 +0200 Lennard de Rijk Renamed JavaScript files in templates to match the correct files using prefixes.
Sat, 27 Jun 2009 09:35:50 +0200 Daniel Diniz Adding JS files for use in Surveys.
Fri, 26 Jun 2009 21:58:12 +0200 Daniel Diniz Added templates considering Surveys.
Fri, 26 Jun 2009 21:54:46 +0200 Daniel Diniz Renamed jquery.growfield.js to jquery-growfield.js.
Tue, 23 Jun 2009 20:54:03 +0200 Daniel Diniz Patch that adds the JS and CSS files for surveys.
Tue, 23 Jun 2009 20:43:22 +0200 Daniel Diniz Patch that touches 'upstream' templates, for use in surveys.
Mon, 22 Jun 2009 07:32:45 +0200 Lennard de Rijk Fixes an issue where the organization home page would throw a 505 when no projects where accepted.
Sun, 21 Jun 2009 18:27:30 +0200 Lennard de Rijk Added tag v0-5-20090621 for changeset 96ff51144dca
Sun, 21 Jun 2009 18:22:02 +0200 Lennard de Rijk Set new Melange version number to 0-5-20090621 in app.yaml.template v0-5-20090621
Fri, 19 Jun 2009 23:13:06 +0100 Mario Ferraro jQuery Spin plugin updated to version 1.1.1
Fri, 19 Jun 2009 20:19:03 +0200 Pawel Solyga Use build-in django 1.0.x on deployed version of Melange.
Fri, 19 Jun 2009 16:13:32 +0200 Pawel Solyga Update GAE to 1.2.3 in thirdparty folder.
Mon, 08 Jun 2009 22:34:05 +0200 Sverre Rabbelier Added tag v0-5-20090608 for changeset 19e9fdde919e
Mon, 08 Jun 2009 22:31:28 +0200 Sverre Rabbelier Set new Melange version number to 0-5-20090604 in app.yaml.template v0-5-20090608
Mon, 08 Jun 2009 22:28:17 +0200 Lennard de Rijk Temporary fix for Issue 636 by turning off the caching of the page's entities.
Mon, 08 Jun 2009 21:57:12 +0200 Sverre Rabbelier fix copy/paste fail in homepage caching
Mon, 08 Jun 2009 08:54:21 +0200 Madhusudan C.S. Added group attribute to each GHOPProgram property so it is grouped on edit/create forms.
Mon, 08 Jun 2009 08:48:24 +0200 Madhusudan C.S. Changed GHOP module imports to be consistent with rest of Melange code.
Mon, 08 Jun 2009 08:42:13 +0200 Madhusudan C.S. Changed the property that holds the minimum age required for Students to participate in a GHOP based program.
Sat, 06 Jun 2009 20:40:08 +0200 Sverre Rabbelier Remove now unneeded getCallback from ghop.__init__
Sat, 06 Jun 2009 20:29:09 +0200 Sverre Rabbelier Remove getCallback indirection in modules
Sat, 06 Jun 2009 19:42:54 +0200 Lennard de Rijk Removed authors from 'empty' __init__.py files.
Sat, 06 Jun 2009 10:30:56 -0500 Augie Fackler Add HTTP_HOST to environ variables mocked. Also add license headers to run.py.
Sat, 06 Jun 2009 17:28:56 +0200 Madhusudan C.S. Added logic for every GHOP specific model.
Sat, 06 Jun 2009 17:16:52 +0200 Lennard de Rijk Added licenses and fixed the authors of __init__.py for the GHOP module.
Fri, 05 Jun 2009 22:54:19 +0200 Lennard de Rijk Changed imports in models to comply with recent GHOP code move.
Fri, 05 Jun 2009 22:07:15 +0200 Lennard de Rijk Removed unused import.
Fri, 05 Jun 2009 21:27:03 +0200 Madhusudan C.S. Moved the GHOP module into the modules package.
Fri, 05 Jun 2009 08:24:32 +0200 Sverre Rabbelier also rename batch_size in cron.py
Fri, 05 Jun 2009 00:03:09 +0200 Sverre Rabbelier Added tag v0-5-20090604 for changeset 1dc8d7f9458e
Fri, 05 Jun 2009 00:00:30 +0200 Sverre Rabbelier Set new Melange version number to 0-5-20090604 in app.yaml.template v0-5-20090604
Thu, 04 Jun 2009 23:21:33 +0200 Sverre Rabbelier Display caught errors on the page itself
Thu, 04 Jun 2009 22:26:24 +0200 Sverre Rabbelier Make the maintenance page a hardcoded response
Thu, 04 Jun 2009 22:08:11 +0200 Lennard de Rijk Merge with Pawel's tip.
Thu, 04 Jun 2009 20:55:30 +0200 Pawel Solyga Partial fix for displaying mentors and students on Organization home page.
Thu, 04 Jun 2009 20:46:37 +0200 Pawel Solyga Comment out GMaps support in Organization home page template.
Thu, 04 Jun 2009 22:02:14 +0200 Lennard de Rijk Small indentation fix.
Thu, 04 Jun 2009 20:38:32 +0200 Pawel Solyga Add missing if statement in organization list row template.
Thu, 04 Jun 2009 22:01:57 +0200 Lennard de Rijk Fixed an issue where some access checks would fail due to missing arguments.
Wed, 03 Jun 2009 23:38:02 +0530 Madhusudan.C.S Introduced 'module_package' key in params dict to support modules in melange
Thu, 04 Jun 2009 21:58:05 +0200 Lennard de Rijk Now showing link to edit the home page document on the home page.
Tue, 02 Jun 2009 19:23:06 +0200 Pawel Solyga Temporary turn off GMaps support on Organization home pages until it's fixed.
Thu, 04 Jun 2009 20:21:15 +0200 Lennard de Rijk Added link to edit the Document on the Document's public page.
Tue, 02 Jun 2009 19:20:14 +0200 Pawel Solyga Rename soc-090421.css and update base.html template.
Thu, 04 Jun 2009 18:21:04 +0200 Lennard de Rijk Clarified docstring for document read/write access check.
Tue, 02 Jun 2009 19:17:46 +0200 Pawel Solyga Small changes in #extra_left, #extra_right tags in css file.
Thu, 04 Jun 2009 08:12:57 +0200 Lennard de Rijk Added a link to the website where the user has registered to the welcome email.
Mon, 01 Jun 2009 23:42:36 +0200 Pawel Solyga Add taggable-mixin and gviz to build script.
Mon, 01 Jun 2009 22:23:46 +0200 Pawel Solyga Extend taggable-mixin to support different Tag models.
Mon, 01 Jun 2009 22:17:38 +0200 Pawel Solyga Make taggable-mixin tests working by updating GAE path.
Mon, 01 Jun 2009 20:38:38 +0200 Pawel Solyga Merge with Pawel's head.
Mon, 01 Jun 2009 20:31:38 +0200 Pawel Solyga Add google-visualization-python project to Melange repository.
Mon, 01 Jun 2009 20:03:22 +0200 Lennard de Rijk Removed unecessary use of %.
Sat, 30 May 2009 09:19:10 +0200 Lennard de Rijk Changed University Student expected graduation date to be a dynamic dropdown.
Sat, 30 May 2009 01:03:20 +0200 Lennard de Rijk Added GHOP specific Mentor and Org Admin Models.
Sat, 30 May 2009 00:50:39 +0200 Pawel Solyga Add missing __init__.py file in taggable-mixin module.
Sat, 30 May 2009 00:36:52 +0200 Pawel Solyga Add taggable-mixin to Melange repository.
Fri, 29 May 2009 20:56:39 +0200 Pawel Solyga Add some missing docstrings to Seeder classes in seed_db.py
Wed, 27 May 2009 20:37:04 +0200 Pawel Solyga Style fixes and pylint: disable-msg comments in different modules.
Wed, 27 May 2009 03:31:58 +0200 Pawel Solyga Add pylint: disable-msg= where needed in Melange modules.
Wed, 27 May 2009 03:31:27 +0200 Pawel Solyga Rename bathSize variable to batch_size in soc.logic.models.base module.
Wed, 27 May 2009 03:22:37 +0200 Pawel Solyga Style fixes and wrong function call fix in soc.views.helper.lists module.
Wed, 27 May 2009 02:12:56 +0200 Pawel Solyga Remove unused variable from soc.view.models.cron module.
Wed, 27 May 2009 02:09:38 +0200 Pawel Solyga Some more pylint fixes in different Melange modules.
Wed, 27 May 2009 01:47:38 +0200 Pawel Solyga Style and pylint fixes in Melange modules.
Wed, 27 May 2009 00:31:40 +0200 Pawel Solyga Style and variable names fixes in soc.modules.core module.
Tue, 26 May 2009 22:18:04 +0200 Pawel Solyga Remove unused imports in Melange modules.
Tue, 26 May 2009 22:10:02 +0200 Pawel Solyga Remove unused imports from main.py.
Tue, 26 May 2009 22:04:52 +0200 Pawel Solyga Some small fixes to unique_user_id_adder module.
Tue, 26 May 2009 02:45:03 +0200 Lennard de Rijk Fixed typo in org_prize_assignment model.
Tue, 26 May 2009 02:37:39 +0200 Sverre Rabbelier remove accidental head
Tue, 26 May 2009 02:03:53 +0200 Lennard de Rijk Fixed the notification list to show a properly formatted date and time column.
Tue, 26 May 2009 01:58:56 +0200 Pawel Solyga Link id and key name fixes for Organization And OrgApplication in seed_db.
Mon, 25 May 2009 16:23:16 -0700 Dan Bentley Add Organization Application seeding.
Tue, 26 May 2009 00:51:33 +0200 Pawel Solyga Make user_id property in User model not required.
Tue, 26 May 2009 00:19:09 +0200 Sverre Rabbelier Merged with Sverre
Mon, 25 May 2009 23:45:20 +0200 Lennard de Rijk Fixed model name and comment typo's in task model.
Mon, 25 May 2009 23:42:56 +0200 Madhusudan C.S. Added several models related to the GHOP workflow.
Mon, 25 May 2009 23:40:07 +0200 Sverre Rabbelier Do not die on NeedIndexErrors
Mon, 25 May 2009 22:59:56 +0200 Pawel Solyga Add helper functions, model update and jobs for unique user ids.
Mon, 25 May 2009 22:59:33 +0200 Pawel Solyga Add missing django.template import to shell.py.
Mon, 25 May 2009 20:42:11 +0200 Sverre Rabbelier Revert "Add a supplemantal block to the edit form"
Mon, 25 May 2009 20:41:54 +0200 Sverre Rabbelier Revert "Add an EditForm id to the edit form"
Mon, 25 May 2009 02:25:44 +0200 James Levy Add a supplemantal block to the edit form
Mon, 25 May 2009 02:23:42 +0200 James Levy Add an EditForm id to the edit form
Mon, 25 May 2009 02:40:11 +0200 Sverre Rabbelier Remove executable bit from datatimepicker
Mon, 25 May 2009 02:33:26 +0200 Madhusudan C.S. Added GHOP Task model.
Mon, 25 May 2009 01:56:09 +0200 Lennard de Rijk Added __init__.py to ghop folder.
Sun, 24 May 2009 22:32:39 +0200 Pawel Solyga Merge with Sverre's recent module architecture commit.
Sun, 24 May 2009 22:29:54 +0200 Pawel Solyga Add web based python shell to Melange.
Fri, 22 May 2009 10:08:08 +0200 Pawel Solyga Comment style fix in soc.views.models.organization module.
Sun, 24 May 2009 21:40:37 +0200 Sverre Rabbelier First step in the module design
Fri, 22 May 2009 09:40:53 +0200 Pawel Solyga Add comment regarding Student Project sorting on Organization home page.
Thu, 21 May 2009 14:44:41 +0200 Pawel Solyga Add sorting of student projects on organization home page.
Thu, 21 May 2009 13:25:11 +0200 Pawel Solyga Now clicking cancel button returns user to previous page. Fixes issue 569.
Wed, 20 May 2009 12:32:36 +0200 Pawel Solyga Add comment to clean_html_content function and update __authors__.
Mon, 18 May 2009 20:23:42 +0200 Pawel Solyga Invoke pylint from build script.
Mon, 18 May 2009 19:37:38 +0200 Pawel Solyga Replace usage of feedparser for sanitizing html with new HtmlSanitizer module.
Mon, 18 May 2009 19:34:19 +0200 Pawel Solyga Add htmlsanitizer folder to build script.
Mon, 18 May 2009 19:33:47 +0200 Pawel Solyga Add missing __init__.py file to htmlsanitizer folder.
Mon, 18 May 2009 14:49:43 +0200 Pawel Solyga Add HtmlSanitizer python module to Melange repository.
Mon, 18 May 2009 14:48:47 +0200 Pawel Solyga Add BeautifulSoup Python HTML/XML parser to Melange repository.
Mon, 18 May 2009 14:05:38 +0200 Pawel Solyga Add acceptedStudentsCSVExport function to stats.py script.
Mon, 18 May 2009 14:23:29 +0200 Pawel Solyga Remove accidentaly committed file.
Mon, 18 May 2009 14:22:45 +0200 Pawel Solyga Merge with Sverre's accidental head.
Fri, 15 May 2009 23:05:13 +0200 Sverre Rabbelier Do not rely on notifiction module being imported
Fri, 15 May 2009 20:54:36 +0200 Pawel Solyga Style fixes in test_functional.py.
Fri, 15 May 2009 18:01:43 +0200 Matthew Wilkes Add some example function tests that use gaeftest
Mon, 25 May 2009 23:42:15 +0200 Sverre Rabbelier Use key_name instead of link_id
Tue, 26 May 2009 20:04:59 +0200 Sverre Rabbelier Use key_name instead of link_id gae-fetch-limitation-fix
Fri, 15 May 2009 15:29:41 +0200 Matthew Wilkes Include required antl3 library and check if datastore is available
Sun, 12 Apr 2009 09:06:45 +0000 Daniel Bentley Use offset_linkid instead of offset to scan >1000 entities. gae-fetch-limitation-fix
Fri, 15 May 2009 12:37:01 +0200 Pawel Solyga Revert not finished 1000 limitation fix commit (ef7222d484).
Tue, 12 May 2009 15:52:53 +0200 Pawel Solyga Add vcs-load-dirs project to thirdparty directory.
Tue, 12 May 2009 15:48:36 +0200 Pawel Solyga Add .DS_Store Mac OS X specific files to .hgignore.
Tue, 12 May 2009 15:39:52 +0200 Pawel Solyga Update Google App Engine to 1.2.2 in thirdparty folder.
Thu, 14 May 2009 22:40:39 +0200 Sverre Rabbelier added foo
Tue, 12 May 2009 13:02:10 +0200 Pawel Solyga Fix ordering of names in AUTHORS file.
Sun, 10 May 2009 02:38:57 +0200 Sverre Rabbelier Add .gitignore to .hgignore
Sun, 10 May 2009 02:29:07 +0200 Sverre Rabbelier Add .git to the .hgignore file
Sat, 09 May 2009 19:23:02 +0200 Sverre Rabbelier Remove __init__.py from project root as well
Sat, 09 May 2009 15:28:26 +0200 Sverre Rabbelier [PATCH] Remove __init__.py from app, as app is not a module
Sat, 09 May 2009 01:37:21 +0200 Lennard de Rijk Renamed duplicate slots because of recent changes.
Sat, 09 May 2009 01:36:22 +0200 Mario Ferraro Fixes Issue 625 where the Duplicate calculation would hang if no assigned slots where available.
Sat, 09 May 2009 01:14:03 +0200 Mario Ferraro Fixed Issue 627 where multiple Purr boxes would show when using calendar widget.
Fri, 08 May 2009 14:58:19 +0200 Sverre Rabbelier Add Marcelo to AUTHORS file and fix typo
Fri, 08 May 2009 14:55:36 +0200 Marcelo de Sena Lacerda Add coverage support to the test suite
Fri, 08 May 2009 14:42:16 +0200 Sverre Rabbelier Added coverage output files to .hgignore
Tue, 05 May 2009 21:48:46 +0200 Lennard de Rijk Fixed typo in docstring as to comments on r3012 (svn repo).
Mon, 04 May 2009 19:23:44 +0200 Pawel Solyga Replace BeautyTips tooltips with purr info box for all form fields with help text.
Fri, 01 May 2009 01:37:43 +0200 Sverre Rabbelier Use python2.5 in our unit tests
Fri, 01 May 2009 00:56:29 +0200 Sverre Rabbelier Ignore .project and .pydevproject files
Fri, 01 May 2009 00:35:06 +0200 Sverre Rabbelier Add full list of accepted students
Fri, 01 May 2009 00:32:18 +0200 Sverre Rabbelier Ignore backup files (*~)
Fri, 01 May 2009 00:31:39 +0200 Sverre Rabbelier Ignore zip files and build directory
Fri, 01 May 2009 00:25:11 +0200 Sverre Rabbelier Merged revert
Fri, 01 May 2009 00:03:02 +0200 Sverre Rabbelier Backed out changeset 571f2de51138
Thu, 30 Apr 2009 23:33:04 +0200 Sverre Rabbelier Make dev_appserver error out when python version >2.5 is used
Thu, 30 Apr 2009 17:13:09 +0200 Sverre Rabbelier Added file 'foo.txt'
Wed, 29 Apr 2009 22:24:14 +0200 Lennard de Rijk Fixed StudentProposal apply view that broke during split of Create/Edit view.
Wed, 29 Apr 2009 18:51:58 +0200 Pawel Solyga Fix Issue 389 (Clicking list entry will not open new tab/window).
Wed, 29 Apr 2009 18:20:30 +0200 Pawel Solyga Fix too long line in soc.view.models.organization module.
Tue, 28 Apr 2009 12:47:06 +0200 Pawel Solyga Remove E1103 and E1101 errors from ignore list in pylintrc file.
Mon, 27 Apr 2009 13:01:53 +0200 Pawel Solyga Style fixes in app.soc.views.models.student_project module.
Sat, 25 Apr 2009 20:52:03 +0200 Lennard de Rijk Show all Co-Mentors on the Student Project public page.
Sat, 25 Apr 2009 20:50:48 +0200 Lennard de Rijk Changed Additional Mentors to Co-Mentors in the manage view.
Sat, 25 Apr 2009 20:24:00 +0200 Lennard de Rijk Added functionality to set additional mentors for a Student Project.
Sat, 25 Apr 2009 20:22:13 +0200 Lennard de Rijk Fixed missing value in context when a form with a different name then form was used.
Sat, 25 Apr 2009 10:13:06 +0200 Pawel Solyga Fix broken tests by renaming default app id from "your_app_id" to "test-app-run".
Sat, 25 Apr 2009 10:09:24 +0200 Pawel Solyga Add .hgignore to repository and ignore all .pyc files and app.yaml file.
Fri, 24 Apr 2009 22:34:31 +0000 Pawel Solyga Add getStudentsProjects to context in stats.py script.
Fri, 24 Apr 2009 14:16:00 +0000 Pawel Solyga Load /Users/solydzajs/Desktop/google_appengine into
Tue, 21 Apr 2009 16:28:13 +0000 Lennard de Rijk Renamed .css file due to recent changes.
Tue, 21 Apr 2009 16:24:32 +0000 Lennard de Rijk Added map of accepted student proposals to mentors to the org home page.
Tue, 21 Apr 2009 16:24:13 +0000 Pawel Solyga Fix missing dot in stats.py docstring.
Tue, 21 Apr 2009 14:36:47 +0000 Sverre Rabbelier Fixing the build now that emails have been tested.
Tue, 21 Apr 2009 14:25:57 +0000 Sverre Rabbelier Intentionally breaking the build so that we can verify BuildBot will send email.
Tue, 21 Apr 2009 01:45:12 +0000 Augie Fackler Fixing the build now that emails have been tested.
Tue, 21 Apr 2009 01:38:04 +0000 Augie Fackler Intentionally breaking the build so that we can verify BuildBot will send email.
Mon, 20 Apr 2009 22:52:51 +0000 Sverre Rabbelier Added reviveJobs and deidleJobs to stats.py
Mon, 20 Apr 2009 22:52:38 +0000 Sverre Rabbelier Email address is actually private, not public, make this obvios
Mon, 20 Apr 2009 22:52:21 +0000 Sverre Rabbelier Set the last_modified_on date to last change
Mon, 20 Apr 2009 22:52:05 +0000 Sverre Rabbelier Set batch size to 10
Mon, 20 Apr 2009 22:51:48 +0000 Sverre Rabbelier Added index needed to convert proposals
Mon, 20 Apr 2009 22:31:25 +0000 Lennard de Rijk Some minor style fixes.
Mon, 20 Apr 2009 20:57:59 +0000 Lennard de Rijk Changed the accepted and rejected list to redirect to the review page in ListProposals view.
Mon, 20 Apr 2009 20:56:56 +0000 Lennard de Rijk Allowing student project review page to be viewed in read-only mode after the deadline has passed.
Mon, 20 Apr 2009 19:08:47 +0000 Lennard de Rijk Fixed typo in access module naming.
Mon, 20 Apr 2009 03:44:17 +0000 Pawel Solyga Set new Melange version number to 0-5-20090420 in app.yaml.template.
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.
Fri, 17 Apr 2009 19:53:54 +0000 Pawel Solyga Style fixes in soc.views.models.organization module.
Fri, 17 Apr 2009 19:53:23 +0000 Pawel Solyga Fix too long line in soc.views.models.program module.
Fri, 17 Apr 2009 19:52:57 +0000 Pawel Solyga Comment out unused variables in soc.views.models.base module.
Fri, 17 Apr 2009 19:01:26 +0000 Pawel Solyga Fix too long line in soc.views.helper.templatetags.forms_helpers module.
Fri, 17 Apr 2009 16:23:01 +0000 Pawel Solyga Proposal CSV export for students.
Wed, 15 Apr 2009 23:22:11 +0000 Sverre Rabbelier Readability fix in base logic
Wed, 15 Apr 2009 23:21:40 +0000 Sverre Rabbelier Remove redundant if check
Wed, 15 Apr 2009 19:13:52 +0000 Pawel Solyga Comment out unused variables in soc.logic.allocations module.
Wed, 15 Apr 2009 19:13:16 +0000 Pawel Solyga Fix too long line in soc.cache.logic module.
Wed, 15 Apr 2009 16:05:29 +0000 Pawel Solyga Add missing responses import and replace usage of helper.responses with just responses in soc.views.models.student module.
Wed, 15 Apr 2009 15:56:17 +0000 Pawel Solyga Fix too long line and redefining variable 'review' from outer scope in soc.views.models.student_proposal module.
Wed, 15 Apr 2009 08:01:17 +0000 Daniel Bentley Step 2 of moving to new seeding model.
Tue, 14 Apr 2009 18:44:06 +0000 Lennard de Rijk Added additional_mentors property to StudentProject.
Tue, 14 Apr 2009 18:42:27 +0000 Lennard de Rijk Whitespace fix in sponsor model.
Mon, 13 Apr 2009 21:46:33 +0000 Sverre Rabbelier Place the getSingleton call in view decorator in the try
Mon, 13 Apr 2009 21:32:29 +0000 Sverre Rabbelier Fix a bug in duplicate detection
Mon, 13 Apr 2009 21:32:12 +0000 Sverre Rabbelier Undid superfluas replacement of .name() with .name_or_id()
Mon, 13 Apr 2009 16:31:36 +0000 Lennard de Rijk Fixes access check for manage view.
Mon, 13 Apr 2009 15:31:39 +0000 Sverre Rabbelier Do not rely on dicts.merge to change target
Mon, 13 Apr 2009 15:30:48 +0000 Sverre Rabbelier Use key().id_or_name() instead of key().name()
Mon, 13 Apr 2009 14:34:42 +0000 Sverre Rabbelier Fix a bug in seed_db
Sun, 12 Apr 2009 16:43:30 +0000 Lennard de Rijk Added a warning message to alert the user that reviews are not editable.
Sun, 12 Apr 2009 16:09:00 +0000 Lennard de Rijk Added overview of private reviews to the Student Proposal review page.
Sun, 12 Apr 2009 13:22:43 +0000 Pawel Solyga Load /Users/solydzajs/Downloads/google_appengine into
Sun, 12 Apr 2009 13:14:03 +0000 Sverre Rabbelier Do not rely on a backup_admin being set
Sun, 12 Apr 2009 12:31:55 +0000 Sverre Rabbelier Send out notifications and emails to admin and backup admin
Sun, 12 Apr 2009 12:31:23 +0000 Sverre Rabbelier Allow the backup_admin to fill in the org application
Sun, 12 Apr 2009 09:06:45 +0000 Daniel Bentley Use offset_linkid instead of offset to scan >1000 entities.
Sun, 12 Apr 2009 06:24:14 +0000 Daniel Bentley Respond to comments on r2769.
Sun, 12 Apr 2009 06:21:15 +0000 Daniel Bentley Last step of refactoring before adding support for > 1000 entities.
Sun, 12 Apr 2009 00:18:38 +0000 Sverre Rabbelier Add (better) help_text to publish_location and school_name
Sun, 12 Apr 2009 00:18:19 +0000 Sverre Rabbelier Brown paper bag fix
Sat, 11 Apr 2009 23:04:29 +0000 Sverre Rabbelier Added Joel Sherrill to the AUTHORS file
Sat, 11 Apr 2009 22:59:30 +0000 Sverre Rabbelier Lower ASCII fix
Sat, 11 Apr 2009 22:58:57 +0000 Sverre Rabbelier Remove getKeySuffix and it's usage
Sat, 11 Apr 2009 22:58:19 +0000 Sverre Rabbelier Use key().id_or_name() instead of key().name()
Sat, 11 Apr 2009 22:57:23 +0000 Sverre Rabbelier Use key.id_or_name in templates rather than key.name
Sat, 11 Apr 2009 17:40:41 +0000 Lennard de Rijk Indentation fixes.
Sat, 11 Apr 2009 16:00:03 +0000 Lennard de Rijk Indentation fixes.
Sat, 11 Apr 2009 13:42:12 +0000 Lennard de Rijk Added two menu items to the program menu.
Sat, 11 Apr 2009 13:37:31 +0000 Lennard de Rijk Removed obsolete white line in soc/models/views/models/organization.py.
Sat, 11 Apr 2009 13:36:50 +0000 Lennard de Rijk Added listing of Student Projects for Students themselves.
Sat, 11 Apr 2009 13:34:37 +0000 Lennard de Rijk Added three new redirect methods.
Sat, 11 Apr 2009 13:32:35 +0000 Lennard de Rijk Brown paper bag fix for Student Project Manage and Edit access check.
Sat, 11 Apr 2009 13:19:23 +0000 Sverre Rabbelier Style fix in function names in stats.py
Sat, 11 Apr 2009 12:27:41 +0000 Sverre Rabbelier When ranking, put them at or above the given rank
Sat, 11 Apr 2009 12:27:20 +0000 Sverre Rabbelier Remove slots_allocation from program view
Fri, 10 Apr 2009 15:46:05 +0000 Sverre Rabbelier Make it possible to save any value with saveValues
Fri, 10 Apr 2009 15:45:52 +0000 Sverre Rabbelier Allow loading a previously saved slot allocation
Fri, 10 Apr 2009 15:32:11 +0000 Lennard de Rijk Added Manage Student Projects item to the organization menu.
Fri, 10 Apr 2009 15:24:43 +0000 Lennard de Rijk Fixed typo in checkStudentProjectHasStatus docstring.
Fri, 10 Apr 2009 15:22:38 +0000 Lennard de Rijk Removed TODO that has been completed in r2876.
Fri, 10 Apr 2009 11:27:33 +0000 Sverre Rabbelier Fix bug exposed in previous commit
Fri, 10 Apr 2009 11:27:15 +0000 Sverre Rabbelier Add a test case to demonstrate a bug in the allocator
Thu, 09 Apr 2009 22:37:29 +0000 Pawel Solyga Set new Melange version number to 0-5-20090410 in app.yaml.template.
Thu, 09 Apr 2009 22:06:18 +0000 Sverre Rabbelier Add a new allocation algorithm and use it
Thu, 09 Apr 2009 22:05:44 +0000 Sverre Rabbelier Change iterative to algorithm in slot allocator
Thu, 09 Apr 2009 22:05:07 +0000 Sverre Rabbelier Store min and max slots in the program model
Thu, 09 Apr 2009 22:04:47 +0000 Sverre Rabbelier If nothing is assigned, return no assignments
Wed, 08 Apr 2009 23:45:41 +0000 Sverre Rabbelier Add a submit method and button to slots view
Wed, 08 Apr 2009 22:47:46 +0000 Pawel Solyga Make "Private Comment" first in the selection box on Student Proposal review page.
Wed, 08 Apr 2009 22:21:50 +0000 Sverre Rabbelier Add auto-completion for mentor field
Wed, 08 Apr 2009 22:21:30 +0000 Sverre Rabbelier Make mentor pickable
Wed, 08 Apr 2009 22:21:12 +0000 Sverre Rabbelier Make it possible to specify the key_order for pick
Wed, 08 Apr 2009 22:20:53 +0000 Sverre Rabbelier Add a temporary hack to allow filtering on org.key().name()
Wed, 08 Apr 2009 22:20:33 +0000 Sverre Rabbelier Drop the 'adjustement' part of slots allocation
Wed, 08 Apr 2009 22:20:00 +0000 Sverre Rabbelier Use slots allocated instead of adjustment in slots view
Wed, 08 Apr 2009 22:19:24 +0000 Sverre Rabbelier Use the new self._getAcceptedOrgsList in slots view
Wed, 08 Apr 2009 22:19:05 +0000 Sverre Rabbelier Factor out _getAcceptedOrgsList from acceptedOrgs
Tue, 07 Apr 2009 22:22:43 +0000 Lennard de Rijk Public page for StudentProjects now displays public info.
Tue, 07 Apr 2009 22:20:23 +0000 Lennard de Rijk Added public info as TinyMCE to the edit pages.
Tue, 07 Apr 2009 22:19:01 +0000 Lennard de Rijk Added public_info property to StudentProject model.
Tue, 07 Apr 2009 21:57:50 +0000 Lennard de Rijk Student Project public page now shows feed entries.
Tue, 07 Apr 2009 21:55:54 +0000 Lennard de Rijk Added feed_url to StudentProject.
Tue, 07 Apr 2009 21:40:23 +0000 Lennard de Rijk Added list of projects to the organization home page.
Tue, 07 Apr 2009 21:12:29 +0000 Lennard de Rijk Changed StudentProposal list to show the amount of pending mentors if none have been assigned.
Tue, 07 Apr 2009 18:50:24 +0000 Sverre Rabbelier Brown paper bag fix
Tue, 07 Apr 2009 18:20:27 +0000 Pawel Solyga Set new Melange version number to 0-5-20090407 in app.yaml.template.
Tue, 07 Apr 2009 18:12:29 +0000 Pawel Solyga Add missing imports, remove unsused imports, fix too long lines and some other style fixes in soc.views.models.student_project module.
Tue, 07 Apr 2009 12:31:12 +0000 Pawel Solyga Add pylint: disable-msg=W0706 to soc.views.helper.access module.
Tue, 07 Apr 2009 08:49:47 +0000 Lennard de Rijk Major update to the views concerning StudentProjects.
Tue, 07 Apr 2009 08:44:56 +0000 Lennard de Rijk Added new redirect method to be used for StudentProjects.
Tue, 07 Apr 2009 08:43:50 +0000 Lennard de Rijk Added two new templates for use in StudentProject views.
Tue, 07 Apr 2009 08:41:58 +0000 Lennard de Rijk Added 2 new access checks to deal with StudentProjects.
Tue, 07 Apr 2009 08:40:51 +0000 Lennard de Rijk Student Project listing now includes mentor column.
Tue, 07 Apr 2009 08:09:47 +0000 Lennard de Rijk Change the dropdown menu to state Comment Visible to Student.
Tue, 07 Apr 2009 07:28:31 +0000 Lennard de Rijk Only show mentor name in the detailed list.
Mon, 06 Apr 2009 23:46:46 +0000 Sverre Rabbelier Properly handle exports when there are multiple lists
Mon, 06 Apr 2009 22:55:49 +0000 Sverre Rabbelier Make slots view available to hosts
Mon, 06 Apr 2009 22:55:27 +0000 Sverre Rabbelier Use the new nr_applications and nr_mentors
Mon, 06 Apr 2009 22:55:08 +0000 Sverre Rabbelier Add the amount of proposals and mentors to slots view
Mon, 06 Apr 2009 22:54:41 +0000 Sverre Rabbelier Added Matthew Wilkes to the AUTHORS file
Mon, 06 Apr 2009 22:54:31 +0000 Sverre Rabbelier Added key_order to student proposal to enable csv export
Mon, 06 Apr 2009 22:54:11 +0000 Sverre Rabbelier Fixed wrong usage of twoline_field in proposal view
Mon, 06 Apr 2009 22:53:47 +0000 Sverre Rabbelier Fixed bug introduced by fixing a pylint error
Mon, 06 Apr 2009 22:02:16 +0000 Lennard de Rijk Added name column to all role lists.
Mon, 06 Apr 2009 21:38:10 +0000 Lennard de Rijk Added Mentor name column to StudentProposals list.
Mon, 06 Apr 2009 21:19:58 +0000 Pawel Solyga Fix too long line in soc.views.models.student_proposal module.
Mon, 06 Apr 2009 21:05:30 +0000 Lennard de Rijk Added simple listing (no score, rank) for Student Proposals you are a mentor for.
Mon, 06 Apr 2009 20:36:18 +0000 Lennard de Rijk Changed label and help_text for public review button on studentproposal review page.
Mon, 06 Apr 2009 19:22:42 +0000 Pawel Solyga Replace current favicon with the cleaned up one (smudges).
Mon, 06 Apr 2009 18:18:53 +0000 Pawel Solyga Allow students to see and comment on withdrawn and ineligible proposals, hide withdraw button for those proposals.
Mon, 06 Apr 2009 18:16:30 +0000 Pawel Solyga Indention fix in soc.views.models.organization module.
Mon, 06 Apr 2009 11:04:57 +0000 Pawel Solyga When Student withdrew a proposal a public comment "Student withdrew proposal." is posted.
Mon, 06 Apr 2009 10:11:44 +0000 Pawel Solyga Make "Mark as Ineligible" reversable and make this feature available for mentors too.
Sun, 05 Apr 2009 23:39:36 +0000 Sverre Rabbelier Add a script to subscribe someone to all updates
Sun, 05 Apr 2009 23:39:25 +0000 Sverre Rabbelier Add the entities to the context too
Sun, 05 Apr 2009 22:51:54 +0000 Pawel Solyga Fix posting public comments as private in student proposals review.html template.
Sun, 05 Apr 2009 19:43:26 +0000 Sverre Rabbelier Brown paper bag fix, sort by last name in AUTHORS
Sun, 05 Apr 2009 19:38:10 +0000 Sverre Rabbelier Added Dmitri to the AUTHORS file
Sun, 05 Apr 2009 19:37:56 +0000 Sverre Rabbelier Use different colors for public/private comment widget
Sun, 05 Apr 2009 18:18:07 +0000 Sverre Rabbelier Fixed a missing variable declaration
Sun, 05 Apr 2009 17:57:33 +0000 Pawel Solyga Disable E1002 pylint error in soc.views.helper.dynaform module.
Sun, 05 Apr 2009 17:50:56 +0000 Sverre Rabbelier Fixed a 'stylefix' in DynaField that wasn't a style issue
Sat, 04 Apr 2009 09:09:35 +0000 Pawel Solyga Fix wrong usage of helper requests module in soc.views.models.base after recent unused imports cleanup.
Fri, 03 Apr 2009 19:17:26 +0000 Sverre Rabbelier Also show 'List my student proposals' after signup closes
Fri, 03 Apr 2009 19:17:08 +0000 Sverre Rabbelier Minor tweaks to orgStats
Fri, 03 Apr 2009 17:54:57 +0000 Pawel Solyga Fix calling of super class __init__ method in out_of_band Error class (wrong number of parameters).
Fri, 03 Apr 2009 17:43:41 +0000 Pawel Solyga Style fixes, add missing docstring, fix some wrong calls to super classes and removal of unused imports in soc.views.helper.
Fri, 03 Apr 2009 17:41:08 +0000 Pawel Solyga Style fixes and removal of unused imports in soc.views.models.
Fri, 03 Apr 2009 17:34:20 +0000 Pawel Solyga Call super class in __init__ in soc.views.out_of_band module Error class.
Fri, 03 Apr 2009 17:32:15 +0000 Pawel Solyga Fix too long lines, style and remove unused imports in soc.models modules.
Fri, 03 Apr 2009 17:30:36 +0000 Pawel Solyga Style fixes and removal of unused imports in soc.logic modules.
Fri, 03 Apr 2009 17:29:36 +0000 Pawel Solyga Style fixes and removal of unused imports in soc.logic.models modules.
Fri, 03 Apr 2009 17:27:31 +0000 Pawel Solyga Disable some messages in pylintrc and disable cyclic imports check in silent mode of do_pylint.sh.
(0) -3000 -1000 -960 tip