wiki.techinc.nl/includes/libs
Petr Pchelko 87a5cb4673 UserQueryBuilder: abstraction for actor table queries.
This introduces a specialized SelectQueryBuilder for
queries related to actor table. So far it's fairly basic,
but in future it is intended to grow.

This patch only introduces the new abstraction, using
it will be separated into separate patches.

Bug: T274223
Change-Id: Ibb1c58016e3956a46bfaf1a9f51f265114bb9ace
2021-02-22 11:47:07 -07:00
..
composer
eventrelayer
filebackend Use static closures where safe to use 2021-02-11 00:13:52 +00:00
http Use static closures where safe to use 2021-02-11 00:13:52 +00:00
iterators
lockmanager Use static closures where safe to use 2021-02-11 00:13:52 +00:00
Message
mime Document and fix UploadBase::$mFinalExtension being null 2021-02-03 19:12:07 +01:00
objectcache docs: Fix 'dependant' typos 2021-02-18 16:59:20 +00:00
ParamValidator Merge "Use static closures where safe to use" 2021-02-14 23:05:48 +00:00
rdbms UserQueryBuilder: abstraction for actor table queries. 2021-02-22 11:47:07 -07:00
redis
stats Use static closures where safe to use 2021-02-11 00:13:52 +00:00
uuid uuid: Improve architecture rationale docs for GlobalIdGenerator 2021-02-18 22:17:32 +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 Don't rely on implicit string->int cast in comparison 2021-01-18 08:08:23 +01:00
CookieJar.php
CryptHKDF.php
CSSMin.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
Deflate.php
DnsSrvDiscoverer.php
ExplodeIterator.php
GenericArrayObject.php
GhostFieldAccessTrait.php
HashRing.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
HtmlArmor.php
HttpStatus.php
JavaScriptMinifier.php
jsminplus.php
MapCacheLRU.php Annotate MapCacheLRU::get as returning a safe value 2021-01-16 23:53:22 +00:00
MappedIterator.php
MemoizedCallable.php MemoizedCallable: Disallow memoizing of unnamed closures 2021-02-11 00:51:26 +00:00
MessageSpecifier.php
MWCryptHash.php
NonSerializableTrait.php
README
ReplacementArray.php
ReverseArrayIterator.php
RiffExtractor.php
StaticArrayWriter.php
StatusValue.php StatusValue: Minor code clean up 2021-02-19 23:14:25 +00: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
Xhprof.php
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.