Sat, 27 Feb 2010 00:48:50 +0530 added the functionality to close a task.
nishanth [Sat, 27 Feb 2010 00:48:50 +0530] rev 126
added the functionality to close a task.
Fri, 26 Feb 2010 23:22:23 +0530 homepage now displays a list of unpublished tasks
nishanth [Fri, 26 Feb 2010 23:22:23 +0530] rev 125
homepage now displays a list of unpublished tasks
Fri, 26 Feb 2010 22:45:19 +0530 taking care if publish task post request is made again. added published_date field to task.
nishanth [Fri, 26 Feb 2010 22:45:19 +0530] rev 124
taking care if publish task post request is made again. added published_date field to task.
Fri, 26 Feb 2010 18:34:30 +0530 now notification depends on id and not pos.
nishanth [Fri, 26 Feb 2010 18:34:30 +0530] rev 123
now notification depends on id and not pos.
Fri, 26 Feb 2010 17:49:26 +0530 now rid is not the position argument. it is request id.
nishanth [Fri, 26 Feb 2010 17:49:26 +0530] rev 122
now rid is not the position argument. it is request id.
Fri, 26 Feb 2010 16:17:45 +0530 seed_db now creates 20 tasks.
nishanth [Fri, 26 Feb 2010 16:17:45 +0530] rev 121
seed_db now creates 20 tasks.
Fri, 26 Feb 2010 16:15:58 +0530 moved the getTask method to task_utilities.
nishanth [Fri, 26 Feb 2010 16:15:58 +0530] rev 120
moved the getTask method to task_utilities.
Fri, 26 Feb 2010 16:02:32 +0530 did lots and now id field in task is a random key
nishanth [Fri, 26 Feb 2010 16:02:32 +0530] rev 119
did lots and now id field in task is a random key
Fri, 26 Feb 2010 15:15:16 +0530 modified image storage.
nishanth [Fri, 26 Feb 2010 15:15:16 +0530] rev 118
modified image storage.
Fri, 26 Feb 2010 15:00:01 +0530 now if a task is closed/completed all its pending requests will be made invalid.
nishanth [Fri, 26 Feb 2010 15:00:01 +0530] rev 117
now if a task is closed/completed all its pending requests will be made invalid.
Fri, 26 Feb 2010 14:39:47 +0530 modified request model.
nishanth [Fri, 26 Feb 2010 14:39:47 +0530] rev 116
modified request model.
Fri, 26 Feb 2010 14:35:32 +0530 added an attribute called is_valid to request model just in case we need it in future.
nishanth [Fri, 26 Feb 2010 14:35:32 +0530] rev 115
added an attribute called is_valid to request model just in case we need it in future.
Fri, 26 Feb 2010 13:22:13 +0530 mark task as complete functionality is added.
nishanth [Fri, 26 Feb 2010 13:22:13 +0530] rev 114
mark task as complete functionality is added.
Fri, 26 Feb 2010 11:34:17 +0530 added option of specifying if previous mentors and comments must be removed in publish task event.
nishanth [Fri, 26 Feb 2010 11:34:17 +0530] rev 113
added option of specifying if previous mentors and comments must be removed in publish task event.
Fri, 26 Feb 2010 11:29:25 +0530 now task page displays only undeleted comments. and publish task removes previous comments.
nishanth [Fri, 26 Feb 2010 11:29:25 +0530] rev 112
now task page displays only undeleted comments. and publish task removes previous comments.
Fri, 26 Feb 2010 02:52:32 +0530 added the functionality to publish a task.
nishanth [Fri, 26 Feb 2010 02:52:32 +0530] rev 111
added the functionality to publish a task.
Fri, 26 Feb 2010 01:51:55 +0530 now deleted tasks cannot be viewed by anyone
nishanth [Fri, 26 Feb 2010 01:51:55 +0530] rev 110
now deleted tasks cannot be viewed by anyone
Fri, 26 Feb 2010 01:43:24 +0530 updated browse_tasks page. now it does not display deleted or unpublished tasks.
nishanth [Fri, 26 Feb 2010 01:43:24 +0530] rev 109
updated browse_tasks page. now it does not display deleted or unpublished tasks.
Fri, 26 Feb 2010 01:23:17 +0530 updated show_msg method to also use the user variable in the context.
nishanth [Fri, 26 Feb 2010 01:23:17 +0530] rev 108
updated show_msg method to also use the user variable in the context.
Fri, 26 Feb 2010 01:13:14 +0530 completed the process_request part.
nishanth [Fri, 26 Feb 2010 01:13:14 +0530] rev 107
completed the process_request part.
Fri, 26 Feb 2010 00:29:04 +0530 now view request shows a better message if role is MT .
nishanth [Fri, 26 Feb 2010 00:29:04 +0530] rev 106
now view request shows a better message if role is MT .
Fri, 26 Feb 2010 00:17:54 +0530 now adding mentor for a task happens through request. notifications still pending though
nishanth [Fri, 26 Feb 2010 00:17:54 +0530] rev 105
now adding mentor for a task happens through request. notifications still pending though
Thu, 25 Feb 2010 23:49:38 +0530 added the field remarks in request model.
nishanth [Thu, 25 Feb 2010 23:49:38 +0530] rev 104
added the field remarks in request model.
Thu, 25 Feb 2010 20:13:59 +0530 added the functionality to view each notification
nishanth [Thu, 25 Feb 2010 20:13:59 +0530] rev 103
added the functionality to view each notification
Thu, 25 Feb 2010 19:46:19 +0530 now unread requests appear in bold.
nishanth [Thu, 25 Feb 2010 19:46:19 +0530] rev 102
now unread requests appear in bold.
Thu, 25 Feb 2010 19:39:02 +0530 added browse_notifications functionality .
nishanth [Thu, 25 Feb 2010 19:39:02 +0530] rev 101
added browse_notifications functionality .
Thu, 25 Feb 2010 18:49:17 +0530 now admin can accept a request for assigning credits.
nishanth [Thu, 25 Feb 2010 18:49:17 +0530] rev 100
now admin can accept a request for assigning credits.
Thu, 25 Feb 2010 17:56:42 +0530 assign_credits event now creates a proper request object .
nishanth [Thu, 25 Feb 2010 17:56:42 +0530] rev 99
assign_credits event now creates a proper request object .
Thu, 25 Feb 2010 17:37:14 +0530 merged
anoop [Thu, 25 Feb 2010 17:37:14 +0530] rev 98
merged
Thu, 25 Feb 2010 17:33:34 +0530 changed the homepage view as well as index.html.
anoop [Thu, 25 Feb 2010 17:33:34 +0530] rev 97
changed the homepage view as well as index.html.
Thu, 25 Feb 2010 17:00:18 +0530 added events addCredits and assignCredits and modified assign_credits view accordingly.
nishanth [Thu, 25 Feb 2010 17:00:18 +0530] rev 96
added events addCredits and assignCredits and modified assign_credits view accordingly.
Thu, 25 Feb 2010 16:37:46 +0530 added the event completeTask.
nishanth [Thu, 25 Feb 2010 16:37:46 +0530] rev 95
added the event completeTask.
Thu, 25 Feb 2010 16:17:56 +0530 added capability to remove an assigned user.
nishanth [Thu, 25 Feb 2010 16:17:56 +0530] rev 94
added capability to remove an assigned user.
Thu, 25 Feb 2010 06:07:55 +0530 finished assign_credits view. hav to integrate it with requests now.
nishanth [Thu, 25 Feb 2010 06:07:55 +0530] rev 93
finished assign_credits view. hav to integrate it with requests now.
Thu, 25 Feb 2010 04:38:50 +0530 added the capability to remove subtasks/dependencies .
nishanth [Thu, 25 Feb 2010 04:38:50 +0530] rev 92
added the capability to remove subtasks/dependencies .
Thu, 25 Feb 2010 04:01:11 +0530 modified the name of assign_task_form to choice form since all it does is return a form with choices and made change accordingly.
nishanth [Thu, 25 Feb 2010 04:01:11 +0530] rev 91
modified the name of assign_task_form to choice form since all it does is return a form with choices and made change accordingly.
Thu, 25 Feb 2010 03:47:23 +0530 our task model does not meet out needs. so modified it and added a model called map. made the changes in views accordingly.phew!!!. this one took the hell out of me :( .
nishanth [Thu, 25 Feb 2010 03:47:23 +0530] rev 90
our task model does not meet out needs. so modified it and added a model called map. made the changes in views accordingly.phew!!!. this one took the hell out of me :( .
Thu, 25 Feb 2010 02:11:49 +0530 added the capability of adding subtasks/dependencies .
nishanth [Thu, 25 Feb 2010 02:11:49 +0530] rev 89
added the capability of adding subtasks/dependencies .
Wed, 24 Feb 2010 20:33:45 +0530 merged.
anoop [Wed, 24 Feb 2010 20:33:45 +0530] rev 88
merged.
Wed, 24 Feb 2010 20:32:57 +0530 updated create_request utility.
anoop [Wed, 24 Feb 2010 20:32:57 +0530] rev 87
updated create_request utility.
Wed, 24 Feb 2010 20:13:20 +0530 modified requests to match the new model.
nishanth [Wed, 24 Feb 2010 20:13:20 +0530] rev 86
modified requests to match the new model.
Wed, 24 Feb 2010 19:52:42 +0530 changed request model.
anoop [Wed, 24 Feb 2010 19:52:42 +0530] rev 85
changed request model.
Wed, 24 Feb 2010 19:18:59 +0530 merged.
nishanth [Wed, 24 Feb 2010 19:18:59 +0530] rev 84
merged.
Wed, 24 Feb 2010 19:17:28 +0530 added accept_assign_credits request
nishanth [Wed, 24 Feb 2010 19:17:28 +0530] rev 83
added accept_assign_credits request
Wed, 24 Feb 2010 19:11:43 +0530 changed the method reply_to_request to accept request object instead of request id.
anoop [Wed, 24 Feb 2010 19:11:43 +0530] rev 82
changed the method reply_to_request to accept request object instead of request id.
Wed, 24 Feb 2010 17:23:25 +0530 added pynts in create_request utility.
anoop [Wed, 24 Feb 2010 17:23:25 +0530] rev 81
added pynts in create_request utility.
Wed, 24 Feb 2010 17:11:59 +0530 added attribute pynts to request model.
anoop [Wed, 24 Feb 2010 17:11:59 +0530] rev 80
added attribute pynts to request model.
Wed, 24 Feb 2010 16:52:03 +0530 merged.
anoop [Wed, 24 Feb 2010 16:52:03 +0530] rev 79
merged.
Wed, 24 Feb 2010 16:49:30 +0530 added utilities reply_to_request, mark_notification_read, delete_notification and made change to create_request utility.
anoop [Wed, 24 Feb 2010 16:49:30 +0530] rev 78
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 by mistake i added a link to remove mentor. that option does not exist. so removed that
nishanth [Wed, 24 Feb 2010 16:48:59 +0530] rev 77
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 fixed a bug in add_claim view in views/task .
nishanth [Wed, 24 Feb 2010 16:47:09 +0530] rev 76
fixed a bug in add_claim view in views/task .
Wed, 24 Feb 2010 16:35:09 +0530 modified the assign task view to suit the new design
nishanth [Wed, 24 Feb 2010 16:35:09 +0530] rev 75
modified the assign task view to suit the new design
Wed, 24 Feb 2010 16:16:41 +0530 fixed a bug.
nishanth [Wed, 24 Feb 2010 16:16:41 +0530] rev 74
fixed a bug.
Wed, 24 Feb 2010 16:10:24 +0530 commited.
nishanth [Wed, 24 Feb 2010 16:10:24 +0530] rev 73
commited.
Wed, 24 Feb 2010 16:08:31 +0530 modified claim_task view to suit the new design
nishanth [Wed, 24 Feb 2010 16:08:31 +0530] rev 72
modified claim_task view to suit the new design
Wed, 24 Feb 2010 15:41:37 +0530 made change to the request model and corresponding create_request utility.
anoop [Wed, 24 Feb 2010 15:41:37 +0530] rev 71
made change to the request model and corresponding create_request utility.
Wed, 24 Feb 2010 15:10:03 +0530 removed unwanted links.
nishanth [Wed, 24 Feb 2010 15:10:03 +0530] rev 70
removed unwanted links.
Wed, 24 Feb 2010 14:47:29 +0530 added user context variable in view_profile and edit_profile.
nishanth [Wed, 24 Feb 2010 14:47:29 +0530] rev 69
added user context variable in view_profile and edit_profile.
Wed, 24 Feb 2010 14:40:20 +0530 deleted unwanted code in user.py, added css for testing in base.html.
anoop [Wed, 24 Feb 2010 14:40:20 +0530] rev 68
deleted unwanted code in user.py, added css for testing in base.html.
Wed, 24 Feb 2010 13:17:29 +0530 merged
nishanth [Wed, 24 Feb 2010 13:17:29 +0530] rev 67
merged
Wed, 24 Feb 2010 13:14:00 +0530 modified view task template and view to suit new design.
nishanth [Wed, 24 Feb 2010 13:14:00 +0530] rev 66
modified view task template and view to suit new design.
Wed, 24 Feb 2010 13:13:39 +0530 added photograph to be shown in my profile page.
anoop [Wed, 24 Feb 2010 13:13:39 +0530] rev 65
added photograph to be shown in my profile page.
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 .
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.
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.
(0) -120 +120 tip