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.
Fri, 28 Jan 2011 02:27:56 +0530 Override the username field provided by Registration app.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 28 Jan 2011 02:27:56 +0530] rev 520
Override the username field provided by Registration app.
Fri, 28 Jan 2011 02:27:40 +0530 Use the release version of South than the latest version.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 28 Jan 2011 02:27:40 +0530] rev 519
Use the release version of South than the latest version. South is very critical for our application. So don't take any risk with the users data. Use the release version.
Mon, 24 Jan 2011 23:03:57 +0530 Content of the Email to be sent for Scilab workshop.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 24 Jan 2011 23:03:57 +0530] rev 518
Content of the Email to be sent for Scilab workshop.
Mon, 24 Jan 2011 23:03:41 +0530 Added my name for the email sender address.
Madhusudan.C.S <madhusudancs@gmail.com> [Mon, 24 Jan 2011 23:03:41 +0530] rev 517
Added my name for the email sender address.
Sun, 23 Jan 2011 03:21:50 +0530 Add support for Pygments.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 23 Jan 2011 03:21:50 +0530] rev 516
Add support for Pygments.
Sun, 23 Jan 2011 03:21:42 +0530 Style fix.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 23 Jan 2011 03:21:42 +0530] rev 515
Style fix.
Sun, 23 Jan 2011 03:21:34 +0530 Fixed a bug related to using wrong ID in the template tag.
Madhusudan.C.S <madhusudancs@gmail.com> [Sun, 23 Jan 2011 03:21:34 +0530] rev 514
Fixed a bug related to using wrong ID in the template tag.
Sat, 22 Jan 2011 01:12:50 +0530 Adding contents of confusion resolver mail for the textbook project.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 22 Jan 2011 01:12:50 +0530] rev 513
Adding contents of confusion resolver mail for the textbook project.
Fri, 21 Jan 2011 19:57:51 +0530 Modify the template of the mail.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 21 Jan 2011 19:57:51 +0530] rev 512
Modify the template of the mail.
Fri, 21 Jan 2011 19:57:40 +0530 Fixed the getting profile and name model property.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 21 Jan 2011 19:57:40 +0530] rev 511
Fixed the getting profile and name model property.
Fri, 21 Jan 2011 19:48:33 +0530 Templates for sending textbook project workshop remainder email.
Madhusudan.C.S <madhusudancs@fossee.in> [Fri, 21 Jan 2011 19:48:33 +0530] rev 510
Templates for sending textbook project workshop remainder email.
Fri, 21 Jan 2011 19:47:43 +0530 Add a script for sending email to users.
Madhusudan.C.S <madhusudancs@fossee.in> [Fri, 21 Jan 2011 19:47:43 +0530] rev 509
Add a script for sending email to users.
Fri, 21 Jan 2011 02:12:25 +0530 Make the created by line use the new templatetag in tasks view page.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 21 Jan 2011 02:12:25 +0530] rev 508
Make the created by line use the new templatetag in tasks view page.
Fri, 21 Jan 2011 02:11:59 +0530 Add uberbar messages not to claim the task. This must be disabled once claiming is possible.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 21 Jan 2011 02:11:59 +0530] rev 507
Add uberbar messages not to claim the task. This must be disabled once claiming is possible.
Fri, 21 Jan 2011 02:11:25 +0530 Fix styling issues.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 21 Jan 2011 02:11:25 +0530] rev 506
Fix styling issues.
Fri, 21 Jan 2011 02:09:58 +0530 Add support for sticky bar top bar.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 21 Jan 2011 02:09:58 +0530] rev 505
Add support for sticky bar top bar.
Fri, 21 Jan 2011 00:27:33 +0530 Use the right URL reverse name for selecting claimed user.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 21 Jan 2011 00:27:33 +0530] rev 504
Use the right URL reverse name for selecting claimed user.
Fri, 21 Jan 2011 00:17:10 +0530 Use the view_user_profile reverse view name for the profiles of non-logged in users.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 21 Jan 2011 00:17:10 +0530] rev 503
Use the view_user_profile reverse view name for the profiles of non-logged in users.
Thu, 20 Jan 2011 17:47:41 +0530 Add a project specific configuration file, and create a template context processor to tell if tasks claim are enabled or not.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 17:47:41 +0530] rev 502
Add a project specific configuration file, and create a template context processor to tell if tasks claim are enabled or not.
Thu, 20 Jan 2011 17:46:49 +0530 Change all the queries to Textbook model to Tasks.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 17:46:49 +0530] rev 501
Change all the queries to Textbook model to Tasks. Since Textbook model is deprecated now, implemented the changes in the views to query respected queries and make corresponding changes in the views.
Thu, 20 Jan 2011 17:45:39 +0530 Fix styling issues.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 17:45:39 +0530] rev 500
Fix styling issues.
Thu, 20 Jan 2011 17:44:02 +0530 Give style to the main header text link of every html page.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 17:44:02 +0530] rev 499
Give style to the main header text link of every html page.
Thu, 20 Jan 2011 17:42:46 +0530 Add a new templatetag to render modified on and by line in documents.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 17:42:46 +0530] rev 498
Add a new templatetag to render modified on and by line in documents. Add the necessary div tags, html templates, templatetag function and the CSS to give necessary layout and styling.
Thu, 20 Jan 2011 07:56:21 +0530 List each department textbooks separately for now, think of a clever way later.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 07:56:21 +0530] rev 497
List each department textbooks separately for now, think of a clever way later.
Thu, 20 Jan 2011 07:55:38 +0530 Add templatetags for listing textbooks.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 07:55:38 +0530] rev 496
Add templatetags for listing textbooks. This templatetag must be refactored to be utilized for tasks also.
Thu, 20 Jan 2011 07:17:14 +0530 Textbooks list page should list all the tasks tagged with textbooks.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 07:17:14 +0530] rev 495
Textbooks list page should list all the tasks tagged with textbooks.
Thu, 20 Jan 2011 06:36:38 +0530 Added additional text message for the deprecated model.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 06:36:38 +0530] rev 494
Added additional text message for the deprecated model.
Thu, 20 Jan 2011 06:31:18 +0530 Adding deprecation warning to Textbook model.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 06:31:18 +0530] rev 493
Adding deprecation warning to Textbook model.
Thu, 20 Jan 2011 06:22:10 +0530 Add time to filenames generated for dumps.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 06:22:10 +0530] rev 492
Add time to filenames generated for dumps.
Thu, 20 Jan 2011 06:13:40 +0530 Add last_modified field to most of the models and make other necessary model changes.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 06:13:40 +0530] rev 491
Add last_modified field to most of the models and make other necessary model changes.
Thu, 20 Jan 2011 06:12:57 +0530 Approve the textbooks directly.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 06:12:57 +0530] rev 490
Approve the textbooks directly.
Thu, 20 Jan 2011 06:12:25 +0530 Return whatever context can be shown for non-logged in user for tasks browse.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 06:12:25 +0530] rev 489
Return whatever context can be shown for non-logged in user for tasks browse.
Thu, 20 Jan 2011 06:02:34 +0530 Use the right url reverse name for profile views.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 06:02:34 +0530] rev 488
Use the right url reverse name for profile views.
Thu, 20 Jan 2011 06:02:04 +0530 Change the path to dump data directory.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 06:02:04 +0530] rev 487
Change the path to dump data directory.
Thu, 20 Jan 2011 06:01:49 +0530 Remove the reset_db script. I should not be able to run it even in my dream.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 06:01:49 +0530] rev 486
Remove the reset_db script. I should not be able to run it even in my dream.
Thu, 20 Jan 2011 06:00:17 +0530 Scripts for taskapp and profile apps south migrations.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 06:00:17 +0530] rev 485
Scripts for taskapp and profile apps south migrations.
Thu, 20 Jan 2011 05:59:47 +0530 A python script to load the data of tasks from CSV to database.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 05:59:47 +0530] rev 484
A python script to load the data of tasks from CSV to database.
(0) -300 -100 -60 tip