https://bugzilla.wikimedia.org/show_bug.cgi?id=33273
Sam Reed (reedy) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Sam Reed (reedy) <[email protected]> 2012-02-23 14:40:05 UTC --- (In reply to comment #5) > (In reply to comment #4) > > (In reply to comment #1) > > > Additional options: > > > * All users (including unregistered) see latest version of article > > > * All users (including unregistered) see unreviewed and unsighted > > > versions of > > > pages > I am not sure what is the difference between those two. But looks like > $wgFlaggedRevsOverride = false; > > > > * 1 parameter with 3 levels (unapproved/sighted/reviewed) > > IIRC this is the configuration by default. (even if not, it is > $wgFlaggedRevTags['accuracy']['levels'] = 3;) We currently default for WMF config: $wgFlaggedRevTags = array( 'accuracy' => array( 'levels' => 2, 'quality' => 2, 'pristine' => 4 ), ); All done now -- 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
