(bug 27328) Redo r82218 properly, expanding URLs with absolute paths
[lhc/web/wiklou.git] / includes / libs / CSSMin.php
2011-02-19 Roan Kattouw(bug 27328) Redo r82218 properly, expanding URLs with...
2011-02-19 Roan KattouwRevert r82218 , doesn't fix absolute path URLs but...
2011-02-16 Roan KattouwFollowup r82156: skip relative URLs with absolute paths too
2011-02-15 Trevor ParscalResolves remaining issues in r82000 with remapping...
2011-02-11 Trevor ParscalResolves bug #27328 by supporting URL rewriting for...
2011-01-10 Trevor ParscalResolves bug #26655 - adds support for space before...
2010-12-05 Roan Kattouw(bug 26228) On certain PHP 5.2 installs, finfo function...
2010-12-03 Roan KattouwFix typo in comment
2010-12-02 Aaron SchulzBroke and split up many long lines
2010-11-01 Roan Kattouw(bug 25735) Fix regex error in PHP < 5.2.2 by using...
2010-10-18 Roan KattouwPer r74946 CR, check whether realpath( $file ) returns...
2010-10-18 Roan Kattouw(bug 25546) Feed argument to finfo_file() through readp...
2010-09-27 Trevor ParscalFixed typo in a comment
2010-09-23 Alexandre EmsenhuberFixed some doxygen warnings
2010-09-16 Roan Kattouw(bug 25182) ResourceLoader breaks because of warnings...
2010-09-11 Trevor ParscalMade CSSMin::remap take both local and remote directory...
2010-09-09 Trevor ParscalChanged the license to Apache 2.0 - I also hereby grant...
2010-09-09 Trevor ParscalUsing constant to reduce duplication of CSS URL matchin...
2010-09-09 Trevor ParscalFixes issues with complex background rules containing...
2010-09-09 Trevor ParscalAdded 2 more options for mime-type detection. We now...
2010-09-09 Trevor ParscalMoved stand-alone libraries to includes/libs.