Last modified: 2009-05-18 14:46:25 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T20421, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 18421 - Update config of FlaggedRevs for en.wikibooks
Update config of FlaggedRevs for en.wikibooks
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
unspecified
All All
: Normal enhancement with 2 votes (vote)
: ---
Assigned To: Rob Halsell
http://en.wikibooks.org/wiki/Wikibook...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-04-10 13:37 UTC by darklama
Modified: 2009-05-18 14:46 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description darklama 2009-04-10 13:37:10 UTC
Length of time to become an editor was longer than expected. Change to 10 edits spaced at least 2 days apart.

Not many contributors create a user page. Drop the requirement that a user page must exist.

More contributors share an IP address than expected, especially from schools. Drop this requirement as well.

In other words the configuration of $wgFlaggedRevsAutopromote should now look like:

$wgFlaggedRevsAutopromote = array(
  'days' => 30, # days since registration
  'edits' => 100, # total edit count
  'excludeDeleted' => true, # exclude deleted edits from 'edits' count above?
  'spacing' => 2, # spacing of edit intervals
  'benchmarks' => 10, # how many edit intervals are needed?
  'recentContentEdits' => 10, # $wgContentNamespaces edits in recent changes
  'totalContentEdits' => 50,  # $wgContentNamespaces edits
  'uniqueContentPages' => 10, # $wgContentNamespaces unique pages edited
  'editComments' => 50, # how many edit comments used?
  'email' => true, # user must be emailconfirmed?
  'userpage' => false, # user must have a userpage?
  'uniqueIPAddress' => false, # If $wgPutIPinRC is true, users sharing IPs won't be promoted
  'neverBlocked' => true, # Can users that were blocked be promoted?
  'noSorbsMatches' => false, # If $wgSorbsUrl is set, do not promote users that match
) + $wgFlaggedRevsAutopromote;
Comment 1 Rob Halsell 2009-05-18 14:46:25 UTC
The requested changes have been made and pushed live to the cluster.  If there are any questions or concerns, please let me know.  Normally I would require some kind of vote page for this, but Brion reassigned it to me directly so I assume the changes are ok to make.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links