wiki.techinc.nl/includes/libs
Aaron Schulz d2d935483f Make makeKeyInternal() limit more conservative
This should avoid error log entries for long WAN cache keys

Change-Id: I401482d25dd5bf47052a3c6729c5f8bc9fd68770
2015-11-01 19:37:21 -08:00
..
composer Changed paths to package dependency file 2015-10-26 15:58:03 +00:00
eventrelayer Set 644 file permissions on some *.php files 2015-06-27 20:46:05 +00:00
objectcache Make makeKeyInternal() limit more conservative 2015-11-01 19:37:21 -08:00
replacers Remove excess newlines at the end of files 2015-09-27 00:02:05 +02:00
virtualrest Rename RESTBase1/Parsoid3 bodyOnly parameter to body_only 2015-09-30 10:27:04 -04: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 Make lines shorter to pass phpcs under includes/libs 2015-09-26 18:20:34 +00:00
Cookie.php Cookie: Fix @throws comment 2015-01-07 19:17:43 +00:00
CSSMin.php Make lines shorter to pass phpcs under includes/libs 2015-09-26 18:20:34 +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 Fixed HashRing IDE errors 2015-08-24 04:57:26 -07:00
HttpStatus.php Make long lines shorter to pass phpcs in 6 files 2015-09-26 17:07:06 +00:00
IEContentAnalyzer.php Unify the spelling of MIME in documentation 2014-08-07 23:38:45 +02:00
IEUrlExtension.php Remove empty line comments 2015-10-14 09:46:44 +02: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 CacheLRU: Simplify >0 assertion and remove verbose inline comment 2015-10-20 03:19:17 +01:00
MappedIterator.php Moved MappedIterator to /libs and changed exception type 2014-01-07 21:12:43 +00:00
MemoizedCallable.php Add MemoizedCallable for APC-backed function memoization 2015-10-06 23:35:03 +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 Restore "userAgent" MultiHttpClient constructor override 2015-10-06 22:29:42 +00:00
MWMessagePack.php Pass phpcs-strict on includes/libs/ 2014-04-24 21:48:10 +02:00
ObjectFactory.php ObjectFactory: avoid using ReflectionClass 2015-10-25 00:13:32 +00:00
ProcessCacheLRU.php CacheLRU: Simplify >0 assertion and remove verbose inline comment 2015-10-20 03:19:17 +01:00
README
ReplacementArray.php Fix spacing in ReplacementArray 2015-09-25 10:54:58 -07:00
RiffExtractor.php Basic support for WebP 2015-06-26 19:38:38 +00:00
SamplingStatsdClient.php Fix issues identified by SpaceBeforeSingleLineComment sniff 2015-09-26 23:06:52 +00:00
ScopedCallback.php Made a new SectionProfileCallback class that extends ScopedCallback 2014-12-17 13:16:06 -08:00
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 wikimedia/running-stat 1.0.0 → 1.1.0 2015-10-28 15:34:57 -07: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.