wiki.techinc.nl/includes/libs
umherirrender b18d8d7e01 Remove OutputPage::getStatusMessage() (deprecated since 1.18)
Also removed a comment where the method was mentioned.

Change-Id: I802f0f41e107a1d677fb899f6e09ea31df3c4e6f
2014-07-09 01:41:18 +02: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 Fix CSSMin url() remapping when comments in CSS contain curly braces 2014-06-30 09:14:10 +00:00
GenericArrayObject.php Pass phpcs-strict on includes/libs/ 2014-04-24 21:48:10 +02:00
HashRing.php Fixed broken exception code 2014-07-03 16:37:25 -07:00
HttpStatus.php Remove OutputPage::getStatusMessage() (deprecated since 1.18) 2014-07-09 01:41:18 +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.