Sun, 27 Sep 2009 23:31:39 +0200 Add task and iterative_task decorator
Daniel Hans <Daniel.M.Hans@gmail.com> [Sun, 27 Sep 2009 23:31:39 +0200] rev 2982
Add task and iterative_task decorator Also add getBatchOfData method to the base logic and tasks logic module. Reviewed-by: Sverre Rabbelier
Sun, 27 Sep 2009 18:18:53 +0200 Fixed Task public view to always call the update method.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 27 Sep 2009 18:18:53 +0200] rev 2981
Fixed Task public view to always call the update method. Also removed an obsolete value ws_entity that could not be unpacked (therefore causing 505's).
Sun, 27 Sep 2009 23:31:39 +0200 Add task and iterative_task decorator
Daniel Hans <Daniel.M.Hans@gmail.com> [Sun, 27 Sep 2009 23:31:39 +0200] rev 2980
Add task and iterative_task decorator Also add getBatchOfData method to the base logic and tasks logic module. Reviewed-by: Sverre Rabbelier
Sun, 27 Sep 2009 17:46:43 +0200 Fixed GHOP Task Logic's updateEntityProperties.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 27 Sep 2009 17:46:43 +0200] rev 2979
Fixed GHOP Task Logic's updateEntityProperties. This method now properly calls the supermethod and also uses the right keyword argument (silent instead of siltent).
Sun, 27 Sep 2009 01:23:58 +0530 Fixes the problem of GHOP Task editing after it is created.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 27 Sep 2009 01:23:58 +0530] rev 2978
Fixes the problem of GHOP Task editing after it is created.
Fri, 25 Sep 2009 09:21:47 +0200 Style fix in soc.views.models.request module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 25 Sep 2009 09:21:47 +0200] rev 2977
Style fix in soc.views.models.request module.
Fri, 25 Sep 2009 09:20:10 +0200 Add missing blank line in soc.modules.gsoc.logic.models.student module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 25 Sep 2009 09:20:10 +0200] rev 2976
Add missing blank line in soc.modules.gsoc.logic.models.student module.
Fri, 25 Sep 2009 09:07:35 +0200 Add missing blank line in soc.models.survey_record module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 25 Sep 2009 09:07:35 +0200] rev 2975
Add missing blank line in soc.models.survey_record module.
Fri, 25 Sep 2009 08:43:25 +0200 Fix whitespace in pylint disable-msg comment in soc.views.models.student_project module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Fri, 25 Sep 2009 08:43:25 +0200] rev 2974
Fix whitespace in pylint disable-msg comment in soc.views.models.student_project module.
Thu, 24 Sep 2009 21:17:33 +0200 Added first version of the 1st step in the module conversion process.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 24 Sep 2009 21:17:33 +0200] rev 2973
Added first version of the 1st step in the module conversion process.
Thu, 24 Sep 2009 21:15:45 +0200 Style fixes in seed_db module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Thu, 24 Sep 2009 21:15:45 +0200] rev 2972
Style fixes in seed_db module.
Thu, 24 Sep 2009 21:07:31 +0200 Style fix in soc.views.helper.redirects module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Thu, 24 Sep 2009 21:07:31 +0200] rev 2971
Style fix in soc.views.helper.redirects module.
Thu, 24 Sep 2009 20:59:38 +0200 Fix indentions in student_project view module.
Pawel Solyga <Pawel.Solyga@gmail.com> [Thu, 24 Sep 2009 20:59:38 +0200] rev 2970
Fix indentions in student_project view module.
Thu, 24 Sep 2009 20:31:56 +0200 Corrected an import in the student_school_type update module.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 24 Sep 2009 20:31:56 +0200] rev 2969
Corrected an import in the student_school_type update module.
Tue, 22 Sep 2009 13:07:27 +0200 Prevent modification of key fields
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 22 Sep 2009 13:07:27 +0200] rev 2968
Prevent modification of key fields Only non-id-based entities are affected as id-based entities do not have any un-modificable fields.
Tue, 22 Sep 2009 13:15:33 +0200 Add a script to generate a kml file with all active GSoC participants
Daniel Hans <Daniel.M.Hans@gmail.com> [Tue, 22 Sep 2009 13:15:33 +0200] rev 2967
Add a script to generate a kml file with all active GSoC participants Only the students, mentors, and organization admins that are 'active' are exported. Students that do not have a project are not exported. Reviewed-by: Sverre Rabbelier
Tue, 22 Sep 2009 00:51:51 +0200 Added tag v0-5-20090922 for changeset 06f4fe351977
Pawel Solyga <Pawel.Solyga@gmail.com> [Tue, 22 Sep 2009 00:51:51 +0200] rev 2966
Added tag v0-5-20090922 for changeset 06f4fe351977
Tue, 22 Sep 2009 00:51:27 +0200 Set new Melange version number to 0-5-20090922 in app.yaml.template. v0-5-20090922
Pawel Solyga <Pawel.Solyga@gmail.com> [Tue, 22 Sep 2009 00:51:27 +0200] rev 2965
Set new Melange version number to 0-5-20090922 in app.yaml.template.
Mon, 21 Sep 2009 20:52:33 +0200 Renamed timeline entry in GHOP Timeline to match style of the timeline.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 21 Sep 2009 20:52:33 +0200] rev 2964
Renamed timeline entry in GHOP Timeline to match style of the timeline.
Fri, 18 Sep 2009 22:11:13 +0200 Fixed a typo in getRightsChecker docstring
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 18 Sep 2009 22:11:13 +0200] rev 2963
Fixed a typo in getRightsChecker docstring
Fri, 18 Sep 2009 22:08:50 +0200 Throw an exception when registering an already registered right
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 18 Sep 2009 22:08:50 +0200] rev 2962
Throw an exception when registering an already registered right
Fri, 18 Sep 2009 21:50:54 +0200 Convert cleaning module to use the new checker in core
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 18 Sep 2009 21:50:54 +0200] rev 2961
Convert cleaning module to use the new checker in core
Fri, 18 Sep 2009 21:38:14 +0200 Use ',' instead of ':' in function call
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 18 Sep 2009 21:38:14 +0200] rev 2960
Use ',' instead of ':' in function call
Fri, 18 Sep 2009 21:37:15 +0200 Remove ghop related liens from soc_core callback
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 18 Sep 2009 21:37:15 +0200] rev 2959
Remove ghop related liens from soc_core callback
Fri, 18 Sep 2009 21:21:22 +0200 Fixed unknown variable in GHOP Access checker.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 18 Sep 2009 21:21:22 +0200] rev 2958
Fixed unknown variable in GHOP Access checker. Fixes Issue 691.
Fri, 18 Sep 2009 20:06:28 +0200 Enable document system for GHOP
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 18 Sep 2009 20:06:28 +0200] rev 2957
Enable document system for GHOP As can be seen from the changes outside app/soc/modules, there is still some work to be done to make the modules fully restricted to configuration changes and code in app/soc/modules. Reviewed-by: Sverre Rabbelier
Fri, 18 Sep 2009 19:56:23 +0200 Use the new rights code in core
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 18 Sep 2009 19:56:23 +0200] rev 2956
Use the new rights code in core
Fri, 18 Sep 2009 19:55:03 +0200 Add document rights registration to core
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 18 Sep 2009 19:55:03 +0200] rev 2955
Add document rights registration to core
Fri, 18 Sep 2009 19:34:30 +0200 Move around Core methods into more relevant sections
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 18 Sep 2009 19:34:30 +0200] rev 2954
Move around Core methods into more relevant sections
Fri, 18 Sep 2009 18:55:57 +0200 Use getOrCreateTaskSubscriptionForTask in the TaskSubscription View.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 18 Sep 2009 18:55:57 +0200] rev 2953
Use getOrCreateTaskSubscriptionForTask in the TaskSubscription View.
Fri, 18 Sep 2009 18:53:14 +0200 Added getOrCreateTaskSubscriptionForTask to TaskSubscription Logic.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 18 Sep 2009 18:53:14 +0200] rev 2952
Added getOrCreateTaskSubscriptionForTask to TaskSubscription Logic.
Fri, 18 Sep 2009 18:40:17 +0200 Added listing of all Accepted GHOPOrganizations to the Program View.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 18 Sep 2009 18:40:17 +0200] rev 2951
Added listing of all Accepted GHOPOrganizations to the Program View. Reviewed by: Lennard de Rijk
Fri, 18 Sep 2009 21:59:42 +0530 ret_list keyword argument is added to tags_strings method to enable returning lists also instead of strings.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 18 Sep 2009 21:59:42 +0530] rev 2950
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 Added index to sort GHOPOrganizations per program by their name.
Madhusudan.C.S <madhusudancs@gmai.com> [Fri, 18 Sep 2009 18:39:00 +0200] rev 2949
Added index to sort GHOPOrganizations per program by their name. Reviewed by: Lennard de Rijk
Fri, 18 Sep 2009 20:35:55 +0530 Added a templatetag for table field to show date in ordinal fashion.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 18 Sep 2009 20:35:55 +0530] rev 2948
Added a templatetag for table field to show date in ordinal fashion.
Thu, 17 Sep 2009 23:37:55 +0200 Added missing argument to org_app View access check.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 17 Sep 2009 23:37:55 +0200] rev 2947
Added missing argument to org_app View access check.
Fri, 18 Sep 2009 03:05:47 +0530 Added GHOP views helper to INSTALLED_APPS in django settings.py.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 18 Sep 2009 03:05:47 +0530] rev 2946
Added GHOP views helper to INSTALLED_APPS in django settings.py. Adding this path to INSTALLED_APPS enables GHOP specific templatetags that resides in this path.
Thu, 17 Sep 2009 22:24:59 +0200 Added apply_mentor view to GHOPOrganization view.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 17 Sep 2009 22:24:59 +0200] rev 2945
Added apply_mentor view to GHOPOrganization view.
Thu, 17 Sep 2009 22:13:08 +0200 Added 2 missing views to the GHOPOrganization View.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 17 Sep 2009 22:13:08 +0200] rev 2944
Added 2 missing views to the GHOPOrganization View.
Thu, 17 Sep 2009 22:05:42 +0200 Fixed error in mentor field cleaning, the list of mentors was never resolved.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 17 Sep 2009 22:05:42 +0200] rev 2943
Fixed error in mentor field cleaning, the list of mentors was never resolved.
Thu, 17 Sep 2009 21:59:30 +0200 Removed undefined order argument in GHOP Task View.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 17 Sep 2009 21:59:30 +0200] rev 2942
Removed undefined order argument in GHOP Task View.
Thu, 17 Sep 2009 21:22:49 +0200 Bron paper bag fix, should have been part of ref809d10aa.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 17 Sep 2009 21:22:49 +0200] rev 2941
Bron paper bag fix, should have been part of ref809d10aa.
Thu, 17 Sep 2009 21:09:53 +0200 Fixed error occuring when tags list was empty in GHOPProgram edit View.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 17 Sep 2009 21:09:53 +0200] rev 2940
Fixed error occuring when tags list was empty in GHOPProgram edit View.
Thu, 17 Sep 2009 17:31:40 +0200 Map JS renamed because of latest changes.
Mario Ferraro <fadinlight@gmail.com> [Thu, 17 Sep 2009 17:31:40 +0200] rev 2939
Map JS renamed because of latest changes.
Thu, 17 Sep 2009 17:25:41 +0200 Shrinksafe complains during compression of map JS fixed.
Mario Ferraro <fadinlight@gmail.com> [Thu, 17 Sep 2009 17:25:41 +0200] rev 2938
Shrinksafe complains during compression of map JS fixed. It comes that "long" can't be used as a variable name as we did, because Shrinksafe complains that "long" is a reserved keyword.
Thu, 17 Sep 2009 17:15:10 +0200 Shrinksafe script fixed to workaround Linux vs BSD stat packages.
Mario Ferraro <fadinlight@gmail.com> [Thu, 17 Sep 2009 17:15:10 +0200] rev 2937
Shrinksafe script fixed to workaround Linux vs BSD stat packages. Under MacOSX (BSD) the format for stat needs "-f" switch, while under Linux stat needs "-c". Changed to use ls and awk, which seem to be cross compatible.
Thu, 17 Sep 2009 14:41:15 +0530 Added program_logic parameter to checkCanEditTimeline access check and corresponding changes in timeline views.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 17 Sep 2009 14:41:15 +0530] rev 2936
Added program_logic parameter to checkCanEditTimeline access check and corresponding changes in timeline views. Reviewed by: Lennard de Rijk
Thu, 17 Sep 2009 12:50:14 +0530 Removed slots and apps_tasks_limit from extra_dynaexclude in params and added a getExtraMenus entry to callback for program.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 17 Sep 2009 12:50:14 +0530] rev 2935
Removed slots and apps_tasks_limit from extra_dynaexclude in params and added a getExtraMenus entry to callback for program. Reviewed by: Lennard de Rijk
Thu, 17 Sep 2009 12:43:30 +0530 Added all indexes required for GHOP specific queries.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 17 Sep 2009 12:43:30 +0530] rev 2934
Added all indexes required for GHOP specific queries. Reviewed by: Lennard de Rijk
Thu, 17 Sep 2009 12:40:56 +0530 Added all GHOP specific css properties.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 17 Sep 2009 12:40:56 +0530] rev 2933
Added all GHOP specific css properties. Reviewed by: Lennard de Rijk
Wed, 16 Sep 2009 20:09:13 +0200 Fixed the Student update to properly find its own URL.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 16 Sep 2009 20:09:13 +0200] rev 2932
Fixed the Student update to properly find its own URL. Also style fix in start_update module.
Wed, 16 Sep 2009 13:38:18 +0200 Enabled the Student School type updater.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 16 Sep 2009 13:38:18 +0200] rev 2931
Enabled the Student School type updater. The updater now passes along the runner URL to the starter function. Also fixed the TaskRunner to display correct error messages when a invalid option has been specified.
Wed, 16 Sep 2009 13:35:53 +0200 Added updater to update the existing Student models with the school_type entry.
Madhusudan.C.S <madhusudancs@gmai.com> [Wed, 16 Sep 2009 13:35:53 +0200] rev 2930
Added updater to update the existing Student models with the school_type entry. Reviewed by: Lennard de Rijk
Tue, 15 Sep 2009 22:38:01 +0200 Moved the Student cleaner to the create form such that it is always used.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 15 Sep 2009 22:38:01 +0200] rev 2929
Moved the Student cleaner to the create form such that it is always used. Also enforced that the user picks a School type in the cleaner for the time being.
Tue, 15 Sep 2009 22:23:06 +0200 Changed the TaskRunner to start and run update tasks.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 15 Sep 2009 22:23:06 +0200] rev 2928
Changed the TaskRunner to start and run update tasks. Also changed the way the different updates are defined as to comments received on r2ddd386d1d.
Tue, 15 Sep 2009 22:03:18 +0200 Changed the Student Model cleaner to deal with the new Student properties.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 15 Sep 2009 22:03:18 +0200] rev 2927
Changed the Student Model cleaner to deal with the new Student properties. Patch by: Madhusudan.C.S and Lennard de Rijk Reviewed by: to-be-reviewed
Tue, 15 Sep 2009 22:01:16 +0200 Added school_type and grade property to Student model.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 15 Sep 2009 22:01:16 +0200] rev 2926
Added school_type and grade property to Student model. A GAE Task will be provided to update the existing entities in a later commit. Reviewed by: Lennard de Rijk
Tue, 15 Sep 2009 21:57:28 +0200 Moved the updater to its own module.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 15 Sep 2009 21:57:28 +0200] rev 2925
Moved the updater to its own module.
Tue, 15 Sep 2009 21:05:23 +0200 Added Student create/edit/apply template for use with the new Student Model.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 15 Sep 2009 21:05:23 +0200] rev 2924
Added Student create/edit/apply template for use with the new Student Model. Reviewed by: to-be-reviewed
Tue, 15 Sep 2009 20:57:46 +0200 Enabled the GHOPStudent view in the GHOP module.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 15 Sep 2009 20:57:46 +0200] rev 2923
Enabled the GHOPStudent view in the GHOP module.
(0) -1000 -300 -100 -60 +60 +100 tip