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