taskapp/models.py
Thu, 06 Jan 2011 12:08:36 +0530 Nishanth Amuluru the upload of attachments works correctly now deprecated
Thu, 06 Jan 2011 11:42:49 +0530 Nishanth Amuluru added saving of attachments
Wed, 05 Jan 2011 23:51:10 +0530 Nishanth Amuluru added a submit_report link for each task
Wed, 05 Jan 2011 22:30:45 +0530 Nishanth Amuluru Replaced the word credit with pynt
Wed, 05 Jan 2011 22:22:10 +0530 Nishanth Amuluru Replaced the word mentor with reviewer
Wed, 05 Jan 2011 18:48:14 +0530 Nishanth Amuluru Added a page for displaying all the textbooks
Thu, 04 Mar 2010 19:08:47 +0530 nishanth ditchaxed the claims model.
Thu, 04 Mar 2010 18:30:55 +0530 nishanth now claims are read from notifications. we can ditchax claims model now.
Thu, 04 Mar 2010 17:56:31 +0530 nishanth changed __unicode__ method of notification model.
Wed, 03 Mar 2010 14:31:31 +0530 nishanth added help text in models.py
Tue, 02 Mar 2010 17:12:47 +0530 nishanth added a verbose_name for tags_field in task and foss_comm in user.
Tue, 02 Mar 2010 03:21:20 +0530 nishanth implemented deleting of a task.
Tue, 02 Mar 2010 02:25:28 +0530 nishanth now task can have a title of a deleted task.
Tue, 02 Mar 2010 02:12:57 +0530 nishanth implemented edit_task functionality.
Mon, 01 Mar 2010 12:44:27 +0530 nishanth added au ru notifications.
Sun, 28 Feb 2010 22:49:05 +0530 nishanth ditchaxed credit model.
Sat, 27 Feb 2010 17:20:22 +0530 nishanth added notifications for approval and rejection of a mentor.
Sat, 27 Feb 2010 14:38:01 +0530 nishanth added __unicode__ method to notification and removed useless comments in reply_to_request.
Sat, 27 Feb 2010 14:22:26 +0530 nishanth notifications work for approving and rejecting credits.
Sat, 27 Feb 2010 10:48:43 +0530 nishanth 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
Fri, 26 Feb 2010 22:45:19 +0530 nishanth taking care if publish task post request is made again. added published_date field to task.
Fri, 26 Feb 2010 18:34:30 +0530 nishanth now notification depends on id and not pos.
Fri, 26 Feb 2010 16:02:32 +0530 nishanth did lots and now id field in task is a random key
Fri, 26 Feb 2010 15:15:16 +0530 nishanth modified image storage.
Fri, 26 Feb 2010 14:39:47 +0530 nishanth modified request model.
Fri, 26 Feb 2010 14:35:32 +0530 nishanth added an attribute called is_valid to request model just in case we need it in future.
Fri, 26 Feb 2010 11:29:25 +0530 nishanth now task page displays only undeleted comments. and publish task removes previous comments.
Fri, 26 Feb 2010 01:13:14 +0530 nishanth completed the process_request part.
Thu, 25 Feb 2010 23:49:38 +0530 nishanth added the field remarks in request model.
Thu, 25 Feb 2010 03:47:23 +0530 nishanth 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 :( .
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:17:28 +0530 nishanth added accept_assign_credits request
Wed, 24 Feb 2010 17:11:59 +0530 anoop added attribute pynts to request model.
Wed, 24 Feb 2010 15:41:37 +0530 anoop made change to the request model and corresponding create_request utility.
Wed, 24 Feb 2010 10:42:46 +0530 nishanth added events in task.py for adding subtask and dependencies
Tue, 23 Feb 2010 20:24:26 +0530 nishanth added custom image storage for profile photo.
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 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:07:36 +0530 anoop fixed a bug in models.
Mon, 22 Feb 2010 17:52:51 +0530 anoop installed tagging into the app.
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, 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 .
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: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:12:48 +0530 nishanth created forms, views, templates, actions for home_page, browse_task.
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 15:43:19 +0530 Nishanth Created taskapp and added data to models.py and edited settings.py to make it usable in admin interface.
less more (0) tip