wiki.techinc.nl/includes/editpage
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
..
Constraint Replace a few more uses of deprecated Status / StatusValue methods 2024-08-22 19:34:51 +00:00
EditPage.php Merge "Remove ParserOutput::getText() calls from core (runOutputPipeline)" 2024-09-06 19:39:11 +00:00
IEditObject.php Handle collisions from SerialProvider::acquireIndex 2023-12-21 14:49:42 +00:00
IntroMessageBuilder.php Migrate all uses of deprecated URL global functions to use wfGetUrlUtils() 2024-09-10 16:50:02 -07:00
IntroMessageList.php Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
ParametersHelper.php Namespace includes/context 2024-02-08 11:07:01 -05:00
PreloadedContentBuilder.php Move remaining four classes in includes/content into Content namespace 2024-08-10 10:40:53 +02:00
SpamChecker.php Various doc fixes about false on method arguments/return types 2022-11-10 19:23:46 +00:00
TemplatesOnThisPageFormatter.php Standardise all our class alias deprecation comments for ease of grepping 2024-03-19 20:11:29 +00:00
TextboxBuilder.php Namespace Sanitizer under \MediaWiki\Parser 2023-09-21 05:39:23 +00:00
TextConflictHelper.php Move remaining four classes in includes/content into Content namespace 2024-08-10 10:40:53 +02:00