jenkins-bot has submitted this change and it was merged. Change subject: templateeditor: add templateeditor right in hewiki ......................................................................
templateeditor: add templateeditor right in hewiki bug: T102466 Change-Id: I64284f4e72a609b026ec2828db8a83317b71baf9 --- M wmf-config/InitialiseSettings.php 1 file changed, 42 insertions(+), 9 deletions(-) Approvals: Thcipriani: Looks good to me, approved Mjbmr: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/wmf-config/InitialiseSettings.php b/wmf-config/InitialiseSettings.php index b742898..adb5360 100644 --- a/wmf-config/InitialiseSettings.php +++ b/wmf-config/InitialiseSettings.php @@ -4188,7 +4188,7 @@ 'ckbwiki' => array( '', 'autoconfirmed', 'autopatrol', 'sysop', 'superprotect' ), // Bug T54533 'dewiki' => array( '', 'autoconfirmed', 'editeditorprotected', 'sysop', 'superprotect' ), // T94368 'enwiki' => array( '', 'autoconfirmed', 'templateeditor', 'sysop', 'superprotect' ), // Bug T57432 - 'hewiki' => array( '', 'autoconfirmed', 'autopatrol', 'sysop', 'superprotect' ), //Bug T60207 + 'hewiki' => array( '', 'autoconfirmed', 'autopatrol', 'templateeditor' /*Bug T102466 */, 'sysop', 'superprotect' ), //Bug T60207 'huwiki' => array( '', 'autoconfirmed', 'templateeditor', 'sysop', 'superprotect' ), // Bug T74055 'lvwiki' => array( '', 'autoconfirmed', 'autopatrol', 'sysop', 'superprotect' ), // T92645 'plwiki' => array( '', 'autoconfirmed', 'editor', 'sysop', 'superprotect' ), // Bug T48990 @@ -7486,15 +7486,48 @@ 'rollbacker' => array( 'rollback' => true ), ), 'hewiki' => array( - 'user' => array( 'move' => false, 'upload' => true, 'move-rootuserpages' => false, ), - 'sysop' => array( 'deleterevision' => true, 'abusefilter-modify-restricted' => true, ), - 'patroller' => array( 'patrol' => true, 'autopatrol' => true, 'unwatchedpages' => true, 'rollback' => true, 'move-rootuserpages' => true,), - 'autopatrolled' => array( 'autopatrol' => true, 'unwatchedpages' => true, ), - 'interface-editor' => array( 'abusefilter-hidden-log' => true, 'abusefilter-hide-log' => true, 'abusefilter-log' => true, 'abusefilter-log-detail' => true, - 'abusefilter-modify' => true, 'abusefilter-modify-restricted' => true, 'abusefilter-revert' => true, 'abusefilter-view' => true, - 'abusefilter-view-private' => true, 'editinterface' => true, 'editusercssjs' => true, 'import' => true, 'tboverride' => true + 'user' => array( + 'move' => false, + 'upload' => true, + 'move-rootuserpages' => false, ), - 'checkuser' => array( 'deletedhistory' => true, 'deletedtext' => true, 'abusefilter-log-detail' => true ), + 'sysop' => array( + 'deleterevision' => true, + 'abusefilter-modify-restricted' => true, + 'templateeditor' => true, // Bug T102466 + ), + 'patroller' => array( + 'patrol' => true, + 'autopatrol' => true, + 'unwatchedpages' => true, + 'rollback' => true, + 'move-rootuserpages' => true, + ), + 'autopatrolled' => array( + 'autopatrol' => true, + 'unwatchedpages' => true, + ), + 'interface-editor' => array( + 'abusefilter-hidden-log' => true, + 'abusefilter-hide-log' => true, + 'abusefilter-log' => true, + 'abusefilter-log-detail' => true, + 'abusefilter-modify' => true, + 'abusefilter-modify-restricted' => true, + 'abusefilter-revert' => true, + 'abusefilter-view' => true, + 'abusefilter-view-private' => true, + 'editinterface' => true, + 'editusercssjs' => true, + 'import' => true, + 'tboverride' => true, + 'templateeditor' => true, // Bug T102466 + ), + 'checkuser' => array( + 'deletedhistory' => true, + 'deletedtext' => true, + 'abusefilter-log-detail' => true, + ), ), 'hewikibooks' => array( 'patroller' => array( -- To view, visit https://gerrit.wikimedia.org/r/218426 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I64284f4e72a609b026ec2828db8a83317b71baf9 Gerrit-PatchSet: 4 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Matanya <mata...@foss.co.il> Gerrit-Reviewer: 20after4 <mmod...@wikimedia.org> Gerrit-Reviewer: Alex Monk <kren...@gmail.com> Gerrit-Reviewer: Catrope <roan.katt...@gmail.com> Gerrit-Reviewer: Krinkle <krinklem...@gmail.com> Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com> Gerrit-Reviewer: Mjbmr <mjb...@gmail.com> Gerrit-Reviewer: Ori.livneh <o...@wikimedia.org> Gerrit-Reviewer: Reedy <s...@reedyboy.net> Gerrit-Reviewer: Thcipriani <tcipri...@wikimedia.org> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits