Page MenuHomePhabricator

Enable Upload only for sysop on it.wikivoyage
Closed, ResolvedPublic

Description

Author: e.r

Description:
As described in https://it.wikivoyage.org/wiki/Wikivoyage:Lounge#Caricamento_immagini_solo_admin, we decided to enable the right "upload" only for sysop for various reasons. This is the change to do on http://noc.wikimedia.org/conf/InitialiseSettings.php.txt

'itwikivoyage' => array(
        'user' => array( 'upload' => false ),
        'confirmed' => array( 'upload' => false ),
        'autoconfirmed' => array( 'upload' => false ),
        'autopatrolled' => array( 'upload' => false ),
        'sysop' => array( 'upload' => true ),
),

Please verify it.


Version: unspecified
Severity: enhancement
URL: https://it.wikivoyage.org/wiki/Wikivoyage:Lounge#Caricamento_immagini_solo_admin

Details

Reference
bz43524

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:12 AM
bzimport set Reference to bz43524.
bzimport added a subscriber: Unknown Object (MLST).

I can hardly say 48 hours may be deemed "consensus".

Merged and deployed by Reedy.

In this way, the right "upload" isn't only for sysop, but also for other user groups

Ah, it seems I misunderstood. I probably should have read the code you provided (I ignore those in most config requests). Gerrit change 53183

Also what about 'reupload' (autoconfirmed) and 'reupload-own' (user)?

(In reply to comment #7)

Also what about 'reupload' (autoconfirmed) and 'reupload-own' (user)?

I don't know, I'm just an ambassador now. If there is nothing written, imho you can leave default. The file's list is virtually empty https://it.wikivoyage.org/wiki/Speciale:File (Alex brollo is an admin)

Merged and deployed by Reedy.