taskapp/views/task.py
Thu, 06 Jan 2011 12:08:36 +0530 Nishanth Amuluru the upload of attachments works correctly now deprecated
Thu, 06 Jan 2011 11:42:49 +0530 Nishanth Amuluru added saving of attachments
Thu, 06 Jan 2011 10:05:58 +0530 Nishanth Amuluru added a form in the template, for users to submit work
Thu, 06 Jan 2011 00:17:53 +0530 Nishanth Amuluru corrected a typo
Thu, 06 Jan 2011 00:15:17 +0530 Nishanth Amuluru created form and created basic template for work report
Wed, 05 Jan 2011 23:51:10 +0530 Nishanth Amuluru added a submit_report link for each task
Wed, 05 Jan 2011 22:30:45 +0530 Nishanth Amuluru Replaced the word credit with pynt
Wed, 05 Jan 2011 22:22:10 +0530 Nishanth Amuluru Replaced the word mentor with reviewer
Wed, 05 Jan 2011 18:52:48 +0530 Nishanth Amuluru Now browse tasks page does not display textbooks
Wed, 05 Jan 2011 18:48:14 +0530 Nishanth Amuluru Added a page for displaying all the textbooks
Thu, 04 Mar 2010 19:08:47 +0530 nishanth ditchaxed the claims model.
Thu, 04 Mar 2010 18:30:55 +0530 nishanth now claims are read from notifications. we can ditchax claims model now.
Wed, 03 Mar 2010 14:19:40 +0530 nishanth fixed a bug in view task.
Wed, 03 Mar 2010 11:21:33 +0530 nishanth fixed a small syntax error .
Wed, 03 Mar 2010 11:19:42 +0530 nishanth now requested mentors can see unpublished task but not comment on it.
Tue, 02 Mar 2010 16:55:33 +0530 nishanth now editing of tasks is done in elegant way.
Tue, 02 Mar 2010 16:20:28 +0530 nishanth fixed a bug in edit_task view.
Tue, 02 Mar 2010 16:04:41 +0530 nishanth now validation for task title is done in the forms.
Tue, 02 Mar 2010 15:21:45 +0530 nishanth create task page now shows a proper side bar.
Tue, 02 Mar 2010 15:03:48 +0530 nishanth now empty comments will not be accepted.
Tue, 02 Mar 2010 03:21:20 +0530 nishanth implemented deleting of a task.
Tue, 02 Mar 2010 02:25:28 +0530 nishanth now task can have a title of a deleted task.
Tue, 02 Mar 2010 02:12:57 +0530 nishanth implemented edit_task functionality.
Tue, 02 Mar 2010 01:05:24 +0530 nishanth modified the look of browse_requests page task_view page and view_request page.
Mon, 01 Mar 2010 12:44:27 +0530 nishanth added au ru notifications.
Mon, 01 Mar 2010 05:46:13 +0530 nishanth imposed a constraint that edit_task url is not displayed if task is OP and has claimed_users.
Mon, 01 Mar 2010 05:41:12 +0530 nishanth finalised the look of all existing task views .
Mon, 01 Mar 2010 05:18:44 +0530 nishanth removing user deletes all the pending requests that request giving him pynts.
Mon, 01 Mar 2010 04:54:08 +0530 nishanth fixed assign_task method to display a not_allowed message if task status not in OP WR.
Mon, 01 Mar 2010 04:44:49 +0530 nishanth finalised the view_task page.
Mon, 01 Mar 2010 02:09:00 +0530 nishanth now if a task has subs, it will remain locked forever.
Sun, 28 Feb 2010 22:58:58 +0530 nishanth modified add_user and rem_user methods to also include the mentor who is doing it.
Sun, 28 Feb 2010 22:49:05 +0530 nishanth ditchaxed credit model.
Sun, 28 Feb 2010 19:31:41 +0530 nishanth no bogus post request can be made now in addmentor page.
Sun, 28 Feb 2010 18:27:50 +0530 nishanth now a user cannot make two requests to another user for mentoring a task.
Sun, 28 Feb 2010 13:25:24 +0530 nishanth added the functionality to request a user to be AD MG DV.
Sun, 28 Feb 2010 03:45:28 +0530 nishanth now all the pages show number of unread beside requests and notifications link in sidebar.
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.
Sun, 28 Feb 2010 02:45:21 +0530 nishanth now view credits page shows all the credits.. including the pending and rejected ones.
Sat, 27 Feb 2010 17:20:22 +0530 nishanth added notifications for approval and rejection of a mentor.
Sat, 27 Feb 2010 00:48:50 +0530 nishanth added the functionality to close a task.
Fri, 26 Feb 2010 22:45:19 +0530 nishanth taking care if publish task post request is made again. added published_date field to task.
Fri, 26 Feb 2010 16:15:58 +0530 nishanth moved the getTask method to task_utilities.
Fri, 26 Feb 2010 13:22:13 +0530 nishanth mark task as complete functionality is added.
Fri, 26 Feb 2010 11:29:25 +0530 nishanth now task page displays only undeleted comments. and publish task removes previous comments.
Fri, 26 Feb 2010 02:52:32 +0530 nishanth added the functionality to publish a task.
Fri, 26 Feb 2010 01:51:55 +0530 nishanth now deleted tasks cannot be viewed by anyone
Fri, 26 Feb 2010 01:43:24 +0530 nishanth updated browse_tasks page. now it does not display deleted or unpublished tasks.
Fri, 26 Feb 2010 01:23:17 +0530 nishanth updated show_msg method to also use the user variable in the context.
Fri, 26 Feb 2010 00:17:54 +0530 nishanth now adding mentor for a task happens through request. notifications still pending though
Thu, 25 Feb 2010 17:00:18 +0530 nishanth added events addCredits and assignCredits and modified assign_credits view accordingly.
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 .
Wed, 24 Feb 2010 16:47:09 +0530 nishanth fixed a bug in add_claim view in views/task .
Wed, 24 Feb 2010 16:35:09 +0530 nishanth modified the assign task view to suit the new design
Wed, 24 Feb 2010 16:08:31 +0530 nishanth modified claim_task view to suit the new design
less more (0) -60 tip