Last modified: 2010-08-30 19:40:45 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 T26846, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 24846 - Activation of the 'autopatrolled' group on nn WP
Activation of the 'autopatrolled' group on nn WP
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-08-18 09:57 UTC by Christoffer
Modified: 2010-08-30 19:40 UTC (History)
0 users

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


Attachments

Description Christoffer 2010-08-18 09:57:28 UTC
Following the activation of the patrolling feature, we'd like to have the autopatrolled group activated on the nn WP as well. Both administrators and bureaucrats should be able to add and remove users from this user group.
Comment 1 Christoffer 2010-08-18 11:57:56 UTC
For reference, a brief discussion on the topic was held here: http://nn.wikipedia.org/wiki/Wikipedia:Samfunnshuset , and no objections to the group was made.
Comment 2 Christoffer 2010-08-29 12:29:19 UTC
For the sake of formality, a vote has been held too, see http://nn.wikipedia.org/wiki/Wikipedia:Samfunnshuset#Vil_me_ha_ei_autopatruljert_brukargruppe.3F. Please activate this group as soon as possible; it would make the patrolling a lot easier.
Comment 3 JeLuF 2010-08-30 19:40:45 UTC
Done.
===================================================================
Index: InitialiseSettings.php
===================================================================
--- InitialiseSettings.php	(revision 1072)
+++ InitialiseSettings.php	(working copy)
@@ -5540,6 +5540,9 @@
     'nlwiktionary' => array( 'user' => array( 'patrol' => true ) ),
     'nlwikibooks' => array( 'user' => array( 'patrol' => true ) ),
     // 'nlwikinews' => array( 'user' => array( 'patrol' => true ) ),
+    'nnwiki' => array(
+	'autopatrolled' => array( 'autopatrol' => true ),
+    ),
     'nowiki' => array(
     	'patroller' => array( 'patrol' => true, 'autopatrol' => true, 'rollback' => true, 'unwatchedpages' => true, 'suppressredirect' => true, ),
     	'autopatrolled' => array( 'autopatrol' => true, 'unwatchedpages' => true ),
@@ -5951,6 +5954,10 @@
     '+nlwikibooks' => array(
 		'sysop' => array( 'abusefilter' ),
 	),
+    '+nnwiki' => array(
+	    'bureaucrat' => array( 'autopatrolled', ),
+	    'sysop' => array( 'autopatrolled', ),
+    ),
     '+noboard_chapterswikimedia' => array(
 	'bureaucrat' => array( 'bot', 'sysop', 'bureaucrat', 'import', 'transwiki' ),
     ),
@@ -6207,6 +6214,10 @@
     '+nlwikibooks' => array(
         'sysop' => array( 'abusefilter' ),
     ),
+    '+nnwiki' => array(
+	    'bureaucrat' => array( 'autopatrolled', ),
+	    'sysop' => array( 'autopatrolled', ),
+    ),
     '+noboard_chapterswikimedia' => array(
 	'bureaucrat' => array( 'bot', 'sysop', 'bureaucrat', 'import', 'transwiki' ),
     ),

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


Navigation
Links