Sun, 25 Oct 2009 16:27:49 -0700 Made Request Logic ID-based and added some helper methods.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 25 Oct 2009 16:27:49 -0700] rev 3047
Made Request Logic ID-based and added some helper methods.
Sun, 25 Oct 2009 16:24:34 -0700 Redone the Request object to contain a message property and work on ID-basis.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 25 Oct 2009 16:24:34 -0700] rev 3046
Redone the Request object to contain a message property and work on ID-basis.
Sun, 25 Oct 2009 15:39:50 -0700 Add a redirectLegacyRequest response
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 25 Oct 2009 15:39:50 -0700] rev 3045
Add a redirectLegacyRequest response
Sun, 25 Oct 2009 15:39:38 -0700 fix typo in reponses.py
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 25 Oct 2009 15:39:38 -0700] rev 3044
fix typo in reponses.py
Sat, 24 Oct 2009 16:23:31 -0700 GSoC Views
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 24 Oct 2009 16:23:31 -0700] rev 3043
GSoC Views
Sun, 25 Oct 2009 19:21:43 +0000 Script to run JSDocToolkit over our JS files.
Mario Ferraro <fadinlight@gmail.com> [Sun, 25 Oct 2009 19:21:43 +0000] rev 3042
Script to run JSDocToolkit over our JS files. It creates a documentation directory under app/soc/content/js with the output for private and public docs, with or without undocumented functions.
Sun, 25 Oct 2009 19:15:44 +0000 JSDocToolkit 2.3.0 added to create documentation for JS files.
Mario Ferraro <fadinlight@gmail.com> [Sun, 25 Oct 2009 19:15:44 +0000] rev 3041
JSDocToolkit 2.3.0 added to create documentation for JS files.
Sun, 25 Oct 2009 19:11:51 +0000 Integration of general Melange JS utilities in base template.
Mario Ferraro <fadinlight@gmail.com> [Sun, 25 Oct 2009 19:11:51 +0000] rev 3040
Integration of general Melange JS utilities in base template.
Sun, 25 Oct 2009 19:09:38 +0000 General JavaScript utilities for melange.
Mario Ferraro <fadinlight@gmail.com> [Sun, 25 Oct 2009 19:09:38 +0000] rev 3039
General JavaScript utilities for melange. This script is going to be the core of Melange JS. It provides a melange namespace and general utilies for logging, loading of google api, common errors, base class for templates that reads context from a script tag attribute. It also reads general options from its script tag.
Sun, 25 Oct 2009 11:24:46 -0700 Once a task has been approved it can no longer be unapproved.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 25 Oct 2009 11:24:46 -0700] rev 3038
Once a task has been approved it can no longer be unapproved. Patch by: Madhusudan C.S. and Lennard de Rijk
Sun, 25 Oct 2009 11:59:05 +0100 Fixes issue 697.
Daniel Hans <Daniel.M.Hans@gmail.com> [Sun, 25 Oct 2009 11:59:05 +0100] rev 3037
Fixes issue 697.
Sat, 24 Oct 2009 15:14:11 -0700 Use skipFields method in the expando base logic.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 24 Oct 2009 15:14:11 -0700] rev 3036
Use skipFields method in the expando base logic.
Sat, 24 Oct 2009 22:50:02 +0200 Minor typographical errors fixed.
Daniel Hans <Daniel.M.Hans@gmail.com> [Sat, 24 Oct 2009 22:50:02 +0200] rev 3035
Minor typographical errors fixed.
Sat, 24 Oct 2009 22:47:04 +0200 Whitespaces fixed in task view.
Daniel Hans <Daniel.M.Hans@gmail.com> [Sat, 24 Oct 2009 22:47:04 +0200] rev 3034
Whitespaces fixed in task view.
Sat, 24 Oct 2009 22:45:29 +0200 When a task is edited, 'modified_by' field is not cleared any more.
Daniel Hans <Daniel.M.Hans@gmail.com> [Sat, 24 Oct 2009 22:45:29 +0200] rev 3033
When a task is edited, 'modified_by' field is not cleared any more. Fix for issue 692.
Fri, 23 Oct 2009 13:25:28 -0700 Changed checkCanMakeRequestToGroup to use Logic instance instead of module.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 23 Oct 2009 13:25:28 -0700] rev 3032
Changed checkCanMakeRequestToGroup to use Logic instance instead of module. This method now also directly queries for the keyname of the group. Also some whitespace fixes in the access module.
Fri, 23 Oct 2009 13:54:11 -0500 Update Google App Engine from 1.2.5 to 1.2.7 in thirdparty folder.
Sverre Rabbelier <srabbelier@gmail.com> [Fri, 23 Oct 2009 13:54:11 -0500] rev 3031
Update Google App Engine from 1.2.5 to 1.2.7 in thirdparty folder.
Fri, 23 Oct 2009 11:17:07 -0700 Disabled GHOP module.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 23 Oct 2009 11:17:07 -0700] rev 3030
Disabled GHOP module. Oopsie in ra223fff4cc.
Thu, 22 Oct 2009 16:01:20 +0200 Added logic paramters to two access checks.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 22 Oct 2009 16:01:20 +0200] rev 3029
Added logic paramters to two access checks. This is necessary because the GHOP module needs the same checks with other logics.
Thu, 22 Oct 2009 10:01:11 +0200 Set the Mentors list to the user that is suggesting a Task.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 22 Oct 2009 10:01:11 +0200] rev 3028
Set the Mentors list to the user that is suggesting a Task.
Thu, 22 Oct 2009 09:54:01 +0200 Fixed access check and seed for Task Suggest page.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 22 Oct 2009 09:54:01 +0200] rev 3027
Fixed access check and seed for Task Suggest page. Fixes Issue 694. Reviewed by: Lennard de Rijk
Thu, 22 Oct 2009 09:50:10 +0200 Removed query wether or not the current user was ever an org admin.
Lennard de Rijk <ljvderijk@gmail.com> [Thu, 22 Oct 2009 09:50:10 +0200] rev 3026
Removed query wether or not the current user was ever an org admin. This is because it makes no sense to not show the approve this task button if th is task was suggested by an org admin. The suggest page is there for a reason fo staging tasks anyway. Also added TODO to let the mentor's suggest page redirect to the normal edit pag e after a task has been suggested. This is more natural since the task lists als o redirects to this page for unapproved tasks and the normal edit page also has the capability to hide fields determined by the user's access.
Sun, 18 Oct 2009 17:10:01 +0200 Fixed the TimelineConversionUpdate to also update the GSoCProgram.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 18 Oct 2009 17:10:01 +0200] rev 3025
Fixed the TimelineConversionUpdate to also update the GSoCProgram.
Sun, 18 Oct 2009 17:00:37 +0200 Use scope_path for updating Documents since scope was never properly set.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 18 Oct 2009 17:00:37 +0200] rev 3024
Use scope_path for updating Documents since scope was never properly set.
Sun, 18 Oct 2009 16:53:59 +0200 Renamed runGradingProjectSurveyRecordsUpdate to match style of module.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 18 Oct 2009 16:53:59 +0200] rev 3023
Renamed runGradingProjectSurveyRecordsUpdate to match style of module.
Sun, 18 Oct 2009 16:53:24 +0200 Fixed error in the runDocumentUpdate where the wrong keyname was used.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 18 Oct 2009 16:53:24 +0200] rev 3022
Fixed error in the runDocumentUpdate where the wrong keyname was used.
Sun, 18 Oct 2009 16:52:38 +0200 Added GradingSurveyGroup update to the Module Conversion.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 18 Oct 2009 16:52:38 +0200] rev 3021
Added GradingSurveyGroup update to the Module Conversion.
Sun, 18 Oct 2009 16:33:05 +0200 Fixed bug in StudentProposal update when a StudentProposal had no Mentor.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 18 Oct 2009 16:33:05 +0200] rev 3020
Fixed bug in StudentProposal update when a StudentProposal had no Mentor.
Sun, 18 Oct 2009 16:27:22 +0200 Fixed module conversion imports.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 18 Oct 2009 16:27:22 +0200] rev 3019
Fixed module conversion imports.
Wed, 14 Oct 2009 09:47:02 +0200 Fix typographical error and changes in status messages for Task workflow.
Matthew Wilkes <matthew@matthewwilkes.co.uk> [Wed, 14 Oct 2009 09:47:02 +0200] rev 3018
Fix typographical error and changes in status messages for Task workflow. Reviewed by: Lennard de Rijk
(0) -3000 -1000 -300 -100 -50 -30 +30 tip