introduce a new setting that allows extension authors to whitelist deprecated funtion...
[lhc/web/wiklou.git] / includes / libs /
2011-11-23 Brion VibberRevert r103978, r103979 -- screwed something up, breaks...
2011-11-22 Brion VibberFunctional part of r103978 (d'oh!) plus an update to...
2011-11-22 PlatonidesFinal fixup to r103910 and follow-ups.
2011-11-22 PlatonidesTwo decimal points may be valid, as 5..toString() ...
2011-11-22 PlatonidesFollow-up r103915: We need to increment $end before...
2011-11-22 PlatonidesFollow-up r103915. The @fixme of r103865 was wrong.
2011-11-22 PlatonidesFix r103865 fixmes about case where there a parse error...
2011-11-22 PlatonidesFollow-up r103865. Accept lowercase hex and remove...
2011-11-21 Brion Vibber* (bug 32548) fix minification bug when numeric literal...
2011-10-26 Sam ReedMore documentation!
2011-10-14 Sam ReedUpdate some deprecated code
2011-09-27 Brion Vibber* (bug 31187) Fix for user JavaScript validation to...
2011-08-14 Roan KattouwFollowup to r92580 and r93820: r92580 duplicated the...
2011-08-03 Roan KattouwFix syntax error in r93820
2011-08-03 Roan KattouwFix r93820: PROT_ -> PROTO_
2011-08-03 Roan KattouwSome random URL protocol forcing for protocol-relative...
2011-07-31 Roan KattouwClarify dual-licensing (GPL&Apache) of CSSJanus. Has...
2011-07-24 PlatonidesUpdate JSMin+ to the newly released 1.4
2011-07-19 Roan KattouwFixes for URL expanding in CSSMin: adjust the offset...
2011-07-19 PlatonidesExpand the defines from JSTokenizer::__construct()...
2011-07-19 PlatonidesRemove double ; and final ?> from jsminplus (imported...
2011-07-06 Brion VibberFollowup r83885: add JSMin+ 1.3 to use its parser to...
2011-07-04 Antoine MussoHTTP status messages move: OutputPage -> HttpStatus
2011-06-17 Sam ReedSwap else if for elseif
2011-06-06 Tim Starling* Added a REQUEST_URI check to the bug 28235 handling.
2011-05-10 Brion Vibber* (bug 25262) Fix for minification of hardcoded data...
2011-04-19 Max SemenikRemoved JavaScriptDistiller: unused
2011-04-18 Sam Reed* (bug 28586) YAML: strings that are the same as boolea...
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...