Merge "Add $wgParserEnableLegacyMediaDOM to REL1-37 release notes"
This commit is contained in:
commit
2303886bc9
2 changed files with 9 additions and 2 deletions
|
|
@ -29,6 +29,13 @@ For notes on 1.36.x and older releases, see HISTORY.
|
||||||
==== New configuration ====
|
==== New configuration ====
|
||||||
* $wgBrowserFormatDetection - This setting allows the enabling or disabling
|
* $wgBrowserFormatDetection - This setting allows the enabling or disabling
|
||||||
of automatic detection of possible phone numbers in a webpage in iOS Safari.
|
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 ====
|
==== Changed configuration ====
|
||||||
* $wgContentHandlerTextFallback - This migration setting, which defines how to
|
* $wgContentHandlerTextFallback - This migration setting, which defines how to
|
||||||
|
|
|
||||||
|
|
@ -4963,8 +4963,8 @@ $wgAllowImageTag = false;
|
||||||
$wgTidyConfig = [];
|
$wgTidyConfig = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enable legacy media HTML structure in the output from the Parser. The one
|
* Enable legacy media HTML structure in the output from the Parser. The
|
||||||
* that replaces it is described at,
|
* alternative modern HTML structure that replaces it is described at
|
||||||
* https://www.mediawiki.org/wiki/Parsing/Media_structure
|
* https://www.mediawiki.org/wiki/Parsing/Media_structure
|
||||||
* @since 1.36
|
* @since 1.36
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue