wiki.techinc.nl/includes/libs
Faidon Liambotis c4f14616c4 HttpStatus: add RFC 6585 status codes
Add newer (Apr 2012) HTTP status codes & their messages to HttpStatus'
getMessage. Adds 428, 429, 431, 511 per RFC 6585, "Additional HTTP
Status Codes".

Change-Id: Ia055880c4b2f3ac43cf5d94dbdd45a3690a58569
2014-03-28 12:25:14 +02: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 HttpStatus: add RFC 6585 status codes 2014-03-28 12:25:14 +02: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
ProcessCacheLRU.php Moved ProcessCacheLRU to /libs 2014-03-16 16:32:34 -07: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.