diff options
author | Arlo Breault <abreault@wikimedia.org> | 2023-02-10 01:24:15 -0500 |
---|---|---|
committer | Arlo Breault <abreault@wikimedia.org> | 2023-03-17 12:09:29 -0400 |
commit | 892781fe94079062d47af9393611744621106ad4 (patch) | |
tree | 172c60504e3cf29b985c1c1d058b9c65327105f2 /RELEASE-NOTES-1.40 | |
parent | 2b62ee29311301d417053b7fe0584ef53e58b618 (diff) | |
download | mediawikicore-892781fe94079062d47af9393611744621106ad4.tar.gz mediawikicore-892781fe94079062d47af9393611744621106ad4.zip |
Change the default of wgParserEnableLegacyMediaDOM to false
The 7% increase in css shipped is because of styles added for the
content-media feature, without dropping content-thumbnail. This is
noted in T297984#8525146
Getting rid of content-thumbnail won't be possible until templates and
extensions that mimic the parser output have been migrated, which is
being worked on in T318433.
Bug: T314318
Bug: T297984
Bug: T318433
Depends-On: Ib54b49d546423dd1b4416c82585bbb686950b29c
Change-Id: Ic587b1b9b8d22f3aef38e8823613815faaa09d9d
Diffstat (limited to 'RELEASE-NOTES-1.40')
-rw-r--r-- | RELEASE-NOTES-1.40 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.40 b/RELEASE-NOTES-1.40 index f25e2267c3d9..7f1ddeef8104 100644 --- a/RELEASE-NOTES-1.40 +++ b/RELEASE-NOTES-1.40 @@ -53,6 +53,11 @@ For notes on 1.39.x and older releases, see HISTORY. * (T254045) New accounts can no longer use an equals sign (=) in their usernames because of issues it causes in wikitext syntax. This can be adjusted by changing the value of $wgInvalidUsernameCharacters. +* (T314318) The alternative modern HTML structure for media described at + https://www.mediawiki.org/wiki/Parsoid/Parser_Unification/Media_structure/FAQ + now becomes the default. It can still be disabled with + wgParserEnableLegacyMediaDOM set to `true` but that configuration will be + removed in future versions of MediaWiki, so it's best to begin migration. * … ==== Removed configuration ==== |