summaryrefslogtreecommitdiff
path: root/lib/adminpanelaction.php
AgeCommit message (Collapse)Author
2010-03-04Merge branch 'testing' into 0.9.xBrion Vibber
Conflicts: db/08to09.sql
2010-03-04Bringing aside back because it is needed for Design values. Will hideSarven Capadisli
from CSS instead.
2010-03-04Merge commit 'origin/testing' into 0.9.xBrion Vibber
Conflicts: lib/action.php lib/adminpanelaction.php
2010-03-03Move snapshot configuration to its own admin panelZach Copley
Turn on with: $config['admin']['panels'][] = 'snapshot';
2010-03-03Site-wide notice text admin panelZach Copley
2010-03-03Removed aside container from output for the admin panel sectionsSarven Capadisli
2010-03-03Add class="admin" to the content div of admin panels for stylingZach Copley
2010-03-02Add translator documentationSiebrand Mazeland
Signed-off-by: Siebrand Mazeland <s.mazeland@xs4all.nl>
2010-02-06Move authorization for admin panels to AdminPanelAction classEvan Prodromou
2010-01-28Move sessions settings to its own panelZach Copley
2010-01-26New access admin panel for site registration settingsZach Copley
2010-01-08let system administrators disallow certain admin panelsEvan Prodromou
2009-11-19Added a user admin panelZach Copley
2009-11-19Moved most path and server settings to a new paths admin panelZach Copley
2009-11-18Design admin panel mostly done.Zach Copley
2009-11-11add designadminpanel to admin panel tabsetEvan Prodromou
2009-11-09add nav menu for admin panelEvan Prodromou
2009-11-07only load user once, reload settings in admin panelEvan Prodromou
2009-11-07superclass for adminpanel actionsEvan Prodromou