Reedy 6aaaa070f3 Remove MimeMagic %!s(int64=6) %!d(string=hai) anos
..
AutoloadGenerator.php c807489e1c Fix 'extenson' typo %!s(int64=6) %!d(string=hai) anos
AvroValidator.php e74bfe13f6 Require indentation of CASE statements in PHP code %!s(int64=7) %!d(string=hai) anos
BatchRowIterator.php 3f1a52805e Use short type bool/int in param documentation %!s(int64=7) %!d(string=hai) anos
BatchRowUpdate.php 9b8b314992 Fix spacing for @param and indent of function comments %!s(int64=7) %!d(string=hai) anos
BatchRowWriter.php 409da2d8b3 Remove leading backslashes from "use \…" tags %!s(int64=7) %!d(string=hai) anos
ExecutableFinder.php 2e473413a8 installer: Don't shell out if it's disabled %!s(int64=6) %!d(string=hai) anos
FileContentsHasher.php 39f0f919c5 Update suppressWarning()/restoreWarning() calls %!s(int64=7) %!d(string=hai) anos
MWCryptHKDF.php 230958d97c Autofix MediaWiki.Commenting.FunctionComment.SpacingDoc* errors %!s(int64=6) %!d(string=hai) anos
MWCryptRand.php 9bab7de5f8 Clean up CSPRNG support for PHP7 %!s(int64=6) %!d(string=hai) anos
MWFileProps.php 6aaaa070f3 Remove MimeMagic %!s(int64=6) %!d(string=hai) anos
MWRestrictions.php 130ec2523d Fix PhanTypeMismatchDeclaredParam %!s(int64=6) %!d(string=hai) anos
README e4bcbe722e Introduce includes/utils directory %!s(int64=11) %!d(string=hai) anos
RowUpdateGenerator.php 381cffb980 Clean array() syntax in docs, part V %!s(int64=8) %!d(string=hai) anos
UIDGenerator.php b7a4e82545 Fix some of the common typos %!s(int64=6) %!d(string=hai) anos
ZipDirectoryReader.php 130ec2523d Fix PhanTypeMismatchDeclaredParam %!s(int64=6) %!d(string=hai) anos
ZipDirectoryReaderError.php e86a6310f7 Move some more classes to comply with class per file %!s(int64=7) %!d(string=hai) anos

README

The classes in this directory are general utilities for use by any part of
MediaWiki. They do not favour any particular user interface and are not
constrained to serve any particular feature. This is similar to includes/libs,
except that some dependency on the MediaWiki framework (such as the use of
MWException, Status or wfDebug()) disqualifies them from use outside of
MediaWiki without modification.

Utilities should not use global configuration variables, rather they should rely
on the caller to configure their behaviour.