summaryrefslogtreecommitdiff
path: root/taskapp/views
AgeCommit message (Expand)Author
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-05made urls.py look better and added an empty method edit_task to taskViews .nishanth
2010-02-05fixed a bug in views/task/add_mentor method .nishanth
2010-02-05fixed a bug in templates/task/claim.html which required modification of views...nishanth
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 the functionality to assign a task to one of the claimed users.nishanth
2010-02-04added view profile and edit profile functionalities.anoop
2010-02-04addded link to view claims in 'view task' page .nishanth
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
2010-02-04corrected views.user.register method .anoop
2010-02-04imposed a filter on username that it contains only alphabets and numbers.anoop
2010-02-04added views, templates for register, login, logout user.anoop
2010-02-04created forms, views, templates, actions for home_page, browse_task.nishanth
2010-02-04removed views.py and made it a package. added auth_profile to settings.pynishanth