wiki.techinc.nl/includes/utils
Reedy 39f0f919c5 Update suppressWarning()/restoreWarning() calls
Bug: T182273
Change-Id: I9e1b628fe5949ca54258424c2e45b2fb6d491d0f
2018-02-10 08:50:12 +00:00
..
AutoloadGenerator.php build: Updating mediawiki/mediawiki-codesniffer to 15.0.0 2018-01-01 14:10:16 +01:00
AvroValidator.php Require indentation of CASE statements in PHP code 2017-12-10 22:07:50 -05:00
BatchRowIterator.php Use short type bool/int in param documentation 2017-08-20 13:20:59 +02:00
BatchRowUpdate.php Fix spacing for @param and indent of function comments 2017-08-15 14:33:29 +00:00
BatchRowWriter.php Remove leading backslashes from "use \…" tags 2017-12-28 16:30:05 +01:00
ExecutableFinder.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
FileContentsHasher.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
MWCryptHKDF.php Miscellaneous indentation tweaks 2017-02-27 19:23:54 +01:00
MWCryptRand.php Move most of MWCryptRand into libs 2016-10-04 05:50:36 +00:00
MWFileProps.php Replace MimeMagic::singleton() calls 2017-11-27 02:13:51 +00:00
MWRestrictions.php Add HTMLFormField class for MWRestrictions and use it for bot passwords 2016-09-22 20:50:36 +00:00
README
RowUpdateGenerator.php Clean array() syntax in docs, part V 2016-09-05 02:44:26 +04:30
UIDGenerator.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
ZipDirectoryReader.php build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0 2017-06-26 17:14:31 +00:00
ZipDirectoryReaderError.php Move some more classes to comply with class per file 2017-05-21 13:23:31 +01:00

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.