wiki.techinc.nl/includes/libs
Bartosz Dziewoński 603174ff41 CSSMin: Don't do file_exists on random data in getLocalFileReferences()
If it's a URL, it obviously can't be a local file; check that first to
avoid PHP warnings about malformed paths.

Bug: 60960
Change-Id: Id784c089c3de8af79af7524ef5ab5cc2f7b8af9e
2014-03-10 20:55:02 +01:00
..
CSSJanus.php CSSJanus: Account for attribute selectors in brace lookahead 2014-02-08 00:43:52 +00:00
CSSMin.php CSSMin: Don't do file_exists on random data in getLocalFileReferences() 2014-03-10 20:55:02 +01:00
GenericArrayObject.php Use American English spelling for behavior 2013-03-04 10:24:57 +01:00
HashRing.php Moved HashRing to /libs 2014-01-07 22:18:09 +00:00
HttpStatus.php Fix typo ('associed' => 'associated'). 2013-06-14 15:26:36 -07:00
IEContentAnalyzer.php Fixed @param tags to conform with Doxygen format. 2013-03-11 13:15:01 -04:00
IEUrlExtension.php SECURITY: Fix extension detection with 2 .'s 2013-09-03 22:10:31 +00:00
JavaScriptMinifier.php Fixed @param tags to conform with Doxygen format. 2013-03-11 13:15:01 -04:00
jsminplus.php Spellchecked /includes directory 2013-03-13 03:42:41 -04:00
lessc.inc.php Update lessphp to b7cd5c79e8 2014-03-07 00:27:37 +00:00
MappedIterator.php Moved MappedIterator to /libs and changed exception type 2014-01-07 21:12:43 +00:00
MultiHttpClient.php MultiHttpClient tweaks 2014-02-11 16:53:10 -08:00
MWMessagePack.php MWMessagePack: improvements to test suite, exception handling, array detection 2014-01-03 03:57:25 -05:00
README
RunningStat.php Move RunningStat from profiler/ to libs/ 2014-01-02 22:52:37 -08:00
ScopedCallback.php Moved ScopedCallback to /libs 2013-12-17 10:16:14 -08:00
ScopedPHPTimeout.php Introduce includes/utils directory 2013-11-04 11:00:42 +11:00
XmlTypeCheck.php SECURITY: Disallow stylesheets in svg 2014-01-14 02:00:12 +01: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.