wiki.techinc.nl/includes/upload
James D. Forrester 2b11d61577 Migrate all uses of deprecated URL global functions to use wfGetUrlUtils()
wfGetUrlUtils() is also deprecated, but less so, so we can do this first
and then properly replace the individual uses with dependency injection
in local pieces of work.

Also:
* Switching Parser::getExternalLinkRel to UrlUtils::matchesDomainList
  exposed a type error in media.txt where $wgNoFollowDomainExceptions
  was set to a string (which is invalid) instead of an array.

Bug: T319340
Change-Id: Icb512d7241954ee155b64c57f3782b86acfd9a4c
2024-09-10 16:50:02 -07:00
..
exception upload: Add missing documentation to class properties 2024-09-04 20:09:32 +00:00
Hook Namespace MessageSpecifier under Wikimedia\Message\ 2024-07-28 14:21:32 +02:00
UploadBase.php upload: Use const for UploadBase::$safeXmlEncodings 2024-09-01 20:22:51 +02:00
UploadFromChunks.php upload: Add missing documentation to class properties 2024-09-04 20:09:32 +00:00
UploadFromFile.php Reorg: Move WebRequest to includes\Request 2023-09-11 21:44:34 +01:00
UploadFromStash.php upload: Add missing documentation to class properties 2024-09-04 20:09:32 +00:00
UploadFromUrl.php Migrate all uses of deprecated URL global functions to use wfGetUrlUtils() 2024-09-10 16:50:02 -07:00
UploadStash.php Use StatusValue::getMessages() instead of deprecated methods 2024-05-18 14:45:54 +00:00
UploadStashFile.php upload: Add missing documentation to class properties 2024-09-04 20:09:32 +00:00