(bug 25735) Fix regex error in PHP < 5.2.2 by using old (?P<name>) syntax for named...
[lhc/web/wiklou.git] / includes / libs / CSSMin.php
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.