wiki.techinc.nl/includes/utils
Timo Tijhof d1b4d97a3e AutoloadGenerator: Account for PHP 5.5 syntax like "self::static"
Bug: T128625
Change-Id: I905b549a738b76c07c56ec92f500553c1d48f558
2016-03-02 19:17:42 +00:00
..
iterators Remove return of void method results 2015-09-10 18:45:22 +00:00
AutoloadGenerator.php AutoloadGenerator: Account for PHP 5.5 syntax like "self::static" 2016-03-02 19:17:42 +00:00
AvroValidator.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
BatchRowIterator.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08: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 Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MWCryptHash.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08: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 Convert all array() syntax to [] 2016-02-17 01:33:00 -08: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 Convert all array() syntax to [] 2016-02-17 01:33:00 -08: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.