Mon, 01 Mar 2010 12:44:27 +0530 |
nishanth |
added au ru notifications.
|
file |
diff |
annotate
|
Sun, 28 Feb 2010 22:49:05 +0530 |
nishanth |
ditchaxed credit model.
|
file |
diff |
annotate
|
Sat, 27 Feb 2010 17:20:22 +0530 |
nishanth |
added notifications for approval and rejection of a mentor.
|
file |
diff |
annotate
|
Sat, 27 Feb 2010 14:38:01 +0530 |
nishanth |
added __unicode__ method to notification and removed useless comments in reply_to_request.
|
file |
diff |
annotate
|
Sat, 27 Feb 2010 14:22:26 +0530 |
nishanth |
notifications work for approving and rejecting credits.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 18:34:30 +0530 |
nishanth |
now notification depends on id and not pos.
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 16:02:32 +0530 |
nishanth |
did lots and now id field in task is a random key
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 15:15:16 +0530 |
nishanth |
modified image storage.
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 14:39:47 +0530 |
nishanth |
modified request model.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 11:29:25 +0530 |
nishanth |
now task page displays only undeleted comments. and publish task removes previous comments.
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 01:13:14 +0530 |
nishanth |
completed the process_request part.
|
file |
diff |
annotate
|
Thu, 25 Feb 2010 23:49:38 +0530 |
nishanth |
added the field remarks in request model.
|
file |
diff |
annotate
|
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 :( .
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 20:13:20 +0530 |
nishanth |
modified requests to match the new model.
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 19:52:42 +0530 |
anoop |
changed request model.
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 19:17:28 +0530 |
nishanth |
added accept_assign_credits request
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 17:11:59 +0530 |
anoop |
added attribute pynts to request model.
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 15:41:37 +0530 |
anoop |
made change to the request model and corresponding create_request utility.
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 10:42:46 +0530 |
nishanth |
added events in task.py for adding subtask and dependencies
|
file |
diff |
annotate
|
Tue, 23 Feb 2010 20:24:26 +0530 |
nishanth |
added custom image storage for profile photo.
|
file |
diff |
annotate
|
Tue, 23 Feb 2010 17:55:04 +0530 |
anoop |
made changes to models.
|
file |
diff |
annotate
|
Tue, 23 Feb 2010 15:27:00 +0530 |
anoop |
changed request model, added create_request utility.
|
file |
diff |
annotate
|
Tue, 23 Feb 2010 10:25:26 +0530 |
nishanth |
fixed a bug in models.py .
|
file |
diff |
annotate
|
Mon, 22 Feb 2010 18:59:55 +0530 |
nishanth |
added request and notification models.
|
file |
diff |
annotate
|
Mon, 22 Feb 2010 18:07:36 +0530 |
anoop |
fixed a bug in models.
|
file |
diff |
annotate
|
Mon, 22 Feb 2010 17:52:51 +0530 |
anoop |
installed tagging into the app.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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 .
|
file |
diff |
annotate
|
Thu, 04 Feb 2010 23:10:30 +0530 |
nishanth |
addded link to view claims in 'view task' page .
|
file |
diff |
annotate
|
Thu, 04 Feb 2010 22:37:15 +0530 |
nishanth |
implemented "add another mentor" functionality to a task.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Thu, 04 Feb 2010 22:12:48 +0530 |
nishanth |
created forms, views, templates, actions for home_page, browse_task.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|