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
/
logout.php
Age
Commit message (
Expand
)
Author
2009-01-15
Changing t() placeholder syntax from {{replace_me}} to %replace_me.
Andy Staudacher
2009-01-08
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
Andy Staudacher
2008-12-25
Rework log and message helpers to be parallel, but separate.
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-21
Add a logging facility, and instrument login/logout to use it.
Bharat Mediratta
2008-11-28
Create module::event() which runs Gallery events. It works by
Bharat Mediratta
2008-11-28
Rename item events and create events for comment create, login, logout, user ...
Tim Almdal
2008-11-15
Destroy the session on logout, don't just delete the user.
Bharat Mediratta
2008-11-15
Only remove the user from the session when logging out.
Bharat Mediratta
2008-11-15
Revise the user login code.
Bharat Mediratta
2008-11-14
Move logout to its own controller
Bharat Mediratta
2008-11-13
Progress is being made... you can now logout
Tim Almdal
2008-11-12
More updates for user management. The controllers don't work yet. But the lo...
Tim Almdal