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.
(0) -3000 -1000 -300 -100 -50 -30 tip