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
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-04-22
Detect if the users theme is missing (or missing a theme.info) and in
Bharat Mediratta
2011-04-21
Normally Router::find_uri() strips off the url suffix for us, but when
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2010-08-29
Move theme::get_edit_form_admin into admin_theme_options since that's
Bharat Mediratta
2010-08-08
Fix for ticket #1279. In admin themes sanitize the theme name before checking...
Tim Almdal
2010-06-26
Sentence casing.
Bharat Mediratta
2010-06-26
Differentiate in our logs between missing site and admin theme overrides.
Bharat Mediratta
2010-06-25
Better fix for the problem that a preview of an admin theme was not showing up.
Tim Almdal
2010-06-25
Fix an issue where a preview of the admin view would not work.
Tim Almdal
2010-06-25
Change the theme option page to display using tabs if the site theme has an a...
Tim Almdal
2010-04-10
Add error messages to theme::get_edit_form_admin()
Bharat Mediratta
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2009-12-01
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-11-29
Publish theme_edit_form and theme_edit_form_completed events so that themes c...
Bharat Mediratta
2009-11-29
Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev
Bharat Mediratta
2009-11-28
Rework the theme loading code to allow themes to be treated as Gallery
Bharat Mediratta
2009-11-28
Expose theme::$is_admin
Bharat Mediratta
2009-11-27
Move the theme fallback checking into theme::load_themes() so that
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-19
Revert "Currently Admin_Theme_Options controller assumes that all the themes ...
Tim Almdal
2009-11-19
Revert "Create theme::get_var(), theme::set_var() methods to set the options ...
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