summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-15Add a new view method for specific users profile view.Madhusudan.C.S
2011-01-15Manipulate all the templates to use {% url %} templatetag instead of hard ↵Madhusudan.C.S
coded URLs.
2011-01-15Remove initial south migrations also during reset of the database.Madhusudan.C.S
2011-01-15Modify the home page URL mapper to be consistent with other mappers.Madhusudan.C.S
2011-01-15Removed this file since the utilities are no more used.Madhusudan.C.S
2011-01-15Add reset_db script.Madhusudan.C.S
2011-01-15Remove the unexisting import.Madhusudan.C.S
2011-01-15Used reverse URL matching instead of hard coded URLs.Madhusudan.C.S
2011-01-15Fix styling issue in URLConf.Madhusudan.C.S
2011-01-15Make adjustment in import styling.Madhusudan.C.S
2011-01-15Make changes to the import styles, ids used and use reverse function for URL ↵Madhusudan.C.S
generation instead of hard coded URLs.
2011-01-15Add name for each URL definition.Madhusudan.C.S
2011-01-15Removed utils file whose only function is not required anymore.Madhusudan.C.S
2011-01-15Add a fixture to maintain the Sites framework data settings.Madhusudan.C.S
2011-01-15Change the admin media prefix to suit the server settings.Madhusudan.C.S
2011-01-15Remove uniqkey field from every model.Madhusudan.C.S
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. --HG-- extra : rebase_source : f02c906ecc68657d554cf3fb2da471252a4f62dd
2011-01-15Add pytask as prefix to admin media and move SITE_ID to local settingsMadhusudan.C.S
--HG-- extra : rebase_source : 2571cb595ba7418de5fb46e4eca8e5b058708730
2011-01-14Replace URL definition with the standard way of defining URLs.Madhusudan.C.S
--HG-- extra : rebase_source : 2a3fb4c76f06c3e5cb2d29f06cfdb268a41cf9a4
2011-01-14base.css: Changed font-family and font-size.Puneeth Chaganti
2011-01-14Adding south's migrate directory to non-trackable directories list. This ↵Madhusudan.C.S
should be run on every instance separately.
2011-01-14Added south in installed apps.Madhusudan.C.S
2011-01-14Adjusted the styling of the urls.py file.Madhusudan.C.S
2011-01-14Add a DEVELOPMENT settings for URL mapping for static and media files.Madhusudan.C.S
2011-01-14Fixed the path to use /pytask as the prefix.Madhusudan.C.S
2011-01-14Added STATIC related variables.Madhusudan.C.S
2011-01-14.installed.cfg from buildout should not be tracked.Madhusudan.C.S
2011-01-14Reorganized settings file to use the current filesystem path than hard coded ↵Madhusudan.C.S
paths.
2011-01-14Move local settings specific stuff out of settings.py to local.py.Madhusudan.C.S
Due to security reasons local.py is not tracked by revision control system.
2011-01-14Add psycopg2 package for postgresql support.Madhusudan.C.S
2011-01-14Updated the hgignore file to ignore all the unnecessary files.Madhusudan.C.S
2011-01-12fixed a bug where guest users were not able to view the page correctlyNishanth Amuluru
2011-01-12fixed a few broken links to templatesNishanth Amuluru
2011-01-11added all the buildout data to hgignoreNishanth Amuluru
2011-01-11removed all the buildout filesNishanth Amuluru
2011-01-11submit report works fineNishanth Amuluru
2011-01-11view_work is now workingNishanth Amuluru
2011-01-11add reviewer works nowNishanth Amuluru
2011-01-11approval of textbooks works nowNishanth Amuluru
2011-01-11corrected the user view urlNishanth Amuluru
2011-01-11added view_user functionalityNishanth Amuluru
2011-01-11approve text book is meaningful nowNishanth Amuluru
2011-01-11browse tasks works fine nowNishanth Amuluru
2011-01-11added admin filesNishanth Amuluru
2011-01-11task approval is fine nowNishanth Amuluru
2011-01-11edit textbook works fineNishanth Amuluru
2011-01-11created browse textbooks pageNishanth Amuluru
2011-01-11pointed the link correctlyNishanth Amuluru
2011-01-11view textbook works fineNishanth Amuluru
2011-01-09added under_construction view and used itNishanth Amuluru
2011-01-09add textbook works fineNishanth Amuluru