wiki.techinc.nl/includes/libs
Brad Jorsch 70bc2a5527 libs/Message: Fix value of ParamType::DURATION_SHORT
The values of the constants are supposed to match the keys used for the
corresponding special parameters to Message. This one was different.

Note the values of these constants are considered an internal
implementation detail, as is the format of the XML-ish output of
MessageValue::dump(), so we don't have to worry about compatibility
when changing it here.

Change-Id: If5a7279e661df8c13780552d1dee752215e1d497
2019-11-25 18:23:43 +00:00
..
composer Fix new phan errors, part 2 2019-10-12 10:35:09 +00:00
eventrelayer
filebackend Merge "Replace some oldskool @see with @inheritDoc" 2019-11-12 22:19:00 +00:00
http Merge "Fix new phan errors, part 6" 2019-10-20 18:05:18 +00:00
iterators
lockmanager
Message libs/Message: Fix value of ParamType::DURATION_SHORT 2019-11-25 18:23:43 +00:00
mime XmlTypeCheck: minor cleanups 2019-11-11 17:58:46 -08:00
objectcache build: Upgrade mediawiki-phan-config to 0.8.0 2019-10-22 09:16:45 +00:00
ParamValidator ParamValidator: Use MessageValue! 2019-11-01 15:49:31 -04:00
rdbms Merge "rdbms: rename fixIgnore() and declare method visibilities in DatabaseSqlite" 2019-11-22 23:55:01 +00:00
redis
services ServiceContainer: use parameter types 2019-11-08 11:16:14 -08:00
stats
virtualrest Parsoid VRS: Add the Host header 2019-11-20 17:55:13 +01:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php
Cookie.php
CookieJar.php
CryptHKDF.php
CSSMin.php resourceloader: Simplify CSSMin regex and its handling 2019-10-30 15:06:31 +00:00
DeferredStringifier.php
Deflate.php Move deflate method to MW util and deprecate EasyDeflate module 2019-10-30 15:03:41 +00:00
DnsSrvDiscoverer.php Fix new phan errors, part 6 2019-10-20 17:53:48 +00:00
ExplodeIterator.php
GenericArrayObject.php
HashRing.php
HtmlArmor.php
HttpStatus.php
IEUrlExtension.php
IP.php Document that IP::toHex should not be used for IP ranges 2019-10-28 15:19:08 +00:00
JavaScriptMinifier.php
jsminplus.php Minor cleanups 2019-11-03 17:10:23 -08:00
MapCacheLRU.php
MappedIterator.php
MemoizedCallable.php
MessageSpecifier.php
MWCryptHash.php
MWMessagePack.php
ProcessCacheLRU.php
README
ReplacementArray.php
ReverseArrayIterator.php
RiffExtractor.php
StaticArrayWriter.php
StatusValue.php Merge "Make Status::wrap and StatusValue::splitByErrorType work together" 2019-10-08 12:03:08 +00:00
StringUtils.php
Timing.php
UDPTransport.php
Xhprof.php Xhprof: Update comments now that HHVM is not supported 2019-10-11 01:18:17 +00:00
XhprofData.php Fix new phan errors, part 6 2019-10-20 17:53:48 +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.