wiki.techinc.nl/includes/libs
2016-09-23 19:20:43 +00:00
..
composer Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
eventrelayer Merge "Make WAN cache config use $wgEventRelayerConfig" 2016-04-25 20:48:19 +00:00
filebackend Simplify and clean up FileBackend exceptions 2016-09-22 15:28:08 -07:00
lockmanager Move more LockManager classes to /libs 2016-09-22 22:26:18 -07:00
objectcache Avoid Wikimedia\Assert in HashBagOStuff 2016-09-20 23:00:54 -07:00
rdbms Merge "Add alternative DB_* class constants to ILoadBalancer" 2016-09-23 19:20:43 +00:00
replacers Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
stats Move SamplingStatsdClient into stats/ subdirectory 2016-09-21 00:47:55 -07:00
time Rename Convert*a*bleTimestamp to Convert*i*bleTimestamp 2016-09-21 21:43:32 -07:00
virtualrest Merge "RestbaseVirtualRESTService: Support production URL layout" 2016-08-25 15:04:33 +00:00
xmp Use ConvertibleTimestamp::convert() in a few places 2016-09-21 21:46:24 -07:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php Allow tag names for SqlBagOStuff consistent hashing 2016-04-18 22:21:22 +00:00
Cookie.php Move CookieJar class to own file 2016-04-03 11:46:36 +03:00
CookieJar.php Move CookieJar class to own file 2016-04-03 11:46:36 +03:00
CSSMin.php Fix and standardize Doxygen tags 2016-04-30 12:10:17 +02:00
DeferredStringifier.php
ExplodeIterator.php
GenericArrayObject.php Use static::class instead of get_called_class() 2016-02-29 22:43:58 +00:00
HashRing.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
HtmlArmor.php HtmlArmor: Pass ENT_QUOTES to htmlspecialchars() 2016-08-07 00:19:15 +02:00
HttpStatus.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
IEContentAnalyzer.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
IEUrlExtension.php Revert "Hack IEUrlExtension::haveUndecodedRequestUri() to always return true" 2016-04-13 19:49:39 +00:00
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 Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MemoizedCallable.php build: Update mediawiki-codesniffer to 0.6.0, add "composer fix" 2016-02-17 02:54:42 -08:00
MessageSpecifier.php
MultiHttpClient.php MultiHttpClient: Don't use wfArrayToCgi() 2016-09-20 23:10:54 -07:00
MWMessagePack.php Always use 'bool' instead of 'boolean' in Doxygen tags 2016-03-24 09:44:09 +01:00
ObjectFactory.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ProcessCacheLRU.php Allow requiring cache size for page props 2016-08-18 12:57:34 -07:00
README
ReplacementArray.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ReverseArrayIterator.php HTML5 Balancer 2016-07-12 14:18:04 +10:00
RiffExtractor.php Improve code suffering from PHP 5.3's lack of support for foo()[] 2016-02-28 22:49:20 +01:00
ScopedCallback.php ScopedCallback: Fix a typo in a comment 2016-09-23 08:46:35 +00:00
StatusValue.php Make LockManager use StatusValue and move classes to /libs 2016-09-19 04:34:28 +00:00
StringUtils.php Clean up after "Kill mbstring fallbacks" 2016-04-07 09:02:37 -04:00
Timing.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
UDPTransport.php
WaitConditionLoop.php Improve compatibility checks in WaitConditionLoop 2016-09-12 09:50:27 +00:00
Xhprof.php Decouple Xhprof profiling from profiling data processing 2016-05-12 22:23:05 +00:00
XhprofData.php Decouple Xhprof profiling from profiling data processing 2016-05-12 22:23:05 +00:00
XmlTypeCheck.php build: Update mediawiki-codesniffer to 0.6.0, add "composer fix" 2016-02-17 02:54:42 -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.