Gerrit Patch Uploader has uploaded a new change for review. https://gerrit.wikimedia.org/r/193827
Change subject: Add Draft namespace on zhwiki ...................................................................... Add Draft namespace on zhwiki And prevent indexing of the pagesin draft namespace. Please check if I am wrong. Bug: T91223 Change-Id: I65e7db9d78cb209f7ca908d9c16d8fa9faae3f18 --- M wmf-config/InitialiseSettings.php 1 file changed, 7 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/27/193827/1 diff --git a/wmf-config/InitialiseSettings.php b/wmf-config/InitialiseSettings.php index 6167e6d..425e8dd 100644 --- a/wmf-config/InitialiseSettings.php +++ b/wmf-config/InitialiseSettings.php @@ -3586,6 +3586,7 @@ 'CAT' => NS_CATEGORY, 'H' => NS_HELP, 'P' => 100, + '草稿' => 118, //T91223 ), '+zhwikibooks' => array( '维基教科书' => NS_PROJECT, @@ -4944,7 +4945,7 @@ 108 => 'Ìwé', 109 => 'Ọ̀rọ̀_ìwé', ), - 'zhwiki' => array( 100 => 'Portal', 101 => 'Portal_talk' ), + 'zhwiki' => array( 100 => 'Portal', 101 => 'Portal_talk', 118 => 'Draft', 119 => 'Draft_talk' ), //T91223 'zh_classicalwiki' => array( 100 => '門', 101 => '議' ), 'zh_min_nanwiki' => array( 100 => 'Portal', 101 => 'Portal_talk' ), 'zh_yuewiki' => array( @@ -9877,6 +9878,10 @@ NS_HELP_TALK => 'noindex,follow', NS_CATEGORY_TALK => 'noindex,follow', ), + 'zhwiki' => array( + 118 => 'noindex,nofollow', // T91223 + 119 => 'noindex,nofollow', + ), ), # @} end of ROBOT @@ -10025,6 +10030,7 @@ 'default' => array(), 'enwiki' => array( 118, 119 ), // draft and draft talk 'hewiki' => array( 118, 119 ), // draft and draft talk - T86329 + 'zhwiki' => array( 118, 119 ), // draft and draft talk - T91223 ), 'wgRevisionCacheExpiry' => array( -- To view, visit https://gerrit.wikimedia.org/r/193827 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I65e7db9d78cb209f7ca908d9c16d8fa9faae3f18 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Gerrit Patch Uploader <gerritpatchuploa...@gmail.com> Gerrit-Reviewer: Bugreporter <bugreport...@sina.com> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits