Mon, 02 Nov 2009 16:13:04 +0100 Set new Melange version number to 0-5-20091102 in app.yaml.template. v0-5-20091102
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 02 Nov 2009 16:13:04 +0100] rev 3071
Set new Melange version number to 0-5-20091102 in app.yaml.template.
Fri, 30 Oct 2009 23:59:47 +0100 Minor (mostly stylish and whitespace) fixes in GHOP access.py module.
Daniel Hans <Daniel.M.Hans@gmail.com> [Fri, 30 Oct 2009 23:59:47 +0100] rev 3070
Minor (mostly stylish and whitespace) fixes in GHOP access.py module. Also missing authors added to some files.
Fri, 30 Oct 2009 22:24:34 +0100 Multiple choice nonrequired questions now accept empty answers.
Daniel Hans <Daniel.M.Hans@gmail.com> [Fri, 30 Oct 2009 22:24:34 +0100] rev 3069
Multiple choice nonrequired questions now accept empty answers. The change is mostly concerned with issue 674, probably fixing it.
Fri, 30 Oct 2009 12:40:56 +0100 checkIsHostForProgram fixes: logic argument has default value and is actually used to look up for a program entity,
Daniel Hans <Daniel.M.Hans@gmail.com> [Fri, 30 Oct 2009 12:40:56 +0100] rev 3068
checkIsHostForProgram fixes: logic argument has default value and is actually used to look up for a program entity,
Fri, 30 Oct 2009 01:23:37 +0100 checkIsHostForProgram function takes a new 'logic' argument.
Daniel Hans <Daniel.M.Hans@gmail.com> [Fri, 30 Oct 2009 01:23:37 +0100] rev 3067
checkIsHostForProgram function takes a new 'logic' argument. It determines which logic should be used to look up for program entity. If the argument is not given, the standard program_logic will be used.
Thu, 29 Oct 2009 22:58:06 +0100 If checkCanOrgAdminOrMentorEdit function does not find a task, the user is redirected to 404 page.
Daniel Hans <Daniel.M.Hans@gmail.com> [Thu, 29 Oct 2009 22:58:06 +0100] rev 3066
If checkCanOrgAdminOrMentorEdit function does not find a task, the user is redirected to 404 page.
Tue, 27 Oct 2009 20:04:51 +0000 Script to run JSLint over JS files to check JS code quality.
Mario Ferraro <fadinlight@gmail.com> [Tue, 27 Oct 2009 20:04:51 +0000] rev 3065
Script to run JSLint over JS files to check JS code quality. This script will run JSLint over all files in app/soc/content/js directory and subdirectories to check JS code guidelines compliance.
Tue, 27 Oct 2009 19:56:15 +0000 JSON2 utilities now loaded by default.
Mario Ferraro <fadinlight@gmail.com> [Tue, 27 Oct 2009 19:56:15 +0000] rev 3064
JSON2 utilities now loaded by default. This library is needed for melange general JS utilities package to work properly and parse melangeContext and melangeConfig JSON attributes.
Mon, 26 Oct 2009 15:38:13 -0700 Module Conversion also changes the RankerRoots associated with an Organization.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 26 Oct 2009 15:38:13 -0700] rev 3063
Module Conversion also changes the RankerRoots associated with an Organization.
Mon, 26 Oct 2009 10:25:01 -0700 Now showing the message contained in Requests on the correct pages.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 26 Oct 2009 10:25:01 -0700] rev 3062
Now showing the message contained in Requests on the correct pages. Note that facilities to edit your message, and to perhaps change the message when accepting a request still need to be provided. Fixes Issue 385.
Mon, 26 Oct 2009 10:15:28 -0700 Process invite page now shows the right Role name in the page name.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 26 Oct 2009 10:15:28 -0700] rev 3061
Process invite page now shows the right Role name in the page name.
Mon, 26 Oct 2009 10:10:23 -0700 Request lists now show display name as well as the link id.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 26 Oct 2009 10:10:23 -0700] rev 3060
Request lists now show display name as well as the link id. Fixes Issue 375.
Sun, 25 Oct 2009 22:19:41 -0700 The work_submission model's update now reflected in views and logic.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 25 Oct 2009 22:19:41 -0700] rev 3059
The work_submission model's update now reflected in views and logic. Model for work_submission was modified during GHOP code integration but was not reflected in views and logic. This commit fixes it. Fixes Issue 700. Reviewd by: Lennard de Rijk
Sun, 25 Oct 2009 21:53:04 -0700 Whitespace fix in settings.py and added missing authors to a few files.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 25 Oct 2009 21:53:04 -0700] rev 3058
Whitespace fix in settings.py and added missing authors to a few files.
Sun, 25 Oct 2009 21:47:25 -0700 Changed the access checks in the GSoC module to match the new checks.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 25 Oct 2009 21:47:25 -0700] rev 3057
Changed the access checks in the GSoC module to match the new checks.
Sun, 25 Oct 2009 18:49:43 -0700 Removed the now obsolete Request helper module.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 25 Oct 2009 18:49:43 -0700] rev 3056
Removed the now obsolete Request helper module.
Sun, 25 Oct 2009 18:49:29 -0700 Edited the necessary access checks for all the Role views in Core and GHOP.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 25 Oct 2009 18:49:29 -0700] rev 3055
Edited the necessary access checks for all the Role views in Core and GHOP. Also removed unneccessary use of _acceptInvitePost.
Sun, 25 Oct 2009 18:48:22 -0700 Made changes to the Role View to facilitate the use of the ID-based Requests.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 25 Oct 2009 18:48:22 -0700] rev 3054
Made changes to the Role View to facilitate the use of the ID-based Requests.
Sun, 25 Oct 2009 18:46:59 -0700 Redone the access checks to work with the new Request model.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 25 Oct 2009 18:46:59 -0700] rev 3053
Redone the access checks to work with the new Request model. Also includes some whitespace fixes to the access model.
Sun, 25 Oct 2009 18:45:58 -0700 Removed now unused method from Role Logic.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 25 Oct 2009 18:45:58 -0700] rev 3052
Removed now unused method from Role Logic.
Sun, 25 Oct 2009 18:44:52 -0700 Redone the notifications to work with the new Request model.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 25 Oct 2009 18:44:52 -0700] rev 3051
Redone the notifications to work with the new Request model. Note that it might be necessary to introduce a templatetag that translates a internal role_name to a real verbose name. However this will do fine for now.
Sun, 25 Oct 2009 18:43:23 -0700 Reworked the redirects to work with the new Request model.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 25 Oct 2009 18:43:23 -0700] rev 3050
Reworked the redirects to work with the new Request model. Also made use of the collection of Role Views in the Role View in combination with the role property in the Request model, to facilitate the redirects.
Sun, 25 Oct 2009 18:41:56 -0700 Redone the request View to work with the new model.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 25 Oct 2009 18:41:56 -0700] rev 3049
Redone the request View to work with the new model. Also added a TODO to fix editing your Request message.
Sun, 25 Oct 2009 16:28:43 -0700 Redone the request templates to work with the new ID-based request.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 25 Oct 2009 16:28:43 -0700] rev 3048
Redone the request templates to work with the new ID-based request. Changes here also include upcoming View changes.
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
Mon, 05 Oct 2009 22:43:30 +0200 Separated the publish and approve button on the Task list page for Org members.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 05 Oct 2009 22:43:30 +0200] rev 3017
Separated the publish and approve button on the Task list page for Org members. Also ensured that only tasks from the right org with the right status can be changed. And that we do not make unneccesary loops over values in the POST dict by grouping all the keys in the POST data under "task_id". The list entries also no longer redirect a user when clicking on the checkbox. Patch by: Madhusudan.C.S and Lennard de Rijk
Mon, 05 Oct 2009 20:35:06 +0200 Add function for CSV export of survey records for a given survey.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 05 Oct 2009 20:35:06 +0200] rev 3016
Add function for CSV export of survey records for a given survey.
Mon, 05 Oct 2009 19:09:58 +0200 Add functions for CSV export of organizations and roles.
Pawel Solyga <Pawel.Solyga@gmail.com> [Mon, 05 Oct 2009 19:09:58 +0200] rev 3015
Add functions for CSV export of organizations and roles. Those CSV exports are used to create Google Code GSoC projects at the end of the program for students code submissions.
Mon, 05 Oct 2009 13:54:42 +0200 Add StudentProposal conversion update
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 05 Oct 2009 13:54:42 +0200] rev 3014
Add StudentProposal conversion update
Sun, 04 Oct 2009 23:43:59 +0200 Added tag v0-5-20091004 for changeset 51eeb0c4317e
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 04 Oct 2009 23:43:59 +0200] rev 3013
Added tag v0-5-20091004 for changeset 51eeb0c4317e
Sun, 04 Oct 2009 23:43:36 +0200 Set new Melange version number to 0-5-20091004 in app.yaml.template. v0-5-20091004
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 04 Oct 2009 23:43:36 +0200] rev 3012
Set new Melange version number to 0-5-20091004 in app.yaml.template.
Sun, 04 Oct 2009 23:40:53 +0200 Add Timeline conversion update
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 04 Oct 2009 23:40:53 +0200] rev 3011
Add Timeline conversion update
Sun, 04 Oct 2009 23:40:19 +0200 Add update for Documents
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 04 Oct 2009 23:40:19 +0200] rev 3010
Add update for Documents
Sun, 04 Oct 2009 23:37:26 +0200 Added update for SurveyRecords
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 04 Oct 2009 23:37:26 +0200] rev 3009
Added update for SurveyRecords Both ProjectSurveyRecords and GradingProjectSurveyRecords are converted to updated with their new GSoC references.
Sun, 04 Oct 2009 21:25:52 +0200 Added update for Surveys, ProjectSurveys and ProjectGradingSurveys.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 04 Oct 2009 21:25:52 +0200] rev 3008
Added update for Surveys, ProjectSurveys and ProjectGradingSurveys.
Sun, 04 Oct 2009 21:15:58 +0200 Added StudentProject update to the Module Conversion updates.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 04 Oct 2009 21:15:58 +0200] rev 3007
Added StudentProject update to the Module Conversion updates.
Sun, 04 Oct 2009 20:46:59 +0200 Added Review module conversion update.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 04 Oct 2009 20:46:59 +0200] rev 3006
Added Review module conversion update. In which we'll phase out the reviewer property from Review.
Sun, 04 Oct 2009 15:14:06 +0200 Removed obsolete value to unpack in the updateGHOPTask Task.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 04 Oct 2009 15:14:06 +0200] rev 3005
Removed obsolete value to unpack in the updateGHOPTask Task.
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.
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.
Tue, 15 Sep 2009 20:54:40 +0200 Added GHOPStudent view and access checks.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 15 Sep 2009 20:54:40 +0200] rev 2922
Added GHOPStudent view and access checks. Reviewed by: Lennard de Rijk
Mon, 14 Sep 2009 20:21:47 +0200 Added tag v0-5-20090914 for changeset afeac06aabb2
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 14 Sep 2009 20:21:47 +0200] rev 2921
Added tag v0-5-20090914 for changeset afeac06aabb2
Mon, 14 Sep 2009 20:19:46 +0200 Set new Melange version number to 0-5-20090914 in app.yaml.template. v0-5-20090914
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 14 Sep 2009 20:19:46 +0200] rev 2920
Set new Melange version number to 0-5-20090914 in app.yaml.template.
Mon, 14 Sep 2009 19:58:43 +0200 Using the new checkIsMyActiveRole check where necessary.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 14 Sep 2009 19:58:43 +0200] rev 2919
Using the new checkIsMyActiveRole check where necessary.
Mon, 14 Sep 2009 19:58:10 +0200 Added checkIsMyActiveRole check to the access module.
Lennard de Rijk <ljvderijk@gmail.com> [Mon, 14 Sep 2009 19:58:10 +0200] rev 2918
Added checkIsMyActiveRole check to the access module.
Mon, 14 Sep 2009 18:52:57 +0200 Make coverage conditional on run.py flag
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 14 Sep 2009 18:52:57 +0200] rev 2917
Make coverage conditional on run.py flag Coverage can now be enabled by running './run.py --coverage'.
Mon, 14 Sep 2009 18:44:46 +0200 Manually call start and end in test_sidebar
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 14 Sep 2009 18:44:46 +0200] rev 2916
Manually call start and end in test_sidebar Since we are not using a request directly we need to manually do the set-up and tear-down required.
Mon, 14 Sep 2009 18:43:15 +0200 Use request.start and end
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 14 Sep 2009 18:43:15 +0200] rev 2915
Use request.start and end Without the start and end we die on 'assert self.in_request' in the core per request value store methods.
Mon, 14 Sep 2009 18:42:52 +0200 Add a start and end method to MockRequest
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 14 Sep 2009 18:42:52 +0200] rev 2914
Add a start and end method to MockRequest
Sun, 13 Sep 2009 22:48:10 +0200 Added tag v0-5-200913 for changeset 55adeea795ab
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 13 Sep 2009 22:48:10 +0200] rev 2913
Added tag v0-5-200913 for changeset 55adeea795ab
Sun, 13 Sep 2009 22:43:20 +0200 Set new Melange version number to 0-5-20090913 in app.yaml.template. v0-5-200913
Sverre Rabbelier <srabbelier@gmail.com> [Sun, 13 Sep 2009 22:43:20 +0200] rev 2912
Set new Melange version number to 0-5-20090913 in app.yaml.template.
Sat, 12 Sep 2009 21:33:52 +0200 Changed the conversion starter system to an update starter system.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 12 Sep 2009 21:33:52 +0200] rev 2911
Changed the conversion starter system to an update starter system. Also increased the usability of the update page by adding more information abou t each update that can be done and for which version number this applies.
Sat, 12 Sep 2009 21:27:17 +0200 Use the new optional argument to endRequest in the middleware
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 21:27:17 +0200] rev 2910
Use the new optional argument to endRequest in the middleware Currently endRequest is called twice on an exception if Django intercepts the exception and returns it's own result. By setting optional=True we do not crash on 'assert self.in_request'.
Sat, 12 Sep 2009 21:26:27 +0200 Add optional argument to endRequest
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 21:26:27 +0200] rev 2909
Add optional argument to endRequest The optional argument allows endRequest to be called more than once, as long as any invocation after the first has optional=True.
Sat, 12 Sep 2009 21:25:56 +0200 Document value store methods
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 21:25:56 +0200] rev 2908
Document value store methods
Sat, 12 Sep 2009 17:10:39 +0200 Remove memcache setup from interactive.py script
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 17:10:39 +0200] rev 2907
Remove memcache setup from interactive.py script Memcache integration with remote_api has been added in the latest AppEngine release, so we no longer have to use the stub.
Sat, 12 Sep 2009 14:42:37 +0200 Add docstring to middleware hooks
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 14:42:37 +0200] rev 2906
Add docstring to middleware hooks
Sat, 12 Sep 2009 14:38:42 +0200 Fix copy/paste fail in maintenance middleware docstring
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 14:38:42 +0200] rev 2905
Fix copy/paste fail in maintenance middleware docstring
Sat, 12 Sep 2009 01:20:12 +0200 Enable the new middleware and empty the view decorator
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 01:20:12 +0200] rev 2904
Enable the new middleware and empty the view decorator The view decorator should be removed entirely in a later commit.
Sat, 12 Sep 2009 01:19:23 +0200 Add ValueStoreMiddleware
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 01:19:23 +0200] rev 2903
Add ValueStoreMiddleware Based on the view decorator.
Sat, 12 Sep 2009 01:06:37 +0200 Add MaintenanceMiddleware
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 01:06:37 +0200] rev 2902
Add MaintenanceMiddleware Based on the view decorator.
Sat, 12 Sep 2009 01:05:24 +0200 Add ExceptionHandlerMiddleware
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 01:05:24 +0200] rev 2901
Add ExceptionHandlerMiddleware Based on the existing view decorator.
Sat, 12 Sep 2009 01:04:58 +0200 Add Middleware directory
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 01:04:58 +0200] rev 2900
Add Middleware directory
Sat, 12 Sep 2009 00:59:58 +0200 Fix broken maintenance mode
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 00:59:58 +0200] rev 2899
Fix broken maintenance mode Maintenance mode has been broken since r7fe19ebfe0d3 (Thu Jun 4) "Display caught errors on the page itself", fix it by passing the site entity, rather than the site module to isActivePeriod.
Sat, 12 Sep 2009 00:36:49 +0200 Fix 500 when saving /site/edit without email
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 00:36:49 +0200] rev 2898
Fix 500 when saving /site/edit without email When saving /site/edit with no no_reply_email set, a 500 error page would be returned due to an empty value being passed as value to the datastore (which is not allowed for email fields).
Sat, 12 Sep 2009 01:22:03 +0200 Remove __melange_queries logging
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 12 Sep 2009 01:22:03 +0200] rev 2897
Remove __melange_queries logging It causes the local instance to become very slow, as it has to pickle all queries. A better solution would be to store them in the per request value store and then add middleware to store that data at end-of-request.
Wed, 09 Sep 2009 22:28:46 +0200 Moved enabling GHOP to settings.py.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 09 Sep 2009 22:28:46 +0200] rev 2896
Moved enabling GHOP to settings.py.
Wed, 09 Sep 2009 21:14:22 +0200 Added the GHOP modules to the callback.
Lennard de Rijk <ljvderijk@gmail.com> [Wed, 09 Sep 2009 21:14:22 +0200] rev 2895
Added the GHOP modules to the callback. The ENABLE_MODULE has been added to ensure that the current build does not suffer from any weird artefacts that might occur due to the presence of this module. Of course in time it will be removed. Thanks Madhusudan for getting us this far ^_^. Minor CSS and image patches should follow shortly.
Wed, 09 Sep 2009 21:00:51 +0200 Use available Rights Checker when rights are already defined.
Madhusudan.C.S <madhusudancs@gmail.com> [Wed, 09 Sep 2009 21:00:51 +0200] rev 2894
Use available Rights Checker when rights are already defined. Reviewed by: Lennard de Rijk
Wed, 09 Sep 2009 20:15:53 +0200 Several style and import fixes regarding the GHOP module.
Madhusudan.C.S <madhusudancs@gmail.com> [Wed, 09 Sep 2009 20:15:53 +0200] rev 2893
Several style and import fixes regarding the GHOP module. Reviewed by: Lennard de Rijk
Tue, 08 Sep 2009 21:30:32 +0200 Added jquery in-place-edit.
Madhusudan.C.S <madhusudancs@gamil.com> [Tue, 08 Sep 2009 21:30:32 +0200] rev 2892
Added jquery in-place-edit. Reviewed by: to-be-reviewed
Tue, 08 Sep 2009 21:22:23 +0200 Added GHOP Program View.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 08 Sep 2009 21:22:23 +0200] rev 2891
Added GHOP Program View. Reviewed by: to-be-reviewed
Tue, 08 Sep 2009 21:11:23 +0200 Added GHOP Timeline View.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 08 Sep 2009 21:11:23 +0200] rev 2890
Added GHOP Timeline View. Reviewed by: to-be-reviewed
Tue, 08 Sep 2009 21:08:14 +0200 Added GHOP Task Subscription View.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 08 Sep 2009 21:08:14 +0200] rev 2889
Added GHOP Task Subscription View. Reviewed by: Lennard de Rijk.
Tue, 08 Sep 2009 21:02:09 +0200 Added GHOP Organization View.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 08 Sep 2009 21:02:09 +0200] rev 2888
Added GHOP Organization View. Reviewed by: Lennard de Rijk
Tue, 08 Sep 2009 20:58:14 +0200 Added GHOP Org Admin View.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 08 Sep 2009 20:58:14 +0200] rev 2887
Added GHOP Org Admin View. Reviewed by: Lennard de Rijk
Tue, 08 Sep 2009 20:57:03 +0200 Added GHOP Mentor View.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 08 Sep 2009 20:57:03 +0200] rev 2886
Added GHOP Mentor View. Note that the access checks have not been updated yet. Reviewed by: Lennard de Rijk
Tue, 08 Sep 2009 20:54:19 +0200 Added GHOP Task View.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 08 Sep 2009 20:54:19 +0200] rev 2885
Added GHOP Task View. TODO's have been added on the places where the code struggles with consistency and compactness issues. Reviewed by: to-be-reviewed
Tue, 08 Sep 2009 20:52:03 +0200 Renamed method in GHOP Cleaning to match style guide.
Lennard de Rijk <ljvderijk@gmail.com> [Tue, 08 Sep 2009 20:52:03 +0200] rev 2884
Renamed method in GHOP Cleaning to match style guide.
Tue, 08 Sep 2009 14:56:47 +0200 Hook up the conversion tasks
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 08 Sep 2009 14:56:47 +0200] rev 2883
Hook up the conversion tasks
Tue, 08 Sep 2009 14:56:39 +0200 Add a view to start conversion tasks
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 08 Sep 2009 14:56:39 +0200] rev 2882
Add a view to start conversion tasks
Tue, 08 Sep 2009 14:24:16 +0200 Add templates for conversion task starter
Sverre Rabbelier <srabbelier@gmail.com> [Tue, 08 Sep 2009 14:24:16 +0200] rev 2881
Add templates for conversion task starter
Mon, 07 Sep 2009 20:37:15 +0200 Fix import sort order
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 07 Sep 2009 20:37:15 +0200] rev 2880
Fix import sort order
Mon, 07 Sep 2009 20:36:14 +0200 Revert "revert wrong head"
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 07 Sep 2009 20:36:14 +0200] rev 2879
Revert "revert wrong head" This reverts commit re440e94a87.
Mon, 07 Sep 2009 20:27:37 +0200 merge with wrong head
Sverre Rabbelier <sverre@rabbelier.nl> [Mon, 07 Sep 2009 20:27:37 +0200] rev 2878
merge with wrong head
Mon, 07 Sep 2009 20:07:58 +0200 Fix miscaching of homepage
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 07 Sep 2009 20:07:58 +0200] rev 2877
Fix miscaching of homepage Add system.getHostname() and system.getAppVersion() to the homepage key so that we do not use an wrong version.
Mon, 07 Sep 2009 20:06:27 +0200 Use system.getHostname() everywhere
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 07 Sep 2009 20:06:27 +0200] rev 2876
Use system.getHostname() everywhere Replace os.environ['HTTP_HOST'] with system.getHostname(), as a result we do not crash when 'HTTP_HOST' is unset now.
Mon, 07 Sep 2009 20:02:35 +0200 Add a getHostname to system
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 07 Sep 2009 20:02:35 +0200] rev 2875
Add a getHostname to system It is better to abstract how we retrieve the hostname than to access it directly (see also getAppVersion).
Sat, 05 Sep 2009 15:56:19 +0200 Enable local memcache api in interactive console
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 05 Sep 2009 15:56:19 +0200] rev 2874
Enable local memcache api in interactive console
Mon, 07 Sep 2009 15:20:49 +0200 Scripts to run Shrinksafe during build.
Mario Ferraro <fadinlight@gmail.com> [Mon, 07 Sep 2009 15:20:49 +0200] rev 2873
Scripts to run Shrinksafe during build. The function that runs shrinksafe over JS files has been put to a separate shell file to be run standalone without building if needed.
Mon, 07 Sep 2009 15:07:37 +0200 Added Shrinksafe code to shrink JS files before deploy.
Mario Ferraro <fadinlight@gmail.com> [Mon, 07 Sep 2009 15:07:37 +0200] rev 2872
Added Shrinksafe code to shrink JS files before deploy.
Mon, 07 Sep 2009 20:26:39 +0200 revert wrong head
Sverre Rabbelier <sverre@rabbelier.nl> [Mon, 07 Sep 2009 20:26:39 +0200] rev 2871
revert wrong head
Sun, 06 Sep 2009 23:47:08 +0200 Added tag v0-5-20090906 for changeset 9f7f269383f7
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 06 Sep 2009 23:47:08 +0200] rev 2870
Added tag v0-5-20090906 for changeset 9f7f269383f7
Mon, 07 Sep 2009 20:07:58 +0200 Fix miscaching of homepage
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 07 Sep 2009 20:07:58 +0200] rev 2869
Fix miscaching of homepage Add system.getHostname() and system.getAppVersion() to the homepage key so that we do not use an wrong version.
Sun, 06 Sep 2009 23:46:28 +0200 Set new Melange version number to 0-5-20090906 in app.yaml.template. v0-5-20090906
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 06 Sep 2009 23:46:28 +0200] rev 2868
Set new Melange version number to 0-5-20090906 in app.yaml.template.
Mon, 07 Sep 2009 20:06:27 +0200 Use system.getHostname() everywhere
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 07 Sep 2009 20:06:27 +0200] rev 2867
Use system.getHostname() everywhere Replace os.environ['HTTP_HOST'] with system.getHostname(), as a result we do not crash when 'HTTP_HOST' is unset now.
Sun, 06 Sep 2009 23:45:14 +0200 Remove some left overs from recent Google App Engine 1.2.5 update.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 06 Sep 2009 23:45:14 +0200] rev 2866
Remove some left overs from recent Google App Engine 1.2.5 update.
Mon, 07 Sep 2009 20:02:35 +0200 Add a getHostname to system
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 07 Sep 2009 20:02:35 +0200] rev 2865
Add a getHostname to system It is better to abstract how we retrieve the hostname than to access it directly (see also getAppVersion).
Sun, 06 Sep 2009 23:31:53 +0200 Update Google App Engine from 1.2.3 to 1.2.5 in thirdparty folder.
Pawel Solyga <Pawel.Solyga@gmail.com> [Sun, 06 Sep 2009 23:31:53 +0200] rev 2864
Update Google App Engine from 1.2.3 to 1.2.5 in thirdparty folder.
Sat, 05 Sep 2009 15:56:19 +0200 Enable local memcache api in interactive console
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 05 Sep 2009 15:56:19 +0200] rev 2863
Enable local memcache api in interactive console
Sat, 05 Sep 2009 14:04:24 +0200 Fixed Ivory Coast rename that was introduced in r74f0972f52.
Lennard de Rijk <ljvderijk@gmail.com> [Sat, 05 Sep 2009 14:04:24 +0200] rev 2862
Fixed Ivory Coast rename that was introduced in r74f0972f52.
Fri, 04 Sep 2009 22:51:23 +0200 Fixed GHOP Cleaning clean_mentors_list method from using query on list.
Lennard de Rijk <ljvderijk@gmail.com> [Fri, 04 Sep 2009 22:51:23 +0200] rev 2861
Fixed GHOP Cleaning clean_mentors_list method from using query on list. Somehow this fix was missing from the previous revision, bad HG.
Fri, 04 Sep 2009 22:42:47 +0200 Added cleaning method to validate a list of mentor's link_ids.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 04 Sep 2009 22:42:47 +0200] rev 2860
Added cleaning method to validate a list of mentor's link_ids. Reviewed by: Lennard de Rijk
Fri, 04 Sep 2009 22:35:13 +0200 Added cleaning method to convert a list of comma separated strings into a set.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 04 Sep 2009 22:35:13 +0200] rev 2859
Added cleaning method to convert a list of comma separated strings into a set. Reviewed by: Lennard de Rijk
Thu, 03 Sep 2009 12:46:07 +0530 Added additional methods for TaskTag model and add arbit_tag type to GHOPTask.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 03 Sep 2009 12:46:07 +0530] rev 2858
Added additional methods for TaskTag model and add arbit_tag type to GHOPTask.
Wed, 02 Sep 2009 20:42:23 +0200 Updated to r11 of app_profiler
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 02 Sep 2009 20:42:23 +0200] rev 2857
Updated to r11 of app_profiler
Wed, 02 Sep 2009 10:52:04 +0200 Prefetch referenced fields in project listing
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 02 Sep 2009 10:52:04 +0200] rev 2856
Prefetch referenced fields in project listing
Wed, 02 Sep 2009 10:51:25 +0200 Hook up prefetching in the view (helper)
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 02 Sep 2009 10:51:25 +0200] rev 2855
Hook up prefetching in the view (helper)
Wed, 02 Sep 2009 10:24:10 +0200 Add support for prefetching fields
Sverre Rabbelier <srabbelier@gmail.com> [Wed, 02 Sep 2009 10:24:10 +0200] rev 2854
Add support for prefetching fields This makes it possible to specify the fields that should be prefetched as part of a getForFields query. Doing a prefetch on a ReferenceProperty when it is known that the property will be referenced in (almost all) entities is far more efficient than doing the invididual fetches sequentially.
Mon, 31 Aug 2009 05:06:17 -0700 only store queries in debug mode
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 31 Aug 2009 05:06:17 -0700] rev 2853
only store queries in debug mode
Mon, 31 Aug 2009 05:04:31 -0700 fix typo in memcache.get in base logic
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 31 Aug 2009 05:04:31 -0700] rev 2852
fix typo in memcache.get in base logic
Sat, 29 Aug 2009 14:33:48 -0700 Store queries in memcache
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 29 Aug 2009 14:33:48 -0700] rev 2851
Store queries in memcache
Sat, 29 Aug 2009 14:33:22 -0700 Do not store core in Checker
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 29 Aug 2009 14:33:22 -0700] rev 2850
Do not store core in Checker
Sat, 29 Aug 2009 14:32:14 -0700 Add self.in_request to Core and verify correct state
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 29 Aug 2009 14:32:14 -0700] rev 2849
Add self.in_request to Core and verify correct state
Sat, 29 Aug 2009 14:31:26 -0700 Convert profiler/start page to html
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 29 Aug 2009 14:31:26 -0700] rev 2848
Convert profiler/start page to html
Sat, 29 Aug 2009 14:30:52 -0700 Use profiler.py to prevent import failures
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 29 Aug 2009 14:30:52 -0700] rev 2847
Use profiler.py to prevent import failures
Sat, 29 Aug 2009 14:30:09 -0700 Set expiration date of static dirs to 1d
Sverre Rabbelier <srabbelier@gmail.com> [Sat, 29 Aug 2009 14:30:09 -0700] rev 2846
Set expiration date of static dirs to 1d
Sun, 30 Aug 2009 22:00:07 +0530 GHOPWorkSubmission model is made id_based and inherits from base.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 30 Aug 2009 22:00:07 +0530] rev 2845
GHOPWorkSubmission model is made id_based and inherits from base. Also a reference property to GHOPOrganization is added in GHOPWorkSubmission model.
Sun, 30 Aug 2009 17:34:47 +0200 Added missing blank line to GHOP redirects helper.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 30 Aug 2009 17:34:47 +0200] rev 2844
Added missing blank line to GHOP redirects helper.
Sun, 30 Aug 2009 17:34:03 +0200 Added __init__ file to the GHOP views module.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 30 Aug 2009 17:34:03 +0200] rev 2843
Added __init__ file to the GHOP views module. Reviewed by: Lennard de Rijk
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
(0) -3000 -1000 -240 tip