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