wiki.techinc.nl/includes/utils
Reedy 6aaaa070f3 Remove MimeMagic
Deprecated since 1.28

Change-Id: I793deb8669e353525464ccd840801e5015c545c8
2018-09-23 20:13:29 +00:00
..
AutoloadGenerator.php Fix 'extenson' typo 2018-08-08 11:24:17 +02:00
AvroValidator.php
BatchRowIterator.php
BatchRowUpdate.php
BatchRowWriter.php
ExecutableFinder.php
FileContentsHasher.php
MWCryptHKDF.php Autofix MediaWiki.Commenting.FunctionComment.SpacingDoc* errors 2018-05-19 14:07:03 -07:00
MWCryptRand.php Clean up CSPRNG support for PHP7 2018-06-10 00:52:04 +00:00
MWFileProps.php Remove MimeMagic 2018-09-23 20:13:29 +00:00
MWRestrictions.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
README
RowUpdateGenerator.php
UIDGenerator.php Fix some of the common typos 2018-08-16 00:59:32 +02:00
ZipDirectoryReader.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
ZipDirectoryReaderError.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.