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

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.