index
:
pytask/.git
master
A web application for managing task based workflows.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
taskapp
/
forms
/
task.py
Age
Commit message (
Expand
)
Author
2010-03-02
implemented edit_task functionality.
nishanth
2010-02-28
no bogus post request can be made now in addmentor page.
nishanth
2010-02-28
deducing previous credits for a task using the request model. with a few chan...
nishanth
2010-02-25
added capability to remove an assigned user.
nishanth
2010-02-25
finished assign_credits view. hav to integrate it with requests now.
nishanth
2010-02-25
added the capability to remove subtasks/dependencies .
nishanth
2010-02-25
modified the name of assign_task_form to choice form since all it does is ret...
nishanth
2010-02-25
our task model does not meet out needs. so modified it and added a model call...
nishanth
2010-02-25
added the capability of adding subtasks/dependencies .
nishanth
2010-02-22
made changes in addtaskform to suit tagging.
nishanth
2010-02-04
added the functionality to assign a task to one of the claimed users.
nishanth
2010-02-04
addded link to view claims in 'view task' page .
nishanth
2010-02-04
implemented "add another mentor" functionality to a task.
nishanth
2010-02-04
implemented create task view which needed task.py in events. added a method s...
nishanth
2010-02-04
created forms, views, templates, actions for home_page, browse_task.
nishanth