Age | Commit message (Expand) | Author |
2011-01-08 | Added buildout stuff and made changes accordingly | Nishanth Amuluru |
2011-01-07 | added url to serve css as a static page | Nishanth Amuluru |
2011-01-07 | fixed a typo and browse notifications works fine | Nishanth Amuluru |
2011-01-07 | added admin urls | Nishanth Amuluru |
2011-01-07 | Created a view for viewing profile | Nishanth Amuluru |
2011-01-07 | Removed the site url since it is the wrong way to use | Nishanth Amuluru |
2011-01-07 | Added csrf_token and included the urls | Nishanth Amuluru |
2011-01-07 | added the url for creating a login | Nishanth Amuluru |
2011-01-07 | added a url for the site | Nishanth Amuluru |
2011-01-06 | Initial commit | Nishanth Amuluru |
2011-01-14 | Purging the repository for the new set of changes by Nishanth. | Madhusudan.C.S |
2011-01-06 | created form and created basic template for work report | Nishanth Amuluru |
2011-01-05 | added a submit_report link for each task | Nishanth Amuluru |
2011-01-05 | Replaced the word credit with pynt | Nishanth Amuluru |
2011-01-05 | Replaced the word mentor with reviewer | Nishanth Amuluru |
2011-01-05 | Added a page for displaying all the textbooks | Nishanth Amuluru |
2010-03-02 | implemented deleting of a task. | nishanth |
2010-02-28 | added the functionality to request a user to be AD MG DV. | nishanth |
2010-02-27 | created a view for about pages and added about pages for mentor and addmentors. | nishanth |
2010-02-27 | added the functionality to close a task. | nishanth |
2010-02-26 | moved the getTask method to task_utilities. | nishanth |
2010-02-26 | mark task as complete functionality is added. | nishanth |
2010-02-26 | added the functionality to publish a task. | nishanth |
2010-02-25 | added the functionality to view each notification | nishanth |
2010-02-25 | added browse_notifications functionality . | nishanth |
2010-02-25 | added capability to remove an assigned user. | nishanth |
2010-02-25 | finished assign_credits view. hav to integrate it with requests now. | nishanth |
2010-02-25 | added the capability to remove subtasks/dependencies . | nishanth |
2010-02-25 | added the capability of adding subtasks/dependencies . | nishanth |
2010-02-24 | added accept_assign_credits request | nishanth |
2010-02-23 | added capability of serving static files . | nishanth |
2010-02-18 | fixed creation of user profile at registration time, added custom registratio... | anoop |
2010-02-17 | started using django-registration default backend, removed browse users funct... | anoop |
2010-02-17 | deleted unwanted code to start using django-registration. | anoop |
2010-02-12 | added help_text and verbose_name to models where required and removed import ... | nishanth |
2010-02-12 | removed seed_db from utils and added it as a command for manage.py and remove... | nishanth |
2010-02-05 | made urls.py look better and added an empty method edit_task to taskViews . | nishanth |
2010-02-05 | added edit task url to urls.py and removed add_task url . | nishanth |
2010-02-05 | modified createUser method in events/user.py . | nishanth |
2010-02-04 | added browse users functionality, added user/browse.html, fixed view my profi... | anoop |
2010-02-04 | resolved merging conflicts in urls.py . | nishanth |
2010-02-04 | added the functionality to assign a task to one of the claimed users. | nishanth |
2010-02-04 | added view profile and edit profile functionalities. | anoop |
2010-02-04 | addded link to view claims in 'view task' page . | nishanth |
2010-02-04 | implemented "add another mentor" functionality to a task. | nishanth |
2010-02-04 | implemented create task view which needed task.py in events. added a method s... | nishanth |
2010-02-04 | renamed users.py to user.py and tasks to task in views folder and updated url... | nishanth |
2010-02-04 | added views, templates for register, login, logout user. | anoop |
2010-02-04 | created forms, views, templates, actions for home_page, browse_task. | nishanth |
2010-02-04 | removed views.py and made it a package. added auth_profile to settings.py | nishanth |