summaryrefslogtreecommitdiff
path: root/urls.py
AgeCommit message (Expand)Author
2011-01-08Added buildout stuff and made changes accordinglyNishanth Amuluru
2011-01-07added url to serve css as a static pageNishanth Amuluru
2011-01-07fixed a typo and browse notifications works fineNishanth Amuluru
2011-01-07added admin urlsNishanth Amuluru
2011-01-07Created a view for viewing profileNishanth Amuluru
2011-01-07Removed the site url since it is the wrong way to useNishanth Amuluru
2011-01-07Added csrf_token and included the urlsNishanth Amuluru
2011-01-07added the url for creating a loginNishanth Amuluru
2011-01-07added a url for the siteNishanth Amuluru
2011-01-06Initial commitNishanth Amuluru
2011-01-14Purging the repository for the new set of changes by Nishanth.Madhusudan.C.S
2011-01-06created form and created basic template for work reportNishanth Amuluru
2011-01-05added a submit_report link for each taskNishanth Amuluru
2011-01-05Replaced the word credit with pyntNishanth Amuluru
2011-01-05Replaced the word mentor with reviewerNishanth Amuluru
2011-01-05Added a page for displaying all the textbooksNishanth Amuluru
2010-03-02implemented deleting of a task.nishanth
2010-02-28added the functionality to request a user to be AD MG DV.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-26moved the getTask method to task_utilities.nishanth
2010-02-26mark task as complete functionality is added.nishanth
2010-02-26added the functionality to publish a task.nishanth
2010-02-25added the functionality to view each notificationnishanth
2010-02-25added browse_notifications functionality .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-24added accept_assign_credits requestnishanth
2010-02-23added capability of serving static files .nishanth
2010-02-18fixed creation of user profile at registration time, added custom registratio...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-12added help_text and verbose_name to models where required and removed import ...nishanth
2010-02-12removed seed_db from utils and added it as a command for manage.py and remove...nishanth
2010-02-05made urls.py look better and added an empty method edit_task to taskViews .nishanth
2010-02-05added edit task url to urls.py and removed add_task url .nishanth
2010-02-05modified createUser method in events/user.py .nishanth
2010-02-04added browse users functionality, added user/browse.html, fixed view my profi...anoop
2010-02-04resolved merging conflicts in urls.py .nishanth
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-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-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