wiki.techinc.nl/includes/libs
Paladox 995d44ccde Make determineCoreSchema a public function again in DatabasePostgres
It was changed to a private function today, but it is called in
PostgresInstaller so it is causing this error

PHP Fatal error:  Call to private method
DatabasePostgres::determineCoreSchema() from context 'PostgresInstaller'
in /home/travis/build/paladox/mw/includes/installer/PostgresInstaller.php
on line 515

Caused by I2a067ca89a03f9ebf3f70a4f36ddae92e5b1e468

Change-Id: Ifac5a5c7dfeceeb8c7827d6d70e757633df77ca5
2016-10-29 22:13:14 +00:00
..
composer checkComposerLockUpToDate: Always check dependencies 2016-10-16 12:49:41 -07:00
eventrelayer
filebackend Fix FileBackendStore IDEA warnings due to var reuse 2016-10-18 23:10:58 -07:00
iterators Move utils/iterators/ into libs/ 2016-10-16 17:33:23 +00:00
lockmanager Use wikimedia/wait-condition-loop 2016-10-01 00:25:43 -07:00
mime Move MimeMagic code to libs/mime/MimeAnalyzer.php 2016-10-15 00:05:16 +00:00
objectcache objectcache: avoid using process cache in nested callbacks 2016-10-20 22:13:29 +00:00
rdbms Make determineCoreSchema a public function again in DatabasePostgres 2016-10-29 22:13:14 +00:00
redis Move RedisConnectionPool to /libs/redis 2016-09-23 00:20:19 -07:00
replacers
stats Move SamplingStatsdClient into stats/ subdirectory 2016-09-21 00:47:55 -07:00
time Add HTTPFileStreamer class 2016-09-23 14:22:04 -07:00
virtualrest Fix function name case 2016-09-26 15:32:54 -07:00
xmp Use namespaced ScopedCallback 2016-10-17 15:46:05 -07:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php
Cookie.php
CookieJar.php
CryptHKDF.php Move most of MWCryptHKDF into libs 2016-10-17 22:16:17 +00:00
CryptRand.php Move most of MWCryptRand into libs 2016-10-04 05:50:36 +00:00
CSSMin.php
DeferredStringifier.php
ExplodeIterator.php
GenericArrayObject.php
HashRing.php
HtmlArmor.php
HttpStatus.php
IEUrlExtension.php
IP.php Move IP class to libs/ 2016-09-21 20:18:08 -07:00
JavaScriptMinifier.php
jsminplus.php
MapCacheLRU.php MapCacheLRU: Support null values in getWithSetCallback() 2016-09-12 21:45:51 -07:00
MappedIterator.php
MemoizedCallable.php Detect/use APCu properly 2016-10-01 23:07:47 +01:00
MessageSpecifier.php
MultiHttpClient.php Remove pre-5.5 compat from MultiHttpClient 2016-10-01 22:25:06 -07:00
MWCryptHash.php Move MWCryptHash into libs/ 2016-10-01 23:19:28 -07:00
MWMessagePack.php
ObjectFactory.php
ProcessCacheLRU.php
README
ReplacementArray.php
ReverseArrayIterator.php
RiffExtractor.php
StatusValue.php Merge "Improve Status/StatusValue::splitByErrorType type hint" 2016-10-24 05:11:30 +00: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.