* Follow-up r84610: don't assume a Parser object is attached
[lhc/web/wiklou.git] / includes / libs /
2011-03-15 Neil Kandalgaonkarremoving another use of the vertical tab & form feed...
2011-03-15 Neil Kandalgaonkarthe vertical tab \v and form feed \f escapes are not...
2011-03-15 Ryan Kaldarioops, don't delete char before the slash, followup...
2011-03-15 Ryan Kaldarikeep double slash filter from breaking absolute URLs...
2011-03-14 Roan KattouwFollowup r83891: don't insert a newline before ++ or...
2011-03-14 Roan Kattouw(bug 27052) CSSMin generated URLs like foo//../bar...
2011-03-14 Roan KattouwFollowup r83885: implement maximum line length and...
2011-03-14 Roan Kattouw(bug 27528) Incorporate Paul Copperman's minifier
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-18 Roan KattouwRemove comment that makes no sense post r82399
2011-02-18 Tim StarlingFix comments and whitespace for \\\\ .
2011-02-18 Tim StarlingJavaScriptDistiller fixes:
2011-02-18 Sam ReedRemove useless elseif compare. If the else if is doing...
2011-02-18 Sam ReedComment out 2 unused lines in JavaScriptDistiller
2011-02-18 Tim Starling* For readability, use /x in regexes. Removed the start...
2011-02-18 Tim StarlingMade the regexes slightly more readable by undoubling...
2011-02-17 Roan KattouwFix a bug in string recognition in JSDistiller. This...
2011-02-17 Roan KattouwFix for r82344, which causes JSDistiller to stop minify...
2011-02-17 Roan KattouwRevert r82340, caused something linke bug 27481 where...
2011-02-17 Roan Kattouw(bug 27492) Fix regexes for matching JS regexes which...
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-12 Mark A. Hershbergerw/s fixups
2011-02-11 Trevor ParscalResolves bug #27328 by supporting URL rewriting for...
2011-02-08 Roan KattouwReimplement r80900, was lost when code was moved around
2011-01-31 Roan Kattouw(bug 27046) Do not strip newlines following C++-style...
2011-01-30 PlatonidesParseMaster is designed to use big regexes, with many...
2011-01-25 Trevor ParscalResolves bug 26931, where comments were not only not...
2011-01-24 Trevor ParscalResolves issue in r80656 where escaped quotes within...
2011-01-21 Roan KattouwFix r80666: botched variable rename
2011-01-21 Trevor ParscalAddresses issues raised in an excellent review of r80656.
2011-01-20 Trevor ParscalResolved bug 26791 by replacing JSMin with a new librar...
2011-01-10 Trevor ParscalResolves bug #26655 - adds support for space before...
2010-12-23 Chad HorohoeRevert r78903, r78904, r78905, r78906 (changing opendir...
2010-12-23 X!Followup to r78903: Add proper SVN info
2010-12-23 X!Followup to r78903: Forgot to svn add
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-21 Alexandre EmsenhuberFixed some doxygen warnings
2010-09-17 Tim StarlingFix for r73196: don't use $this->a as a temporary varia...
2010-09-17 Tim StarlingIn JSMin:
2010-09-17 Tim StarlingTried to make it so that I can read this code without...
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-10 Roan Kattouw(bug 25042) CSSJanus does not flip direction: rules...
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 ParscalUpdated link to official distribution
2010-09-09 Trevor ParscalMoved stand-alone libraries to includes/libs.
2010-08-27 Chad HorohoeMight not be GPLv2
2010-08-26 Sam ReedMove ApiFormatYaml_spyc.php to spyc.php as per r71763
2010-08-26 Chad HorohoePer wikitech-l discussion, it would be kind of cool...