wiki.techinc.nl/includes/Request
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
..
ContentSecurityPolicy.php Migrate all uses of deprecated URL global functions to use wfGetUrlUtils() 2024-09-10 16:50:02 -07:00
DerivativeRequest.php
FauxRequest.php
FauxRequestUpload.php
FauxResponse.php Merge "Introduce entry point classes for media files." 2024-04-03 15:50:32 +00:00
HeaderCallback.php namespace MWDebug 2024-05-03 22:59:47 +02:00
PathRouter.php Remove wfRemoveDotSegments, deprecated since 1.39 2024-09-06 22:00:09 +03:30
ProxyLookup.php
WebRequest.php Hard deprecating wfGetServerUrl 2024-09-06 16:54:31 +03:30
WebRequestUpload.php
WebResponse.php