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
/
views
/
task.py
Age
Commit message (
Expand
)
Author
2010-03-01
removing user deletes all the pending requests that request giving him pynts.
nishanth
2010-03-01
fixed assign_task method to display a not_allowed message if task status not ...
nishanth
2010-03-01
finalised the view_task page.
nishanth
2010-03-01
now if a task has subs, it will remain locked forever.
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-28
no bogus post request can be made now in addmentor page.
nishanth
2010-02-28
now a user cannot make two requests to another user for mentoring a task.
nishanth
2010-02-28
added the functionality to request a user to be AD MG DV.
nishanth
2010-02-28
now all the pages show number of unread beside requests and notifications lin...
nishanth
2010-02-28
deducing previous credits for a task using the request model. with a few chan...
nishanth
2010-02-28
now view credits page shows all the credits.. including the pending and rejec...
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
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
mark task as complete functionality is added.
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 deleted tasks cannot be viewed by anyone
nishanth
2010-02-26
updated browse_tasks page. now it does not display deleted or unpublished tasks.
nishanth
2010-02-26
updated show_msg method to also use the user variable in the context.
nishanth
2010-02-26
now adding mentor for a task happens through request. notifications still pen...
nishanth
2010-02-25
added events addCredits and assignCredits and modified assign_credits view ac...
nishanth
2010-02-25
added capability to remove an assigned user.
nishanth
2010-02-25
finished assign_credits view. hav to integrate it with requests now.
nishanth
2010-02-25
added the capability to remove subtasks/dependencies .
nishanth
2010-02-25
modified the name of assign_task_form to choice form since all it does is ret...
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 in add_claim view in views/task .
nishanth
2010-02-24
modified the assign task view to suit the new design
nishanth
2010-02-24
modified claim_task view to suit the new design
nishanth
2010-02-24
modified view task template and view to suit new design.
nishanth
2010-02-24
updated view task in views to suit the new design .
nishanth
2010-02-23
added a utility called getTask in task events and made changes in task views ...
nishanth
2010-02-05
made urls.py look better and added an empty method edit_task to taskViews .
nishanth
2010-02-05
fixed a bug in views/task/add_mentor method .
nishanth
2010-02-05
fixed a bug in templates/task/claim.html which required modification of views...
nishanth
2010-02-04
added the functionality to assign a task to one of the claimed users.
nishanth
2010-02-04
addded link to view claims in 'view task' page .
nishanth
2010-02-04
implemented "add another mentor" functionality to a task.
nishanth
2010-02-04
implemented create task view which needed task.py in events. added a method s...
nishanth
2010-02-04
renamed users.py to user.py and tasks to task in views folder and updated url...
nishanth