https://bugzilla.wikimedia.org/show_bug.cgi?id=44103
--- Comment #5 from Krenair <[email protected]> --- So I think we want something like this: $wgFlaggedRevsAutoconfirm = array( 'days' => 60, # The User should be member for at least 60 days. 'totalContentEdits' => 250, # The User has done 250 edits 'totalCheckedEdits' => 50, # or 50 edits, which got sighted by another user 'excludeLastDays' => 2, # Edits done by the last two days doesn't count. 'uniqueContentPages' => 50, # At least 50 different pages in main namespace got edited. 'neverBlocked' => true, # The User got never blocked. ); -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
