summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/combined.php
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-08-11the HTTP header Cache-Control must contain "public" in order to allow caching...Gerhard Schlager
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-11-24Move the Content-Length header into the main block, fix some formatting.Bharat Mediratta
2011-10-29gzip stream problem on Google Chromeffchung
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-12-23Create a way for controllers to exempty themselves from maintenanceBharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2009-11-25The html helpers no longer forces .js and .css suffixes to urls it generates ...Bharat Mediratta
2009-11-25Kohana::show_404() -> throw new Kohana_404_Exception()Bharat Mediratta
2009-08-16In this patch, drag now works to the album tree, but the progress bar is notTim Almdal
2009-07-17Don't send back the gzipped version if we're usingBharat Mediratta
2009-06-29Use the appropriate content-type for javascript (application/javascript).Bharat Mediratta
2009-06-29Pass back Cache-Control and Expires headers when we send back a 304,Bharat Mediratta
2009-06-29Fix a few more issuesBharat Mediratta
2009-06-29Refactor combine_xxx() functions together into combine_files() and useBharat Mediratta
2009-06-29Refactor combined controller a bitBharat Mediratta
2009-06-29Combine the Combined::javascript and Combined::css into a single method impl...Tim Almdal
2009-06-29A Combined javascript seems to work.Tim Almdal
2009-06-29*Note* work in progress.Tim Almdal
2009-06-28Rename the combined javascript controller from javascript/combined to combine...Tim Almdal