wiki.techinc.nl/includes/utils
2016-04-09 20:28:15 +00:00
..
iterators Remove return of void method results 2015-09-10 18:45:22 +00:00
AutoloadGenerator.php Revert "Split ClassCollector class into own file" 2016-04-04 03:26:24 +00:00
AvroValidator.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
BatchRowIterator.php Always use 'bool' instead of 'boolean' in Doxygen tags 2016-03-24 09:44:09 +01:00
BatchRowUpdate.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
BatchRowWriter.php Migrate callers to waitForReplication() 2016-01-28 03:00:08 +00:00
FileContentsHasher.php Use makeGlobalKey() directly instead of wfGlobalCacheKey() 2015-11-18 00:21:02 +00:00
IP.php Add note that IP::isInRange() can return unexpected results for invalid args 2016-03-07 22:32:21 +05:00
MWCryptHash.php Throw an exception when the $key argument to hash_hmac is not a string 2016-03-24 20:54:54 +01:00
MWCryptHKDF.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MWCryptRand.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MWGrants.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MWRestrictions.php Replace uses of join() by implode() 2016-03-08 18:24:16 +00:00
README
RowUpdateGenerator.php Import BatchRowUpdate classes from Echo 2015-08-13 21:28:13 -04:00
UIDGenerator.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ZipDirectoryReader.php ZipDirectoryReader: Don't try to parse zero-length files 2016-03-24 10:15:10 +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.