wiki.techinc.nl/includes/utils
Timo Tijhof 516f2700e0 AutoloadGenerator: Add support for class_alias()
Blob, Field, DatabaseBase are now auto-detected.

Change-Id: Ib8fae2ec3fbb3f5e4aca7965f81631c5f0485ea1
2017-02-22 21:22:41 +00:00
..
AutoloadGenerator.php AutoloadGenerator: Add support for class_alias() 2017-02-22 21:22:41 +00:00
AvroValidator.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
BatchRowIterator.php Allow BatchRowIterator to also set query options. 2016-10-18 12:36:47 -07:00
BatchRowUpdate.php Remove some MediaWiki dependencies on utils/BatchRow* 2016-10-16 17:34:36 +00:00
BatchRowWriter.php Use newer transaction methods in BatchRowWriter 2016-08-21 20:03:17 -07:00
FileContentsHasher.php Use makeGlobalKey() directly instead of wfGlobalCacheKey() 2015-11-18 00:21:02 +00:00
MWCryptHKDF.php Move most of MWCryptHKDF into libs 2016-10-17 22:16:17 +00:00
MWCryptRand.php Move most of MWCryptRand into libs 2016-10-04 05:50:36 +00:00
MWFileProps.php Remove MimeMagic depedency from FSFile and move it to /libs 2016-09-22 03:17:04 +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 Merge "Update weblinks in comments from HTTP to HTTPS" 2016-11-08 21:32:00 +00:00
ZipDirectoryReader.php Remove empty lines from PHP and JavaScript comment blocks 2016-12-09 09:01:06 +00: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.