Last modified: 2010-12-03 10:32:06 UTC
Hi, Following recent discussion in the en-Wikisource community (http://en.wikisource.org/wiki/Wikisource:Scriptorium#Autopatrolled_permission), we would like there to be enabled an "autopatrolled" group to complement the currently enabled patrolled edits extension, which can be given and revoked by sysops. Thanks!
The autopatrolled group has been created with the autopatrol right assigned to it. It can be assigned and removed from people by 'crats.
Ah, great! Is it possible that this group can be assigned and removed by Administrators, as is currently the case with the abuse filter editor group, instead of just by 'crats? We have 'crats in our project, but it was decided to have an ad-hoc decision system regarding autopatrolled group, rather than reams of bureaucracy.
Done and done =]
Would it be possible to have the same thing done on the French Wikisource, per [http://fr.wikisource.org/wiki/Wikisource:Scriptorium/Novembre_2010#Demander_un_nouveau_groupe_de_droits_utilisateur_:_automatiquement_patrouill.C3.A9_.3F this consensus]? Thanks!
(In reply to comment #4) > Would it be possible to have the same thing done on the French Wikisource, per > [http://fr.wikisource.org/wiki/Wikisource:Scriptorium/Novembre_2010#Demander_un_nouveau_groupe_de_droits_utilisateur_:_automatiquement_patrouill.C3.A9_.3F > this consensus]? Thanks! Done. In the future, though, please file new bugs instead of recycling old ones like this. Index: wmf-config/InitialiseSettings.php =================================================================== --- wmf-config/InitialiseSettings.php (revision 1383) +++ wmf-config/InitialiseSettings.php (working copy) @@ -5513,6 +5513,7 @@ ), 'frwikisource' => array( 'patroller' => array( 'patrol' => true, 'autopatrol' => true, 'rollback' => true, ), + 'autopatrolled' => array( 'autopatrol' => true ), ), 'frwikiversity' => array( 'patroller' => array( 'patrol' => true, 'autopatrol' => true ), @@ -6013,7 +6014,7 @@ 'sysop' => array( 'patroller' ), ), '+frwikisource' => array( - 'sysop' => array( 'patroller' ), + 'sysop' => array( 'patroller', 'autopatrolled' ), ), '+frwikiversity' => array( 'sysop' => array( 'patroller' ), @@ -6286,7 +6287,7 @@ 'sysop' => array( 'patroller' ), ), '+frwikisource' => array( - 'sysop' => array( 'patroller' ), + 'sysop' => array( 'patroller', 'autopatrolled' ), ), '+frwikiversity' => array( 'sysop' => array( 'patroller' ),