summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/combined.php
AgeCommit message (Expand)Author
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