wiki.techinc.nl/includes/libs
2024-09-06 01:19:59 +00:00
..
composer Merge "libs: Simplify ComposerJson::normalizeVersion" 2024-01-25 16:11:41 +00:00
DebugInfo Replace gettype() with get_debug_type() in debug/log/test output 2024-07-31 19:33:57 +02:00
Diff Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
eventrelayer Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
filebackend StreamFile: Support streaming webp from thumb_handler.php 2024-09-03 14:39:04 +08:00
http Add namespace and deprecation alias to MultiHttpClient 2024-05-20 00:32:45 +03:30
iterators
lockmanager filebackend: remove unused LockManager::sha1Base16Absolute() method 2024-08-20 17:40:00 +01:00
Message Message: Make toJsonArray() methods protected 2024-08-21 19:23:17 +02:00
mime MimeMap: Update font related MIMEs from IANA 2024-06-18 20:07:12 -04:00
objectcache Merge "objectcache: Remove WinCache support" 2024-09-06 01:19:59 +00:00
ParamValidator Localisation updates from https://translatewiki.net. 2024-08-12 07:33:18 +00:00
rdbms build: Use inline ignore for Generic.CodeAnalysis.AssignmentInCondition 2024-09-01 00:15:10 +02:00
redis
Stats Merge "Stats: Remove $wgSamplingStatsdClient, deprecate SamplingStatsdClient class" 2024-08-08 21:00:34 +00:00
uuid uuid: Use posix_geteuid() if it exists, instead of getmyuid() 2024-03-05 11:20:44 +11:00
WRStats Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
ArrayUtils.php
Cookie.php Add explicit parentheses around mixed boolean operator 2024-03-23 01:58:59 +01:00
CookieJar.php
CryptHKDF.php Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
Deflate.php Drop old class_aliases for before MW 1.39 that were missed 2024-03-20 12:10:42 +00:00
DnsSrvDiscoverer.php
Emptiable.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
ExplodeIterator.php
GhostFieldAccessTrait.php Serialization test cases: fix filename after ParserOutput namespacing 2024-05-17 17:07:47 -04:00
HashRing.php
HtmlArmor.php Add second batch of taint-check annotations 2023-09-23 18:18:17 +02:00
HttpStatus.php entrypoint: Isolate entry points from PHP runtime for testing 2024-02-02 13:03:29 +01:00
MapCacheLRU.php Replace gettype() with get_debug_type() in exception messages 2024-07-31 19:24:39 +02:00
MappedIterator.php Fix some typos 2023-03-21 15:58:09 +01:00
MemoizedCallable.php Replace gettype() with get_debug_type() in exception messages 2024-07-31 19:24:39 +02:00
MWCryptHash.php Replace gettype() with get_debug_type() in exception messages 2024-07-31 19:24:39 +02:00
NonSerializableTrait.php
README
ReplacementArray.php Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
ReverseArrayIterator.php
RiffExtractor.php
StaticArrayWriter.php StaticArrayWriter: Output lists as lists, not as assoc arrays 2024-02-15 03:33:18 +01:00
StatusValue.php Replace gettype() with get_debug_type() in debug/log/test output 2024-07-31 19:33:57 +02:00
StringUtils.php Deprecate and replace the wfUnpack global function 2024-01-17 21:17:24 +00:00
Timing.php
UDPTransport.php UDPTransport: Fix PSR2.Classes.PropertyDeclaration.Multiple errors 2024-04-21 23:21:51 +03:00
UnpackFailedException.php Deprecate and replace the wfUnpack global function 2024-01-17 21:17:24 +00:00
XhprofData.php Fix some spelling errors 2024-03-18 20:58:11 +11: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.