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.
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.
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.
Daniel Hans <Daniel.M.Hans@gmail.com> [Sat, 14 Nov 2009 18:24:36 +0100] rev 3090
Minor fix in tags module.
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.
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.
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.
Daniel Hans <Daniel.M.Hans@gmail.com> [Wed, 11 Nov 2009 21:04:13 +0100] rev 3086
NOTICE file added to the taggable module.
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.
Daniel Hans <Daniel.M.Hans@gmail.com> [Tue, 10 Nov 2009 14:00:15 +0100] rev 3084
Docstring fix for delete_tag function.
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.
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
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
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.
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.