MaxSem has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/394104 )
Change subject: Switch all wikis to HTML5 section IDs ...................................................................... Switch all wikis to HTML5 section IDs Bug: T152540 Bug: T175725 Change-Id: Ie6d0b2cfb9126c17a135842a1fa06d67905c4e39 --- M wmf-config/InitialiseSettings.php 1 file changed, 1 insertion(+), 13 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/04/394104/1 diff --git a/wmf-config/InitialiseSettings.php b/wmf-config/InitialiseSettings.php index bbbca95..d02764b 100644 --- a/wmf-config/InitialiseSettings.php +++ b/wmf-config/InitialiseSettings.php @@ -19724,19 +19724,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/394104 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie6d0b2cfb9126c17a135842a1fa06d67905c4e39 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
