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.
Thu, 04 Feb 2010 22:34:22 +0530 renamed templates/error.html to templates/show_msg.html and made changes accordingly in views/user.
nishanth [Thu, 04 Feb 2010 22:34:22 +0530] rev 20
renamed templates/error.html to templates/show_msg.html and made changes accordingly in views/user.
Thu, 04 Feb 2010 22:30:30 +0530 added events/task.py and templates/error.html.
nishanth [Thu, 04 Feb 2010 22:30:30 +0530] rev 19
added events/task.py and templates/error.html.
Thu, 04 Feb 2010 22:27:47 +0530 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.
nishanth [Thu, 04 Feb 2010 22:27:47 +0530] rev 18
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 renamed users.py to user.py and tasks to task in views folder and updated urls.py accordingly .
nishanth [Thu, 04 Feb 2010 22:21:44 +0530] rev 17
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 corrected a bug in task/view.html .
nishanth [Thu, 04 Feb 2010 22:19:05 +0530] rev 16
corrected a bug in task/view.html .
Thu, 04 Feb 2010 22:17:36 +0530 corrected views.user.register method .
anoop [Thu, 04 Feb 2010 22:17:36 +0530] rev 15
corrected views.user.register method .
Thu, 04 Feb 2010 22:16:00 +0530 imposed a filter on username that it contains only alphabets and numbers.
anoop [Thu, 04 Feb 2010 22:16:00 +0530] rev 14
imposed a filter on username that it contains only alphabets and numbers.
Thu, 04 Feb 2010 22:14:34 +0530 added views, templates for register, login, logout user.
anoop [Thu, 04 Feb 2010 22:14:34 +0530] rev 13
added views, templates for register, login, logout user.
Thu, 04 Feb 2010 22:12:48 +0530 created forms, views, templates, actions for home_page, browse_task.
nishanth [Thu, 04 Feb 2010 22:12:48 +0530] rev 12
created forms, views, templates, actions for home_page, browse_task.
Thu, 04 Feb 2010 22:06:22 +0530 corrected admin.py
nishanth [Thu, 04 Feb 2010 22:06:22 +0530] rev 11
corrected admin.py
Thu, 04 Feb 2010 19:42:35 +0530 removed views.py and made it a package. added auth_profile to settings.py
nishanth [Thu, 04 Feb 2010 19:42:35 +0530] rev 10
removed views.py and made it a package. added auth_profile to settings.py
Thu, 04 Feb 2010 19:34:03 +0530 removed views.py from taskapp and created a package views. added auth_profile setting to settings.py
nishanth [Thu, 04 Feb 2010 19:34:03 +0530] rev 9
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 Added setup.py file and moved urls.py. madhu
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 24 Jan 2010 20:07:51 +0530] rev 8
Added setup.py file and moved urls.py.
Sun, 24 Jan 2010 19:34:56 +0530 Made changes to the buildout config files removing unwanted packages.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 24 Jan 2010 19:34:56 +0530] rev 7
Made changes to the buildout config files removing unwanted packages.
Sun, 24 Jan 2010 19:20:33 +0530 Reorganized the directory structure. Removed unwanted .pyc files.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 24 Jan 2010 19:20:33 +0530] rev 6
Reorganized the directory structure. Removed unwanted .pyc files.
Sun, 24 Jan 2010 19:16:56 +0530 Added initial buildout configuration files.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 24 Jan 2010 19:16:56 +0530] rev 5
Added initial buildout configuration files.
Sun, 24 Jan 2010 19:15:28 +0530 Removed unwanted byte compiled .pyc files and added .hgignore.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 24 Jan 2010 19:15:28 +0530] rev 4
Removed unwanted byte compiled .pyc files and added .hgignore.
Sun, 24 Jan 2010 19:01:41 +0530 database filename changed to ../pytaskDb.
anoop [Sun, 24 Jan 2010 19:01:41 +0530] rev 3
database filename changed to ../pytaskDb.
Sun, 24 Jan 2010 18:52:16 +0530 changed the database name in settings to pytaskDb.
Nishanth [Sun, 24 Jan 2010 18:52:16 +0530] rev 2
changed the database name in settings to pytaskDb.
Sun, 24 Jan 2010 15:43:19 +0530 Created taskapp and added data to models.py and edited settings.py to make it usable in admin interface.
Nishanth <nishanth@fossee.in> [Sun, 24 Jan 2010 15:43:19 +0530] rev 1
Created taskapp and added data to models.py and edited settings.py to make it usable in admin interface.
(0) +30 +50 +100 +300 tip