nishanth [Sun, 28 Feb 2010 17:53:52 +0530] rev 148
now a user who was requested to be something cannot be requested to be the same again.
nishanth [Sun, 28 Feb 2010 16:16:57 +0530] rev 147
fixed a_or_an in reject request.
nishanth [Sun, 28 Feb 2010 16:09:42 +0530] rev 146
now accepting an admin request will make all pending AD MG DV reqs as inactive.
nishanth [Sun, 28 Feb 2010 15:59:47 +0530] rev 145
now accepting to be a MG deleted pending DV and MG reqs.
nishanth [Sun, 28 Feb 2010 14:58:11 +0530] rev 144
modified get_user method to give only count of unread requests.
nishanth [Sun, 28 Feb 2010 14:44:10 +0530] rev 143
now if a user accepts to be a mentor, all his pending reqs will be made invalid.
nishanth [Sun, 28 Feb 2010 13:27:43 +0530] rev 142
fixed the a_or_an bug .
nishanth [Sun, 28 Feb 2010 13:25:24 +0530] rev 141
added the functionality to request a user to be AD MG DV.
nishanth [Sun, 28 Feb 2010 10:43:36 +0530] rev 140
now learn more pages open in a new window.
nishanth [Sun, 28 Feb 2010 04:17:15 +0530] rev 139
provided links to make a raise the privileges of a user.
nishanth [Sun, 28 Feb 2010 03:45:28 +0530] rev 138
now all the pages show number of unread beside requests and notifications link in sidebar.
nishanth [Sun, 28 Feb 2010 03:31:40 +0530] rev 137
now requests in sidebar shows the no.of unread notifications.
nishanth [Sun, 28 Feb 2010 03:01:53 +0530] rev 136
deducing previous credits for a task using the request model. with a few changes, we can ditchax the credits model.
nishanth [Sun, 28 Feb 2010 02:45:21 +0530] rev 135
now view credits page shows all the credits.. including the pending and rejected ones.
nishanth [Sun, 28 Feb 2010 02:07:51 +0530] rev 134
added filter on time for view task request notification.
nishanth [Sun, 28 Feb 2010 01:15:15 +0530] rev 133
added next and previous capabilities to requests and notifications.
nishanth [Sat, 27 Feb 2010 19:21:15 +0530] rev 132
implemented notification functionality for AD MG DV.
nishanth [Sat, 27 Feb 2010 17:20:22 +0530] rev 131
added notifications for approval and rejection of a mentor.
nishanth [Sat, 27 Feb 2010 14:38:01 +0530] rev 130
added __unicode__ method to notification and removed useless comments in reply_to_request.
nishanth [Sat, 27 Feb 2010 14:22:26 +0530] rev 129
notifications work for approving and rejecting credits.
nishanth [Sat, 27 Feb 2010 10:48:43 +0530] rev 128
modified the notifications model. the sent_to is now a foreign key. now if we have a new type to be added, we can generate message and sub while creating notification. we can keep track of history using the role field in notification and task/sent_from
nishanth [Sat, 27 Feb 2010 01:27:35 +0530] rev 127
created a view for about pages and added about pages for mentor and addmentors.
nishanth [Sat, 27 Feb 2010 00:48:50 +0530] rev 126
added the functionality to close a task.
nishanth [Fri, 26 Feb 2010 23:22:23 +0530] rev 125
homepage now displays a list of unpublished tasks
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.
nishanth [Fri, 26 Feb 2010 18:34:30 +0530] rev 123
now notification depends on id and not pos.
nishanth [Fri, 26 Feb 2010 17:49:26 +0530] rev 122
now rid is not the position argument. it is request id.
nishanth [Fri, 26 Feb 2010 16:17:45 +0530] rev 121
seed_db now creates 20 tasks.
nishanth [Fri, 26 Feb 2010 16:15:58 +0530] rev 120
moved the getTask method to task_utilities.
nishanth [Fri, 26 Feb 2010 16:02:32 +0530] rev 119
did lots and now id field in task is a random key
nishanth [Fri, 26 Feb 2010 15:15:16 +0530] rev 118
modified image storage.
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.
nishanth [Fri, 26 Feb 2010 14:39:47 +0530] rev 116
modified request model.
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.
nishanth [Fri, 26 Feb 2010 13:22:13 +0530] rev 114
mark task as complete functionality is added.
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.
nishanth [Fri, 26 Feb 2010 11:29:25 +0530] rev 112
now task page displays only undeleted comments. and publish task removes previous comments.
nishanth [Fri, 26 Feb 2010 02:52:32 +0530] rev 111
added the functionality to publish a task.
nishanth [Fri, 26 Feb 2010 01:51:55 +0530] rev 110
now deleted tasks cannot be viewed by anyone
nishanth [Fri, 26 Feb 2010 01:43:24 +0530] rev 109
updated browse_tasks page. now it does not display deleted or unpublished tasks.
nishanth [Fri, 26 Feb 2010 01:23:17 +0530] rev 108
updated show_msg method to also use the user variable in the context.
nishanth [Fri, 26 Feb 2010 01:13:14 +0530] rev 107
completed the process_request part.
nishanth [Fri, 26 Feb 2010 00:29:04 +0530] rev 106
now view request shows a better message if role is MT .
nishanth [Fri, 26 Feb 2010 00:17:54 +0530] rev 105
now adding mentor for a task happens through request. notifications still pending though
nishanth [Thu, 25 Feb 2010 23:49:38 +0530] rev 104
added the field remarks in request model.
nishanth [Thu, 25 Feb 2010 20:13:59 +0530] rev 103
added the functionality to view each notification
nishanth [Thu, 25 Feb 2010 19:46:19 +0530] rev 102
now unread requests appear in bold.
nishanth [Thu, 25 Feb 2010 19:39:02 +0530] rev 101
added browse_notifications functionality .
nishanth [Thu, 25 Feb 2010 18:49:17 +0530] rev 100
now admin can accept a request for assigning credits.
nishanth [Thu, 25 Feb 2010 17:56:42 +0530] rev 99
assign_credits event now creates a proper request object .
anoop [Thu, 25 Feb 2010 17:37:14 +0530] rev 98
merged
anoop [Thu, 25 Feb 2010 17:33:34 +0530] rev 97
changed the homepage view as well as index.html.
nishanth [Thu, 25 Feb 2010 17:00:18 +0530] rev 96
added events addCredits and assignCredits and modified assign_credits view accordingly.
nishanth [Thu, 25 Feb 2010 16:37:46 +0530] rev 95
added the event completeTask.
nishanth [Thu, 25 Feb 2010 16:17:56 +0530] rev 94
added capability to remove an assigned user.
nishanth [Thu, 25 Feb 2010 06:07:55 +0530] rev 93
finished assign_credits view. hav to integrate it with requests now.
nishanth [Thu, 25 Feb 2010 04:38:50 +0530] rev 92
added the capability to remove subtasks/dependencies .
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.
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 :( .
nishanth [Thu, 25 Feb 2010 02:11:49 +0530] rev 89
added the capability of adding subtasks/dependencies .