wiki.techinc.nl/includes/libs
2016-07-19 19:20:12 +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
objectcache Create BagOStuff implementation to talk to RestBase 2016-07-06 17:52:07 +00:00
replacers Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
stats Fix phpdoc in StatsdAwareInterface 2016-04-06 15:59:53 +00:00
virtualrest virtualrest: Small doc fix 2016-04-12 21:10:45 +00:00
APACHE-LICENSE-2.0.txt CSSJanus: Add Apache license header 2014-09-20 17:21:53 -07:00
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 DeferredStringifier: Clean up comments and indentation in tests 2015-01-29 12:10:08 -08:00
ExplodeIterator.php ExplodeIterator: Set explicit visiblity on functions 2015-01-28 21:05:04 -08:00
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 Add LinkRenderer (rewrite of Linker::link()) 2016-05-23 12:00:09 -07: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
JavaScriptMinifier.php Only convert boolean true/false to !0/!1 2015-08-15 14:13:59 -07:00
jsminplus.php jsminplus: Fix string concatenation in error message 2014-10-22 11:44:49 +00:00
MapCacheLRU.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08: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 Split StatusValue out of Status class and put it in /libs 2015-02-10 00:39:05 +00:00
MultiHttpClient.php Merge "Added Range support to FileBackend::streamFile()" 2016-07-19 19:20:12 +00: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 Convert all array() syntax to [] 2016-02-17 01:33:00 -08: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
SamplingStatsdClient.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ScopedCallback.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
StatusValue.php Improve getErrorsByType() docs 2016-04-18 09:08:26 -07: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 Create a generic UDP transport class 2014-12-15 15:06:43 -07: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.