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
/
helpers
/
theme.php
Age
Commit message (
Expand
)
Author
2009-11-19
Revert "Revert "Revert "Use call_user_func instead of call_user_func_array as...
Tim Almdal
2009-11-19
Revert "Revert "Use call_user_func instead of call_user_func_array as we don'...
Tim Almdal
2009-11-19
Revert "Use call_user_func instead of call_user_func_array as we don't need t...
Tim Almdal
2009-11-18
Create theme::get_var(), theme::set_var() methods to set the options of the a...
Tim Almdal
2009-11-18
Currently Admin_Theme_Options controller assumes that all the themes will pro...
Tim Almdal
2009-11-18
Create a helper to load the theme information from theme.info
Tim Almdal
2009-11-17
Tweak load_themes() to match exactly "/admin" or the "/admin/" prefix,
Bharat Mediratta
2009-11-03
Respect the "theme" variable if we're an admin. This requires us to
Bharat Mediratta
2009-10-24
Update themes::load_theme() to work with mod_rewrite's short urls.
Bharat Mediratta
2009-10-23
Allow themes to override event handlers. In gallery::ready() grab the server
Tim Almdal
2009-10-04
Revert "Create a gallery::plugin_path which returns the appropriate path to t...
Tim Almdal
2009-10-04
Create a gallery::plugin_path which returns the appropriate path to the modul...
Tim Almdal
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-06-23
Add a new "show credits" check box in the theme options so that you
Bharat Mediratta
2009-06-11
Rename theme_details to theme_options. These changes got left out of
Bharat Mediratta
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