Rxy has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/404911 )
Change subject: Change autoconfirmed settings and Enable flood group at
zhwikibooks
......................................................................
Change autoconfirmed settings and Enable flood group at zhwikibooks
Require 7 days and 10 edits for autoconfirmed.
Add flood group and this can be add/remove by sysops to any users.
Bug: T185182
Change-Id: I2a4b79f121148eaef393e43b0c9fe91d7b1ccdc1
---
M wmf-config/InitialiseSettings.php
1 file changed, 12 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/11/404911/1
diff --git a/wmf-config/InitialiseSettings.php
b/wmf-config/InitialiseSettings.php
old mode 100644
new mode 100755
index d72a15a..fdda5cd
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -4953,6 +4953,7 @@
'tenwiki' => 0, // T28554
'wuuwiki' => 7 * 86400, // T122476
'zhwiki' => 7 * 3600 * 24, // T16624
+ 'zhwikibooks' => 7 * 3600 * 24, // T185182
],
// Turn this on so UserMailer::send() will be able to send both text and html
email
@@ -4986,6 +4987,7 @@
'wikidata' => 50, // T48461
'wuuwiki' => 10, // T122476
'zhwiki' => 50, // T16624
+ 'zhwikibooks' => 10, // T185182
'zh_yuewiki' => 10, // T32538
],
@@ -9741,6 +9743,10 @@
],
],
+ 'zhwikibooks' => [
+ 'autoconfirmed' => [ 'suppressredirect' => true ], // T185182
+ 'flood' => [ 'bot' => true ], // T185182
+ ],
'zhwikinews' => [
'rollbacker' => [ 'rollback' => true ], // T29268
'flood' => [ 'bot' => true ], // T54546
@@ -10551,6 +10557,9 @@
'bureaucrat' => [ 'flood' ],
'sysop' => [ 'patroller', 'rollbacker', 'autoreviewer',
'confirmed', 'massmessage-sender' ], // T130814
],
+ '+zhwikibooks' => [
+ 'sysop' => [ 'flood' ], //T185182
+ ],
'+zhwikinews' => [
'sysop' => [
'rollbacker',
@@ -11314,6 +11323,9 @@
'bureaucrat' => [ 'flood' ],
'sysop' => [ 'patroller', 'rollbacker', 'autoreviewer',
'confirmed', 'flood', 'massmessage-sender' ], // T130814
],
+ '+zhwikibooks' => [
+ 'sysop' => [ 'flood' ], //T185182
+ ],
'+zhwikinews' => [
'sysop' => [
'rollbacker',
--
To view, visit https://gerrit.wikimedia.org/r/404911
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2a4b79f121148eaef393e43b0c9fe91d7b1ccdc1
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Rxy <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits