summaryrefslogtreecommitdiff
path: root/modules/user/controllers/logout.php
AgeCommit message (Expand)Author
2009-01-15Changing t() placeholder syntax from {{replace_me}} to %replace_me.Andy Staudacher
2009-01-08i18n refactoring: Rename all _() (reserved by gettext) calls to t().Andy Staudacher
2008-12-25Rework log and message helpers to be parallel, but separate.Bharat Mediratta
2008-12-21Add info/warning/error classes to log messages.Bharat Mediratta
2008-12-21Move logging up to the controllers so that our logging can operate at a more ...Bharat Mediratta
2008-12-21Add a logging facility, and instrument login/logout to use it.Bharat Mediratta
2008-11-28Create module::event() which runs Gallery events. It works byBharat Mediratta
2008-11-28Rename item events and create events for comment create, login, logout, user ...Tim Almdal
2008-11-15Destroy the session on logout, don't just delete the user.Bharat Mediratta
2008-11-15Only remove the user from the session when logging out.Bharat Mediratta
2008-11-15Revise the user login code.Bharat Mediratta
2008-11-14Move logout to its own controllerBharat Mediratta
2008-11-13Progress is being made... you can now logoutTim Almdal
2008-11-12More updates for user management. The controllers don't work yet. But the lo...Tim Almdal