wiki.techinc.nl/includes/libs
Ed Sanders ca846e35cc ParamValidator: Define extra parameters for ExpiryDefTest
This will be tested via ParamValidatorTest->testCheckSettings().

Change-Id: I4e1d24eb0abd88b370165a63a1c1e694edd25996
2021-10-05 16:30:49 -07:00
..
composer Support Composer 2.0 in ComposerInstalled 2021-03-04 09:29:34 +01:00
eventrelayer
filebackend Remove $wgShellLocale, always use C 2021-09-24 17:25:01 -07:00
http MultiHttpClient: Replace PHP version check with defined() 2021-06-23 01:47:59 +01:00
iterators
lockmanager Throw on invalid database connection in DBLockManager::getConnection 2021-09-24 22:16:19 +02:00
Message Fix a bunch of random typos 2021-06-29 11:32:04 +00:00
Metrics Metrics: Implement statsd-exporter compatible Metrics interface 2021-09-29 15:27:23 -06:00
mime Using @return never documentation on always-throw-function 2021-09-07 17:29:03 +02:00
objectcache Merge "objectcache: cleanup cache value attribute methods in WANObjectCache" 2021-10-04 22:35:03 +00:00
ParamValidator ParamValidator: Define extra parameters for ExpiryDefTest 2021-10-05 16:30:49 -07:00
rdbms docs: Fix nullable documentation for class properties 2021-09-24 00:54:53 +00:00
redis Remove some more comments that literally repeat the code 2021-06-18 21:23:56 +00:00
stats stats: Simplify normalizeMetricKey() and fix bad output for edge cases 2021-09-10 19:39:30 +00:00
uuid build: Enable phan plugin UseReturnValuePlugin 2021-08-26 21:08:19 +00:00
virtualrest Use static closures where safe to use 2021-02-11 00:13:52 +00:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
Cookie.php Use some more neutral language 2021-04-18 16:49:36 +01:00
CookieJar.php
CryptHKDF.php
Deflate.php
DnsSrvDiscoverer.php
ExplodeIterator.php Remove some more comments that literally repeat the code 2021-06-18 21:23:56 +00:00
GenericArrayObject.php
GhostFieldAccessTrait.php
HashRing.php docs: Fix nullable documentation for class properties 2021-09-24 00:54:53 +00:00
HtmlArmor.php Update Legoktm's email address 2021-05-02 05:39:37 +00:00
HttpStatus.php
jsminplus.php
MapCacheLRU.php objectcache: Avoid getCurrentTime() call in MapCacheLRU::has() 2021-09-10 02:18:00 +00:00
MappedIterator.php docs: Fix nullable documentation for class properties 2021-09-24 00:54:53 +00:00
MemoizedCallable.php MemoizedCallable: Disallow memoizing of unnamed closures 2021-02-11 00:51:26 +00:00
MessageSpecifier.php
MWCryptHash.php MWCryptHash: Avoid bool as array key 2021-08-26 21:43:12 +00:00
NonSerializableTrait.php Using @return never documentation on always-throw-function 2021-09-07 17:29:03 +02:00
README
ReplacementArray.php Remove unused default values from class properties 2021-05-12 13:44:28 +02:00
ReverseArrayIterator.php Cleanup mixed space/tab line indent 2021-09-04 00:52:31 +02:00
RiffExtractor.php
StaticArrayWriter.php language: Autoload normalize data and remove transformUsingPairFile compat 2021-08-10 21:03:13 +00:00
StatusValue.php Support fluent interface for StatusValue 2021-08-02 15:14:11 -04:00
StringUtils.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
Timing.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
UDPTransport.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
Xhprof.php profiler: Fixup broken logic for the new 'running' option 2021-09-16 03:26:23 +01:00
XhprofData.php Use static closures where safe to use 2021-02-11 00:13:52 +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.