Page MenuHomePhabricator

Enable flag 'flood' in Spanish Wikinews (es.wikinews)
Closed, ResolvedPublic

Description

Author: julian_pastine

Description:
Hello there. Community has decided by an 80% majority to allow flood flag (http://es.wikinews.org/w/index.php?title=Wikinoticias:Caf%C3%A9&oldid=186796#Habilitar_flag_.27flood.27). Please enable it.

Best regards,
Julián


Version: unspecified
Severity: enhancement
URL: http://es.wikinews.org/w/index.php?title=Wikinoticias:Caf%C3%A9&oldid=186796#Habilitar_flag_.27flood.27

Details

Reference
bz26897

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:21 PM
bzimport set Reference to bz26897.
bzimport added a subscriber: Unknown Object (MLST).

jeluf wrote:

Who will be allowed to grant or revoke the flood flag?

julian_pastine wrote:

Bureaucrats/Sysops. It's indifferent, since in Spanish Wikinews people running for adminiship also gain bureaucrat rights; makes stuff easier. So, it's the same, but if you want us to choose, I'd guess bureaucrats should grant it. Regards.

jeluf wrote:

Your change has been completed.
Please reopen this ticket if anything went wrong.

The following configuration settings have been changed:

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1544)

+++ InitialiseSettings.php (working copy)
@@ -5610,6 +5610,7 @@

'eswikinews' => array(
	'bot' => array( 'editprotected' => true ),
	'editprotected' => array( 'editprotected' => true ),

+ 'flood' => array( 'bot' => true ),

),
// http://bugzilla.wikimedia.org/show_bug.cgi?id=7152
'eswiktionary' => array(

@@ -6141,7 +6142,7 @@

    'sysop' => array( 'flood' ),
),
'+eswikinews' => array(
  • 'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'editprotected' ),

+ 'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'editprotected', 'flood', ),

    ),
    '+eswiktionary' => array(
	'bureaucrat' => array( 'autopatrolled', 'patroller', 'rollbacker' ),

@@ -6427,7 +6428,7 @@

    'sysop' => array( 'flood' ),
),
'+eswikinews' => array(
  • 'bureaucrat' => array( 'bot', 'editprotected' ),

+ 'bureaucrat' => array( 'bot', 'editprotected', 'flood', ),

    ),
    '+eswiktionary' => array(
	'bureaucrat' => array( 'autopatrolled', 'patroller', 'rollbacker' ),

You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php