Glaisher has uploaded a new change for review.
https://gerrit.wikimedia.org/r/184130
Change subject: Create 'Draft' (118) namespace on hewikipedia
......................................................................
Create 'Draft' (118) namespace on hewikipedia
..with the associated talk namespace. Also prevent indexing of the pages
in these namespaces by search engines (nofollow,noindex).
Bug: T86329
Change-Id: Ieed28431bd70944db42e5e1e6ab322e68438f2f9
---
M wmf-config/InitialiseSettings.php
1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/30/184130/1
diff --git a/wmf-config/InitialiseSettings.php
b/wmf-config/InitialiseSettings.php
index 4712642..df144a9 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -4598,6 +4598,8 @@
101 => 'שיחת_פורטל',
108 => 'ספר', // Book
109 => 'שיחת_ספר', // Book talk
+ 118 => 'טיוטה', // Draft - T86329
+ 119 => 'שיחת_טיוטה',
),
'hiwiki' => array(
100 => 'प्रवेशद्वार',
@@ -9657,6 +9659,8 @@
),
'hewiki' => array(
NS_USER => 'noindex,follow', // bug 16247
+ 118 => 'noindex,nofollow', // Draft - T86329
+ 119 => 'noindex,nofollow',
),
'ruwiki' => array(
102 => 'noindex,follow',
@@ -9874,6 +9878,7 @@
'wmgExemptFromUserRobotsControlExtra' => array(
'default' => array(),
'enwiki' => array( 118, 119 ), // draft and draft talk
+ 'hewiki' => array( 118, 119 ), // draft and draft talk - T86329
),
'wgRevisionCacheExpiry' => array(
--
To view, visit https://gerrit.wikimedia.org/r/184130
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieed28431bd70944db42e5e1e6ab322e68438f2f9
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Glaisher <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits