summaryrefslogtreecommitdiff
path: root/taskapp/events
AgeCommit message (Collapse)Author
2010-02-27notifications work for approving and rejecting credits.nishanth
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
field to task.
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 ↵nishanth
in publish task event.
2010-02-26now task page displays only undeleted comments. and publish task removes ↵nishanth
previous comments.
2010-02-26added the functionality to publish a task.nishanth
2010-02-26completed the process_request part.nishanth
2010-02-26now adding mentor for a task happens through request. notifications still ↵nishanth
pending though
2010-02-25now admin can accept a request for assigning credits.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 ↵nishanth
accordingly.
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 ↵nishanth
called map. made the changes in views accordingly.phew!!!. this one took the hell out of me :( .
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
accordingly
2010-02-23added the events addSubTask and addDep.nishanth
2010-02-23updated publishtask event .nishanth
2010-02-05modified createUser method in events/user.py .nishanth
2010-02-05fixed a bug in createSuUser method in events/user.py .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
2010-02-04created forms, views, templates, actions for home_page, browse_task.nishanth