Wed, 24 Feb 2010 20:33:45 +0530 anoop merged.
Wed, 24 Feb 2010 20:32:57 +0530 anoop updated create_request utility.
Wed, 24 Feb 2010 20:13:20 +0530 nishanth modified requests to match the new model.
Wed, 24 Feb 2010 19:52:42 +0530 anoop changed request model.
Wed, 24 Feb 2010 19:18:59 +0530 nishanth merged.
Wed, 24 Feb 2010 19:17:28 +0530 nishanth added accept_assign_credits request
Wed, 24 Feb 2010 19:11:43 +0530 anoop changed the method reply_to_request to accept request object instead of request id.
Wed, 24 Feb 2010 17:23:25 +0530 anoop added pynts in create_request utility.
Wed, 24 Feb 2010 17:11:59 +0530 anoop added attribute pynts to request model.
Wed, 24 Feb 2010 16:52:03 +0530 anoop merged.
Wed, 24 Feb 2010 16:49:30 +0530 anoop added utilities reply_to_request, mark_notification_read, delete_notification and made change to create_request utility.
Wed, 24 Feb 2010 16:48:59 +0530 nishanth by mistake i added a link to remove mentor. that option does not exist. so removed that
Wed, 24 Feb 2010 16:47:09 +0530 nishanth fixed a bug in add_claim view in views/task .
Wed, 24 Feb 2010 16:35:09 +0530 nishanth modified the assign task view to suit the new design
Wed, 24 Feb 2010 16:16:41 +0530 nishanth fixed a bug.
Wed, 24 Feb 2010 16:10:24 +0530 nishanth commited.
Wed, 24 Feb 2010 16:08:31 +0530 nishanth modified claim_task view to suit the new design
Wed, 24 Feb 2010 15:41:37 +0530 anoop made change to the request model and corresponding create_request utility.
Wed, 24 Feb 2010 15:10:03 +0530 nishanth removed unwanted links.
Wed, 24 Feb 2010 14:47:29 +0530 nishanth added user context variable in view_profile and edit_profile.
Wed, 24 Feb 2010 14:40:20 +0530 anoop deleted unwanted code in user.py, added css for testing in base.html.
Wed, 24 Feb 2010 13:17:29 +0530 nishanth merged
Wed, 24 Feb 2010 13:14:00 +0530 nishanth modified view task template and view to suit new design.
Wed, 24 Feb 2010 13:13:39 +0530 anoop added photograph to be shown in my profile page.
Wed, 24 Feb 2010 11:04:11 +0530 nishanth updated view task in views to suit the new design .
Wed, 24 Feb 2010 10:42:46 +0530 nishanth added events in task.py for adding subtask and dependencies
Tue, 23 Feb 2010 20:40:55 +0530 nishanth added capability of serving static files .
Tue, 23 Feb 2010 20:24:26 +0530 nishanth added custom image storage for profile photo.
Tue, 23 Feb 2010 19:42:12 +0530 anoop enabled photo uploading for user profile.
Tue, 23 Feb 2010 17:55:04 +0530 anoop made changes to models.
Tue, 23 Feb 2010 15:27:00 +0530 anoop changed request model, added create_request utility.
Tue, 23 Feb 2010 14:31:54 +0530 anoop added utilities for creating notification.
Tue, 23 Feb 2010 13:14:18 +0530 anoop added message while logging off and removed back button from templates/base.html.
Tue, 23 Feb 2010 12:16:28 +0530 nishanth added a utility called getTask in task events and made changes in task views accordingly
Tue, 23 Feb 2010 11:52:22 +0530 nishanth added the events addSubTask and addDep.
Tue, 23 Feb 2010 10:41:43 +0530 nishanth updated publishtask event .
Tue, 23 Feb 2010 10:25:26 +0530 nishanth fixed a bug in models.py .
Mon, 22 Feb 2010 18:59:55 +0530 nishanth added request and notification models.
Mon, 22 Feb 2010 18:13:20 +0530 nishanth made changes in addtaskform to suit tagging.
Mon, 22 Feb 2010 18:07:36 +0530 anoop fixed a bug in models.
Mon, 22 Feb 2010 17:52:51 +0530 anoop installed tagging into the app.
Mon, 22 Feb 2010 17:35:19 +0530 anoop user should enter unique email address, changed login_redirect_url.
Fri, 19 Feb 2010 21:49:00 +0530 anoop removed unwanted file in templates for browsing users.
Fri, 19 Feb 2010 21:46:24 +0530 anoop added forgot password in template.
Thu, 18 Feb 2010 19:39:54 +0530 anoop 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 anoop added template registration/activate.html required by django-registration.
Wed, 17 Feb 2010 18:55:01 +0530 anoop started using django-registration default backend, removed browse users functionality.
Wed, 17 Feb 2010 17:48:51 +0530 anoop deleted unwanted files/templates to start using django-registration(contd..).
Wed, 17 Feb 2010 17:46:16 +0530 anoop deleted unwanted code to start using django-registration.
Mon, 15 Feb 2010 15:14:27 +0530 anoop Only logged in users can view user profile.
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
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 .
Fri, 05 Feb 2010 17:21:00 +0530 nishanth made urls.py look better and added an empty method edit_task to taskViews .
Fri, 05 Feb 2010 17:11:18 +0530 nishanth added edit task url to urls.py and removed add_task url .
Fri, 05 Feb 2010 16:35:32 +0530 nishanth fixed a bug in views/task/add_mentor method .
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 .
Fri, 05 Feb 2010 15:42:35 +0530 nishanth added seed_db in utils that seeds database with random users and tasks .
Fri, 05 Feb 2010 15:40:47 +0530 nishanth modified createUser method in events/user.py .
Fri, 05 Feb 2010 15:02:55 +0530 nishanth fixed a bug in createSuUser method in events/user.py .
Thu, 04 Feb 2010 23:24:20 +0530 nishanth added *.db to hgignore and made database path to pytask.db in settings.py
(0) -60 +60 +100 +300 tip