summaryrefslogtreecommitdiff
path: root/taskapp/events/task.py
AgeCommit message (Expand)Author
2010-02-27added the functionality to close a task.nishanth
2010-02-26homepage now displays a list of unpublished tasksnishanth
2010-02-26taking care if publish task post request is made again. added published_date ...nishanth
2010-02-26moved the getTask method to task_utilities.nishanth
2010-02-26did lots and now id field in task is a random keynishanth
2010-02-26now if a task is closed/completed all its pending requests will be made invalid.nishanth
2010-02-26mark task as complete functionality is added.nishanth
2010-02-26added option of specifying if previous mentors and comments must be removed i...nishanth
2010-02-26now task page displays only undeleted comments. and publish task removes prev...nishanth
2010-02-26added the functionality to publish a task.nishanth
2010-02-26now adding mentor for a task happens through request. notifications still pen...nishanth
2010-02-25assign_credits event now creates a proper request object .nishanth
2010-02-25added events addCredits and assignCredits and modified assign_credits view ac...nishanth
2010-02-25added the event completeTask.nishanth
2010-02-25added capability to remove an assigned user.nishanth
2010-02-25added the capability to remove subtasks/dependencies .nishanth
2010-02-25our task model does not meet out needs. so modified it and added a model call...nishanth
2010-02-25added the capability of adding subtasks/dependencies .nishanth
2010-02-24fixed a bug.nishanth
2010-02-24added events in task.py for adding subtask and dependenciesnishanth
2010-02-23added a utility called getTask in task events and made changes in task views ...nishanth
2010-02-23added the events addSubTask and addDep.nishanth
2010-02-23updated publishtask event .nishanth
2010-02-04added the functionality to assign a task to one of the claimed users.nishanth
2010-02-04implemented "add another mentor" functionality to a task.nishanth
2010-02-04added events/task.py and templates/error.html.nishanth