| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | (bug 27492) Fix regexes for matching JS regexes which could get messed up by ... | Roan Kattouw | 2011-02-17 | 1 | -2/+2 |
* | Followup r82156: skip relative URLs with absolute paths too | Roan Kattouw | 2011-02-16 | 1 | -2/+2 |
* | Resolves remaining issues in r82000 with remapping relative CSS URLs that con... | Trevor Parscal | 2011-02-15 | 1 | -2/+3 |
* | w/s fixups | Mark A. Hershberger | 2011-02-12 | 1 | -37/+37 |
* | Resolves bug #27328 by supporting URL rewriting for CSS that comes from the W... | Trevor Parscal | 2011-02-11 | 1 | -47/+66 |
* | Reimplement r80900, was lost when code was moved around | Roan Kattouw | 2011-02-08 | 1 | -2/+2 |
* | (bug 27046) Do not strip newlines following C++-style // comments. Prior to t... | Roan Kattouw | 2011-01-31 | 1 | -1/+2 |
* | ParseMaster is designed to use big regexes, with many starting characters. | Platonides | 2011-01-30 | 1 | -1/+1 |
* | Resolves bug 26931, where comments were not only not being properly stripped ... | Trevor Parscal | 2011-01-25 | 1 | -10/+3 |
* | Resolves issue in r80656 where escaped quotes within strings are not handled ... | Trevor Parscal | 2011-01-24 | 1 | -2/+2 |
* | Fix r80666: botched variable rename | Roan Kattouw | 2011-01-21 | 1 | -1/+1 |
* | Addresses issues raised in an excellent review of r80656. | Trevor Parscal | 2011-01-21 | 2 | -256/+278 |
* | Resolved bug 26791 by replacing JSMin with a new library called JavaScriptDis... | Trevor Parscal | 2011-01-20 | 3 | -283/+289 |
* | Resolves bug #26655 - adds support for space before and after the URL inside ... | Trevor Parscal | 2011-01-10 | 1 | -1/+1 |
* | Revert r78903, r78904, r78905, r78906 (changing opendir() to use sfFinder cla... | Chad Horohoe | 2010-12-23 | 1 | -824/+0 |
* | Followup to r78903: Add proper SVN info | X! | 2010-12-23 | 1 | -1/+1 |
* | Followup to r78903: Forgot to svn add | X! | 2010-12-23 | 1 | -0/+824 |
* | (bug 26228) On certain PHP 5.2 installs, finfo functions can be available whi... | Roan Kattouw | 2010-12-05 | 1 | -1/+2 |
* | Fix typo in comment | Roan Kattouw | 2010-12-03 | 1 | -1/+1 |
* | Broke and split up many long lines | Aaron Schulz | 2010-12-02 | 1 | -24/+45 |
* | (bug 25735) Fix regex error in PHP < 5.2.2 by using old (?P<name>) syntax for... | Roan Kattouw | 2010-11-01 | 1 | -2/+2 |
* | Per r74946 CR, check whether realpath( $file ) returns false before using it | Roan Kattouw | 2010-10-18 | 1 | -2/+3 |
* | (bug 25546) Feed argument to finfo_file() through readpath() so it'll work on... | Roan Kattouw | 2010-10-18 | 1 | -1/+1 |
* | Fixed typo in a comment | Trevor Parscal | 2010-09-27 | 1 | -1/+1 |
* | Fixed some doxygen warnings | Alexandre Emsenhuber | 2010-09-23 | 1 | -2/+4 |
* | Fixed some doxygen warnings | Alexandre Emsenhuber | 2010-09-21 | 1 | -5/+5 |
* | Fix for r73196: don't use $this->a as a temporary variable, as promised in th... | Tim Starling | 2010-09-17 | 1 | -5/+5 |
* | In JSMin: | Tim Starling | 2010-09-17 | 1 | -103/+53 |
* | Tried to make it so that I can read this code without going insane, by replac... | Tim Starling | 2010-09-17 | 1 | -16/+58 |
* | (bug 25182) ResourceLoader breaks because of warnings thrown when an open_bas... | Roan Kattouw | 2010-09-16 | 1 | -1/+1 |
* | Made CSSMin::remap take both local and remote directory parameters, allowing ... | Trevor Parscal | 2010-09-11 | 1 | -5/+6 |
* | (bug 25042) CSSJanus does not flip direction: rules outside of body { } selec... | Roan Kattouw | 2010-09-10 | 1 | -13/+15 |
* | Changed the license to Apache 2.0 - I also hereby grant the copyright to the ... | Trevor Parscal | 2010-09-09 | 1 | -16/+16 |
* | Using constant to reduce duplication of CSS URL matching regular expression. ... | Trevor Parscal | 2010-09-09 | 1 | -8/+8 |
* | Fixes issues with complex background rules containing extra information after... | Trevor Parscal | 2010-09-09 | 1 | -1/+1 |
* | Added 2 more options for mime-type detection. We now detect if the Fileinfo P... | Trevor Parscal | 2010-09-09 | 1 | -16/+37 |
* | Updated link to official distribution | Trevor Parscal | 2010-09-09 | 1 | -1/+1 |
* | Moved stand-alone libraries to includes/libs. | Trevor Parscal | 2010-09-09 | 3 | -0/+744 |
* | Might not be GPLv2 | Chad Horohoe | 2010-08-27 | 1 | -3/+0 |
* | Move ApiFormatYaml_spyc.php to spyc.php as per r71763 | Sam Reed | 2010-08-26 | 1 | -0/+248 |
* | Per wikitech-l discussion, it would be kind of cool if we collected our non-M... | Chad Horohoe | 2010-08-26 | 2 | -0/+831 |