Page MenuHomePhabricator

Set $wgBlockAllowsUTEdit for Spanish Wikipedia
Closed, ResolvedPublic

Description

Author: pdsanchez

Description:
Requesting change of configuration so blocked users/anons can edit their own page, on spanish wikipedia.

It was discussed on village pump:
http://es.wikipedia.org/w/index.php?title=Wikipedia:Caf%C3%A9/Portal/Archivo/Propuestas/Actual&oldid=11158523#A_ver_que_os_parece
(linking to revision since by the time this is handled, it may be archived already)

it's the very 1st thread

  • drini

Version: unspecified
Severity: enhancement
URL: http://es.wikipedia.org/wiki/Wikipedia:Caf%C3%A9/Portal/Archivo/Propuestas/Actual#Consenso

Details

Reference
bz11305

Event Timeline

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

pdsanchez wrote:

(In reply to comment #0)

Requesting change of configuration so blocked users/anons can edit their own page

change that to "so blocked users/anons can edit their own TALK page"

As a pseudo-patch:

'wgBlockAllowsUTEdit' => array(

'enwiki' => true,
'enwikinews' => true,
'hewiki' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=5444
'idwiki' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=5313
'idwikiquote' => true, // "
'idwiktionary' => true, // "
'idwikisource' => true, // "
'idwikibooks' => true, // "
'commonswiki' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=6052
'frwiki' => true, // Solensean asked on irc
'itwiki' => true, // Wiki_Lp asked on irc
'enwikisource' => true, // asked in irc

+ 'eswiki' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=11305
),