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
Thu, 04 Feb 2010 23:19:15 +0530 anoop added browse users functionality, added user/browse.html, fixed view my profile template.
Thu, 04 Feb 2010 23:17:59 +0530 anoop changed the view my profile template.
Thu, 04 Feb 2010 23:16:46 +0530 nishanth resolved merging conflicts in urls.py .
Thu, 04 Feb 2010 23:15:37 +0530 nishanth added the functionality to assign a task to one of the claimed users.
Thu, 04 Feb 2010 23:13:03 +0530 anoop added files edit_profile.html and my_profile.html.
Thu, 04 Feb 2010 23:12:07 +0530 anoop added view profile and edit profile functionalities.
Thu, 04 Feb 2010 23:10:30 +0530 nishanth addded link to view claims in 'view task' page .
Thu, 04 Feb 2010 22:37:15 +0530 nishanth implemented "add another mentor" functionality to a task.
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.
Thu, 04 Feb 2010 22:30:30 +0530 nishanth added events/task.py and templates/error.html.
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.
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 .
Thu, 04 Feb 2010 22:19:05 +0530 nishanth corrected a bug in task/view.html .
Thu, 04 Feb 2010 22:17:36 +0530 anoop corrected views.user.register method .
Thu, 04 Feb 2010 22:16:00 +0530 anoop imposed a filter on username that it contains only alphabets and numbers.
Thu, 04 Feb 2010 22:14:34 +0530 anoop added views, templates for register, login, logout user.
Thu, 04 Feb 2010 22:12:48 +0530 nishanth created forms, views, templates, actions for home_page, browse_task.
Thu, 04 Feb 2010 22:06:22 +0530 nishanth corrected admin.py
Thu, 04 Feb 2010 19:42:35 +0530 nishanth removed views.py and made it a package. added auth_profile to settings.py
Thu, 04 Feb 2010 19:34:03 +0530 nishanth removed views.py from taskapp and created a package views. added auth_profile setting to settings.py
Sun, 24 Jan 2010 20:07:51 +0530 Madhusudan.C.S Added setup.py file and moved urls.py. madhu
Sun, 24 Jan 2010 19:34:56 +0530 Madhusudan.C.S Made changes to the buildout config files removing unwanted packages.
Sun, 24 Jan 2010 19:20:33 +0530 Madhusudan.C.S Reorganized the directory structure. Removed unwanted .pyc files.
Sun, 24 Jan 2010 19:16:56 +0530 Madhusudan.C.S Added initial buildout configuration files.
Sun, 24 Jan 2010 19:15:28 +0530 Madhusudan.C.S Removed unwanted byte compiled .pyc files and added .hgignore.
Sun, 24 Jan 2010 19:01:41 +0530 anoop database filename changed to ../pytaskDb.
Sun, 24 Jan 2010 18:52:16 +0530 Nishanth changed the database name in settings to pytaskDb.
Sun, 24 Jan 2010 15:43:19 +0530 Nishanth Created taskapp and added data to models.py and edited settings.py to make it usable in admin interface.
(0) +60 +100 +300 tip