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