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
/
libraries
/
Gallery_View.php
Age
Commit message (
Expand
)
Author
2010-03-03
Update the copyright to 2010. It's only 3 months into the year :-)
Bharat Mediratta
2009-11-25
Preliminary work to cut over to Kohana 2.4
Bharat Mediratta
2009-11-21
Don't use realpath when calculating the relative paths of embedded references...
Tim Almdal
2009-10-01
Change gallery::find_file to not assume that the absolute path is relative to...
Tim Almdal
2009-09-28
Do a pass on the gallery::find_file and Gallery_View::{script,css} PHPdoc.
Bharat Mediratta
2009-09-28
Update the PHPDoc for gallery::find_file and convert Gallery_View::script/css...
Tim Almdal
2009-07-22
Use the Kohana cascading filesystem to locate resources loaded by the
Bharat Mediratta
2009-07-17
Don't show the combined CSS/JS elements if we didn't combine anything.
Bharat Mediratta
2009-07-17
Don't bother making gzencoded version of combined CSS/JS if zlib.output_compr...
Bharat Mediratta
2009-07-16
move fix for backslashes on windows outside of loop per bharat's suggestion
Kevin Nehls
2009-07-16
Fix backslashes in relative URLs of combined css files.
Kevin Nehls
2009-07-01
2 fixes:
Bharat Mediratta
2009-06-29
Remove the testing code to force rebuilding the cache.
Tim Almdal
2009-06-29
Fix some bugs in the combined JS/CSS code (most of which I introduced
Bharat Mediratta
2009-06-29
Add a media type using the most common media type from our CSS. This
Bharat Mediratta
2009-06-29
Refactor combine_xxx() functions together into combine_files() and use
Bharat Mediratta
2009-06-29
Merge branch 'master' of git@github.com:gallery/gallery3
Tim Almdal
2009-06-29
A Combined javascript seems to work.
Tim Almdal
2009-06-29
Remove unused $theme_relative arg from theme_script().
Bharat Mediratta
2009-06-29
*Note* work in progress.
Tim Almdal
2009-06-29
Merge branch 'master' of git@github.com:gallery/gallery3
Tim Almdal
2009-06-28
Rename $theme->url() to $theme->theme_url() for consistency wiht
Bharat Mediratta
2009-06-28
Clean up the combined javascript change and refactor out the
Bharat Mediratta