wiki.techinc.nl/includes/libs
Trevor Parscal 3e2fd810d2 Revert "Fix "CSSMin url() value remapping not working in certain obscure cases""
This reverts commit fa1053a16a.

Breaks CSS output, making the skin and extensions look unstyled.

Change-Id: I297150f775dd5559f91f2c9c25c64b134459c6b6
2014-06-10 22:04:40 +00:00
..
virtualrest Added VirtualRESTServiceClient/VirtualRESTService classes 2014-04-29 17:01:25 -07:00
CSSJanus.php Pass phpcs-strict on includes/libs/CSSJanus.php 2014-04-24 21:46:54 +02:00
CSSMin.php Revert "Fix "CSSMin url() value remapping not working in certain obscure cases"" 2014-06-10 22:04:40 +00:00
GenericArrayObject.php Pass phpcs-strict on includes/libs/ 2014-04-24 21:48:10 +02:00
HashRing.php Improved HashRing usage in JobQueueFederated 2014-04-18 20:28:48 +00:00
HttpStatus.php HttpStatus: add RFC 6585 status codes 2014-03-28 12:25:14 +02:00
IEContentAnalyzer.php Pass phpcs-strict on includes/libs/ 2014-04-24 21:48:10 +02:00
IEUrlExtension.php SECURITY: Fix extension detection with 2 .'s 2013-09-03 22:10:31 +00:00
IPSet.php Speed up CIDR matching from $wgSquidServersNoPurge 2014-05-15 17:23:12 +00:00
JavaScriptMinifier.php Make phpcs-strict pass on includes/ (5/~10) 2014-05-11 19:35:32 +00:00
jsminplus.php Make phpcs-strict pass on includes/ (5/~10) 2014-05-11 19:35:32 +00:00
lessc.inc.php Make phpcs-strict pass on includes/ (5/~10) 2014-05-11 19:35:32 +00:00
MappedIterator.php Moved MappedIterator to /libs and changed exception type 2014-01-07 21:12:43 +00:00
MultiHttpClient.php Added VirtualRESTServiceClient/VirtualRESTService classes 2014-04-29 17:01:25 -07:00
MWMessagePack.php Pass phpcs-strict on includes/libs/ 2014-04-24 21:48:10 +02:00
ProcessCacheLRU.php Make room for preloadFileStat() call in FileBackend::doOperationsInternal 2014-04-18 17:02:19 -07:00
README
RunningStat.php Move RunningStat from profiler/ to libs/ 2014-01-02 22:52:37 -08:00
ScopedCallback.php Moved ScopedCallback to /libs 2013-12-17 10:16:14 -08:00
ScopedPHPTimeout.php Introduce includes/utils directory 2013-11-04 11:00:42 +11:00
XmlTypeCheck.php SECURITY: Disallow stylesheets in svg 2014-01-14 02:00:12 +01:00

The classes in this directory ./includes/libs are considered standalone
from the remainder of the MediaWiki codebase. They do not call on any other
portions of MediaWiki code, and can be used in other projects without
dependency issues.