summaryrefslogtreecommitdiff
path: root/taskapp
AgeCommit message (Collapse)Author
2010-02-25added the functionality to view each notificationnishanth
2010-02-25added browse_notifications functionality .nishanth
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-25mergedanoop
2010-02-25changed the homepage view as well as index.html.anoop
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-25finished assign_credits view. hav to integrate it with requests now.nishanth
2010-02-25added the capability to remove subtasks/dependencies .nishanth
2010-02-25modified the name of assign_task_form to choice form since all it does is ↵nishanth
return a form with choices and made change accordingly.
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-24merged.anoop
2010-02-24updated create_request utility.anoop
2010-02-24modified requests to match the new model.nishanth
2010-02-24changed request model.anoop
2010-02-24merged.nishanth
2010-02-24added accept_assign_credits requestnishanth
2010-02-24changed the method reply_to_request to accept request object instead of ↵anoop
request id.
2010-02-24added pynts in create_request utility.anoop
2010-02-24added attribute pynts to request model.anoop
2010-02-24merged.anoop
2010-02-24added utilities reply_to_request, mark_notification_read, ↵anoop
delete_notification and made change to create_request utility.
2010-02-24fixed a bug in add_claim view in views/task .nishanth
2010-02-24modified the assign task view to suit the new designnishanth
2010-02-24fixed a bug.nishanth
2010-02-24commited.nishanth
2010-02-24modified claim_task view to suit the new designnishanth
2010-02-24made change to the request model and corresponding create_request utility.anoop
2010-02-24added user context variable in view_profile and edit_profile.nishanth
2010-02-24deleted unwanted code in user.py, added css for testing in base.html.anoop
2010-02-24modified view task template and view to suit new design.nishanth
2010-02-24updated view task in views to suit the new design .nishanth
2010-02-24added events in task.py for adding subtask and dependenciesnishanth
2010-02-23added custom image storage for profile photo.nishanth
2010-02-23enabled photo uploading for user profile.anoop
2010-02-23made changes to models.anoop
2010-02-23changed request model, added create_request utility.anoop
2010-02-23added utilities for creating notification.anoop
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-23fixed a bug in models.py .nishanth
2010-02-22added request and notification models.nishanth
2010-02-22made changes in addtaskform to suit tagging.nishanth
2010-02-22fixed a bug in models.anoop
2010-02-22installed tagging into the app.anoop
2010-02-22user should enter unique email address, changed login_redirect_url.anoop