aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in CSSJanus where background-position and background-position-x weren...Roan Kattouw2012-02-021-2/+2
* (bug 34114) CSSMin::remap() doesn't respect its $embed parameter. Patch by Gi...Roan Kattouw2012-02-021-3/+3
* Revert r103978, r103979 -- screwed something up, breaks jQuery minification.Brion Vibber2011-11-231-7/+9
* Functional part of r103978 (d'oh!) plus an update to the ResourceLoader filte...Brion Vibber2011-11-221-9/+7
* Final fixup to r103910 and follow-ups.Platonides2011-11-221-1/+1
* Two decimal points may be valid, as 5..toString() == (5.).toString()Platonides2011-11-221-2/+2
* Follow-up r103915: We need to increment $end before the strcspn.Platonides2011-11-221-1/+2
* Follow-up r103915. The @fixme of r103865 was wrong.Platonides2011-11-221-5/+1
* Fix r103865 fixmes about case where there a parse error should be raised.Platonides2011-11-221-10/+27
* Follow-up r103865. Accept lowercase hex and remove empty statement.Platonides2011-11-221-2/+2
* * (bug 32548) fix minification bug when numeric literal with exponent was spl...Brion Vibber2011-11-211-13/+24
* More documentation!Sam Reed2011-10-264-56/+109
* Update some deprecated codeSam Reed2011-10-141-1/+1
* * (bug 31187) Fix for user JavaScript validation to allow identifiers with va...Brion Vibber2011-09-271-5/+52
* Followup to r92580 and r93820: r92580 duplicated the call to wfExpandUrl(), a...Roan Kattouw2011-08-141-2/+2
* Fix syntax error in r93820Roan Kattouw2011-08-031-1/+1
* Fix r93820: PROT_ -> PROTO_Roan Kattouw2011-08-031-1/+1
* Some random URL protocol forcing for protocol-relative URLsRoan Kattouw2011-08-031-4/+5
* Clarify dual-licensing (GPL&Apache) of CSSJanus. Has no significant contribut...Roan Kattouw2011-07-311-1/+3
* Update JSMin+ to the newly released 1.4Platonides2011-07-241-92/+131
* Fixes for URL expanding in CSSMin: adjust the offset correctly (this could've...Roan Kattouw2011-07-191-4/+11
* Expand the defines from JSTokenizer::__construct() placing them at the top of...Platonides2011-07-191-11/+78
* Remove double ; and final ?> from jsminplus (imported in r91591).Platonides2011-07-191-2/+2
* Followup r83885: add JSMin+ 1.3 to use its parser to verify output of JavaScr...Brion Vibber2011-07-061-0/+1980
* HTTP status messages move: OutputPage -> HttpStatusAntoine Musso2011-07-041-0/+68
* Swap else if for elseifSam Reed2011-06-171-17/+17
* * Added a REQUEST_URI check to the bug 28235 handling. Tim Starling2011-06-061-0/+247
* * (bug 25262) Fix for minification of hardcoded data: URIs in CSSBrion Vibber2011-05-101-2/+3
* Removed JavaScriptDistiller: unusedMax Semenik2011-04-191-337/+0
* * (bug 28586) YAML: strings that are the same as boolean literalsSam Reed2011-04-181-248/+0
* removing another use of the vertical tab & form feed escapes, which are not a...Neil Kandalgaonkar2011-03-151-1/+1
* the vertical tab \v and form feed \f escapes are not available in php5.2.4 wh...Neil Kandalgaonkar2011-03-151-1/+1
* oops, don't delete char before the slash, followup to r83902Ryan Kaldari2011-03-151-1/+1
* keep double slash filter from breaking absolute URLs, fix to r83902Ryan Kaldari2011-03-151-1/+1
* Followup r83891: don't insert a newline before ++ or -- . Patch by Paul Coppe...Roan Kattouw2011-03-141-2/+3
* (bug 27052) CSSMin generated URLs like foo//../bar in some cases, which appar...Roan Kattouw2011-03-141-0/+3
* Followup r83885: implement maximum line length and statement termination (eac...Roan Kattouw2011-03-141-3/+51
* (bug 27528) Incorporate Paul Copperman's minifierRoan Kattouw2011-03-141-0/+530
* (bug 27328) Redo r82218 properly, expanding URLs with absolute pathsRoan Kattouw2011-02-191-0/+11
* Revert r82218 , doesn't fix absolute path URLs but breaks them. Will fix prop...Roan Kattouw2011-02-191-2/+2
* Remove comment that makes no sense post r82399Roan Kattouw2011-02-181-1/+0
* Fix comments and whitespace for \\\\ .Tim Starling2011-02-181-2/+2
* JavaScriptDistiller fixes:Tim Starling2011-02-181-32/+28
* Remove useless elseif compare. If the else if is doing the inverse (!) of the...Sam Reed2011-02-181-1/+1
* Comment out 2 unused lines in JavaScriptDistillerSam Reed2011-02-181-2/+2
* * For readability, use /x in regexes. Removed the start and end slashes from ...Tim Starling2011-02-181-19/+56
* Made the regexes slightly more readable by undoubling the backslashes where p...Tim Starling2011-02-181-21/+21
* Fix a bug in string recognition in JSDistiller. This *really* fixes bug 27481Roan Kattouw2011-02-171-2/+2
* Fix for r82344, which causes JSDistiller to stop minifying comments because i...Roan Kattouw2011-02-171-2/+2
* Revert r82340, caused something linke bug 27481 where spaces were being wrong...Roan Kattouw2011-02-171-2/+2