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