Page MenuHomePhabricator

Disable file uploading for the Hungarian Wiktionary
Closed, ResolvedPublic

Description

The community of the Hungarian Wiktionarys decided to disallow direct file uploading and use images from Commons instead; you can see the vote here:
http://hu.wiktionary.org/wiki/Wikisz%C3%B3t%C3%A1r:Szavaz%C3%A1s#2010._j.C3.BAnius
Please change the configuration accordingly. Thanks!


Version: unspecified
Severity: enhancement

Details

Reference
bz24942

Event Timeline

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

jeluf wrote:

Which wgUploadNavigationUrl do you want to have?

Some wikis link to a "how to upload to the Wikimedia Commons", others link to a localized upload form on the commons, e.g.
http://commons.wikimedia.org/wiki/Commons:Upload/es

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1073)

+++ InitialiseSettings.php (working copy)
@@ -807,6 +807,7 @@

'eswikibooks' => false, #Bug 18865
'eswikiquote' => false, # bug 9728
'hewikinews' => true,

+ 'huwiktionary' => false, # bug 24942

	'iowiktionary'  => false, # bug 13957
    'itwikinews' => true,
	'itwikiquote' => false, # bug 12012

@@ -849,6 +850,7 @@

'eswikibooks'   => 'http://commons.wikimedia.org/wiki/Commons:Upload/es', //'/wiki/Commons:Upload/es',
'frwiki'        => '/wiki/Aide:Importer_un_fichier',
'hrwiki'		=> '/wiki/Wikipedija:Upload',

+ 'huwiki' => 'http://commons.wikimedia.org/wiki/Commons:Upload/hu',

'lawiki' => 'http://commons.wikimedia.org/wiki/Special:Upload?uselang=la',
'mlwiki'		=> 'http://ml.wikipedia.org/wiki/വിക്കിപീഡിയ:അപ്‌ലോഡ്',
'ndswiki'       => 'http://commons.wikimedia.org/wiki/Special:Upload',

Shouldn't that be huwiktionary in both cases?