Merge "(bug 19195) Make user IDs more readily available with the API"
[lhc/web/wiklou.git] / includes / libs / CSSMin.php
2012-05-10 ReedyMerge "(bug 19195) Make user IDs more readily available...
2012-05-09 Timo TijhofMerge "Add CSS class .mw-code (matching <pre>)"
2012-05-09 KrinkleMerge "fix bug 29002 - in RTL wikis resizable are flipped"
2012-05-09 KrinkleMerge "Upgrade to jQuery UI 1.8.20"
2012-05-08 CatropeMerge "Re-enable css @import unit tests"
2012-05-08 Brion VIBBERMerge "Optimized SqlBagOStuff::getBatch() a bit."
2012-05-08 Brion VIBBERMerge "Add new-inline-tags to tidy.conf"
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-07 Aaron SchulzMerge "add type check and bail out when title could...
2012-05-07 HasharMerge "Adding tests for dumps"
2012-05-07 SiebrandMerge "Pass the result of the database queries in Title...
2012-05-05 Aaron SchulzMerge "Use local context to get messages and time forma...
2012-05-04 ReedyMerge "Only use per-template profiling for one-time...
2012-05-04 Aaron SchulzMerge "Credits/RN for bug 5445 / 7694faf68"
2012-05-04 DemonMerge "Use the same object when checking if the user...
2012-05-04 DemonMerge "[FileRepo] Various ForeignApiRepo fixes."
2012-05-04 ReedyMerge "Added missing GPLv2 headers in some places."
2012-05-04 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-02-02 Roan Kattouw(bug 34114) CSSMin::remap() doesn't respect its $embed...
2011-10-26 Sam ReedMore documentation!
2011-10-14 Sam ReedUpdate some deprecated code
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-19 Roan KattouwFixes for URL expanding in CSSMin: adjust the offset...
2011-06-17 Sam ReedSwap else if for elseif
2011-05-10 Brion Vibber* (bug 25262) Fix for minification of hardcoded data...
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 Kattouw(bug 27052) CSSMin generated URLs like foo//../bar...
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-16 Roan KattouwFollowup r82156: skip relative URLs with absolute paths too
2011-02-15 Trevor ParscalResolves remaining issues in r82000 with remapping...
2011-02-11 Trevor ParscalResolves bug #27328 by supporting URL rewriting for...
2011-01-10 Trevor ParscalResolves bug #26655 - adds support for space before...
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-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-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 ParscalMoved stand-alone libraries to includes/libs.