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
2013-07-09
Remove extension from cache busters of non-combined JS/CSS links (follows 2078).
shadlaws
2013-07-06
#2078 Missing file type extension on combined css/js
Daniel Muller
2013-03-12
#2051 - Revise how Gallery_View returns combined JS and CSS.
shadlaws
2013-02-02
Create gallery::allow_css_and_js_combining() which lets you disable combining...
Bharat Mediratta
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-10-03
Use a stdClass wrapper around the data in the before_combine and
Bharat Mediratta
2011-04-26
Stop using Pagination() and instead use $theme->pager() in views.
Bharat Mediratta
2011-04-23
If we've cleared out the last group in a combine_queue for a given
Bharat Mediratta
2011-04-21
Create before_combine and after_combine events to allow modules and themes to
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2011-01-15
Reorganize the url() function out from in the middle of the script/css combin...
Bharat Mediratta
2011-01-10
Create new APIs for allowing themers to control what CSS/JS get
Bharat Mediratta
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