summaryrefslogtreecommitdiff
path: root/modules/user/views/login.html.php
AgeCommit message (Expand)Author
2009-10-04Renamed more CSS selectors from gName to g-name.Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...Chad Kieffer
2009-08-31Fix XSS vectors in HTML attributes (mostly t() calls)Andy Staudacher
2009-08-31Rename mark_safe() to mark_clean()Andy Staudacher
2009-08-30Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi...Andy Staudacher
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-08-29Adding SafeString which is going to replace p::clean() and p::purify().Andy Staudacher
2009-07-21In the logout link, urlencode the continue url so that ampersands, etcBharat Mediratta
2009-07-21Escape bare & symbols so that we use valid entities. Fixes ticket #577.Bharat Mediratta
2009-07-19More thorough fix for #421. Create User_Model::display_name() whichBharat Mediratta
2009-06-06Fix formatting.Bharat Mediratta
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-05-31Run all variables that come from user-entered data through p::clean()Bharat Mediratta
2009-05-13Use the name field if the full_name field is empty.Bharat Mediratta
2009-04-17Fix i18n for "Logged in as" stringAndy Staudacher
2009-03-16Combined "Logged in as..." and "Modify Profile" to by just "Logged in as Full...Chad Kieffer
2009-03-16Clean up the login, maintenance login and required-top-level-login code.Bharat Mediratta
2009-03-11Fix ticket #119. Display the full name of the user in the same blockTim Almdal
2009-02-09Indent fixes.Chad Kieffer
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2009-01-03Added default user avatar. Comment thread updates, including display of avata...Chad Kieffer
2009-01-01Change the preamble for views in two ways:Bharat Mediratta
2008-12-25Big round of normalization of the way that our controllersBharat Mediratta
2008-12-19Fix indentation.Bharat Mediratta
2008-12-18Dialog polishing. They now resize their height. Updated form styles in the co...Chad Kieffer
2008-12-15Switched login display from display in the header to a dialog. Validation err...Chad Kieffer
2008-12-12Get rid of all pseudo users and pseudo groups, while preserving allBharat Mediratta
2008-12-01Grouped inline form styles. No longer using gInline class in favor of specifi...Chad Kieffer
2008-11-24Make login form JS unobtrusive. Needs work.Chad Kieffer
2008-11-22Cleanup of header to normalize margins and white space. Improved display of u...Chad Kieffer
2008-11-21Use the new block mechanism to insert user related content into the html pagesTim Almdal
2008-11-15Revise the user login code.Bharat Mediratta
2008-11-14Add the name attr to the input fields and use the form.serialize() method to ...Tim Almdal
2008-11-14Remove class="gInline" and set the css as suggested by thumb in -develTim Almdal
2008-11-14Internationalize all stringsBharat Mediratta
2008-11-13Major updates to form CSS. Now using unordered lists for layouts. Added .gInl...Chad Kieffer
2008-11-12The login processing is starting to take shape. Login_Form is gone. The html...Tim Almdal
2008-11-12Added a legend to the fieldsetTim Almdal
2008-11-12Generate the login view using fieldsets and an un order listTim Almdal
2008-11-12Set svn:eol-style LF on a new file and add the standard preamble to some files.Jozef Selesi
2008-11-12More updates for user management. The controllers don't work yet. But the lo...Tim Almdal