wiki.techinc.nl/includes/utils
Reedy e86a6310f7 Move some more classes to comply with class per file
Change-Id: Ibecea848fcca24709847931f5e02a7c981c4d277
2017-05-21 13:23:31 +01:00
..
AutoloadGenerator.php Fix php code style 2017-05-05 12:03:54 +00:00
AvroValidator.php
BatchRowIterator.php Fix php code style 2017-05-05 12:03:54 +00:00
BatchRowUpdate.php Remove some MediaWiki dependencies on utils/BatchRow* 2016-10-16 17:34:36 +00:00
BatchRowWriter.php Move IDatabase/IMaintainableDatabase to Rdbms namespace 2017-03-28 15:32:38 -07:00
FileContentsHasher.php
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
MWRestrictions.php
README
RowUpdateGenerator.php
UIDGenerator.php Merge "Update weblinks in comments from HTTP to HTTPS" 2016-11-08 21:32:00 +00:00
ZipDirectoryReader.php Move some more classes to comply with class per file 2017-05-21 13:23:31 +01: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.