summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-20Add additional div tags and use % based values for all properties instead of ↵Madhusudan.C.S
pixel based. The core ideas of using multiple containers among other things as commented in the CSS file are taken from http://www.maxdesign.com.au/articles/css-layouts/three-liquid/# giving them the due credits they deserve. Thank you very much guys. I was struggling to get a fully liquid three-column layout. I made some changes as per my ideas. --HG-- extra : rebase_source : a071d5e0518ec9b772ac7fc60581fd8412cfa7dd
2011-01-20Fix the styling and modify the help text to calendar field to use the ↵Madhusudan.C.S
conventional format. --HG-- extra : rebase_source : 890e5ed588ed4cc54b4bc68fa561099afad584e0
2011-01-20Modify the Form legend text (if we ever make it appear anywhere) to show ↵Madhusudan.C.S
Create Registration Form. --HG-- extra : rebase_source : f2dc86f1ff20341574991721d8944eaf87405266
2011-01-19Add about links to left sidebar which redirects to textbooks and fossee main ↵Madhusudan.C.S
pages.
2011-01-19Remove Proceed to login text from activate.html file.Madhusudan.C.S
2011-01-19Adding activate.html as required by the django-registration protocol.Madhusudan.C.S
2011-01-19Add a template page for server error config. HTTP 500.Madhusudan.C.S
2011-01-18Move the regbackend import to urls.py.Madhusudan.C.S
2011-01-18Add django-extensions app to the site INSTALLED_APPS.Madhusudan.C.S
2011-01-18Remove the remaining occurences of uniq_key.Madhusudan.C.S
2011-01-18import the signal connector module for profile creation in the models file ↵Madhusudan.C.S
since it is loaded when django starts the server.
2011-01-18Replace the occurence of role to rights.Madhusudan.C.S
2011-01-18Remove all occurences of uniq_key.Madhusudan.C.S
2011-01-18Fix the style as per PEP8 guidelines.Madhusudan.C.S
2011-01-18Add support to werkzeug and the most sought after django command extensions app.Madhusudan.C.S
2011-01-18Redirect successful login to profile page if logged in from activation complete.Madhusudan.C.S
2011-01-18Make changes to the code style so that it is consistent across the code base.Madhusudan.C.S
2011-01-18Fix the site template variable used in the email for registrants.Madhusudan.C.S
2011-01-18This file was mistakenly deleted in the previous version. Reverting the delete.Madhusudan.C.S
2011-01-18Use the defined templatetag on profile registration form too.Madhusudan.C.S
2011-01-18Add tooltip support for form fields using qtip.Madhusudan.C.S
2011-01-18Add the error message to login template.Madhusudan.C.S
2011-01-18Handle all cases of login.Madhusudan.C.S
Firstly refactor the code to move all the post login mechanisms to a function of its own. Then add support to redirect the user if the login was attempted from logout page. Finally if the post response we got contains html, it is not a valid JSON, which means the login failed. In this case catch the exception and show the login error.
2011-01-18CSS Properties to render login form error.Madhusudan.C.S
2011-01-18Redirect the login to home page if the login is made from logout page.Madhusudan.C.S
2011-01-18Move LOGIN_REDIRECT_URL to local settings since it differs based on URLs on ↵Madhusudan.C.S
the local settings.
2011-01-18A new view for processing post login to give the right html to replace for ↵Madhusudan.C.S
user action right sidebar.
2011-01-18Replace all usage of context with RequestContext and use the imports in ↵Madhusudan.C.S
right form.
2011-01-18Replace all occurences of context with RequestContext in taskapp views.Madhusudan.C.S
2011-01-18Add the necessary Javascript to implement in place login functionality.Madhusudan.C.S
2011-01-18Move the user login template code to its own template file, so it can be reused.Madhusudan.C.S
2011-01-18Add the source to Javascript required to login users.Madhusudan.C.S
2011-01-18Replaces all occurences of context with RequestContext.Madhusudan.C.S
2011-01-17Add login properties to right menu.Madhusudan.C.S
2011-01-17Add CSS properties for login form.Madhusudan.C.S
2011-01-17Fix style issue in the profile model.Madhusudan.C.S
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.