Mon, 22 Feb 2010 18:13:20 +0530 made changes in addtaskform to suit tagging.
nishanth [Mon, 22 Feb 2010 18:13:20 +0530] rev 50
made changes in addtaskform to suit tagging.
Mon, 22 Feb 2010 18:07:36 +0530 fixed a bug in models.
anoop [Mon, 22 Feb 2010 18:07:36 +0530] rev 49
fixed a bug in models.
Mon, 22 Feb 2010 17:52:51 +0530 installed tagging into the app.
anoop [Mon, 22 Feb 2010 17:52:51 +0530] rev 48
installed tagging into the app.
Mon, 22 Feb 2010 17:35:19 +0530 user should enter unique email address, changed login_redirect_url.
anoop [Mon, 22 Feb 2010 17:35:19 +0530] rev 47
user should enter unique email address, changed login_redirect_url.
Fri, 19 Feb 2010 21:49:00 +0530 removed unwanted file in templates for browsing users.
anoop [Fri, 19 Feb 2010 21:49:00 +0530] rev 46
removed unwanted file in templates for browsing users.
Fri, 19 Feb 2010 21:46:24 +0530 added forgot password in template.
anoop [Fri, 19 Feb 2010 21:46:24 +0530] rev 45
added forgot password in template.
Thu, 18 Feb 2010 19:39:54 +0530 fixed creation of user profile at registration time, added custom registration form so as to include dob and gender.
anoop [Thu, 18 Feb 2010 19:39:54 +0530] rev 44
fixed creation of user profile at registration time, added custom registration form so as to include dob and gender.
Wed, 17 Feb 2010 19:28:18 +0530 added template registration/activate.html required by django-registration.
anoop [Wed, 17 Feb 2010 19:28:18 +0530] rev 43
added template registration/activate.html required by django-registration.
Wed, 17 Feb 2010 18:55:01 +0530 started using django-registration default backend, removed browse users functionality.
anoop [Wed, 17 Feb 2010 18:55:01 +0530] rev 42
started using django-registration default backend, removed browse users functionality.
Wed, 17 Feb 2010 17:48:51 +0530 deleted unwanted files/templates to start using django-registration(contd..).
anoop [Wed, 17 Feb 2010 17:48:51 +0530] rev 41
deleted unwanted files/templates to start using django-registration(contd..).
Wed, 17 Feb 2010 17:46:16 +0530 deleted unwanted code to start using django-registration.
anoop [Wed, 17 Feb 2010 17:46:16 +0530] rev 40
deleted unwanted code to start using django-registration.
Mon, 15 Feb 2010 15:14:27 +0530 Only logged in users can view user profile.
anoop [Mon, 15 Feb 2010 15:14:27 +0530] rev 39
Only logged in users can view user profile.
Fri, 12 Feb 2010 23:30:57 +0530 added help_text and verbose_name to models where required and removed import of seed_db from urls.py
nishanth [Fri, 12 Feb 2010 23:30:57 +0530] rev 38
added help_text and verbose_name to models where required and removed import of seed_db from urls.py
Fri, 12 Feb 2010 23:09:11 +0530 removed seed_db from utils and added it as a command for manage.py and removed url corresponding to seed_db .
nishanth [Fri, 12 Feb 2010 23:09:11 +0530] rev 37
removed seed_db from utils and added it as a command for manage.py and removed url corresponding to seed_db .
Fri, 05 Feb 2010 17:21:00 +0530 made urls.py look better and added an empty method edit_task to taskViews .
nishanth [Fri, 05 Feb 2010 17:21:00 +0530] rev 36
made urls.py look better and added an empty method edit_task to taskViews .
Fri, 05 Feb 2010 17:11:18 +0530 added edit task url to urls.py and removed add_task url .
nishanth [Fri, 05 Feb 2010 17:11:18 +0530] rev 35
added edit task url to urls.py and removed add_task url .
Fri, 05 Feb 2010 16:35:32 +0530 fixed a bug in views/task/add_mentor method .
nishanth [Fri, 05 Feb 2010 16:35:32 +0530] rev 34
fixed a bug in views/task/add_mentor method .
Fri, 05 Feb 2010 16:05:54 +0530 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 .
nishanth [Fri, 05 Feb 2010 16:05:54 +0530] rev 33
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 .
Fri, 05 Feb 2010 15:42:35 +0530 added seed_db in utils that seeds database with random users and tasks .
nishanth [Fri, 05 Feb 2010 15:42:35 +0530] rev 32
added seed_db in utils that seeds database with random users and tasks .
Fri, 05 Feb 2010 15:40:47 +0530 modified createUser method in events/user.py .
nishanth [Fri, 05 Feb 2010 15:40:47 +0530] rev 31
modified createUser method in events/user.py .
Fri, 05 Feb 2010 15:02:55 +0530 fixed a bug in createSuUser method in events/user.py .
nishanth [Fri, 05 Feb 2010 15:02:55 +0530] rev 30
fixed a bug in createSuUser method in events/user.py .
Thu, 04 Feb 2010 23:24:20 +0530 added *.db to hgignore and made database path to pytask.db in settings.py
nishanth [Thu, 04 Feb 2010 23:24:20 +0530] rev 29
added *.db to hgignore and made database path to pytask.db in settings.py
Thu, 04 Feb 2010 23:19:15 +0530 added browse users functionality, added user/browse.html, fixed view my profile template.
anoop [Thu, 04 Feb 2010 23:19:15 +0530] rev 28
added browse users functionality, added user/browse.html, fixed view my profile template.
Thu, 04 Feb 2010 23:17:59 +0530 changed the view my profile template.
anoop [Thu, 04 Feb 2010 23:17:59 +0530] rev 27
changed the view my profile template.
Thu, 04 Feb 2010 23:16:46 +0530 resolved merging conflicts in urls.py .
nishanth [Thu, 04 Feb 2010 23:16:46 +0530] rev 26
resolved merging conflicts in urls.py .
Thu, 04 Feb 2010 23:15:37 +0530 added the functionality to assign a task to one of the claimed users.
nishanth [Thu, 04 Feb 2010 23:15:37 +0530] rev 25
added the functionality to assign a task to one of the claimed users.
Thu, 04 Feb 2010 23:13:03 +0530 added files edit_profile.html and my_profile.html.
anoop [Thu, 04 Feb 2010 23:13:03 +0530] rev 24
added files edit_profile.html and my_profile.html.
Thu, 04 Feb 2010 23:12:07 +0530 added view profile and edit profile functionalities.
anoop [Thu, 04 Feb 2010 23:12:07 +0530] rev 23
added view profile and edit profile functionalities.
Thu, 04 Feb 2010 23:10:30 +0530 addded link to view claims in 'view task' page .
nishanth [Thu, 04 Feb 2010 23:10:30 +0530] rev 22
addded link to view claims in 'view task' page .
Thu, 04 Feb 2010 22:37:15 +0530 implemented "add another mentor" functionality to a task.
nishanth [Thu, 04 Feb 2010 22:37:15 +0530] rev 21
implemented "add another mentor" functionality to a task.
(0) -30 +30 +50 +100 +300 tip