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.
Fri, 14 Jan 2011 01:43:35 +0530 Updated the hgignore file to ignore all the unnecessary files.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 01:43:35 +0530] rev 389
Updated the hgignore file to ignore all the unnecessary files.
Fri, 14 Jan 2011 01:04:10 +0530 This branch is of no use too. Marking it as dead. madhu
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 01:04:10 +0530] rev 388
This branch is of no use too. Marking it as dead.
Wed, 12 Jan 2011 00:22:27 +0530 fixed a bug where guest users were not able to view the page correctly
Nishanth Amuluru <nishanth@fossee.in> [Wed, 12 Jan 2011 00:22:27 +0530] rev 387
fixed a bug where guest users were not able to view the page correctly
Wed, 12 Jan 2011 00:19:22 +0530 fixed a few broken links to templates
Nishanth Amuluru <nishanth@fossee.in> [Wed, 12 Jan 2011 00:19:22 +0530] rev 386
fixed a few broken links to templates
Tue, 11 Jan 2011 22:43:56 +0530 added all the buildout data to hgignore
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 22:43:56 +0530] rev 385
added all the buildout data to hgignore
Tue, 11 Jan 2011 22:41:51 +0530 removed all the buildout files
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 22:41:51 +0530] rev 384
removed all the buildout files
Tue, 11 Jan 2011 17:40:14 +0530 submit report works fine
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 17:40:14 +0530] rev 383
submit report works fine
Tue, 11 Jan 2011 16:51:07 +0530 view_work is now working
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 16:51:07 +0530] rev 382
view_work is now working
Tue, 11 Jan 2011 14:57:16 +0530 add reviewer works now
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 14:57:16 +0530] rev 381
add reviewer works now
Tue, 11 Jan 2011 14:30:25 +0530 approval of textbooks works now
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 14:30:25 +0530] rev 380
approval of textbooks works now
Tue, 11 Jan 2011 12:36:55 +0530 corrected the user view url
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 12:36:55 +0530] rev 379
corrected the user view url
(0) -300 -100 -50 -30 +30 +50 +100 tip