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.
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 16:15:58 +0530 |
nishanth |
moved the getTask method to task_utilities.
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 13:22:13 +0530 |
nishanth |
mark task as complete functionality is added.
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 11:29:25 +0530 |
nishanth |
now task page displays only undeleted comments. and publish task removes previous comments.
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 02:52:32 +0530 |
nishanth |
added the functionality to publish a task.
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 01:51:55 +0530 |
nishanth |
now deleted tasks cannot be viewed by anyone
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 01:43:24 +0530 |
nishanth |
updated browse_tasks page. now it does not display deleted or unpublished tasks.
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 01:23:17 +0530 |
nishanth |
updated show_msg method to also use the user variable in the context.
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 00:17:54 +0530 |
nishanth |
now adding mentor for a task happens through request. notifications still pending though
|
file |
diff |
annotate
|
Thu, 25 Feb 2010 17:00:18 +0530 |
nishanth |
added events addCredits and assignCredits and modified assign_credits view accordingly.
|
file |
diff |
annotate
|
Thu, 25 Feb 2010 16:17:56 +0530 |
nishanth |
added capability to remove an assigned user.
|
file |
diff |
annotate
|
Thu, 25 Feb 2010 06:07:55 +0530 |
nishanth |
finished assign_credits view. hav to integrate it with requests now.
|
file |
diff |
annotate
|
Thu, 25 Feb 2010 04:38:50 +0530 |
nishanth |
added the capability to remove subtasks/dependencies .
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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 :( .
|
file |
diff |
annotate
|
Thu, 25 Feb 2010 02:11:49 +0530 |
nishanth |
added the capability of adding subtasks/dependencies .
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 16:47:09 +0530 |
nishanth |
fixed a bug in add_claim view in views/task .
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 16:35:09 +0530 |
nishanth |
modified the assign task view to suit the new design
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 16:08:31 +0530 |
nishanth |
modified claim_task view to suit the new design
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 13:14:00 +0530 |
nishanth |
modified view task template and view to suit new design.
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 11:04:11 +0530 |
nishanth |
updated view task in views to suit the new design .
|
file |
diff |
annotate
|
Tue, 23 Feb 2010 12:16:28 +0530 |
nishanth |
added a utility called getTask in task events and made changes in task views accordingly
|
file |
diff |
annotate
|
Fri, 05 Feb 2010 17:21:00 +0530 |
nishanth |
made urls.py look better and added an empty method edit_task to taskViews .
|
file |
diff |
annotate
|
Fri, 05 Feb 2010 16:35:32 +0530 |
nishanth |
fixed a bug in views/task/add_mentor method .
|
file |
diff |
annotate
|
Fri, 05 Feb 2010 16:05:54 +0530 |
nishanth |
fixed a bug in templates/task/claim.html which required modification of views/task.py; also changed the no.of char limit on task title .
|
file |
diff |
annotate
|
Thu, 04 Feb 2010 23:15:37 +0530 |
nishanth |
added the functionality to assign a task to one of the claimed users.
|
file |
diff |
annotate
|
Thu, 04 Feb 2010 23:10:30 +0530 |
nishanth |
addded link to view claims in 'view task' page .
|
file |
diff |
annotate
|
Thu, 04 Feb 2010 22:37:15 +0530 |
nishanth |
implemented "add another mentor" functionality to a task.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Thu, 04 Feb 2010 22:21:44 +0530 |
nishanth |
renamed users.py to user.py and tasks to task in views folder and updated urls.py accordingly .
|
file |
diff |
annotate
|