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.
Thu, 20 Jan 2011 05:56:47 +0530 Adding a database dumpscript. It should be added to cron.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 05:56:47 +0530] rev 483
Adding a database dumpscript. It should be added to cron.
Thu, 20 Jan 2011 05:54:14 +0530 Adding a skeleton README file.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 05:54:14 +0530] rev 482
Adding a skeleton README file.
Thu, 20 Jan 2011 02:22:38 +0530 Add CSS for footer and add contact information to footer.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 02:22:38 +0530] rev 481
Add CSS for footer and add contact information to footer.
Thu, 20 Jan 2011 01:37:44 +0530 Added Calendar widget support from jQuery UI plugin for registration fields.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 01:37:44 +0530] rev 480
Added Calendar widget support from jQuery UI plugin for registration fields.
Thu, 20 Jan 2011 01:36:37 +0530 Add additional div tags and use % based values for all properties instead of pixel based.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 01:36:37 +0530] rev 479
Add additional div tags and use % based values for all properties instead of pixel based. The core ideas of using multiple containers among other things as commented in the CSS file are taken from http://www.maxdesign.com.au/articles/css-layouts/three-liquid/# giving them the due credits they deserve. Thank you very much guys. I was struggling to get a fully liquid three-column layout. I made some changes as per my ideas.
Thu, 20 Jan 2011 01:33:41 +0530 Fix the styling and modify the help text to calendar field to use the conventional format.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 01:33:41 +0530] rev 478
Fix the styling and modify the help text to calendar field to use the conventional format.
Thu, 20 Jan 2011 01:32:49 +0530 Modify the Form legend text (if we ever make it appear anywhere) to show Create Registration Form.
Madhusudan.C.S <madhusudancs@gmail.com> [Thu, 20 Jan 2011 01:32:49 +0530] rev 477
Modify the Form legend text (if we ever make it appear anywhere) to show Create Registration Form.
Wed, 19 Jan 2011 19:16:24 +0530 Add about links to left sidebar which redirects to textbooks and fossee main pages.
Madhusudan.C.S <madhusudancs@gmail.com> [Wed, 19 Jan 2011 19:16:24 +0530] rev 476
Add about links to left sidebar which redirects to textbooks and fossee main pages.
Wed, 19 Jan 2011 19:05:49 +0530 Remove Proceed to login text from activate.html file.
Madhusudan.C.S <madhusudancs@gmail.com> [Wed, 19 Jan 2011 19:05:49 +0530] rev 475
Remove Proceed to login text from activate.html file.
Wed, 19 Jan 2011 18:53:50 +0530 Adding activate.html as required by the django-registration protocol.
Madhusudan.C.S <madhusudancs@gmail.com> [Wed, 19 Jan 2011 18:53:50 +0530] rev 474
Adding activate.html as required by the django-registration protocol.
Wed, 19 Jan 2011 18:36:29 +0530 Add a template page for server error config. HTTP 500.
Madhusudan.C.S <madhusudancs@gmail.com> [Wed, 19 Jan 2011 18:36:29 +0530] rev 473
Add a template page for server error config. HTTP 500.
Tue, 18 Jan 2011 22:17:05 +0530 Move the regbackend import to urls.py.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 22:17:05 +0530] rev 472
Move the regbackend import to urls.py.
Tue, 18 Jan 2011 22:02:35 +0530 Add django-extensions app to the site INSTALLED_APPS.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 22:02:35 +0530] rev 471
Add django-extensions app to the site INSTALLED_APPS.
Tue, 18 Jan 2011 22:01:02 +0530 Remove the remaining occurences of uniq_key.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 22:01:02 +0530] rev 470
Remove the remaining occurences of uniq_key.
Tue, 18 Jan 2011 21:59:20 +0530 import the signal connector module for profile creation in the models file since it is loaded when django starts the server.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 21:59:20 +0530] rev 469
import the signal connector module for profile creation in the models file since it is loaded when django starts the server.
Tue, 18 Jan 2011 21:58:24 +0530 Replace the occurence of role to rights.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 21:58:24 +0530] rev 468
Replace the occurence of role to rights.
Tue, 18 Jan 2011 21:58:08 +0530 Remove all occurences of uniq_key.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 21:58:08 +0530] rev 467
Remove all occurences of uniq_key.
Tue, 18 Jan 2011 21:57:41 +0530 Fix the style as per PEP8 guidelines.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 21:57:41 +0530] rev 466
Fix the style as per PEP8 guidelines.
Tue, 18 Jan 2011 21:55:13 +0530 Add support to werkzeug and the most sought after django command extensions app.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 21:55:13 +0530] rev 465
Add support to werkzeug and the most sought after django command extensions app.
Tue, 18 Jan 2011 17:34:57 +0530 Redirect successful login to profile page if logged in from activation complete.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 17:34:57 +0530] rev 464
Redirect successful login to profile page if logged in from activation complete.
Tue, 18 Jan 2011 17:34:29 +0530 Make changes to the code style so that it is consistent across the code base.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 17:34:29 +0530] rev 463
Make changes to the code style so that it is consistent across the code base.
Tue, 18 Jan 2011 15:36:07 +0530 Fix the site template variable used in the email for registrants.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 15:36:07 +0530] rev 462
Fix the site template variable used in the email for registrants.
Tue, 18 Jan 2011 14:54:24 +0530 This file was mistakenly deleted in the previous version. Reverting the delete.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 14:54:24 +0530] rev 461
This file was mistakenly deleted in the previous version. Reverting the delete.
Tue, 18 Jan 2011 14:47:26 +0530 Use the defined templatetag on profile registration form too.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 14:47:26 +0530] rev 460
Use the defined templatetag on profile registration form too.
Tue, 18 Jan 2011 14:37:54 +0530 Add tooltip support for form fields using qtip.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 14:37:54 +0530] rev 459
Add tooltip support for form fields using qtip.
Tue, 18 Jan 2011 14:37:30 +0530 Add the error message to login template.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 14:37:30 +0530] rev 458
Add the error message to login template.
Tue, 18 Jan 2011 14:37:06 +0530 Handle all cases of login.
Madhusudan.C.S <madhusudancs@gmail.com> [Tue, 18 Jan 2011 14:37:06 +0530] rev 457
Handle all cases of login. Firstly refactor the code to move all the post login mechanisms to a function of its own. Then add support to redirect the user if the login was attempted from logout page. Finally if the post response we got contains html, it is not a valid JSON, which means the login failed. In this case catch the exception and show the login error.
(0) -300 -100 -50 -30 +30 +50 tip