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
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