summaryrefslogtreecommitdiffstats
path: root/lib/minimizer.php
Commit message (Collapse)AuthorAgeFilesLines
* really check if mod_deflate is loadedArthur Schiwon2012-11-151-1/+1
|
* coding styleArthur Schiwon2012-11-151-3/+3
|
* Fix remote.php CSS+JS garbish on some systemsArthur Schiwon2012-11-151-0/+6
|
* Checkstyle: many fixesFelix Moeller2012-11-021-3/+3
|
* Move generating cache key from files from OC_Minimizer to OC_CacheBart Visscher2012-10-291-6/+3
|
* adding space between) and {Thomas Mueller2012-09-071-1/+1
|
* Change caching checks for minimized filesBart Visscher2012-09-071-15/+12
| | | | | | Only use a ETag, but include last modified time into this Also added the filesize to this. And used the ETag for the internal cache.
* Remove core.{css,js} cache on upgradeBart Visscher2012-09-071-0/+6
|
* Fix oc-1163: gzdecode function not always definedBart Visscher2012-07-221-0/+10
| | | | This function is only found in newer php versions
* Fix setting ETag header on cache missBart Visscher2012-06-251-1/+4
|
* Cache: Create global cache in OC_CacheBart Visscher2012-06-251-1/+1
|
* Use TemplateLayout functions for finding js and css files in minimizerBart Visscher2012-06-181-12/+1
|
* Cache the minimized output also on the serverBart Visscher2012-06-181-3/+19
|
* Merge branch 'unstable'Bart Visscher2012-06-041-0/+1
| | | | | | | | | | | | Conflicts: apps/files_external/tests/config.php apps/files_versions/ajax/getVersions.php apps/files_versions/appinfo/app.php apps/files_versions/history.php apps/files_versions/js/versions.js apps/files_versions/templates/history.php apps/files_versions/versions.php lib/base.php
* Combine and minimize core and default app css filesBart Visscher2012-05-161-0/+39