Page MenuHomePhabricator

XML-import for de-wiktionary
Closed, ResolvedPublic

Description

Hello, the local community wants to enable XML-import for sysops. No one opposes, consensus is stated here:
http://de.wiktionary.org/wiki/Wiktionary:TS#Softwareanpassungen (item #1)

As I understand config have to changed to:
groupOverrides:

'dewiktionary' => array(
    'sysop' => array( 'importupload' => true, ),
),

Thanks in advance, Stepro


Version: unspecified
Severity: enhancement

Details

Reference
bz24822

Event Timeline

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

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1035)

+++ InitialiseSettings.php (working copy)
@@ -5257,6 +5257,9 @@

	'autoconfirmed'	=> array( 'patrol' => false, ),
	'sysop'			=> array( 'patrol' => true, ),
),

+ 'dewiktionary' => array(
+ 'sysop' => array( 'importupload' => true, ),
+ ),

    'elwiktionary' => array(
	'interface_editors' => array( 'editinterface' => true )
    ),