Kunal Mehta 2486771b5d installer: Don't shell out if it's disabled vor 7 Jahren
..
AutoloadGenerator.php 24ae4318b3 Don't use `phpcs:ignoreFile` to selectively ignore sniffs vor 7 Jahren
AvroValidator.php e74bfe13f6 Require indentation of CASE statements in PHP code vor 7 Jahren
BatchRowIterator.php 3f1a52805e Use short type bool/int in param documentation vor 7 Jahren
BatchRowUpdate.php 9b8b314992 Fix spacing for @param and indent of function comments vor 7 Jahren
BatchRowWriter.php 409da2d8b3 Remove leading backslashes from "use \…" tags vor 7 Jahren
ExecutableFinder.php 2486771b5d installer: Don't shell out if it's disabled vor 7 Jahren
FileContentsHasher.php 39f0f919c5 Update suppressWarning()/restoreWarning() calls vor 7 Jahren
MWCryptHKDF.php ecdef925bb Miscellaneous indentation tweaks vor 8 Jahren
MWCryptRand.php 5bd6de67e3 Move most of MWCryptRand into libs vor 8 Jahren
MWFileProps.php c16af68fb6 Replace MimeMagic::singleton() calls vor 7 Jahren
MWRestrictions.php 3090a1d1f8 Add HTMLFormField class for MWRestrictions and use it for bot passwords vor 8 Jahren
README e4bcbe722e Introduce includes/utils directory vor 11 Jahren
RowUpdateGenerator.php 381cffb980 Clean array() syntax in docs, part V vor 8 Jahren
UIDGenerator.php 39f0f919c5 Update suppressWarning()/restoreWarning() calls vor 7 Jahren
ZipDirectoryReader.php be42e09aa8 build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0 vor 7 Jahren
ZipDirectoryReaderError.php e86a6310f7 Move some more classes to comply with class per file vor 8 Jahren

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.