summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/Gallery_View.php
AgeCommit message (Expand)Author
2013-07-09Remove extension from cache busters of non-combined JS/CSS links (follows 2078).shadlaws
2013-07-06#2078 Missing file type extension on combined css/jsDaniel Muller
2013-03-12#2051 - Revise how Gallery_View returns combined JS and CSS.shadlaws
2013-02-02Create gallery::allow_css_and_js_combining() which lets you disable combining...Bharat Mediratta
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-10-03Use a stdClass wrapper around the data in the before_combine andBharat Mediratta
2011-04-26Stop using Pagination() and instead use $theme->pager() in views.Bharat Mediratta
2011-04-23If we've cleared out the last group in a combine_queue for a givenBharat Mediratta
2011-04-21Create before_combine and after_combine events to allow modules and themes toBharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-15Reorganize the url() function out from in the middle of the script/css combin...Bharat Mediratta
2011-01-10Create new APIs for allowing themers to control what CSS/JS getBharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-11-21Don't use realpath when calculating the relative paths of embedded references...Tim Almdal
2009-10-01Change gallery::find_file to not assume that the absolute path is relative to...Tim Almdal
2009-09-28Do a pass on the gallery::find_file and Gallery_View::{script,css} PHPdoc.Bharat Mediratta
2009-09-28Update the PHPDoc for gallery::find_file and convert Gallery_View::script/css...Tim Almdal
2009-07-22Use the Kohana cascading filesystem to locate resources loaded by theBharat Mediratta
2009-07-17Don't show the combined CSS/JS elements if we didn't combine anything.Bharat Mediratta
2009-07-17Don't bother making gzencoded version of combined CSS/JS if zlib.output_compr...Bharat Mediratta
2009-07-16move fix for backslashes on windows outside of loop per bharat's suggestionKevin Nehls
2009-07-16Fix backslashes in relative URLs of combined css files.Kevin Nehls
2009-07-012 fixes:Bharat Mediratta
2009-06-29Remove the testing code to force rebuilding the cache.Tim Almdal
2009-06-29Fix some bugs in the combined JS/CSS code (most of which I introducedBharat Mediratta
2009-06-29Add a media type using the most common media type from our CSS. ThisBharat Mediratta
2009-06-29Refactor combine_xxx() functions together into combine_files() and useBharat Mediratta
2009-06-29Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-06-29A Combined javascript seems to work.Tim Almdal
2009-06-29Remove unused $theme_relative arg from theme_script().Bharat Mediratta
2009-06-29*Note* work in progress.Tim Almdal
2009-06-29Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-06-28Rename $theme->url() to $theme->theme_url() for consistency wihtBharat Mediratta
2009-06-28Clean up the combined javascript change and refactor out theBharat Mediratta