summaryrefslogtreecommitdiff
path: root/core/controllers/admin.php
AgeCommit message (Expand)Author
2008-12-25Make sure admin method exist before we call them, else we'll just recurse int...Bharat Mediratta
2008-12-24Normalize our Admin controllers so that functions always print outBharat Mediratta
2008-12-22Normalize CSRF handling into the access helper. Probably not the bestBharat Mediratta
2008-12-20Collapse Admin_Dashboard_Controller down into a single theme call, since nowBharat Mediratta
2008-12-19Fix a bug in admin delegation.Bharat Mediratta
2008-12-19Create a new pattern for Site Admin controllers:Bharat Mediratta
2008-12-15Rename default_admin to admin_default.Bharat Mediratta
2008-12-15Refactor admin dashboard.Bharat Mediratta
2008-12-15mark unauthorized exception w/ a @todoBharat Mediratta
2008-12-14load admin subpages AJAXy wayFelix Rabinovich
2008-12-14convert single quotes to double quotes for consistency.Bharat Mediratta
2008-12-14refactored admin views and added 'List User'Felix Rabinovich
2008-12-14clean the links and require authorization before showing admin pagesFelix Rabinovich
2008-12-141. fix up the <link> and <script> elements in the dashboard <head>.Felix Rabinovich
2008-12-14Fixed tabs and line endingsFelix Rabinovich
2008-12-14Created admin controller and made admin obey admin theme settingsFelix Rabinovich