Aaron Schulz 633252c3e9 Use LB server configuration to force DB domains in ExternalStorageDB 6 éve
..
composer 6df9ed1ad6 update mediawiki-codesniffer to 0.11.0 and fix issues 7 éve
eventrelayer 82e2c924e4 Remove "@author Aaron Schulz" annotations 7 éve
filebackend cd233f1165 Separate additional swift users for public and private 7 éve
http 2d5c742db3 Use SPDX 3.0 license identifier 7 éve
iterators 344cbdc645 Move utils/iterators/ into libs/ 8 éve
lockmanager 39f0f919c5 Update suppressWarning()/restoreWarning() calls 7 éve
mime 39f0f919c5 Update suppressWarning()/restoreWarning() calls 7 éve
objectcache 01c63a5eb5 objectcache: update MemcachedPeclBagOStuff for pecl memcached 3.0.0 6 éve
rdbms 633252c3e9 Use LB server configuration to force DB domains in ExternalStorageDB 6 éve
redis a778ea1316 Ignore errors in RedisConnectionPool destructor 7 éve
replacers fb3ae6fbe3 Replace use of &$this 8 éve
stats 336454104d Try to opportunistically flush statsd data in maintenance scripts 7 éve
virtualrest 369b3fa977 Normalize PHPDoc attributes 7 éve
xmp f2f370cb31 Fix XMPReader/XMPValidator for PHP 7 7 éve
APACHE-LICENSE-2.0.txt bb5709241e CSSJanus: Add Apache license header 10 éve
ArrayUtils.php a9007e8baf Add missing & to @param documentation to match functon call 7 éve
CSSMin.php a9bbf8e32b CSSMin: Fix breaking of quoted urls with outer spacing 6 éve
Cookie.php 7a62e41f09 Move CookieJar class to own file 9 éve
CookieJar.php 1531659d25 Clean up http classes a bit 8 éve
CryptHKDF.php ecdef925bb Miscellaneous indentation tweaks 8 éve
CryptRand.php 514522b6c0 Reduce some nesting in CryptRand.php 6 éve
DeferredStringifier.php dd1c59d0dc Soft deprecate DeferredStringifier class 7 éve
DnsSrvDiscoverer.php 9b459d29e0 Add EtcdConfig class 8 éve
ExplodeIterator.php d67197fa11 Cleanup some incorrect return annotations 8 éve
GenericArrayObject.php 3f1a52805e Use short type bool/int in param documentation 7 éve
HashRing.php 0bc629fefc Remove unused HashRing::newWithoutLocation() method 7 éve
HtmlArmor.php 2d5c742db3 Use SPDX 3.0 license identifier 7 éve
HttpStatus.php d19a4dd230 Fix return in HttpStatus::header 7 éve
IEUrlExtension.php ef470ebf7f Remove @param comments that literally repeat what the code says 7 éve
IP.php 86d7bd86fa Update IPSet use statements 7 éve
JavaScriptMinifier.php 3316a00c26 JavaScriptMinifier: Fix "Uninitialized offset" in regexp char class parsing 7 éve
MWCryptHash.php 9300bc2933 Move MWCryptHash into libs/ 8 éve
MWMessagePack.php e74bfe13f6 Require indentation of CASE statements in PHP code 7 éve
MapCacheLRU.php 01307b2cc9 Allow two-queue style insertion in MapCacheLRU 7 éve
MappedIterator.php 82e2c924e4 Remove "@author Aaron Schulz" annotations 7 éve
MemoizedCallable.php f739a8f368 Improve some parameter docs 7 éve
MessageSpecifier.php c15caa6d53 Split StatusValue out of Status class and put it in /libs 10 éve
MultiHttpClient.php aec80a1fb7 Bump PHP version requirement to 7.0.0+ 6 éve
ProcessCacheLRU.php a90350ee32 Add more ProcessCacheLRU comments 7 éve
README 6893a4dbcf Might not be GPLv2 14 éve
ReplacementArray.php 6e9b4f0e9c Convert all array() syntax to [] 9 éve
ReverseArrayIterator.php a7e2b5b284 HTML5 Balancer 8 éve
RiffExtractor.php c161c46d26 Improve code suffering from PHP 5.3's lack of support for foo()[] 9 éve
StatusValue.php ef470ebf7f Remove @param comments that literally repeat what the code says 7 éve
StringUtils.php bab845ecfe Remove old hacks in StringUtils::isUtf8() 7 éve
Timing.php 06ba5ca383 Remove internal use of deprecated $wgRequestTime 7 éve
UDPTransport.php dad7abd9ce Create a generic UDP transport class 10 éve
Xhprof.php f739a8f368 Improve some parameter docs 7 éve
XhprofData.php 593442683d benchmarks: Add rate per second and standard deviation to output 7 éve
jsminplus.php 255d76f2a1 build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 7 éve

README

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.