summaryrefslogtreecommitdiff
path: root/taskapp/views/user.py
AgeCommit message (Expand)Author
2011-01-14Purging the repository for the new set of changes by Nishanth.Madhusudan.C.S
2011-01-05Replaced the word mentor with reviewerNishanth Amuluru
2010-03-08admins and managers can see full profile of user, including email, address an...anoop
2010-03-05now user profile editing is done thro forms in a more elegant way.nishanth
2010-03-03finished the phase-2 successfully. added all the learnmore templates. hav to ...nishanth
2010-03-03added a few more learn more pages.nishanth
2010-03-02created a starthere page.nishanth
2010-03-02fixed a bug in home page for guests.nishanth
2010-03-02made the home page look clean.nishanth
2010-03-02implemented deleting of a task.nishanth
2010-03-02modified the look of browse_requests page task_view page and view_request page.nishanth
2010-03-01finalised the view_task page.nishanth
2010-02-28after replying to a request, you are redirected to browse redirects page.nishanth
2010-02-28now a user who was requested to be something cannot be requested to be the sa...nishanth
2010-02-28now accepting to be a MG deleted pending DV and MG reqs.nishanth
2010-02-28now if a user accepts to be a mentor, all his pending reqs will be made invalid.nishanth
2010-02-28added the functionality to request a user to be AD MG DV.nishanth
2010-02-28now all the pages show number of unread beside requests and notifications lin...nishanth
2010-02-28now requests in sidebar shows the no.of unread notifications.nishanth
2010-02-28added next and previous capabilities to requests and notifications.nishanth
2010-02-27created a view for about pages and added about pages for mentor and addmentors.nishanth
2010-02-26homepage now displays a list of unpublished tasksnishanth
2010-02-26now notification depends on id and not pos.nishanth
2010-02-26now rid is not the position argument. it is request id.nishanth
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