taskapp/forms/task.py
Tue, 02 Mar 2010 15:34:51 +0530 nishanth empty description for a task not allowed. white space around description trimmed.
Tue, 02 Mar 2010 02:12:57 +0530 nishanth implemented edit_task functionality.
Sun, 28 Feb 2010 19:31:41 +0530 nishanth no bogus post request can be made now in addmentor page.
Sun, 28 Feb 2010 03:01:53 +0530 nishanth deducing previous credits for a task using the request model. with a few changes, we can ditchax the credits model.
Thu, 25 Feb 2010 16:17:56 +0530 nishanth added capability to remove an assigned user.
Thu, 25 Feb 2010 06:07:55 +0530 nishanth finished assign_credits view. hav to integrate it with requests now.
Thu, 25 Feb 2010 04:38:50 +0530 nishanth added the capability to remove subtasks/dependencies .
Thu, 25 Feb 2010 04:01:11 +0530 nishanth modified the name of assign_task_form to choice form since all it does is return a form with choices and made change accordingly.
Thu, 25 Feb 2010 03:47:23 +0530 nishanth our task model does not meet out needs. so modified it and added a model called map. made the changes in views accordingly.phew!!!. this one took the hell out of me :( .
Thu, 25 Feb 2010 02:11:49 +0530 nishanth added the capability of adding subtasks/dependencies .
Mon, 22 Feb 2010 18:13:20 +0530 nishanth made changes in addtaskform to suit tagging.
Thu, 04 Feb 2010 23:15:37 +0530 nishanth added the functionality to assign a task to one of the claimed users.
Thu, 04 Feb 2010 23:10:30 +0530 nishanth addded link to view claims in 'view task' page .
Thu, 04 Feb 2010 22:37:15 +0530 nishanth implemented "add another mentor" functionality to a task.
Thu, 04 Feb 2010 22:27:47 +0530 nishanth implemented create task view which needed task.py in events. added a method show_msg to views/user.py and used it in logoff view.
Thu, 04 Feb 2010 22:12:48 +0530 nishanth created forms, views, templates, actions for home_page, browse_task.
less more (0) tip