summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
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