Page MenuHomePhabricator

Change uploader flag configuration on Russian Wikipedia
Closed, ResolvedPublic

Description

Please, do the following:

  • Move the uploader flag from $wgAutopromote (wmgAutopromoteExtraGroups) to $wgAutopromoteOnce['onView']:

$wgAutopromoteOnce['onView']['uploader'] = array( '&',

array( APCOND_EDITCOUNT, 20 ),
array( APCOND_AGE, 14 * 86400 ),

),

  • Change wgAutopromoteOnceLogInRC to false, otherwise it would flood our user rights log
  • Explicitly allow uploading files to sysop, closer and filemover groups

Version: unspecified
Severity: enhancement
URL: https://ru.wikipedia.org/wiki/%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8%D1%8F:%D0%9E%D0%BF%D1%80%D0%BE%D1%81%D1%8B/%D0%9E_%D1%82%D0%B5%D1%85%D0%BD%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%BE%D0%BC_%D1%84%D0%BB%D0%B0%D0%B3%D0%B5_%D0%97%D0%B0%D0%B3%D1%80%D1%83%D0%B6%D0%B0%D1%8E%D1%89%D0%B8%D0%B9#.D0.98.D1.82.D0.BE.D0.B3

Details

Reference
bz34005

Event Timeline

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

(In reply to comment #0)

Please, do the following:

  • Move the uploader flag from $wgAutopromote (wmgAutopromoteExtraGroups) to

$wgAutopromoteOnce['onView']:

$wgAutopromoteOnce['onView']['uploader'] = array( '&',

array( APCOND_EDITCOUNT, 20 ),
array( APCOND_AGE, 14 * 86400 ),

),

Nothing like making peoples lives easy