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

       Web browser: ---
            Bug ID: 42782
           Summary: Change in sqwiki
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: FlaggedRevs
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: stefan...@live.com
                CC: aschulz4...@gmail.com
    Classification: Unclassified
   Mobile Platform: ---

Hello,

Albanian Wikipedia community have decided (the voting process
http://sq.wikipedia.org/wiki/Wikipedia:Kuvendi#Autopromovimi) to change the way
of promotion for reviewers form manual to automatic. To do so, please replace
the actual code (of
http://noc.wikimedia.org/conf/highlight.php?file=flaggedrevs.php) with the
following one: 
<pre>
elseif ( $wgDBname == 'sqwiki' ) {
        $wgFlaggedRevsNamespaces[] = NS_CATEGORY;
        $wgFlaggedRevTags['accuracy']['levels'] = 1;

        $wgFlaggedRevsAutopromote = $wmfStandardAutoPromote;
        $wgFlaggedRevsAutopromote['edits'] = 300;
        $wgFlaggedRevsAutopromote['recentContentEdits'] = 5;
        $wgFlaggedRevsAutopromote['editComments'] = 30;

        $wgFlaggedRevsAutoconfirm = array(
                'days'                          => 30, # days since
registration
                'edits'                    => 50, # total edit count
                'spacing'                        => 3, # spacing of edit
intervals
                'benchmarks'              => 7, # how many edit intervals are
needed?
                'excludeLastDays'        => 2, # exclude the last X days of
edits from edit counts
                // Either totalContentEdits reqs OR totalCheckedEdits
requirements needed
                'totalContentEdits'   => 150, # $wgContentNamespaces edits
OR...
                'totalCheckedEdits'   => 50, # ...Edits before the stable
version of pages
                'uniqueContentPages'  => 8, # $wgContentNamespaces unique pages
edited
                'editComments'          => 20, # how many edit comments used?
                'email'                    => false, # user must be
emailconfirmed?
                'neverBlocked'          => true, # Can users that were blocked
be promoted?
        );

        $wgGroupPermissions['sysop']['stablesettings'] = true; // -aaron
3/20/10
}
</pre>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to