Sun, 04 Oct 2009 15:07:29 +0200 Also pass along the args when running an update.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 04 Oct 2009 15:07:29 +0200] rev 3004
Also pass along the args when running an update.
Sat, 03 Oct 2009 21:49:08 +0200 GHOP Comments do not need to be created by a User.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 03 Oct 2009 21:49:08 +0200] rev 3003
GHOP Comments do not need to be created by a User. We also have "system" messages.
Sat, 03 Oct 2009 22:17:58 +0530 Fix the deadline counter to start counting only after Task claim is accepted.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 03 Oct 2009 22:17:58 +0530] rev 3002
Fix the deadline counter to start counting only after Task claim is accepted. Deadline counter used to start when the task was claimed to be requested. This commit fixes that.
Thu, 01 Oct 2009 20:48:11 +0200 Only set new properties outside the "properties" loop for the ModuleConversion.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 01 Oct 2009 20:48:11 +0200] rev 3001
Only set new properties outside the "properties" loop for the ModuleConversion.
Thu, 01 Oct 2009 20:46:51 +0200 Add the Student to GSoCStudent conversion,
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 01 Oct 2009 20:46:51 +0200] rev 3000
Add the Student to GSoCStudent conversion, Also fix the import sorting.
Thu, 01 Oct 2009 20:37:55 +0200 Only store all the entities once in the ModuleConversion, after the for loop.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 01 Oct 2009 20:37:55 +0200] rev 2999
Only store all the entities once in the ModuleConversion, after the for loop.
Thu, 01 Oct 2009 20:36:57 +0200 Add OrgAdmin and Mentor to GSoCOrgadmin and GSoCMentor updates.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 01 Oct 2009 20:36:57 +0200] rev 2998
Add OrgAdmin and Mentor to GSoCOrgadmin and GSoCMentor updates.
Thu, 01 Oct 2009 20:13:40 +0200 Added the Organization to GSoCOrganzation update.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 01 Oct 2009 20:13:40 +0200] rev 2997
Added the Organization to GSoCOrganzation update.
Wed, 30 Sep 2009 21:39:09 +0200 Use the iterative task iterator for the ProgramConversion update.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 30 Sep 2009 21:39:09 +0200] rev 2996
Use the iterative task iterator for the ProgramConversion update.
Wed, 30 Sep 2009 21:26:50 +0200 Changed the working of the iterative_task decorator.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 30 Sep 2009 21:26:50 +0200] rev 2995
Changed the working of the iterative_task decorator. The decorator now needs the logic for the model which it fetches. This is much nicer then "fetching" it using import. Also order has been removed since it has no use when iterating over all entities when key is involved. Fields to filter can now dynamically be set by the function that is wrapped. Note that it will merge the filter with the task_default kwarg and it will only use the start_key if their is no key present in the context. Also note that task_default gathers all kwargs. I tried to do it otherwise (with default kwargs) but I couldn't get it to work. Feel free to improve :).
Wed, 30 Sep 2009 21:10:36 +0200 Removed order property in the getBatchOfData.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 30 Sep 2009 21:10:36 +0200] rev 2994
Removed order property in the getBatchOfData. This ordering is not possible since you want to go over the entities in order oftheir key and ordering them would prohibit this from happening properly.
Tue, 29 Sep 2009 20:11:54 +0200 Removed the debug logging line from the Task decorator.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 29 Sep 2009 20:11:54 +0200] rev 2993
Removed the debug logging line from the Task decorator. Also make use of the next_start_key as name for the new starting key.
Tue, 29 Sep 2009 20:10:08 +0200 Made getBatchOfData use start_key instead of next_key.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 29 Sep 2009 20:10:08 +0200] rev 2992
Made getBatchOfData use start_key instead of next_key.
Tue, 29 Sep 2009 20:04:24 +0200 Fixed use of wrong dictionary key in Task Decorators.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 29 Sep 2009 20:04:24 +0200] rev 2991
Fixed use of wrong dictionary key in Task Decorators.
Tue, 29 Sep 2009 19:56:58 +0200 Moved the Tasks decorators to their own module.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 29 Sep 2009 19:56:58 +0200] rev 2990
Moved the Tasks decorators to their own module.
Mon, 28 Sep 2009 14:24:30 +0200 Make batch size a param to getBatchOfData
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 28 Sep 2009 14:24:30 +0200] rev 2989
Make batch size a param to getBatchOfData
Mon, 28 Sep 2009 12:22:48 +0200 Added tag v0-5-20090928 for changeset db28a7db5cc6
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 28 Sep 2009 12:22:48 +0200] rev 2988
Added tag v0-5-20090928 for changeset db28a7db5cc6
Mon, 28 Sep 2009 12:22:26 +0200 Set new Melange version number to 0-5-20090928 in app.yaml.template. v0-5-20090928
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 28 Sep 2009 12:22:26 +0200] rev 2987
Set new Melange version number to 0-5-20090928 in app.yaml.template.
Mon, 28 Sep 2009 11:07:55 +0200 Merging test back in
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 28 Sep 2009 11:07:55 +0200] rev 2986
Merging test back in
Mon, 28 Sep 2009 00:50:59 +0200 Fixed whitespace in base model.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 28 Sep 2009 00:50:59 +0200] rev 2985
Fixed whitespace in base model.
Mon, 28 Sep 2009 11:03:57 +0200 Move soc.logic.tasks to soc.tasks.responses
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 28 Sep 2009 11:03:57 +0200] rev 2984
Move soc.logic.tasks to soc.tasks.responses
Sun, 27 Sep 2009 23:34:21 +0200 I hate how Hg handles unsynched remote changes
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 27 Sep 2009 23:34:21 +0200] rev 2983
I hate how Hg handles unsynched remote changes
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.
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 tip