wiki.techinc.nl/includes/utils
James D. Forrester aa30717d4a Follow-up 15a2781: Add in-code comment on alias for when it was added
Change-Id: I7fd16236c60cb5e1f2d09b9bdb09df130d345c71
2023-08-29 01:29:55 +00:00
..
AutoloadGenerator.php
BatchRowIterator.php Use more narrow IReadableDatabase in BatchRowIterator 2023-05-19 15:02:50 +02:00
BatchRowUpdate.php
BatchRowWriter.php Migrate more usages of Database::update() to UpdateQueryBuilder 2023-06-09 13:36:04 +00:00
ClassCollector.php
ExecutableFinder.php
ExtensionInfo.php Follow-up c822159: Add in-code comment on alias for when it was added 2023-08-29 01:29:22 +00:00
FileContentsHasher.php
GitInfo.php Follow-up cb73518: Add in-code comment on alias for when it was added 2023-08-29 01:29:38 +00:00
MWCryptHKDF.php
MWCryptRand.php
MWFileProps.php
MWRestrictions.php Reorg: Move Status to MediaWiki\Status\ 2023-08-25 15:44:17 +02:00
MWTimestamp.php Follow-up 15a2781: Add in-code comment on alias for when it was added 2023-08-29 01:29:55 +00:00
README
RowUpdateGenerator.php
UIDGenerator.php
UrlUtils.php UrlUtils: Make assemble() and removeDotSegments() stateless 2023-08-10 03:39:42 +01:00
ZipDirectoryReader.php Reorg: Move Status to MediaWiki\Status\ 2023-08-25 15:44:17 +02: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.