wiki.techinc.nl/includes/libs
2018-06-05 02:05:04 +00:00
..
composer Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
eventrelayer
filebackend Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
http Use SPDX 3.0 license identifier 2018-03-18 18:08:22 +00:00
iterators
lockmanager Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
mime Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
objectcache Merge "objectcache: make RedisBagOStuff pass all tests" 2018-06-02 01:35:26 +00:00
rdbms rdbms: include client ID hash in ChronologyProtector cookies 2018-06-02 03:57:30 +00:00
redis Merge "clientpool: refactor Redis authentication error handling" 2018-06-05 02:05:04 +00:00
replacers
stats Try to opportunistically flush statsd data in maintenance scripts 2017-12-30 05:01:21 +00:00
virtualrest Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php
Cookie.php
CookieJar.php
CryptHKDF.php Autofix MediaWiki.Commenting.FunctionComment.SpacingDoc* errors 2018-05-19 14:07:03 -07:00
CryptRand.php Reduce some nesting in CryptRand.php 2018-04-18 12:21:18 +00:00
CSSMin.php Use PHP 7 "\u{NNNN}" Unicode codepoint escapes in string literals 2018-06-04 16:20:13 +00:00
DeferredStringifier.php Soft deprecate DeferredStringifier class 2018-02-16 22:46:59 +00:00
DnsSrvDiscoverer.php
ExplodeIterator.php
GenericArrayObject.php Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errors 2018-05-23 16:23:42 -07:00
HashRing.php Remove unused HashRing::newWithoutLocation() method 2018-03-17 23:49:21 -07:00
HtmlArmor.php Use SPDX 3.0 license identifier 2018-03-18 18:08:22 +00:00
HttpStatus.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
IEUrlExtension.php Remove @param comments that literally repeat what the code says 2018-01-10 14:14:26 +01:00
IP.php Use PHP 5.6 '**' operator instead of 'pow()' function 2018-05-30 18:05:19 -07:00
JavaScriptMinifier.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
jsminplus.php build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
MapCacheLRU.php
MappedIterator.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
MemoizedCallable.php
MessageSpecifier.php
MultiHttpClient.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
MWCryptHash.php
MWMessagePack.php Require indentation of CASE statements in PHP code 2017-12-10 22:07:50 -05:00
ProcessCacheLRU.php
README
ReplacementArray.php Enable "PhanTypeInvalidRightOperand" phan checks 2018-05-17 23:27:42 -07:00
ReverseArrayIterator.php
RiffExtractor.php
StatusValue.php Remove @param comments that literally repeat what the code says 2018-01-10 14:14:26 +01:00
StringUtils.php Remove old hacks in StringUtils::isUtf8() 2018-04-13 13:04:53 -07:00
Timing.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
UDPTransport.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
Xhprof.php
XhprofData.php Use PHP 7 '<=>' operator in 'sort()' callbacks 2018-05-30 18:05:20 -07: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.