Tue, 01 Feb 2011 19:38:41 +0530 Base views should take keyword arguments and should use them for URLs.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 01 Feb 2011 19:38:41 +0530] rev 550
Base views should take keyword arguments and should use them for URLs.
Tue, 01 Feb 2011 19:37:27 +0530 Allow tags to have hyphen (-) in the tag view URL.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 01 Feb 2011 19:37:27 +0530] rev 549
Allow tags to have hyphen (-) in the tag view URL.
Tue, 01 Feb 2011 15:09:44 +0530 comma in the display list should not appear after last tag element.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 01 Feb 2011 15:09:44 +0530] rev 548
comma in the display list should not appear after last tag element.
Tue, 01 Feb 2011 15:03:24 +0530 Define a templatetag to display list of tags and make them linked.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 01 Feb 2011 15:03:24 +0530] rev 547
Define a templatetag to display list of tags and make them linked.
Tue, 01 Feb 2011 15:02:52 +0530 Change the textbook list templatetag to task list template tag.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 01 Feb 2011 15:02:52 +0530] rev 546
Change the textbook list templatetag to task list template tag.
Tue, 01 Feb 2011 15:01:46 +0530 Add a view to list all items tagged with a given tag name.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 01 Feb 2011 15:01:46 +0530] rev 545
Add a view to list all items tagged with a given tag name.
Tue, 01 Feb 2011 04:50:18 +0530 The chapters link on view textbook page must use the new views.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 01 Feb 2011 04:50:18 +0530] rev 544
The chapters link on view textbook page must use the new views.
Tue, 01 Feb 2011 04:34:05 +0530 Add edit and view chapters views.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 01 Feb 2011 04:34:05 +0530] rev 543
Add edit and view chapters views.
Tue, 01 Feb 2011 04:33:35 +0530 Remove unused tags1 variable.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 01 Feb 2011 04:33:35 +0530] rev 542
Remove unused tags1 variable.
Tue, 01 Feb 2011 04:32:53 +0530 Add a base exception class and make unauthorization class a subclass.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 01 Feb 2011 04:32:53 +0530] rev 541
Add a base exception class and make unauthorization class a subclass.
Tue, 01 Feb 2011 02:31:53 +0530 Initial tags for the chapters should not contain Textbook as the keyword.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 01 Feb 2011 02:31:53 +0530] rev 540
Initial tags for the chapters should not contain Textbook as the keyword.
Tue, 01 Feb 2011 02:14:49 +0530 Add exception middleware and related files.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 01 Feb 2011 02:14:49 +0530] rev 539
Add exception middleware and related files.
Tue, 01 Feb 2011 02:14:28 +0530 Create a package for taskapp views and break the views into task and textbook.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 01 Feb 2011 02:14:28 +0530] rev 538
Create a package for taskapp views and break the views into task and textbook. Now all the view functions common to any two entities along with all tasks related views sit in task module. Even if the view is not directly related to the task entity, it sits in the task module since task is the base for every other entity in the application.
Tue, 01 Feb 2011 02:10:53 +0530 Move the configuration module to the helpers package and adjust the imports.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 01 Feb 2011 02:10:53 +0530] rev 537
Move the configuration module to the helpers package and adjust the imports.
Tue, 01 Feb 2011 02:09:27 +0530 Create a separate package to hold all the PyTask sitewide helpers.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 01 Feb 2011 02:09:27 +0530] rev 536
Create a separate package to hold all the PyTask sitewide helpers.
Tue, 01 Feb 2011 02:03:54 +0530 Add a utility script with a function to remove Textbook from current textbook chapter tasks.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 01 Feb 2011 02:03:54 +0530] rev 535
Add a utility script with a function to remove Textbook from current textbook chapter tasks.
Mon, 31 Jan 2011 01:36:43 +0530 Change password reset email URL to hard coded URL.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 31 Jan 2011 01:36:43 +0530] rev 534
Change password reset email URL to hard coded URL.
Mon, 31 Jan 2011 01:22:18 +0530 Use django-registration module url reverse methods than the django's.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 31 Jan 2011 01:22:18 +0530] rev 533
Use django-registration module url reverse methods than the django's.
Mon, 31 Jan 2011 00:56:24 +0530 Use the form helpers templatetags instead of hard coding forms.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 31 Jan 2011 00:56:24 +0530] rev 532
Use the form helpers templatetags instead of hard coding forms.
Mon, 31 Jan 2011 00:55:41 +0530 Change form related properties.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 31 Jan 2011 00:55:41 +0530] rev 531
Change form related properties.
Sun, 30 Jan 2011 20:06:16 +0530 Display list of tasks related to a Textbook and allow coordinator to create them.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 30 Jan 2011 20:06:16 +0530] rev 530
Display list of tasks related to a Textbook and allow coordinator to create them.
Sun, 30 Jan 2011 20:05:38 +0530 Style fixes.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 30 Jan 2011 20:05:38 +0530] rev 529
Style fixes.
Sun, 30 Jan 2011 20:04:45 +0530 Allow editing of tasks even to coordinators and mentors.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 30 Jan 2011 20:04:45 +0530] rev 528
Allow editing of tasks even to coordinators and mentors.
Sun, 30 Jan 2011 20:03:48 +0530 A task should be able to have sub tasks. So sub tasks are linked to their parents.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 30 Jan 2011 20:03:48 +0530] rev 527
A task should be able to have sub tasks. So sub tasks are linked to their parents.
Sun, 30 Jan 2011 18:59:23 +0530 Add a view, form and related URL for chapter creation under textbook.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 30 Jan 2011 18:59:23 +0530] rev 526
Add a view, form and related URL for chapter creation under textbook.
Sun, 30 Jan 2011 18:55:15 +0530 Chapters must be created from the Task model.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 30 Jan 2011 18:55:15 +0530] rev 525
Chapters must be created from the Task model. Textbook model don't exist anymore.
Sun, 30 Jan 2011 18:51:08 +0530 Fix the font size of the text in input boxes.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 30 Jan 2011 18:51:08 +0530] rev 524
Fix the font size of the text in input boxes.
Sun, 30 Jan 2011 15:57:58 +0530 Make the forms box liquid. Don't use fixed width.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 30 Jan 2011 15:57:58 +0530] rev 523
Make the forms box liquid. Don't use fixed width.
Sun, 30 Jan 2011 15:28:31 +0530 Disable Task creation and related activities for now.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 30 Jan 2011 15:28:31 +0530] rev 522
Disable Task creation and related activities for now.
Fri, 28 Jan 2011 04:05:09 +0530 Content of the email about workshop slides.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 28 Jan 2011 04:05:09 +0530] rev 521
Content of the email about workshop slides.
(0) -300 -100 -50 -30 tip