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
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