Page MenuHomePhabricator

upload disabled on zhwikinews
Closed, ResolvedPublic

Description

see http://zh.wikinews.org/wiki/Wikinews:%E5%90%88%E7%90%86%E4%BD%BF%E7%94%A8

not allow fair use images on zhwikinews, plese set upload disabled:

'wgEnableUploads' => false;


Version: unspecified
Severity: enhancement
URL: http://zh.wikinews.org/wiki/Wikinews:%E5%90%88%E7%90%86%E4%BD%BF%E7%94%A8

Details

Reference
bz25180

Event Timeline

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

jeluf wrote:

Is there a page that you want to point the "upload" link in the sidebar to?

Some wikis link to a local page where they explain to the users how to upload images, some other wikis link to a translated version of the upload form on Wikimedia Commons.

jeluf wrote:

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 1169)

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

'vewikimedia' => true,
'vowiki' => false, # bug 13740
'wikinews' => false,
  • 'zhwikinews' => true,

+ 'zhwikinews' => false,
),

'wgUploadNavigationUrl' => array(
@@ -859,6 +859,7 @@

'rowiki'		=> '/wiki/Wikipedia:Trimite_fi%C5%9Fier',
'thwiki'        => '/wiki/%E0%B8%A7%E0%B8%B4%E0%B8%81%E0%B8%B4%E0%B8%9E%E0%B8%B5%E0%B9%80%E0%B8%94%E0%B8%B5%E0%B8%A2:%E0%B8%AD%E0%B8%B1%E0%B8%9B%E0%B9%82%E0%B8%AB%E0%B8%A5%E0%B8%94',
'zhwiki'        => '/wiki/Project:%E4%B8%8A%E4%BC%A0',

+ 'zhwikinews' => 'http://commons.wikimedia.org/wiki/Commons:Upload/zh-hans',

'zh_yuewiki'    => '/wiki/Project:%E4%B8%8A%E8%BC%89',
 
'cswikinews' => 'http://commons.wikimedia.org/wiki/Special:Upload?uselang=cs',

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