Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-21 | Update copyright to 2013. Fixes #1953. | Bharat Mediratta | |
2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta | |
2011-04-24 | Don't put the Admin > Theme Options Save button in a fieldset. | Chad Kieffer | |
2011-04-22 | Insure that the number of items for a page is greater than zero. Fixes ↵ | Tim Almdal | |
ticket 1644. | |||
2011-04-22 | Renamed apple_touch_url to apple_touch_icon_url. | Chad Kieffer | |
2011-04-22 | Created apple-touch-icon and added to wind and admin_wind themes. | Chad Kieffer | |
2011-01-21 | Update copyright to 2011. | Bharat Mediratta | |
2010-08-29 | Revert "Change the theme option page to display using tabs if the site theme ↵ | Bharat Mediratta | |
has an admin page." This reverts commit d66c496fb1007bbd0b1640496808000c573d95fd. Conflicts: modules/gallery/helpers/theme.php modules/gallery/views/admin_theme_options.html.php themes/admin_wind/css/screen.css | |||
2010-08-29 | Bump gallery module to v36 and add a favicon_url variable, which we | Bharat Mediratta | |
expose in Admin > Appearance > Theme Options and defaults to lib/images/favicon.ico. Thix fixes ticket #1312. | |||
2010-08-29 | Move theme::get_edit_form_admin into admin_theme_options since that's | Bharat Mediratta | |
the only place where it's used and the theme helper is loaded on every page view. | |||
2010-04-30 | Add page_title to admin views. Closes #1038. | ckieffer | |
2010-03-03 | Update the copyright to 2010. It's only 3 months into the year :-) | Bharat Mediratta | |
2009-12-04 | Make the rendering of the Theme Options page consistent between the first ↵ | Tim Almdal | |
request and any errors | |||
2009-11-29 | Publish theme_edit_form and theme_edit_form_completed events so that themes ↵ | Bharat Mediratta | |
can piggyback on the regular Admin > Appearance > Theme Options page. | |||
2009-11-19 | Revert "Currently Admin_Theme_Options controller assumes that all the themes ↵ | Tim Almdal | |
will provide the same values. This change corrects that assumption and moves the management of the theme options, including creating the form and updating the theme options into the theme." This reverts commit 1692ee130887a6ad1ba68aa34a96ad36161600f9. | |||
2009-11-19 | Revert "Use call_user_func instead of call_user_func_array as we don't need ↵ | Tim Almdal | |
to pass the parameters by reference." This reverts commit 75cc4962a2c945e3e3ad37fda3b5de32d512b929. | |||
2009-11-19 | Use call_user_func instead of call_user_func_array as we don't need to pass ↵ | Tim Almdal | |
the parameters by reference. | |||
2009-11-18 | Currently Admin_Theme_Options controller assumes that all the themes will ↵ | Tim Almdal | |
provide the same values. This change corrects that assumption and moves the management of the theme options, including creating the form and updating the theme options into the theme. | |||
2009-09-27 | This path requires the upgrader to be run and applies the following changes: | Tim Almdal | |
* moves the composite method back into core * requires that the operation be fully qualified i.e. gallery_graphics::resize * caches the graphics rules on each request | |||
2009-06-23 | Add a new "show credits" check box in the theme options so that you | Bharat Mediratta | |
can disable any module credits if you want. Update the theme to obey it. | |||
2009-06-10 | Rename theme_details to theme_options everywhere. | Bharat Mediratta | |
Fixes ticket #317 |