Page MenuHomePhabricator

Disable uploads for eu.wikipedia.org
Closed, ResolvedPublic

Description

Author: mik.iturbe

Description:
Basque Wikipedia (eu.wikipedia.org) requests to disable Special:Upload to all users except sysops. Several polls have been held regarding this issue, but the final step of reporting it has never been done.

All files onced stored in the Basque Wikipedia have already been deleted or transferred to Commons, except the Logo. The reason to maintain sysop uploading options is to have the posibility to change the logo.

First vote rejecting uploads in 2007: http://eu.wikipedia.org/wiki/Wikipedia:Bozketak/Fitxategiak_Commonsen

Vote rejecting Fair use in 2007: http://eu.wikipedia.org/wiki/Wikipedia:Bozketak/Fair_Use

Discussion in which no user was against disabling uploads and create the bug (2010): http://eu.wikipedia.org/wiki/Wikipedia:Txokoa/Eskariak/2010eko_urria#Fitxategien_igoera_murriztea

Despite being quite old polls, the community continues to maintain those policies and there is no will to change.


Version: unspecified
Severity: normal

Details

Reference
bz28609

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:32 PM
bzimport set Reference to bz28609.

Looks like your logo is on common too!! According to the configuration:

'euwiki'         => 'http://upload.wikimedia.org/wikipedia/commons/0/01/Wikipedia-logo-v2-eu.png',

Which is this wiki page:
http://commons.wikimedia.org/wiki/File:Wikipedia-logo-v2-eu.png

So, I am assuming we can disable upload for everyone.

Your change has been completed.
Please reopen this ticket if anything went wrong.

The following configuration settings have been changed:

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1798)

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

'eswiki' => false, # bug 6408
'eswikibooks' => false, #Bug 18865
'eswikiquote' => false, # bug 9728

+ 'euwiki' => false, # 28609

'fawikinews'  => true,  # bug 26565
'hewikinews' => true,
'huwiktionary' => false, # bug 24942

@@ -879,6 +880,7 @@

'eswiki'        => 'http://commons.wikimedia.org/wiki/Commons:Upload/es', //'/wiki/Commons:Upload/es',
'eswikibooks'   => 'http://commons.wikimedia.org/wiki/Commons:Upload/es', //'/wiki/Commons:Upload/es',
'eswiktionary'  => 'http://commons.wikimedia.org/wiki/Special:Upload?uselang=es',

+ 'euwiki' => 'http://commons.wikimedia.org/wiki/Commons:Upload/eu?uselang=eu',

'frwiki'        => '/wiki/Aide:Importer_un_fichier',
'hewikinews'    => false,
'hrwiki'	    => '/wiki/Wikipedija:Upload',

You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php

EN.WP.ST47 wrote:

*** Bug 11142 has been marked as a duplicate of this bug. ***