Wed, 24 Feb 2010 11:04:11 +0530 updated view task in views to suit the new design .
nishanth [Wed, 24 Feb 2010 11:04:11 +0530] rev 64
updated view task in views to suit the new design .
Wed, 24 Feb 2010 10:42:46 +0530 added events in task.py for adding subtask and dependencies
nishanth [Wed, 24 Feb 2010 10:42:46 +0530] rev 63
added events in task.py for adding subtask and dependencies
Tue, 23 Feb 2010 20:40:55 +0530 added capability of serving static files .
nishanth [Tue, 23 Feb 2010 20:40:55 +0530] rev 62
added capability of serving static files .
Tue, 23 Feb 2010 20:24:26 +0530 added custom image storage for profile photo.
nishanth [Tue, 23 Feb 2010 20:24:26 +0530] rev 61
added custom image storage for profile photo.
Tue, 23 Feb 2010 19:42:12 +0530 enabled photo uploading for user profile.
anoop [Tue, 23 Feb 2010 19:42:12 +0530] rev 60
enabled photo uploading for user profile.
Tue, 23 Feb 2010 17:55:04 +0530 made changes to models.
anoop [Tue, 23 Feb 2010 17:55:04 +0530] rev 59
made changes to models.
Tue, 23 Feb 2010 15:27:00 +0530 changed request model, added create_request utility.
anoop [Tue, 23 Feb 2010 15:27:00 +0530] rev 58
changed request model, added create_request utility.
Tue, 23 Feb 2010 14:31:54 +0530 added utilities for creating notification.
anoop [Tue, 23 Feb 2010 14:31:54 +0530] rev 57
added utilities for creating notification.
Tue, 23 Feb 2010 13:14:18 +0530 added message while logging off and removed back button from templates/base.html.
anoop [Tue, 23 Feb 2010 13:14:18 +0530] rev 56
added message while logging off and removed back button from templates/base.html.
Tue, 23 Feb 2010 12:16:28 +0530 added a utility called getTask in task events and made changes in task views accordingly
nishanth [Tue, 23 Feb 2010 12:16:28 +0530] rev 55
added a utility called getTask in task events and made changes in task views accordingly
Tue, 23 Feb 2010 11:52:22 +0530 added the events addSubTask and addDep.
nishanth [Tue, 23 Feb 2010 11:52:22 +0530] rev 54
added the events addSubTask and addDep.
Tue, 23 Feb 2010 10:41:43 +0530 updated publishtask event .
nishanth [Tue, 23 Feb 2010 10:41:43 +0530] rev 53
updated publishtask event .
Tue, 23 Feb 2010 10:25:26 +0530 fixed a bug in models.py .
nishanth [Tue, 23 Feb 2010 10:25:26 +0530] rev 52
fixed a bug in models.py .
Mon, 22 Feb 2010 18:59:55 +0530 added request and notification models.
nishanth [Mon, 22 Feb 2010 18:59:55 +0530] rev 51
added request and notification models.
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 .
(0) -50 -30 +30 +50 +100 +300 tip