wiki.techinc.nl/includes/libs
Aaron Schulz d189665ea6 rdbms: factor out session state helper class from Database
Also, rename some private session state methods in Database

Change-Id: Ie784c45f2eed9cd6dd88dc35f765d6384097e24e
2022-03-15 22:32:52 +00:00
..
composer Fix typos in comments (C-D) 2021-12-30 18:00:02 +05:30
eventrelayer
filebackend Merge "Fix various documentation related to null types (part II)" 2022-03-09 22:42:42 +00:00
http HttpRequestFactory: allow 0 to mean no max timeout. 2022-01-28 18:40:03 +01:00
iterators
lockmanager Replace some more usages of Wikimedia\(suppress|restore)Warnings() 2022-02-24 20:27:46 +00:00
Message Add Message/MessageValue user group member parameter type 2021-11-16 11:24:35 -05:00
Metrics Fix various documentation related to null types 2022-02-26 10:31:24 +01:00
mime Add various null checks when null is not possible to use as argument 2022-03-14 17:17:17 +00:00
objectcache cache: Fix various scalar and null types to match documentation 2022-03-14 17:36:04 +00:00
ParamValidator Use updated ObjectFactory namespace 2022-03-09 23:04:51 +00:00
rdbms rdbms: factor out session state helper class from Database 2022-03-15 22:32:52 +00:00
redis cache: Fix various scalar and null types to match documentation 2022-03-14 17:36:04 +00:00
stats stats: Implement interface in BufferingStatsdDataFactory correctly 2022-03-09 20:25:41 +01:00
uuid Fix type of value directly passed to php internal functions 2022-03-07 20:41:55 +01:00
virtualrest Fix various documentation related to null types 2022-02-26 10:31:24 +01:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php
Cookie.php
CookieJar.php
CryptHKDF.php Fix typos in comments (C-D) 2021-12-30 18:00:02 +05:30
Deflate.php Replace some more usages of Wikimedia\(suppress|restore)Warnings() 2022-02-24 20:27:46 +00:00
DnsSrvDiscoverer.php Fix various documentation related to null types 2022-02-26 10:31:24 +01:00
ExplodeIterator.php Fix bool documentation for ExplodeIterator 2021-11-02 14:41:52 +01:00
GenericArrayObject.php Implement __serialize/__unserialize for PHP 8.1 support 2022-02-01 15:06:20 +00:00
GhostFieldAccessTrait.php
HashRing.php Implement __serialize/__unserialize for PHP 8.1 support 2022-02-01 15:06:20 +00:00
HtmlArmor.php
HttpStatus.php
jsminplus.php resourceloader: Fix jsminplus regex recursion 2022-02-23 11:04:26 +11:00
MapCacheLRU.php cache: Fix various scalar and null types to match documentation 2022-03-14 17:36:04 +00:00
MappedIterator.php
MemoizedCallable.php MemoizedCallable: Remove outdated php5-apc support 2021-11-16 18:23:22 +00:00
MessageSpecifier.php
MWCryptHash.php
NonSerializableTrait.php
README
ReplacementArray.php
ReverseArrayIterator.php
RiffExtractor.php
StaticArrayWriter.php Add pre-generator for config-schema.php 2022-02-03 13:27:47 +00:00
StatusValue.php StatusValue: improve toString formatting 2021-11-25 21:53:21 -08:00
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.