wiki.techinc.nl/includes/libs
Marius Hoch 1fbd7276f4 rdbms: Clarify ILoadBalancer::getConnection doc for when to call reuseConnection
This is the behavoir for all known sublcasses (LoadBalancer
and LoadBalancerSingle), as they always resolve the given
$domain to its id (string value), so false no longer has
any special meaning.

Bug: T252019
Bug: T236880
Change-Id: I170a15a035a41af186cdf8a0b88f998df961c554
2020-05-26 16:10:30 +00:00
..
composer Fix new phan errors, part 2 2019-10-12 10:35:09 +00:00
eventrelayer Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
filebackend Merge "In SwiftFileBackend allow HTTP timeouts to be set in the constructor" 2020-05-17 08:10:36 +00:00
http Respect configured default HTTP timeouts, and introduce max timeouts 2020-05-21 09:30:57 +10:00
iterators
lockmanager Fix more libs PSR12.Properties.ConstantVisibility.NotFound 2020-05-16 20:13:22 +00:00
Message Fix some more Squiz.Scope.MethodScope.Missing 2020-05-17 01:30:25 +00:00
mime mime: Document null return from MimeAnalyzer::improveTypeFromExtension() 2020-05-24 15:51:08 -04:00
objectcache Fix more libs PSR12.Properties.ConstantVisibility.NotFound 2020-05-16 20:13:22 +00:00
ParamValidator Localisation updates from https://translatewiki.net. 2020-05-20 08:33:48 +02:00
rdbms rdbms: Clarify ILoadBalancer::getConnection doc for when to call reuseConnection 2020-05-26 16:10:30 +00:00
redis Fix some includes/libs PSR12.Properties.ConstantVisibility.NotFound 2020-05-16 02:32:53 +01:00
services Remove 1.33 aliases from libs/services 2020-01-09 21:37:29 +00:00
stats Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
uuid Fix some includes/libs PSR12.Properties.ConstantVisibility.NotFound 2020-05-16 02:32:53 +01:00
virtualrest Fix some includes/libs PSR12.Properties.ConstantVisibility.NotFound 2020-05-16 02:32:53 +01:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php
Cookie.php Set method visibility for various constructors 2019-12-03 20:17:30 +01:00
CookieJar.php
CryptHKDF.php Set visibility on php magic functions __destruct/sleep/wakeup/get/call 2019-12-05 18:52:55 +01:00
CSSMin.php resourceloader: Cleanup CSSMin 2020-05-16 18:34:02 +00:00
DeferredStringifier.php
Deflate.php Move deflate method to MW util and deprecate EasyDeflate module 2019-10-30 15:03:41 +00:00
DnsSrvDiscoverer.php Fix new phan errors, part 6 2019-10-20 17:53:48 +00:00
ExplodeIterator.php
GenericArrayObject.php Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull 2020-01-10 14:17:13 -08:00
HashRing.php Fix more libs PSR12.Properties.ConstantVisibility.NotFound 2020-05-16 20:13:22 +00:00
HtmlArmor.php
HttpStatus.php
JavaScriptMinifier.php Fix some Squiz.Scope.MethodScope.Missing 2020-05-16 22:18:49 +01:00
jsminplus.php Minor cleanups 2019-11-03 17:10:23 -08:00
MapCacheLRU.php Fix some includes/libs PSR12.Properties.ConstantVisibility.NotFound 2020-05-16 02:32:53 +01:00
MappedIterator.php
MemoizedCallable.php
MessageSpecifier.php
MWCryptHash.php Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull 2020-01-10 14:17:13 -08:00
ProcessCacheLRU.php
README
ReplacementArray.php
ReverseArrayIterator.php Remove duplicate variable name from class property PHPDocs 2019-12-02 12:58:29 +00:00
RiffExtractor.php
StaticArrayWriter.php
StatusValue.php StatusValue: Fix __toString() to not choke on special parameters 2020-02-14 16:51:31 -05:00
StringUtils.php Fix some more Squiz.Scope.MethodScope.Missing 2020-05-17 01:30:25 +00:00
Timing.php
UDPTransport.php UDPTransport: move payload size to accessible constant 2020-03-27 12:53:02 -06:00
Xhprof.php profiler: Set Xhprof::$enabled after enable attempt, not before 2020-05-07 22:52:27 +01:00
XhprofData.php Remove duplicate variable name from class property PHPDocs 2019-12-02 12:58:29 +00: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.