wiki.techinc.nl/includes/libs
Kunal Mehta 6a55db1a97 Move DeferredStringifier into libs, add tests
Change-Id: I384d1a3854e957315584d30ec58c48c02fee6a2c
2015-01-13 11:04:44 -08:00
..
composer Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
virtualrest Cleanup ParsoidVirtualRESTService 2015-01-06 18:11:25 -08: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
Cookie.php Cookie: Fix @throws comment 2015-01-07 19:17:43 +00:00
CSSMin.php CSSMin: Rewrite encodeImageAsDataURI() 2014-11-16 18:06:35 +00:00
DeferredStringifier.php Move DeferredStringifier into libs, add tests 2015-01-13 11:04:44 -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 Remove OutputPage::getStatusMessage() (deprecated since 1.18) 2014-07-09 01:41:18 +02:00
IEContentAnalyzer.php Unify the spelling of MIME in documentation 2014-08-07 23:38:45 +02:00
IEUrlExtension.php SECURITY: Fix extension detection with 2 .'s 2013-09-03 22:10:31 +00:00
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 Added MapCacheLRU::getAllKeys() method 2014-12-25 14:02:50 -08:00
MappedIterator.php Moved MappedIterator to /libs and changed exception type 2014-01-07 21:12:43 +00:00
MultiHttpClient.php Merge "Make a VirtualRESTService class for Parsoid" 2015-01-07 01:29:44 +00: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 Improved timestamp precision in ProcessCacheLRU 2014-09-25 12:04:09 -07:00
README
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 Introduce includes/utils directory 2013-11-04 11:00:42 +11: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 Always use 'bool' instead of 'boolean' after '@param' and '@return' 2014-12-10 11:57:31 +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.