summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-20Add CSS for footer and add contact information to footer.Madhusudan.C.S
2011-01-20Added Calendar widget support from jQuery UI plugin for registration fields.Madhusudan.C.S
2011-01-20Add additional div tags and use % based values for all properties instead of ...Madhusudan.C.S
2011-01-20Fix the styling and modify the help text to calendar field to use the convent...Madhusudan.C.S
2011-01-20Modify the Form legend text (if we ever make it appear anywhere) to show Crea...Madhusudan.C.S
2011-01-19Add about links to left sidebar which redirects to textbooks and fossee main ...Madhusudan.C.S
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 si...Madhusudan.C.S
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
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 t...Madhusudan.C.S
2011-01-18A new view for processing post login to give the right html to replace for us...Madhusudan.C.S
2011-01-18Replace all usage of context with RequestContext and use the imports in right...Madhusudan.C.S
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
2011-01-17Restructure the entire base template and move the left sidebar to another sub...Madhusudan.C.S
2011-01-17Add two new buttons for approval.Madhusudan.C.S