wiki.techinc.nl/includes/libs
Aaron Schulz 671368a59e rdbms: make Database::insertSelect() stricter about replication safety
Avoid the native INSERT SELECT method if a LIMIT clause is present.

Change-Id: Ibf9b8a4a42092fbc98d7ebd45167203a6a8801ee
2018-03-02 02:40:02 +00:00
..
composer update mediawiki-codesniffer to 0.11.0 and fix issues 2017-08-11 22:27:51 +02:00
eventrelayer Remove "@author Aaron Schulz" annotations 2017-06-27 15:24:14 -07:00
filebackend Separate additional swift users for public and private 2018-02-26 10:25:59 +01:00
http Family name of Thiemo changed 2017-11-14 13:59:15 +01:00
iterators
lockmanager Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
mime Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
objectcache objectcache: improve TTL reduction warning log entries 2018-02-22 10:07:40 -08:00
rdbms rdbms: make Database::insertSelect() stricter about replication safety 2018-03-02 02:40:02 +00:00
redis Ignore errors in RedisConnectionPool destructor 2017-08-14 14:28:41 +00:00
replacers
stats Try to opportunistically flush statsd data in maintenance scripts 2017-12-30 05:01:21 +00:00
virtualrest Merge "Improve some parameter docs" 2017-09-10 22:57:48 +00:00
xmp Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php Add missing & to @param documentation to match functon call 2017-08-11 18:47:46 +02:00
Cookie.php
CookieJar.php
CryptHKDF.php
CryptRand.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
CSSMin.php CSSMin: Trim whitespace from attribute selectors and url tokens 2018-02-22 23:41:14 +00:00
DeferredStringifier.php Soft deprecate DeferredStringifier class 2018-02-16 22:46:59 +00:00
DnsSrvDiscoverer.php
ExplodeIterator.php
GenericArrayObject.php Use short type bool/int in param documentation 2017-08-20 13:20:59 +02:00
HashRing.php Convert @var Array => array 2017-11-09 22:40:40 -08:00
HtmlArmor.php
HttpStatus.php Fix return in HttpStatus::header 2017-09-10 01:44:29 +02:00
IEUrlExtension.php Remove @param comments that literally repeat what the code says 2018-01-10 14:14:26 +01:00
IP.php Update IPSet use statements 2018-01-21 04:37:26 +00:00
JavaScriptMinifier.php JavaScriptMinifier: Fix "Uninitialized offset" in regexp char class parsing 2018-01-30 19:55:15 -08:00
jsminplus.php build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
MapCacheLRU.php Allow two-queue style insertion in MapCacheLRU 2017-09-25 21:28:38 +00:00
MappedIterator.php Remove "@author Aaron Schulz" annotations 2017-06-27 15:24:14 -07:00
MemoizedCallable.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
MessageSpecifier.php
MultiHttpClient.php Remove superfluous spaces and semicolons in comments 2018-02-05 19:05:57 +00:00
MWCryptHash.php
MWMessagePack.php Require indentation of CASE statements in PHP code 2017-12-10 22:07:50 -05:00
ProcessCacheLRU.php Add more ProcessCacheLRU comments 2017-09-24 20:37:28 +00:00
README
ReplacementArray.php
ReverseArrayIterator.php
RiffExtractor.php
StatusValue.php Remove @param comments that literally repeat what the code says 2018-01-10 14:14:26 +01:00
StringUtils.php build: Update mediawiki/mediawiki-codesniffer to 0.10.1 2017-07-22 18:24:09 -07:00
Timing.php
UDPTransport.php
Xhprof.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
XhprofData.php benchmarks: Add rate per second and standard deviation to output 2018-01-28 13:49:00 -08: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.