wiki.techinc.nl/includes/libs
Lucas Werkmeister 7585985a46 Fully extract services framework as a library
This code doesn’t use any MediaWiki-specific code, so rename
MediaWiki\Services to Wikimedia\Services and move it below libs/. (Of
course, this does not apply to the MediaWikiServices subclass.)

Class aliases are added to retain backwards compatibity for now.

Bug: T211608
Change-Id: Ic14ea28ef21c359695b309d4293dbaaf5deedc09
2019-01-16 17:31:05 +01:00
..
composer
eventrelayer
filebackend Merge "Safe replacement of a lot of !count() with === []" 2019-01-16 07:03:47 +00:00
http
iterators
lockmanager Safe replacement of a lot of !count() with === [] 2019-01-15 17:28:49 +01:00
mime Add missing empty lines between methods 2019-01-15 19:14:35 +00:00
objectcache objectcache: add more "touchedCallback" comments to WANObjectCache 2019-01-07 18:32:09 +00:00
rdbms Safe replacement of a lot of !count() with === [] 2019-01-15 17:28:49 +01:00
redis Fix return typehint 2018-12-11 12:35:21 +00:00
replacers
services Fully extract services framework as a library 2019-01-16 17:31:05 +01:00
stats
virtualrest Remove deprecated "Parsoid v1 API" compatibility thunks 2018-10-24 09:48:12 -07:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php
Cookie.php Use PHP 7 '??' operator instead of if-then-else 2018-10-21 21:46:46 +02:00
CookieJar.php
CryptHKDF.php
CryptRand.php Hard deprecate functionality replaced with random_bytes() 2018-10-17 19:57:52 -07:00
CSSMin.php Use PHP 7 '??' operator instead of if-then-else 2018-10-21 21:46:46 +02:00
DeferredStringifier.php
DnsSrvDiscoverer.php
EasyDeflate.php
ExplodeIterator.php
GenericArrayObject.php
HashRing.php
HtmlArmor.php
HttpStatus.php
IEUrlExtension.php
IP.php
JavaScriptMinifier.php Fix PHPDoc type for instance variables and methods 2018-10-21 13:00:25 +01:00
jsminplus.php
MapCacheLRU.php
MappedIterator.php
MemoizedCallable.php
MessageSpecifier.php
MultiHttpClient.php Fix indenting and newlines 2018-11-07 17:15:15 +01:00
MWCryptHash.php
MWMessagePack.php
ProcessCacheLRU.php
README
ReplacementArray.php
ReverseArrayIterator.php
RiffExtractor.php
StaticArrayWriter.php
StatusValue.php
StringUtils.php
Timing.php
UDPTransport.php
Xhprof.php
XhprofData.php

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.