Usuario Discusión:Dferg/Bugzilla

De Wikilibros, la colección de libros de texto de contenido libre.

[editar] Posibles soluciones

[editar] Bug 19444


'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
),
EnviadoDferg 15:47 24 jul 2009 (UTC)
ImplementadoDferg 07:27 1 sep 2009 (UTC)

[editar] Para el flood flag (bug 19923)


'wgAddGroups' => array(
    // The '+' in front of the DB name means 'add to the default'. It saves us duplicating
    // changes to the default across all overrides --Andrew 2009-04-28
    'default' => array(
        'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot' ),
        'sysop' => array( 'ipblock-exempt' ),
    ),
    '+testwiki' => array(
        'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot' ),
        #'user' => array( 'editor', 'reviewer' ),
    ),
    //******************************************************************
'wgAddGroups' => array(
'+eswikibooks' => array(
        'bureaucrat' => array( 'bot', 'sysop', 'bureaucrat', 'flood' ),
        'sysop' => array( 'flood' ), # Puede que esto haga que se le pueda activar a TODOS, lo que no se desea
    ),
'wgRemoveGroups' => array(
    // The '+' in front of the DB name means 'add to the default'. It saves us duplicating
    // changes to the default across all overrides --Andrew 2009-04-28
    'default' => array(
        'bureaucrat' => array( 'bot' ),
        'sysop' => array( 'ipblock-exempt' ),
    ),
    '+testwiki' => array(
        'bureaucrat' => array( 'bot', 'sysop' ),
        #'user' => array( 'editor', 'reviewer' ),
    ),
    //******************************************************************
'wgRemoveGroups' => array(
 '+eswikibooks' => array(
        'bureaucrat' => array( 'flood', 'bot' ),
        'sysop' => array( 'flood' ),
    ),
ImplementadoDferg 07:30 1 sep 2009 (UTC)
Herramientas personales