Wed, 17 Feb 2010 17:46:16 +0530 |
anoop |
deleted unwanted code to start using django-registration.
|
changeset |
files
|
Mon, 15 Feb 2010 15:14:27 +0530 |
anoop |
Only logged in users can view user profile.
|
changeset |
files
|
Fri, 12 Feb 2010 23:30:57 +0530 |
nishanth |
added help_text and verbose_name to models where required and removed import of seed_db from urls.py
|
changeset |
files
|
Fri, 12 Feb 2010 23:09:11 +0530 |
nishanth |
removed seed_db from utils and added it as a command for manage.py and removed url corresponding to seed_db .
|
changeset |
files
|
Fri, 05 Feb 2010 17:21:00 +0530 |
nishanth |
made urls.py look better and added an empty method edit_task to taskViews .
|
changeset |
files
|
Fri, 05 Feb 2010 17:11:18 +0530 |
nishanth |
added edit task url to urls.py and removed add_task url .
|
changeset |
files
|
Fri, 05 Feb 2010 16:35:32 +0530 |
nishanth |
fixed a bug in views/task/add_mentor method .
|
changeset |
files
|
Fri, 05 Feb 2010 16:05:54 +0530 |
nishanth |
fixed a bug in templates/task/claim.html which required modification of views/task.py; also changed the no.of char limit on task title .
|
changeset |
files
|
Fri, 05 Feb 2010 15:42:35 +0530 |
nishanth |
added seed_db in utils that seeds database with random users and tasks .
|
changeset |
files
|
Fri, 05 Feb 2010 15:40:47 +0530 |
nishanth |
modified createUser method in events/user.py .
|
changeset |
files
|
Fri, 05 Feb 2010 15:02:55 +0530 |
nishanth |
fixed a bug in createSuUser method in events/user.py .
|
changeset |
files
|
Thu, 04 Feb 2010 23:24:20 +0530 |
nishanth |
added *.db to hgignore and made database path to pytask.db in settings.py
|
changeset |
files
|
Thu, 04 Feb 2010 23:19:15 +0530 |
anoop |
added browse users functionality, added user/browse.html, fixed view my profile template.
|
changeset |
files
|
Thu, 04 Feb 2010 23:17:59 +0530 |
anoop |
changed the view my profile template.
|
changeset |
files
|
Thu, 04 Feb 2010 23:16:46 +0530 |
nishanth |
resolved merging conflicts in urls.py .
|
changeset |
files
|
Thu, 04 Feb 2010 23:15:37 +0530 |
nishanth |
added the functionality to assign a task to one of the claimed users.
|
changeset |
files
|
Thu, 04 Feb 2010 23:13:03 +0530 |
anoop |
added files edit_profile.html and my_profile.html.
|
changeset |
files
|
Thu, 04 Feb 2010 23:12:07 +0530 |
anoop |
added view profile and edit profile functionalities.
|
changeset |
files
|
Thu, 04 Feb 2010 23:10:30 +0530 |
nishanth |
addded link to view claims in 'view task' page .
|
changeset |
files
|
Thu, 04 Feb 2010 22:37:15 +0530 |
nishanth |
implemented "add another mentor" functionality to a task.
|
changeset |
files
|
Thu, 04 Feb 2010 22:34:22 +0530 |
nishanth |
renamed templates/error.html to templates/show_msg.html and made changes accordingly in views/user.
|
changeset |
files
|
Thu, 04 Feb 2010 22:30:30 +0530 |
nishanth |
added events/task.py and templates/error.html.
|
changeset |
files
|
Thu, 04 Feb 2010 22:27:47 +0530 |
nishanth |
implemented create task view which needed task.py in events. added a method show_msg to views/user.py and used it in logoff view.
|
changeset |
files
|
Thu, 04 Feb 2010 22:21:44 +0530 |
nishanth |
renamed users.py to user.py and tasks to task in views folder and updated urls.py accordingly .
|
changeset |
files
|
Thu, 04 Feb 2010 22:19:05 +0530 |
nishanth |
corrected a bug in task/view.html .
|
changeset |
files
|
Thu, 04 Feb 2010 22:17:36 +0530 |
anoop |
corrected views.user.register method .
|
changeset |
files
|
Thu, 04 Feb 2010 22:16:00 +0530 |
anoop |
imposed a filter on username that it contains only alphabets and numbers.
|
changeset |
files
|
Thu, 04 Feb 2010 22:14:34 +0530 |
anoop |
added views, templates for register, login, logout user.
|
changeset |
files
|
Thu, 04 Feb 2010 22:12:48 +0530 |
nishanth |
created forms, views, templates, actions for home_page, browse_task.
|
changeset |
files
|
Thu, 04 Feb 2010 22:06:22 +0530 |
nishanth |
corrected admin.py
|
changeset |
files
|