summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Expand)Author
2010-02-28now a user cannot make two requests to another user for mentoring a task.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 learn more pages open in a new window.nishanth
2010-02-28provided links to make a raise the privileges of a user.nishanth
2010-02-28now requests in sidebar shows the no.of unread notifications.nishanth
2010-02-28deducing previous credits for a task using the request model. with a few chan...nishanth
2010-02-28now view credits page shows all the credits.. including the pending and rejec...nishanth
2010-02-28added filter on time for view task request notification.nishanth
2010-02-28added next and previous capabilities to requests and notifications.nishanth
2010-02-27notifications work for approving and rejecting credits.nishanth
2010-02-27created a view for about pages and added about pages for mentor and addmentors.nishanth
2010-02-27added the functionality to close a task.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-26mark task as complete functionality is added.nishanth
2010-02-26added the functionality to publish a task.nishanth
2010-02-26completed the process_request part.nishanth
2010-02-26now view request shows a better message if role is MT .nishanth
2010-02-25added the field remarks in request model.nishanth
2010-02-25added the functionality to view each notificationnishanth
2010-02-25now unread requests appear in bold.nishanth
2010-02-25added browse_notifications functionality .nishanth
2010-02-25mergedanoop
2010-02-25changed the homepage view as well as index.html.anoop
2010-02-25added events addCredits and assignCredits and modified assign_credits view ac...nishanth
2010-02-25added the event completeTask.nishanth
2010-02-25added capability to remove an assigned user.nishanth
2010-02-25finished assign_credits view. hav to integrate it with requests now.nishanth
2010-02-25added the capability to remove subtasks/dependencies .nishanth
2010-02-25added the capability of adding subtasks/dependencies .nishanth
2010-02-24modified requests to match the new model.nishanth
2010-02-24added accept_assign_credits requestnishanth
2010-02-24by mistake i added a link to remove mentor. that option does not exist. so re...nishanth
2010-02-24fixed a bug in add_claim view in views/task .nishanth
2010-02-24modified claim_task view to suit the new designnishanth
2010-02-24removed unwanted links.nishanth
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-24mergednishanth
2010-02-24modified view task template and view to suit new design.nishanth
2010-02-24added photograph to be shown in my profile page.anoop
2010-02-24updated view task in views to suit the new design .nishanth
2010-02-23enabled photo uploading for user profile.anoop
2010-02-23added message while logging off and removed back button from templates/base.h...anoop
2010-02-19removed unwanted file in templates for browsing users.anoop
2010-02-19added forgot password in template.anoop
2010-02-17added template registration/activate.html required by django-registration.anoop