Umherirrender has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/62979


Change subject: $wgFlaggedRevsNamespaces for dewiki: Add NS_MODULE
......................................................................

$wgFlaggedRevsNamespaces for dewiki: Add NS_MODULE

dewiki already reviews templates. module are also transcluded, which
result in many unreview warnings, when change a module.

When modules can be reviewed, this will go, when the module gets
reviewed instead of each page, using the module.

Discussed:
https://de.wikipedia.org?oldid=118338766#Module_sichten

Change-Id: I2ea15dc06a986d4d6461b345c8b27e5b08b881fc
---
M wmf-config/flaggedrevs.php
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/79/62979/1

diff --git a/wmf-config/flaggedrevs.php b/wmf-config/flaggedrevs.php
index 58573bc..41e3653 100644
--- a/wmf-config/flaggedrevs.php
+++ b/wmf-config/flaggedrevs.php
@@ -43,7 +43,7 @@
 }
 
 elseif ( $wgDBname == 'arwiki' ) {
-       $wgFlaggedRevsWhitelist = array( 'الصÙ?حة_الرئيسية' );
+       $wgFlaggedRevsWhitelist = array( 'الص�?حة_الرئيسية' );
        $wgFlaggedRevsNamespaces = array( NS_MAIN, NS_IMAGE, NS_TEMPLATE, 100, 
104 ); // bug 19332
 }
 
@@ -135,6 +135,7 @@
 // --brion
 elseif ( $wgDBname == 'dewiki' ) {
        $wgFlaggedRevsNamespaces[] = NS_CATEGORY;
+       $wgFlaggedRevsNamespaces[] = 828; // NS_MODULE
        $wgFlaggedRevTags['accuracy']['levels'] = 1;
 
        $wgFlaggedRevsAutopromote = $wmfStandardAutoPromote;

-- 
To view, visit https://gerrit.wikimedia.org/r/62979
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2ea15dc06a986d4d6461b345c8b27e5b08b881fc
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Umherirrender <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to