wiki.techinc.nl/includes/utils
umherirrender f800abc858 Use short array for generator output
The AutoloadGenerator and LocalSettingsGenerator should generate short
array syntax

Change-Id: I5772640556fd6274db0d522341a98c0acfe5794d
2016-02-17 22:08:07 +01:00
..
iterators Remove return of void method results 2015-09-10 18:45:22 +00:00
AutoloadGenerator.php Use short array for generator output 2016-02-17 22:08:07 +01: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
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.