Sat, 15 Jan 2011 21:22:56 +0530 Capitalize the name Notifications.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 21:22:56 +0530] rev 419
Capitalize the name Notifications.
Sat, 15 Jan 2011 21:22:35 +0530 Add a new view method for specific users profile view.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 21:22:35 +0530] rev 418
Add a new view method for specific users profile view.
Sat, 15 Jan 2011 21:21:49 +0530 Manipulate all the templates to use {% url %} templatetag instead of hard coded URLs.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 21:21:49 +0530] rev 417
Manipulate all the templates to use {% url %} templatetag instead of hard coded URLs.
Sat, 15 Jan 2011 21:21:19 +0530 Remove initial south migrations also during reset of the database.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 21:21:19 +0530] rev 416
Remove initial south migrations also during reset of the database.
Sat, 15 Jan 2011 21:20:35 +0530 Modify the home page URL mapper to be consistent with other mappers.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 21:20:35 +0530] rev 415
Modify the home page URL mapper to be consistent with other mappers.
Sat, 15 Jan 2011 21:20:01 +0530 Removed this file since the utilities are no more used.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 21:20:01 +0530] rev 414
Removed this file since the utilities are no more used.
Sat, 15 Jan 2011 04:18:57 +0530 Add reset_db script.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 04:18:57 +0530] rev 413
Add reset_db script.
Sat, 15 Jan 2011 04:18:44 +0530 Remove the unexisting import.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 04:18:44 +0530] rev 412
Remove the unexisting import.
Sat, 15 Jan 2011 04:06:45 +0530 Used reverse URL matching instead of hard coded URLs.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 04:06:45 +0530] rev 411
Used reverse URL matching instead of hard coded URLs.
Sat, 15 Jan 2011 04:06:30 +0530 Fix styling issue in URLConf.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 04:06:30 +0530] rev 410
Fix styling issue in URLConf.
Sat, 15 Jan 2011 03:59:15 +0530 Make adjustment in import styling.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 03:59:15 +0530] rev 409
Make adjustment in import styling.
Sat, 15 Jan 2011 03:59:00 +0530 Make changes to the import styles, ids used and use reverse function for URL generation instead of hard coded URLs.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 03:59:00 +0530] rev 408
Make changes to the import styles, ids used and use reverse function for URL generation instead of hard coded URLs.
Sat, 15 Jan 2011 03:58:06 +0530 Add name for each URL definition.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 03:58:06 +0530] rev 407
Add name for each URL definition.
Sat, 15 Jan 2011 03:57:25 +0530 Removed utils file whose only function is not required anymore.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 03:57:25 +0530] rev 406
Removed utils file whose only function is not required anymore.
Sat, 15 Jan 2011 01:19:48 +0530 Add a fixture to maintain the Sites framework data settings.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 01:19:48 +0530] rev 405
Add a fixture to maintain the Sites framework data settings.
Sat, 15 Jan 2011 01:16:17 +0530 Change the admin media prefix to suit the server settings.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 01:16:17 +0530] rev 404
Change the admin media prefix to suit the server settings.
Sat, 15 Jan 2011 00:41:50 +0530 Remove uniqkey field from every model.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 00:41:50 +0530] rev 403
Remove uniqkey field from every model. This field is redundant data. Every Django database model has a built-in id which is unique for that database entity. So this field becomes redundant. In addition this field is not even a primary key. So I am not sure what it is trying to achieve. It is also agains the schema design principles. Normalization level 2 is lost by having redundant data. The way uniqkey is generated using random is also awkward.
Sat, 15 Jan 2011 00:37:46 +0530 Add pytask as prefix to admin media and move SITE_ID to local settings
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 00:37:46 +0530] rev 402
Add pytask as prefix to admin media and move SITE_ID to local settings
Fri, 14 Jan 2011 05:29:44 +0530 Replace URL definition with the standard way of defining URLs.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 05:29:44 +0530] rev 401
Replace URL definition with the standard way of defining URLs.
Fri, 14 Jan 2011 22:53:18 +0530 base.css: Changed font-family and font-size.
Puneeth Chaganti <punchagan@gmail.com> [Fri, 14 Jan 2011 22:53:18 +0530] rev 400
base.css: Changed font-family and font-size.
Fri, 14 Jan 2011 04:25:03 +0530 Adding south's migrate directory to non-trackable directories list. This should be run on every instance separately.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 04:25:03 +0530] rev 399
Adding south's migrate directory to non-trackable directories list. This should be run on every instance separately.
Fri, 14 Jan 2011 04:18:16 +0530 Added south in installed apps.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 04:18:16 +0530] rev 398
Added south in installed apps.
Fri, 14 Jan 2011 04:18:03 +0530 Adjusted the styling of the urls.py file.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 04:18:03 +0530] rev 397
Adjusted the styling of the urls.py file.
Fri, 14 Jan 2011 04:05:24 +0530 Add a DEVELOPMENT settings for URL mapping for static and media files.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 04:05:24 +0530] rev 396
Add a DEVELOPMENT settings for URL mapping for static and media files.
Fri, 14 Jan 2011 04:05:05 +0530 Fixed the path to use /pytask as the prefix.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 04:05:05 +0530] rev 395
Fixed the path to use /pytask as the prefix.
Fri, 14 Jan 2011 04:04:26 +0530 Added STATIC related variables.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 04:04:26 +0530] rev 394
Added STATIC related variables.
Fri, 14 Jan 2011 02:28:59 +0530 .installed.cfg from buildout should not be tracked.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 02:28:59 +0530] rev 393
.installed.cfg from buildout should not be tracked.
Fri, 14 Jan 2011 02:28:42 +0530 Reorganized settings file to use the current filesystem path than hard coded paths.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 02:28:42 +0530] rev 392
Reorganized settings file to use the current filesystem path than hard coded paths.
Fri, 14 Jan 2011 02:10:53 +0530 Move local settings specific stuff out of settings.py to local.py.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 02:10:53 +0530] rev 391
Move local settings specific stuff out of settings.py to local.py. Due to security reasons local.py is not tracked by revision control system.
Fri, 14 Jan 2011 02:10:03 +0530 Add psycopg2 package for postgresql support.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 02:10:03 +0530] rev 390
Add psycopg2 package for postgresql support.
(0) -300 -100 -50 -30 +30 +50 +100 tip