summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/Admin_View.php
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-05-11Verify that theme names are well formed. Fixes #1856.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-21Add "html_attributes" theme callback to allow modules to inject attributes intoBharat Mediratta
2011-01-10Create new APIs for allowing themers to control what CSS/JS getBharat Mediratta
2011-01-03Using array support introduced in 8295201adf948ea35f21f75801b7a8bf36c27569Joe7
2010-12-29Improve the solution for #1545 by sorting the settings menu properlyBharat Mediratta
2010-12-17Sort the Admin > Settings menu instead of relying on module activation order.Bharat Mediratta
2010-12-16Swap the order of the CSS and JS for performance. Fixes #1540.Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-28First step towards fixing ticket #1038: Allowing for custom page <title> in a...Andy Staudacher
2010-01-23Add a user_menu method to the Admin_View and then use this method to get theTim Almdal
2009-11-27Move the theme fallback checking into theme::load_themes() so thatBharat Mediratta
2009-10-27Remove Menu::compact() in favor of putting an if-then clause inBharat Mediratta
2009-10-27Change our menu building blocks to use PHP templates so that themesBharat Mediratta
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-16Remove all non Identity API methods from Identity.php. Created an MY_Session...Tim Almdal
2009-10-16Start simplifying the interface by moving the static methods from user.php an...Tim Almdal
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-29* Remove the @todo in module event and always try to call gallery_event::$fun...Tim Almdal
2009-09-24Fix Admin_View to look for the the variable active_admin_theme instead of act...Tim Almdal
2009-09-24Hopefully the last 2 errant occurrences of default as it relates to theme namesTim Almdal
2009-07-29Make body_attributes() a theme callback instead of a method on theBharat Mediratta
2009-07-28Move site_menu and admin_menu into gallery helper so that site_menuBharat Mediratta
2009-07-28Use events to generate menus, instead of having xxx_menu helpers.Bharat Mediratta
2009-06-29Oops, "head" => "admin_head" to make the admin dashboard work.Bharat Mediratta
2009-06-29Fix some bugs in the combined JS/CSS code (most of which I introducedBharat Mediratta
2009-06-29Refactor combine_xxx() functions together into combine_files() and useBharat Mediratta
2009-06-29A Combined javascript seems to work.Tim Almdal
2009-06-28Clean up the combined javascript change and refactor out theBharat Mediratta
2009-06-17Correct the "inappropriate intimacy" smell that bharat's refined senses pick upTim Almdal
2009-06-17Fix for ticket #366Tim Almdal
2009-05-27Update all references to the core application to now point to theBharat Mediratta
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta