wiki.techinc.nl/includes/utils
2016-09-23 15:25:11 +00:00
..
iterators
AutoloadGenerator.php Fix comment about how to use AutoloadGenerator 2016-08-11 01:51:01 +01:00
AvroValidator.php
BatchRowIterator.php Clean up array() syntax in docs, part II 2016-08-07 14:57:38 +04:30
BatchRowUpdate.php Change "slave" => "replica DB" in /includes 2016-09-05 21:01:01 +00:00
BatchRowWriter.php Use newer transaction methods in BatchRowWriter 2016-08-21 20:03:17 -07:00
FileContentsHasher.php
MWCryptHash.php
MWCryptHKDF.php
MWCryptRand.php Fix for "Invalid key type: integer" 2016-08-06 01:46:49 +01:00
MWFileProps.php Remove MimeMagic depedency from FSFile and move it to /libs 2016-09-22 03:17:04 +00:00
MWGrants.php
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
ZipDirectoryReader.php

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.