summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-17Use the correct choices variable for the role and status.Madhusudan.C.S
2011-01-17Use the right name for the profile role's values.Madhusudan.C.S
2011-01-17Update the reset db script to seed profile also.Madhusudan.C.S
2011-01-17Use the right form of names to be stored in the database.Madhusudan.C.S
2011-01-17Add support for right side menu.Madhusudan.C.S
2011-01-17Use the right names for the roles and all other choices.Madhusudan.C.S
2011-01-17Add label to the comment form field.Madhusudan.C.S
2011-01-17Add bottom margin to the main header.Madhusudan.C.S
2011-01-17Use the new forms tags and fix the styling.Madhusudan.C.S
2011-01-17Add a lot of CSS changes, I can't even remember how many and what are they.Madhusudan.C.S
Interestingly added CSS3 support for the first time. Welcome to the awesome dashing top bar.
2011-01-17Restructure the entire base template and move the left sidebar to another ↵Madhusudan.C.S
subtemplate.
2011-01-17Add two new buttons for approval.Madhusudan.C.S
2011-01-16Huh, please don't tell me I will have to refactor so much code again.Madhusudan.C.S
2011-01-16Use reverse function instead of hard coded URL.Madhusudan.C.S
Had missed my eyes in the last run.
2011-01-16Replace create template with edit template.Madhusudan.C.S
2011-01-16Remove the redundant function for suggesting tags and added the required import.Madhusudan.C.S
2011-01-16Move all the content from create form to edit form for tasks.Madhusudan.C.S
2011-01-16Remove redundant templates.Madhusudan.C.S
--HG-- extra : rebase_source : a8df73c37547e5e3e7ba413f53c0e5a7ed1012b0
2011-01-16Restructured create form to use templatetags and use Javascript for autcomplete.Madhusudan.C.S
2011-01-16Add templatetags for form handling.Madhusudan.C.S
2011-01-16Add JQuery and JQuery UI files to the collection.Madhusudan.C.S
2011-01-15Change imports to be more readable.Madhusudan.C.S
2011-01-15Change the name of the addreviewer url mapper.Madhusudan.C.S
2011-01-15Use django shortcut for raising 404s.Madhusudan.C.S
2011-01-15Capitalize the name Notifications.Madhusudan.C.S
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