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
/
events
Age
Commit message (
Expand
)
Author
2010-02-26
completed the process_request part.
nishanth
2010-02-26
now adding mentor for a task happens through request. notifications still pen...
nishanth
2010-02-25
now admin can accept a request for assigning credits.
nishanth
2010-02-25
assign_credits event now creates a proper request object .
nishanth
2010-02-25
added events addCredits and assignCredits and modified assign_credits view ac...
nishanth
2010-02-25
added the event completeTask.
nishanth
2010-02-25
added capability to remove an assigned user.
nishanth
2010-02-25
added the capability to remove subtasks/dependencies .
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-24
fixed a bug.
nishanth
2010-02-24
added events in task.py for adding subtask and dependencies
nishanth
2010-02-23
added a utility called getTask in task events and made changes in task views ...
nishanth
2010-02-23
added the events addSubTask and addDep.
nishanth
2010-02-23
updated publishtask event .
nishanth
2010-02-05
modified createUser method in events/user.py .
nishanth
2010-02-05
fixed a bug in createSuUser method in events/user.py .
nishanth
2010-02-04
added the functionality to assign a task to one of the claimed users.
nishanth
2010-02-04
implemented "add another mentor" functionality to a task.
nishanth
2010-02-04
added events/task.py and templates/error.html.
nishanth
2010-02-04
created forms, views, templates, actions for home_page, browse_task.
nishanth