https://bugzilla.wikimedia.org/show_bug.cgi?id=34005

       Web browser: ---
             Bug #: 34005
           Summary: Change uploader flag configuration on Russian
                    Wikipedia
           Product: Wikimedia
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Site requests
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


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

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to