Page MenuHomePhabricator

Add suppressredirect right to importer group
Closed, ResolvedPublic

Description

When a page is imported on Wiktionary, importers have to move the page to lowercase (see bug 6808, bug 9943) – one action, two edits –, and then delete or request deletion of the redirect – one more action –: three actions instead of one, triple work for importers who are not sysops.
To avoid this, please add the "suppressredirect" right to importers and transwiki importers groups, at least on it.wiktionary if possible (see consensus e.g. at the end of the linked discussion), but I'm sure that all communities would love that. It is a completely harmless right if given to quite trusted users as importers are, and it can be very useful.
Thanks


Version: unspecified
Severity: enhancement
URL: http://it.wiktionary.org/w/index.php?title=Wikizionario:Bar&oldid=750732#patroller

Details

Reference
bz18397

Event Timeline

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

Removing depencencies: although bug 6808 and bug 9943 are related, they neither depend on or block this bug.

jeluf wrote:

Done.

'itwiktionary' => array(
    'user' => array( 'upload' => false ),
    'autoconfirmed' => array( 'patrol' => true, 'upload' => false ),
    'sysop' => array( 'upload' => true ),
    'patroller' => array( 'patrol' => true, 'autopatrol' => true, 'rollback' => true ),
    'autopatroller' => array( 'autopatrol' => true ),
    'import' => array( 'suppressredirect' => true, ),
    'transwiki' => array( 'suppressredirect' => true, ),
),