wiki.techinc.nl/includes/utils
James D. Forrester eeb5a740b3 Namespace Message, move to appropriate directory
Bug: T353458
Change-Id: I088cbc53fbcdb974e5b05b45a62e91709dacc024
2024-02-14 15:10:36 -05:00
..
AutoloadGenerator.php build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manually 2024-02-10 02:22:41 +00:00
BatchRowIterator.php
BatchRowUpdate.php
BatchRowWriter.php Change more uses of getDBLoadBalancerFactory() to getConnectionProvider() 2024-01-23 16:34:45 +01:00
ClassCollector.php
ExecutableFinder.php
ExtensionInfo.php
FileContentsHasher.php
GitInfo.php Use native str_contains/str_starts_with in a few more places 2024-01-25 12:17:27 +01:00
MWCryptHKDF.php
MWCryptRand.php
MWFileProps.php
MWRestrictions.php Allow setting page restrictions on BotPassword grants 2023-12-05 14:51:06 +05:30
MWTimestamp.php Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
README Replace deprecated MWException 2024-01-16 21:04:33 +01:00
RowUpdateGenerator.php
UIDGenerator.php
UrlUtils.php build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manually 2024-02-10 02:22:41 +00:00
ZipDirectoryReader.php
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
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.