wiki.techinc.nl/includes/utils
petarpetkovic b7a4e82545 Fix some of the common typos
* supress -> suppress (Except in backup_LogTest.php)
* recomend -> recommend
* becuase -> because
* accross -> across

Bug: T201491
Change-Id: I8faa4e6cc688b3ee204b3f79ab55eb7b65cc1fdd
2018-08-16 00:59:32 +02:00
..
AutoloadGenerator.php Fix 'extenson' typo 2018-08-08 11:24:17 +02:00
AvroValidator.php
BatchRowIterator.php
BatchRowUpdate.php
BatchRowWriter.php
ExecutableFinder.php installer: Don't shell out if it's disabled 2018-05-15 11:23:38 -07:00
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
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.