Last modified: 2010-12-03 10:32:06 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T20307, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 18307 - Add autopatrolled group to English Wikisource
Add autopatrolled group to English Wikisource
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Rob Halsell
http://en.wikisource.org
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-04-02 08:39 UTC by Jude Brown
Modified: 2010-12-03 10:32 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Jude Brown 2009-04-02 08:39:35 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!
Comment 1 Rob Halsell 2009-04-07 18:26:13 UTC
The autopatrolled group has been created with the autopatrol right assigned to it.  It can be assigned and removed from people by 'crats.
Comment 2 Jude Brown 2009-04-08 09:45:46 UTC
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. 
Comment 3 Rob Halsell 2009-04-15 14:19:22 UTC
Done and done =]
Comment 4 zephyrus4 2010-12-03 08:48:00 UTC
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!
Comment 5 Roan Kattouw 2010-12-03 10:32:06 UTC
(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' ),

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links