wiki.techinc.nl/includes/utils
James D. Forrester 5214e80136 Follow-up c822159: Add in-code comment on alias for when it was added
Change-Id: Ibb7f56128ce44c1a1ae55ac7d964bc364f4428bf
2023-08-29 01:29:22 +00:00
..
AutoloadGenerator.php Merge "utils: Use str_starts_with/str_ends_with/str_contains" 2022-11-11 10:41:04 +00:00
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 Miscellaneous PHP version related cleanups 2022-11-21 10:11:53 +11:00
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 Reorg: Move GitInfo to utils/ 2023-08-21 18:35:32 +02: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 Reorg: Move MWTimestamp to MediaWiki\Utils 2023-08-19 05:53:40 +02: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.