wiki.techinc.nl/includes/utils
Aaron Schulz 3a15ecebea Migrate callers to waitForReplication()
Change-Id: I7b2b13b9315891561d2d8cc04a12ecad2dc73d70
2016-01-28 03:00:08 +00:00
..
iterators
AutoloadGenerator.php
AvroValidator.php Re-enable MediaWiki.WhiteSpace.SpaceyParenthesis.SingleSpaceAfterOpenParenthesis 2015-09-26 16:13:12 +00:00
BatchRowIterator.php Update more docs and type hints to use IDatabase 2015-10-06 18:49:52 -07:00
BatchRowUpdate.php Make lines short to pass phpcs in six files under includes/ 2015-09-26 18:41:01 +00: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 Fix IP::toHex for IPv4 addresses with a double/triple 0 block 2015-12-18 01:45:59 -08:00
MWCryptHash.php Refactor hashing utility functions from MWCryptRand and make public 2015-10-01 01:18:23 +00:00
MWCryptHKDF.php Remove various double empty newlines 2015-12-27 18:55:12 +00:00
MWCryptRand.php phpcs: Fix some "Assignment expression not allowed" 2015-11-01 21:07:00 +01:00
MWGrants.php Move grant and IP restriction logic from OAuth to core 2016-01-12 22:37:33 +00:00
MWRestrictions.php Move grant and IP restriction logic from OAuth to core 2016-01-12 22:37:33 +00:00
README
RowUpdateGenerator.php
UIDGenerator.php Fix comment; these are the least signifincant bits (LSBs), not MSBs 2016-01-21 22:13:22 +00:00
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.