summaryrefslogtreecommitdiff
path: root/taskapp/views/user.py
AgeCommit message (Expand)Author
2010-02-26added the functionality to publish a task.nishanth
2010-02-26updated show_msg method to also use the user variable in the context.nishanth
2010-02-25added the field remarks in request model.nishanth
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-25changed the homepage view as well as index.html.anoop
2010-02-24modified requests to match the new model.nishanth
2010-02-24added accept_assign_credits requestnishanth
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-23added custom image storage for profile photo.nishanth
2010-02-23enabled photo uploading for user profile.anoop
2010-02-19added forgot password in template.anoop
2010-02-17started using django-registration default backend, removed browse users funct...anoop
2010-02-17deleted unwanted code to start using django-registration.anoop
2010-02-15Only logged in users can view user profile.anoop
2010-02-04added browse users functionality, added user/browse.html, fixed view my profi...anoop
2010-02-04changed the view my profile template.anoop
2010-02-04added view profile and edit profile functionalities.anoop
2010-02-04implemented "add another mentor" functionality to a task.nishanth
2010-02-04renamed templates/error.html to templates/show_msg.html and made changes acco...nishanth
2010-02-04implemented create task view which needed task.py in events. added a method s...nishanth
2010-02-04renamed users.py to user.py and tasks to task in views folder and updated url...nishanth