wiki.techinc.nl/includes/libs
2017-09-05 08:56:06 +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 Always put type information before variable name for @var tags 2017-09-04 11:06:51 -07:00
http Move HttpAccept* to libs 2017-06-12 18:28:25 +04:30
iterators Move utils/iterators/ into libs/ 2016-10-16 17:33:23 +00:00
lockmanager Add missing & to @param documentation to match functon call 2017-08-11 18:47:46 +02:00
mime Add missing type to @param documentation 2017-08-11 20:37:35 +02:00
objectcache Use short type bool/int in param documentation 2017-08-20 13:20:59 +02:00
rdbms Always put type information before variable name for @var tags 2017-09-04 11:06:51 -07:00
redis Ignore errors in RedisConnectionPool destructor 2017-08-14 14:28:41 +00:00
replacers Replace use of &$this 2017-01-31 23:01:54 -05:00
stats Always put type information before variable name for @var tags 2017-09-04 11:06:51 -07:00
virtualrest Fix RestbaseVirtualRESTService URL standardization 2017-08-26 00:32:15 +00:00
xmp Remove auto-generated "Constructor" documentation on constructors 2017-07-21 12:19:30 +02: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 Move CookieJar class to own file 2016-04-03 11:46:36 +03:00
CookieJar.php Clean up http classes a bit 2016-11-30 19:00:44 -08:00
CryptHKDF.php Miscellaneous indentation tweaks 2017-02-27 19:23:54 +01:00
CryptRand.php Remove empty lines at begin of function, if, foreach, switch 2017-07-01 11:34:16 +00:00
CSSMin.php resourceloader: Fix @covers for CSSMin tests 2017-07-27 21:40:21 -07:00
DeferredStringifier.php
DnsSrvDiscoverer.php Add EtcdConfig class 2017-04-10 07:36:33 +00:00
ExplodeIterator.php Cleanup some incorrect return annotations 2016-12-12 10:15:05 -08:00
GenericArrayObject.php Use short type bool/int in param documentation 2017-08-20 13:20:59 +02:00
HashRing.php Use short type bool/int in param documentation 2017-08-20 13:20:59 +02:00
HtmlArmor.php HtmlArmor: Document that null is an acceptable value 2016-12-08 20:57:36 +00:00
HttpStatus.php Log a backtrace from the culprit location if headers were already sent 2017-02-23 14:10:12 +11:00
IEUrlExtension.php Add missing type to @param documentation 2017-08-11 20:37:35 +02:00
IP.php Rename IP::isValidBlock to isValidRange, deprecating the former 2017-08-29 18:26:12 +00:00
JavaScriptMinifier.php
jsminplus.php jsminplus: Fix JSNode memory leak from 'continue' statements 2017-06-28 18:19:20 -07:00
MapCacheLRU.php MapCacheLRU: Properly handle bogus cache keys 2016-12-06 12:42:49 -08:00
MappedIterator.php Remove "@author Aaron Schulz" annotations 2017-06-27 15:24:14 -07:00
MemoizedCallable.php Use correct variable name in @param documentation 2017-08-11 19:27:19 +02:00
MessageSpecifier.php
MultiHttpClient.php Use short type bool/int in param documentation 2017-08-20 13:20:59 +02:00
MWCryptHash.php Move MWCryptHash into libs/ 2016-10-01 23:19:28 -07:00
MWMessagePack.php Always use 'bool' instead of 'boolean' in Doxygen tags 2016-03-24 09:44:09 +01:00
ObjectFactory.php Remove "@author Bryan Davis" and "Brad Jorsch" annotations 2017-06-26 15:25:46 -06: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
StatusValue.php Fix and make some types in PHPDoc and JSDoc tags more specific 2017-08-05 18:46:44 +02:00
StringUtils.php build: Update mediawiki/mediawiki-codesniffer to 0.10.1 2017-07-22 18:24:09 -07:00
Timing.php Update weblinks in comments from HTTP to HTTPS 2016-11-07 15:24:46 +01:00
UDPTransport.php
Xhprof.php profiler: Support tideways for PHP7 profiling 2016-12-06 23:38:19 +00:00
XhprofData.php Remove "@author Bryan Davis" and "Brad Jorsch" annotations 2017-06-26 15:25:46 -06: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.