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.
Madhusudan.C.S <madhusudancs@gmail.com> [Sat, 15 Jan 2011 03:58:06 +0530] rev 407
Add name for each URL definition.
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.
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.
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.
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.
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
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.
Puneeth Chaganti <punchagan@gmail.com> [Fri, 14 Jan 2011 22:53:18 +0530] rev 400
base.css: Changed font-family and font-size.
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.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 04:18:16 +0530] rev 398
Added south in installed apps.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 04:18:03 +0530] rev 397
Adjusted the styling of the urls.py file.
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.
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.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 04:04:26 +0530] rev 394
Added STATIC related variables.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 02:28:59 +0530] rev 393
.installed.cfg from buildout should not be tracked.
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.
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.
Madhusudan.C.S <madhusudancs@gmail.com> [Fri, 14 Jan 2011 02:10:03 +0530] rev 390
Add psycopg2 package for postgresql support.
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.
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.
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
Nishanth Amuluru <nishanth@fossee.in> [Wed, 12 Jan 2011 00:19:22 +0530] rev 386
fixed a few broken links to templates
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 22:43:56 +0530] rev 385
added all the buildout data to hgignore
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 22:41:51 +0530] rev 384
removed all the buildout files
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 17:40:14 +0530] rev 383
submit report works fine
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 16:51:07 +0530] rev 382
view_work is now working
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 14:57:16 +0530] rev 381
add reviewer works now
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 14:30:25 +0530] rev 380
approval of textbooks works now
Nishanth Amuluru <nishanth@fossee.in> [Tue, 11 Jan 2011 12:36:55 +0530] rev 379
corrected the user view url