Merge "Add $wgParserEnableLegacyMediaDOM to REL1-37 release notes"

This commit is contained in:
jenkins-bot 2021-10-14 20:41:34 +00:00 committed by Gerrit Code Review
commit 2303886bc9
2 changed files with 9 additions and 2 deletions

View file

@ -29,6 +29,13 @@ For notes on 1.36.x and older releases, see HISTORY.
==== New configuration ====
* $wgBrowserFormatDetection - This setting allows the enabling or disabling
of automatic detection of possible phone numbers in a webpage in iOS Safari.
* $wgParserEnableLegacyMediaDOM - This setting defaults to true, and enables
the legacy media HTML structure in the output from the Parser. The
alternative modern HTML structure for media is described at
https://www.mediawiki.org/wiki/Parsing/Media_structure
In a future release of MediaWiki this option will default to false,
so it's a good idea to test this setting on your wiki early and report
any issues.
==== Changed configuration ====
* $wgContentHandlerTextFallback - This migration setting, which defines how to

View file

@ -4963,8 +4963,8 @@ $wgAllowImageTag = false;
$wgTidyConfig = [];
/**
* Enable legacy media HTML structure in the output from the Parser. The one
* that replaces it is described at,
* Enable legacy media HTML structure in the output from the Parser. The
* alternative modern HTML structure that replaces it is described at
* https://www.mediawiki.org/wiki/Parsing/Media_structure
* @since 1.36
*/