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
/
controllers
/
login.php
Age
Commit message (
Expand
)
Author
2009-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
2009-01-12
Updated for new Form_Submit API.
Bharat Mediratta
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2009-01-06
Add a submit button to the login form
Bharat Mediratta
2008-12-29
Remove rest::JSON content type; it's causing lots of problems and it doesn't ...
Bharat Mediratta
2008-12-26
Added content type to JSON output functions
Felix Rabinovich
2008-12-26
Login is 'info' not 'success'
Bharat Mediratta
2008-12-25
Rework log and message helpers to be parallel, but separate.
Bharat Mediratta
2008-12-25
Big round of normalization of the way that our controllers
Bharat Mediratta
2008-12-24
Tersify a log message
Bharat Mediratta
2008-12-24
Lots of deltas rolled up into a bigger change. Sorry for the mess.
Bharat Mediratta
2008-12-21
Add info/warning/error classes to log messages.
Bharat Mediratta
2008-12-21
Move logging up to the controllers so that our logging can operate at a more ...
Bharat Mediratta
2008-12-19
Don't try to validate the form unless it's a POST request.
Bharat Mediratta
2008-12-16
(no commit message)
Tim Almdal
2008-12-15
Change the login form so that the legend is populated
Tim Almdal
2008-11-16
Rename gLogin -> gLoginForm
Bharat Mediratta
2008-11-16
Create MY_Forge to specify the defaul html
Tim Almdal
2008-11-15
Add support for modifying user data. It still needs work.
Bharat Mediratta
2008-11-15
Revise the user login code.
Bharat Mediratta
2008-11-14
Internationalize all strings
Bharat Mediratta
2008-11-14
Remove the logout action from the login controller
Tim Almdal
2008-11-13
Progress is being made... you can now logout
Tim Almdal
2008-11-12
The login processing is starting to take shape. Login_Form is gone. The html...
Tim Almdal
2008-11-12
Remove user_password class and move the functionality into the user helper class
Tim Almdal
2008-11-12
More updates for user management. The controllers don't work yet. But the lo...
Tim Almdal