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
/
task.py
Age
Commit message (
Expand
)
Author
2011-01-14
Purging the repository for the new set of changes by Nishanth.
Madhusudan.C.S
2011-01-05
Replaced the word credit with pynt
Nishanth Amuluru
2011-01-05
Replaced the word mentor with reviewer
Nishanth Amuluru
2010-03-04
ditchaxed the claims model.
nishanth
2010-03-04
now a notification is sent to all the mentors after there is a new claim.
nishanth
2010-03-04
if a user claims a task his unreplied mentor requests will be made invalid.
nishanth
2010-03-03
fixed a bug in publish task.
nishanth
2010-03-02
implemented deleting of a task.
nishanth
2010-03-02
now task can have a title of a deleted task.
nishanth
2010-03-01
added au ru notifications.
nishanth
2010-03-01
removing user deletes all the pending requests that request giving him pynts.
nishanth
2010-03-01
finalised the view_task page.
nishanth
2010-02-28
modified add_user and rem_user methods to also include the mentor who is doin...
nishanth
2010-02-28
ditchaxed credit model.
nishanth
2010-02-27
added notifications for approval and rejection of a mentor.
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
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 i...
nishanth
2010-02-26
now task page displays only undeleted comments. and publish task removes prev...
nishanth
2010-02-26
added the functionality to publish a task.
nishanth
2010-02-26
now adding mentor for a task happens through request. notifications still pen...
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-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