wiki.techinc.nl/includes/utils
Petr Pchelko 4b75c6d2f9 UIDGenerator::getTimestampFromUUIDv1 - replace wfTimestamp
Change-Id: I4f862d59747b643c417b7f6dbda0f939dfdd7e4e
2020-01-21 18:12:53 -08:00
..
AutoloadGenerator.php Move ClassCollector to its own file 2019-04-14 19:46:18 +00:00
AvroValidator.php Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull 2020-01-10 14:17:13 -08:00
BatchRowIterator.php Remove duplicate variable name from class property PHPDocs 2019-12-02 12:58:29 +00:00
BatchRowUpdate.php Fix/suppress misc phan errors (#2) 2019-04-05 16:12:18 -07:00
BatchRowWriter.php Fix doc for BatchRowWriter::$clusterName 2019-12-30 13:34:27 +01:00
ClassCollector.php Fix new phan errors, part 7 2019-10-21 22:10:20 +00:00
ExecutableFinder.php installer: Don't shell out if it's disabled 2018-05-15 11:23:38 -07:00
FileContentsHasher.php resourceloader: Use FileContentsHasher batching in FileModule::getFileHashes 2019-12-17 11:56:22 +00:00
MWCryptHKDF.php Autofix MediaWiki.Commenting.FunctionComment.SpacingDoc* errors 2018-05-19 14:07:03 -07:00
MWCryptRand.php Remove CryptRand and related stuff 2019-04-11 18:20:09 +01:00
MWFileProps.php Unsuppress PhanParamsTooMany 2019-10-10 12:44:08 -07:00
MWRestrictions.php Use namespaced IPUtils class 2020-01-01 02:36:49 -08:00
README
RowUpdateGenerator.php Clean array() syntax in docs, part V 2016-09-05 02:44:26 +04:30
UIDGenerator.php UIDGenerator::getTimestampFromUUIDv1 - replace wfTimestamp 2020-01-21 18:12:53 -08:00
ZipDirectoryReader.php Globally unsuppress phan issues with low count 2019-08-30 09:40:47 +00:00
ZipDirectoryReaderError.php Set method visibility for various constructors 2019-12-03 20:17:30 +01: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.