summaryrefslogtreecommitdiff
path: root/taskapp/forms/task.py
AgeCommit message (Collapse)Author
2011-01-14Purging the repository for the new set of changes by Nishanth.Madhusudan.C.S
2011-01-06added saving of attachmentsNishanth Amuluru
2011-01-05added a submit_report link for each taskNishanth Amuluru
2011-01-05Replaced the word credit with pyntNishanth Amuluru
--HG-- rename : templates/task/assigncredits.html => templates/task/assignpynts.html
2011-01-05Replaced the word mentor with reviewerNishanth Amuluru
2010-03-04ditchaxed the claims model.nishanth
2010-03-02now editing of tasks is done in elegant way.nishanth
2010-03-02now validation for task title is done in the forms.nishanth
2010-03-02empty description for a task not allowed. white space around description ↵nishanth
trimmed.
2010-03-02implemented edit_task functionality.nishanth
2010-02-28no bogus post request can be made now in addmentor page.nishanth
2010-02-28deducing previous credits for a task using the request model. with a few ↵nishanth
changes, we can ditchax the credits model.
2010-02-25added capability to remove an assigned user.nishanth
2010-02-25finished assign_credits view. hav to integrate it with requests now.nishanth
2010-02-25added the capability to remove subtasks/dependencies .nishanth
2010-02-25modified the name of assign_task_form to choice form since all it does is ↵nishanth
return a form with choices and made change accordingly.
2010-02-25our task model does not meet out needs. so modified it and added a model ↵nishanth
called map. made the changes in views accordingly.phew!!!. this one took the hell out of me :( .
2010-02-25added the capability of adding subtasks/dependencies .nishanth
2010-02-22made changes in addtaskform to suit tagging.nishanth
2010-02-04added the functionality to assign a task to one of the claimed users.nishanth
2010-02-04addded link to view claims in 'view task' page .nishanth
2010-02-04implemented "add another mentor" functionality to a task.nishanth
2010-02-04implemented create task view which needed task.py in events. added a method ↵nishanth
show_msg to views/user.py and used it in logoff view.
2010-02-04created forms, views, templates, actions for home_page, browse_task.nishanth