MaxSem has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/394460 )
Change subject: Switch all wikis to HTML5 section IDs ...................................................................... Switch all wikis to HTML5 section IDs Bug: T152540 Bug: T175725 Change-Id: Iadf22f73b5fbef78b1b417c0ee01cb6331b37816 --- M wmf-config/InitialiseSettings.php 1 file changed, 1 insertion(+), 13 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/60/394460/1 diff --git a/wmf-config/InitialiseSettings.php b/wmf-config/InitialiseSettings.php index b8213ab..30ee61d 100644 --- a/wmf-config/InitialiseSettings.php +++ b/wmf-config/InitialiseSettings.php @@ -19738,19 +19738,7 @@ // T152540 'wgFragmentMode' => [ - 'default' => [ 'legacy', 'html5' ], - 'testwiki' => [ 'html5', 'legacy' ], - 'test2wiki' => [ 'html5', 'legacy' ], - 'mediawikiwiki' => [ 'html5', 'legacy' ], - 'ruwiki' => [ 'html5', 'legacy' ], - 'ruwikibooks' => [ 'html5', 'legacy' ], - 'ruwikimedia' => [ 'html5', 'legacy' ], - 'ruwikinews' => [ 'html5', 'legacy' ], - 'ruwikiquote' => [ 'html5', 'legacy' ], - 'ruwikisource' => [ 'html5', 'legacy' ], - 'ruwikiversity' => [ 'html5', 'legacy' ], - 'ruwikivoyage' => [ 'html5', 'legacy' ], - 'ruwiktionary' => [ 'html5', 'legacy' ], + 'default' => [ 'html5', 'legacy' ], ], 'wmgUse3d' => [ -- To view, visit https://gerrit.wikimedia.org/r/394460 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iadf22f73b5fbef78b1b417c0ee01cb6331b37816 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: MaxSem <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
