[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Change autoconfirmed settings and Enable flood group at zhwi...

2018-01-18 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
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.
flood group member can be remove it from ownself.

Bug: T185182
Change-Id: I2a4b79f121148eaef393e43b0c9fe91d7b1ccdc1
---
M wmf-config/InitialiseSettings.php
1 file changed, 13 insertions(+), 0 deletions(-)

Approvals:
  Urbanecm: Looks good to me, but someone else must approve
  Zfilipin: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
old mode 100644
new mode 100755
index d72a15a..4ab4624
--- 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',
@@ -11313,6 +11322,9 @@
'+zhwiki' => [
'bureaucrat' => [ 'flood' ],
'sysop' => [ 'patroller', 'rollbacker', 'autoreviewer', 
'confirmed', 'flood', 'massmessage-sender' ], // T130814
+   ],
+   '+zhwikibooks' => [
+   'sysop' => [ 'flood' ], // T185182
],
'+zhwikinews' => [
'sysop' => [
@@ -13043,6 +13055,7 @@
'autoreviewer' => [ 'autoreviewer' ], // T137532
'flood' => [ 'flood' ], // T171379
],
+   'zhwikibooks' => [ 'flood' => [ 'flood' ] ], // T185182
'zhwikinews' => [ 'flood' => [ 'flood' ] ], // T54546
 ],
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2a4b79f121148eaef393e43b0c9fe91d7b1ccdc1
Gerrit-PatchSet: 4
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Rxy 
Gerrit-Reviewer: Rxy 
Gerrit-Reviewer: Urbanecm 
Gerrit-Reviewer: Zfilipin 
Gerrit-Reviewer: Zoranzoki21 
Gerrit-Reviewer: jenkins-bot <>

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Change autoconfirmed settings and Enable flood group at zhwi...

2018-01-17 Thread Rxy (Code Review)
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 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits