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
/
user.py
Age
Commit message (
Expand
)
Author
2010-02-24
added user context variable in view_profile and edit_profile.
nishanth
2010-02-24
deleted unwanted code in user.py, added css for testing in base.html.
anoop
2010-02-23
added custom image storage for profile photo.
nishanth
2010-02-23
enabled photo uploading for user profile.
anoop
2010-02-19
added forgot password in template.
anoop
2010-02-17
started using django-registration default backend, removed browse users funct...
anoop
2010-02-17
deleted unwanted code to start using django-registration.
anoop
2010-02-15
Only logged in users can view user profile.
anoop
2010-02-04
added browse users functionality, added user/browse.html, fixed view my profi...
anoop
2010-02-04
changed the view my profile template.
anoop
2010-02-04
added view profile and edit profile functionalities.
anoop
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 acco...
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