wiki.techinc.nl/includes/libs
Timo Tijhof 98911418c2 CSSMin: Remove file-existance filter in getLocalFileReferences()
Follows-up 8f5cd11d82.

The old getLocalFileReferences() method is no longer used anywhere.
Remove it and rename getAllLocalFileReferences back to it.

Change-Id: I864258aad128ba9b54464c7bc854543f2937f977
2016-03-03 00:16:13 +00:00
..
composer Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
eventrelayer Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
objectcache objectcache: Fix MultiWriteBagOStuff docs ('asyncHandler', not 'asyncCallback') 2016-03-02 02:49:53 +00:00
replacers Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
virtualrest Improve code suffering from PHP 5.3's lack of support for foo()[] 2016-02-28 22:49:20 +01:00
APACHE-LICENSE-2.0.txt
ArrayUtils.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
BufferingStatsdDataFactory.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Cookie.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
CSSMin.php CSSMin: Remove file-existance filter in getLocalFileReferences() 2016-03-03 00:16:13 +00:00
DeferredStringifier.php
ExplodeIterator.php
GenericArrayObject.php Use static::class instead of get_called_class() 2016-02-29 22:43:58 +00:00
HashRing.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
HttpStatus.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
IEContentAnalyzer.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
IEUrlExtension.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
JavaScriptMinifier.php
jsminplus.php
MapCacheLRU.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MappedIterator.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MemoizedCallable.php build: Update mediawiki-codesniffer to 0.6.0, add "composer fix" 2016-02-17 02:54:42 -08:00
MessageSpecifier.php
MultiHttpClient.php Improve code suffering from PHP 5.3's lack of support for foo()[] 2016-02-28 22:49:20 +01:00
MWMessagePack.php
ObjectFactory.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ProcessCacheLRU.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
README
ReplacementArray.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
RiffExtractor.php Improve code suffering from PHP 5.3's lack of support for foo()[] 2016-02-28 22:49:20 +01:00
SamplingStatsdClient.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ScopedCallback.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
StatusValue.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
StringUtils.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
Timing.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
UDPTransport.php
Xhprof.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
XmlTypeCheck.php build: Update mediawiki-codesniffer to 0.6.0, add "composer fix" 2016-02-17 02:54:42 -08: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.