Sun, 30 Aug 2009 17:31:02 +0200 Added list_info method for use in the GHOP module.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 30 Aug 2009 17:31:02 +0200] rev 2842
Added list_info method for use in the GHOP module. Reviewed by: Lennard de Rijk
Sun, 30 Aug 2009 17:50:54 +0530 Updated the docstrings for GHOP access methods.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 30 Aug 2009 17:50:54 +0530] rev 2841
Updated the docstrings for GHOP access methods. The checkRoleAndStatusForTask and checkStatusForTask methods' docstrings tell more on what they specifically do and why they both exist separately.
Sun, 30 Aug 2009 13:56:21 +0200 Added access checks for GHOP Module.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 30 Aug 2009 13:56:21 +0200] rev 2840
Added access checks for GHOP Module. Reviewed by: Lennard de Rijk
Sun, 30 Aug 2009 13:16:58 +0200 Added redirects module for GHOP.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 30 Aug 2009 13:16:58 +0200] rev 2839
Added redirects module for GHOP. Reviewed by: Lennard de Rijk
Sun, 30 Aug 2009 13:15:06 +0200 Added templatetag and filter libraries for GHOP.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 30 Aug 2009 13:15:06 +0200] rev 2838
Added templatetag and filter libraries for GHOP. Reviewed by: Lennard de Rijk
Sat, 29 Aug 2009 01:40:45 -0700 Set profiler/ to admin only
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 29 Aug 2009 01:40:45 -0700] rev 2837
Set profiler/ to admin only
Fri, 28 Aug 2009 11:49:47 -0700 Use per-request store to store access rights
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 28 Aug 2009 11:49:47 -0700] rev 2836
Use per-request store to store access rights
Fri, 28 Aug 2009 11:48:27 -0700 Use the per-request store to store the context
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 28 Aug 2009 11:48:27 -0700] rev 2835
Use the per-request store to store the context
Fri, 28 Aug 2009 11:47:32 -0700 Hook up the new per-request value storage
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 28 Aug 2009 11:47:32 -0700] rev 2834
Hook up the new per-request value storage
Fri, 28 Aug 2009 11:45:55 -0700 Add a new per-request value store to Core
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 28 Aug 2009 11:45:55 -0700] rev 2833
Add a new per-request value store to Core
Thu, 27 Aug 2009 20:34:43 -0700 Profiling patch
Sverre Rabbelier <srabbelier@gmail.com> [Thu, 27 Aug 2009 20:34:43 -0700] rev 2832
Profiling patch
Fri, 28 Aug 2009 19:41:28 +0530 STATE_TRANSITIONS dictionary values are changed to strings.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 28 Aug 2009 19:41:28 +0530] rev 2831
STATE_TRANSITIONS dictionary values are changed to strings. Our assumption that Python's functions and methods are first class members and using the method names directly as dictionary values doesn't seem to work. So we are using method names as strings in STATE_TRANSITIONS dictionary and getting the method object using getattr.
Fri, 28 Aug 2009 13:17:32 +0200 Added templatetags for use in the GHOP module.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 28 Aug 2009 13:17:32 +0200] rev 2830
Added templatetags for use in the GHOP module. Reviewed by: to-be-reviewed
Fri, 28 Aug 2009 13:16:34 +0200 Bulk added templates for GHOPOrganization views.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 28 Aug 2009 13:16:34 +0200] rev 2829
Bulk added templates for GHOPOrganization views. Reviewed by: to-be-reviewed
Fri, 28 Aug 2009 13:15:56 +0200 Bulk add templates regarding GHOPProgram Views.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 28 Aug 2009 13:15:56 +0200] rev 2828
Bulk add templates regarding GHOPProgram Views. Reviewed by: to-be-reviewed
Fri, 28 Aug 2009 13:14:16 +0200 Bulk add templates regarding Task Views.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 28 Aug 2009 13:14:16 +0200] rev 2827
Bulk add templates regarding Task Views. Reviewed by: to-be-reviewed
Fri, 28 Aug 2009 13:13:05 +0200 Added Task for sending out emails to subscribed users about a Comment.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 28 Aug 2009 13:13:05 +0200] rev 2826
Added Task for sending out emails to subscribed users about a Comment. Reviewed by: Lennard de Rijk
Fri, 28 Aug 2009 12:57:12 +0200 Added method to send out mail about a Task update.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 28 Aug 2009 12:57:12 +0200] rev 2825
Added method to send out mail about a Task update. Reviewed by: Lennard de Rijk
Fri, 28 Aug 2009 12:47:38 +0200 Added template for mails regarding Task updates.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 28 Aug 2009 12:47:38 +0200] rev 2824
Added template for mails regarding Task updates. Reviewed by: Lennard de Rijk
Fri, 28 Aug 2009 12:34:16 +0200 Added several methods to the Task Logic module.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 28 Aug 2009 12:34:16 +0200] rev 2823
Added several methods to the Task Logic module. These include the automatic tranistion methods. The methods for running updates , that for instance place comments, in a datastore transition to keep the Task synced with the comments. And a rudimentary way of updating the Tasks' history. Reviewed by: Lennard de Rijk
Thu, 27 Aug 2009 22:40:26 +0530 Removed scope and scope_path properties from GHOPComment since it is ID based.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 27 Aug 2009 22:40:26 +0530] rev 2822
Removed scope and scope_path properties from GHOPComment since it is ID based.
Thu, 27 Aug 2009 22:35:28 +0530 Added reference to GHOPProgram entity for Work Submissions.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 27 Aug 2009 22:35:28 +0530] rev 2821
Added reference to GHOPProgram entity for Work Submissions.
Thu, 27 Aug 2009 12:02:00 +0200 Added GHOP Form cleaning module.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 27 Aug 2009 12:02:00 +0200] rev 2820
Added GHOP Form cleaning module. Reviewed by: Lennard de Rijk
Thu, 27 Aug 2009 11:48:33 +0200 Added GHOPTaskSubscription Logic module.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 27 Aug 2009 11:48:33 +0200] rev 2819
Added GHOPTaskSubscription Logic module. Reviewed by: Lennard de Rijk
Thu, 27 Aug 2009 11:15:35 +0200 Added GHOP Student Logic.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 27 Aug 2009 11:15:35 +0200] rev 2818
Added GHOP Student Logic. Note that on creation of a GHOPStudent a GAE Task is created to update the taskswith the new GHOPStudent reference. This is due to the fact that we allow users to claim task without being a registered Student. Reviewed by: Lennard de Rijk
Thu, 27 Aug 2009 11:13:52 +0200 Added GAE tasks that are related to updating GHOP Tasks.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 27 Aug 2009 11:13:52 +0200] rev 2817
Added GAE tasks that are related to updating GHOP Tasks. Several TODO's have been added. Also note that some functionality that is being used here is under construction and is being integrated asap. That's the price to pay for cleaner integration commits I guess :). Reviewed by: Lennard de Rijk
Thu, 27 Aug 2009 10:44:26 +0200 Added GHOP Logic helper package.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 27 Aug 2009 10:44:26 +0200] rev 2816
Added GHOP Logic helper package. Reviewed by: Lennard de Rijk
Thu, 27 Aug 2009 10:40:43 +0200 Added ghop-update queue for dealing with GHOP Task updates.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 27 Aug 2009 10:40:43 +0200] rev 2815
Added ghop-update queue for dealing with GHOP Task updates. Reviewed by: Lennard de Rijk
Thu, 27 Aug 2009 10:15:02 +0200 Added GHOP task package for holding GAE Task related modules.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 27 Aug 2009 10:15:02 +0200] rev 2814
Added GHOP task package for holding GAE Task related modules.
Wed, 26 Aug 2009 18:45:01 +0200 Removed workflow property from Program model.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 26 Aug 2009 18:45:01 +0200] rev 2813
Removed workflow property from Program model. This has become obsolete with the new Module approach. Also fixed a small error I made when reviewing Madhusudan's timeline patch in _editPost for Program View.
(0) -1000 -300 -100 -50 -30 +30 +50 +100 tip