wiki.techinc.nl/includes/libs
Aaron Schulz 63c132e050 Refactored ReplicatedBagOStuff to use generic factory methods
* Moved the class to /libs as is possible now

Change-Id: I6b724cf4b2ea627d485acb1e1882a5a04772d6f6
2015-04-29 20:08:19 -07:00
..
composer ComposerJson: Ignore dependencies that start with "ext-" 2015-02-23 10:34:53 -08:00
eventrelayer Moved WAN cache and relayer to /libs 2015-04-27 12:35:58 -07:00
normal Have back-compat shim actually return the value 2015-04-02 22:54:31 -04:00
objectcache Refactored ReplicatedBagOStuff to use generic factory methods 2015-04-29 20:08:19 -07:00
replacers replacers: Make Replacer abstract, and add abstract Replacer::replace() 2015-01-28 20:49:57 -08:00
virtualrest Fixed some <code> tags for doxygen 2015-04-29 06:01:59 +01:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php Move ArrayUtils into libs/ as there is nothing tying it to MediaWiki 2014-11-06 16:17:23 +00:00
BufferingStatsdDataFactory.php Don't bother buffering a counter update with a delta of zero. 2015-04-14 21:38:15 +00:00
Cookie.php Cookie: Fix @throws comment 2015-01-07 19:17:43 +00:00
CSSMin.php CSSMin: Optimise isLocalUrl by moving fast comparison forward 2015-01-29 19:47:55 +00: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 Always use 'bool' instead of 'boolean' after '@param' and '@return' 2014-12-10 11:57:31 +00:00
HashRing.php
HttpStatus.php
IEContentAnalyzer.php
IEUrlExtension.php
IPSet.php Always use 'bool' instead of 'boolean' after '@param' and '@return' 2014-12-10 11:57:31 +00:00
JavaScriptMinifier.php
jsminplus.php
MapCacheLRU.php Mostly revert "Verify parameter for MapCacheLRU::has() can be passed to array_key_exists()" 2015-04-07 02:08:11 +00:00
MappedIterator.php
MessageSpecifier.php Split StatusValue out of Status class and put it in /libs 2015-02-10 00:39:05 +00:00
MultiHttpClient.php Fixed some <code> tags for doxygen 2015-04-29 06:01:59 +01:00
MWMessagePack.php
ObjectFactory.php Typo fixes and non-code tweaks 2014-12-12 18:31:15 +00:00
ProcessCacheLRU.php ProcessCacheLRU: Clean up doc comments and add @covers tags to tests 2015-01-29 12:08:27 -08:00
README
ReplacementArray.php ReplacementArray: Set explicit visiblity on functions 2015-01-28 21:28:56 -08:00
RunningStat.php Fix some stuttering in comments and documentation 2014-12-17 19:44:10 +00:00
ScopedCallback.php Made a new SectionProfileCallback class that extends ScopedCallback 2014-12-17 13:16:06 -08:00
ScopedPHPTimeout.php
StatusValue.php Split StatusValue out of Status class and put it in /libs 2015-02-10 00:39:05 +00:00
StringUtils.php StringUtils: throw InvalidArgumentException and move into libs/ 2015-01-29 10:30:57 -08:00
UDPTransport.php Create a generic UDP transport class 2014-12-15 15:06:43 -07:00
Xhprof.php Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
XmlTypeCheck.php SECURITY: Always expand xml entities when checking SVG's 2015-04-01 09:56:20 -07: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.