Last modified: 2013-03-27 15:57:12 UTC
Like on es.wikipedia, please allow blocked users to edit their own talk page exept when the blocking admin explicit dissalows this capacity via the block form. Thanks
Pseudo-patch: 'wgBlockAllowsUTEdit' => array( 'arwiki' => true, // #13771 'commonswiki' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=6052 'dawiki' => true, //http://bugzilla.wikimedia.org/show_bug.cgi?id=11225 'dewiki' => true, 'elwiki' => true, // https://bugzilla.wikimedia.org/show_bug.cgi?id=10304 'enwiki' => true, 'enwikinews' => true, 'enwikisource' => true, // asked in irc 'enwikiversity' => true, // Bug 8001 'enwikibooks' => true, // Bug 8001 'eswiki' => true, // Bug 11305 'fiwiki' => true, // #19142 'frwiki' => true, // Solensean asked on irc 'hewiki' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=5444 'hewiktionary' => true, // bug 12141 'huwiki' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=11756 'idwiki' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=5313 'idwikiquote' => true, // " 'idwiktionary' => true, // " 'idwikisource' => true, // " 'idwikibooks' => true, // " // 'itwiki' => true, // Wiki_Lp asked on irc // http://bugzilla.wikimedia.org/show_bug.cgi?id=9073 'jawiki' => true, // bug 18484 'kwwiktionary' => true, 'metawiki' => true, // https://bugzilla.wikimedia.org/show_bug.cgi?id=16621 'ptwiki' => true, 'rowiki' => true, // 15440 'ruwiki' => true, 'simplewiki' => true, // 12914 'simplewikiquote' => true, //Bug 16254 'svwiki' => true, // bug 12309 'viwiki' => true, // bug 12582 'yiwiki' => true, // http://bugzilla.wikimedia.org/show_bug.cgi?id=9306 'zhwiki' => true, 'zhwikibooks' => true, //Bug 17986 + 'eswikibooks' => true //Bug 19444 ), http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php
Done.