wiki.techinc.nl/includes/libs
Timo Tijhof 0d98e9f2fb objectcache: Add tests for ReplicatedBagOStuff
Fixed PHP runtime warnings:
> Declaration of ReplicatedBagOStuff::getMulti() should be compatible with BagOStuff.
> Declaration of ReplicatedBagOStuff::decr() should be compatible with BagOStuff.

Change-Id: Icf1a0bf2c30408c4a5bef2de0b69ae2162b234d5
2015-06-24 20:17:18 +01:00
..
composer ComposerJson: Ignore dependencies that start with "ext-" 2015-02-23 10:34:53 -08:00
eventrelayer Fix braces code style 2015-06-17 16:28:51 +03:00
normal Have back-compat shim actually return the value 2015-04-02 22:54:31 -04:00
objectcache objectcache: Add tests for ReplicatedBagOStuff 2015-06-24 20:17:18 +01:00
replacers replacers: Make Replacer abstract, and add abstract Replacer::replace() 2015-01-28 20:49:57 -08:00
virtualrest Change spaces to tabs 2015-06-21 10:00:58 +03:00
APACHE-LICENSE-2.0.txt CSSJanus: Add Apache license header 2014-09-20 17:21:53 -07:00
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 Use a fixed comment placeholder string in CSSMin 2015-06-02 09:45:08 -07: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 Fixed broken exception code 2014-07-03 16:37:25 -07:00
HttpStatus.php HttpStatus: Implement header() method 2015-06-04 02:15:39 +00:00
IEContentAnalyzer.php Unify the spelling of MIME in documentation 2014-08-07 23:38:45 +02:00
IEUrlExtension.php
IPSet.php Always use 'bool' instead of 'boolean' after '@param' and '@return' 2014-12-10 11:57:31 +00:00
JavaScriptMinifier.php Make phpcs-strict pass on includes/ (5/~10) 2014-05-11 19:35:32 +00:00
jsminplus.php jsminplus: Fix string concatenation in error message 2014-10-22 11:44:49 +00:00
MapCacheLRU.php Start using the Assert helper class for checking parameters. 2015-05-11 17:54:07 +00:00
MappedIterator.php Moved MappedIterator to /libs and changed exception type 2014-01-07 21:12:43 +00:00
MessageSpecifier.php Split StatusValue out of Status class and put it in /libs 2015-02-10 00:39:05 +00:00
MultiHttpClient.php Change spaces to tabs 2015-06-21 10:00:58 +03:00
MWMessagePack.php Pass phpcs-strict on includes/libs/ 2014-04-24 21:48:10 +02:00
ObjectFactory.php Typo fixes and non-code tweaks 2014-12-12 18:31:15 +00:00
ProcessCacheLRU.php Start using the Assert helper class for checking parameters. 2015-05-11 17:54:07 +00:00
README
ReplacementArray.php LanguageConverter fix of empty and numeric strings 2015-06-08 14:23:42 +00: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 SVG upload with specific error (warning) message when blocking 2015-05-25 20:47:45 +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.