Sun, 15 Nov 2009 22:12:20 +0100 GMaps related JS changed to use new google namespace. default tip
Mario Ferraro <fadinlight@gmail.com> [Sun, 15 Nov 2009 22:12:20 +0100] rev 3093
GMaps related JS changed to use new google namespace. Google is going to change permanently in the future the way to load its services, so better stay safe. Also this commit shows uses of the new melange.js module. Fixes Issue 634.
Sat, 14 Nov 2009 23:58:20 +0100 Changes in tags are saved to the data store.
Daniel Hans <Daniel.M.Hans@gmail.com> [Sat, 14 Nov 2009 23:58:20 +0100] rev 3092
Changes in tags are saved to the data store. Also, when a task is created, its arbit tags are stored. Issue 696 fixed.
Sat, 14 Nov 2009 23:27:03 +0100 Tasks may be deleted by pressing 'Delete' button on the edit view.
Daniel Hans <Daniel.M.Hans@gmail.com> [Sat, 14 Nov 2009 23:27:03 +0100] rev 3091
Tasks may be deleted by pressing 'Delete' button on the edit view. An organization admin may delete a task entity, if the task is not claimed by anyone. Issue 695 fixed.
Sat, 14 Nov 2009 18:24:36 +0100 Minor fix in tags module.
Daniel Hans <Daniel.M.Hans@gmail.com> [Sat, 14 Nov 2009 18:24:36 +0100] rev 3090
Minor fix in tags module.
Sat, 14 Nov 2009 18:20:06 +0100 tags.py module, which contains helper class for tags, is added.
Daniel Hans <Daniel.M.Hans@gmail.com> [Sat, 14 Nov 2009 18:20:06 +0100] rev 3089
tags.py module, which contains helper class for tags, is added.
Sat, 14 Nov 2009 17:22:44 +0100 Users who claim or work on tasks may list them without having student role.
Daniel Hans <Daniel.M.Hans@gmail.com> [Sat, 14 Nov 2009 17:22:44 +0100] rev 3088
Users who claim or work on tasks may list them without having student role.
Fri, 13 Nov 2009 19:02:38 +0100 Minor linguistic changes to NOTICE file for the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com> [Fri, 13 Nov 2009 19:02:38 +0100] rev 3087
Minor linguistic changes to NOTICE file for the taggable module.
Wed, 11 Nov 2009 21:04:13 +0100 NOTICE file added to the taggable module.
Daniel Hans <Daniel.M.Hans@gmail.com> [Wed, 11 Nov 2009 21:04:13 +0100] rev 3086
NOTICE file added to the taggable module.
Tue, 10 Nov 2009 18:18:06 +0100 Some functions which applies to scoped tags in general moved from TaskTag to Task model.
Daniel Hans <Daniel.M.Hans@gmail.com> [Tue, 10 Nov 2009 18:18:06 +0100] rev 3085
Some functions which applies to scoped tags in general moved from TaskTag to Task model. Also, some stylish and whitespace changes and docstrings added.
Tue, 10 Nov 2009 14:00:15 +0100 Docstring fix for delete_tag function.
Daniel Hans <Daniel.M.Hans@gmail.com> [Tue, 10 Nov 2009 14:00:15 +0100] rev 3084
Docstring fix for delete_tag function.
Tue, 10 Nov 2009 13:59:15 +0100 'scope' field moved from TaskTag to the parent class.
Daniel Hans <Daniel.M.Hans@gmail.com> [Tue, 10 Nov 2009 13:59:15 +0100] rev 3083
'scope' field moved from TaskTag to the parent class.
Sun, 08 Nov 2009 12:11:14 -0800 TaskArbritraryTag now has auto_delete set to True by default.
Daniel Hans <daniel.m.hans@gmail.com> [Sun, 08 Nov 2009 12:11:14 -0800] rev 3082
TaskArbritraryTag now has auto_delete set to True by default. Reviewed by: Lennard de Rijk
Sun, 08 Nov 2009 12:08:05 -0800 Adds a new property to taggable which automatically deletes an empty tag.
Daniel Hans <daniel.m.hans@gmail.com> [Sun, 08 Nov 2009 12:08:05 -0800] rev 3081
Adds a new property to taggable which automatically deletes an empty tag. Reviewed by: Lennard de Rijk
Sun, 08 Nov 2009 11:54:44 -0800 Fixed an error with the task_history not being loaded when it was empty.
Lennard de Rijk <ljvderijk@gmail.com> [Sun, 08 Nov 2009 11:54:44 -0800] rev 3080
Fixed an error with the task_history not being loaded when it was empty.
Wed, 04 Nov 2009 21:37:44 +0100 Fixed 'Register as a student' link problem for GHOP program.
Daniel Hans <Daniel.M.Hans@gmail.com> [Wed, 04 Nov 2009 21:37:44 +0100] rev 3079
Fixed 'Register as a student' link problem for GHOP program. Params and new_params in student view are also sub-merged now, so the apply pattern may be used by GHOP student view.
Tue, 03 Nov 2009 17:07:10 +0100 Lists of student tasks view does not use pagination.
Daniel Hans <Daniel.M.Hans@gmail.com> [Tue, 03 Nov 2009 17:07:10 +0100] rev 3078
Lists of student tasks view does not use pagination. Also some minor stylish issues fixed.
Tue, 03 Nov 2009 02:16:51 +0100 Accidental module change in settings.py fixed.
Daniel Hans <Daniel.M.Hans@gmail.com> [Tue, 03 Nov 2009 02:16:51 +0100] rev 3077
Accidental module change in settings.py fixed.
Tue, 03 Nov 2009 02:10:47 +0100 List view of all tasks for a GHOP student.
Daniel Hans <Daniel.M.Hans@gmail.com> [Tue, 03 Nov 2009 02:10:47 +0100] rev 3076
List view of all tasks for a GHOP student. Link 'List my tasks' in the GHOP program submenu is now active for a GHOP student and displays all tasks (grouped by organizations) which the user is involved in.
Tue, 03 Nov 2009 00:50:23 +0100 getListContentForData function added to lists helper.
Daniel Hans <Daniel.M.Hans@gmail.com> [Tue, 03 Nov 2009 00:50:23 +0100] rev 3075
getListContentForData function added to lists helper. It allows to manually set a list of entities which is to be displayed on the view. Previously, the only function was getListContent, but it retrived data on its own by a single query. The new function can be useful whenever it is impossible or very awkward to obtain entities in such a way (for example more sophisticated SQL statements). Additionally, the getListContent function is reconstructed so that it collects the data first and then calls getListContentForData.
Mon, 02 Nov 2009 23:38:43 +0100 HtmlSanitizer becomes Python 2.6 compatible.
Daniel Hans <Daniel.M.Hans@gmail.com> [Mon, 02 Nov 2009 23:38:43 +0100] rev 3074
HtmlSanitizer becomes Python 2.6 compatible. The Cleaner class must not have any arguments when calling __init__ function for the object class, because in this case Python 2.6 raises TypeError (while previous versions just ignored them).
Mon, 02 Nov 2009 16:23:58 +0100 Convert gen_app_yaml.py to optparse
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 02 Nov 2009 16:23:58 +0100] rev 3073
Convert gen_app_yaml.py to optparse This allows for example the -f flag to be specified as the second argument. Also add a '-i|--interactive' flag which asks for the application name interactively.
Mon, 02 Nov 2009 16:13:32 +0100 Added tag v0-5-20091102 for changeset d11bb8ba0d23
Sverre Rabbelier <srabbelier@gmail.com> [Mon, 02 Nov 2009 16:13:32 +0100] rev 3072
Added tag v0-5-20091102 for changeset d11bb8ba0d23
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.
(0) -3000 -1000 -120 tip