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
Age
Commit message (
Collapse
)
Author
2010-02-04
added browse users functionality, added user/browse.html, fixed view my ↵
anoop
profile template.
2010-02-04
changed the view my profile template.
anoop
2010-02-04
added the functionality to assign a task to one of the claimed users.
nishanth
2010-02-04
added view profile and edit profile functionalities.
anoop
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
renamed templates/error.html to templates/show_msg.html and made changes ↵
nishanth
accordingly in views/user.
2010-02-04
implemented create task view which needed task.py in events. added a method ↵
nishanth
show_msg to views/user.py and used it in logoff view.
2010-02-04
renamed users.py to user.py and tasks to task in views folder and updated ↵
nishanth
urls.py accordingly .
2010-02-04
corrected views.user.register method .
anoop
2010-02-04
imposed a filter on username that it contains only alphabets and numbers.
anoop
2010-02-04
added views, templates for register, login, logout user.
anoop
2010-02-04
created forms, views, templates, actions for home_page, browse_task.
nishanth
2010-02-04
removed views.py and made it a package. added auth_profile to settings.py
nishanth
[prev]