r48255 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48254‎ | r48255 | r48256 >
Date:05:25, 10 March 2009
Author:aaron
Status:ok
Tags:
Comment:
Made 'edits' consistent with 'totalCheckedEdits' option
Modified paths:
  • /trunk/extensions/FlaggedRevs/FlaggedRevs.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php
@@ -185,7 +185,7 @@
186186 # edits Y (spacing) days apart.
187187 $wgFlaggedRevsAutopromote = array(
188188 'days' => 60, # days since registration
189 - 'edits' => 320, # total edit count
 189+ 'edits' => 220, # total edit count
190190 'excludeDeleted' => true, # exclude deleted edits from 'edits' count above?
191191 'spacing' => 3, # spacing of edit intervals
192192 'benchmarks' => 15, # how many edit intervals are needed?

Follow-up revisions

RevisionCommit summaryAuthorDate
r48256Tweaked r48255: bumped 'edits' slightlyaaron05:30, 10 March 2009

Status & tagging log