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 (
Collapse
)
Author
2010-02-27
notifications work for approving and rejecting credits.
nishanth
2010-02-27
added the functionality to close a task.
nishanth
2010-02-26
homepage now displays a list of unpublished tasks
nishanth
2010-02-26
taking care if publish task post request is made again. added published_date ↵
nishanth
field to task.
2010-02-26
moved the getTask method to task_utilities.
nishanth
2010-02-26
did lots and now id field in task is a random key
nishanth
2010-02-26
now if a task is closed/completed all its pending requests will be made invalid.
nishanth
2010-02-26
mark task as complete functionality is added.
nishanth
2010-02-26
added option of specifying if previous mentors and comments must be removed ↵
nishanth
in publish task event.
2010-02-26
now task page displays only undeleted comments. and publish task removes ↵
nishanth
previous comments.
2010-02-26
added the functionality to publish a task.
nishanth
2010-02-26
completed the process_request part.
nishanth
2010-02-26
now adding mentor for a task happens through request. notifications still ↵
nishanth
pending though
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 ↵
nishanth
accordingly.
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 ↵
nishanth
called map. made the changes in views accordingly.phew!!!. this one took the hell out of me :( .
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
accordingly
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