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


Rob Halsell <rhals...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |ASSIGNED




--- Comment #9 from Rob Halsell <rhals...@wikimedia.org>  2009-03-12 23:17:29 
UTC ---
The current config is:

        $wgFlaggedRevsLowProfile = false;
        $wgFlaggedRevsNamespaces = array(NS_MAIN, NS_IMAGE, NS_TEMPLATE, 102,
104, 106, 108, 110);
        $wgFlaggedRevValues = 5;
        $wgFlaggedRevPristine = 5; 
        $wgFlagRestrictions = array(
        'accuracy' => array( 'review' => 5 ),
        'accuracy' => array( 'editor' => 5 ),
        );

and you all want it changed to:

    $wgFlaggedRevsLowProfile = false;
        $wgFlaggedRevsNamespaces = array(NS_MAIN, NS_IMAGE, NS_TEMPLATE, 102,
104, 106, 108, 110);
        $wgFlaggedRevTabs = true;
        $wgFlaggedRevValues = 1;
        );

Is that correct?  The consensus is to remove the FlagRestrictions that are
currently in place, including the RevValues and RevPristine?

I hate to make you reply back and apologize for the delay, but I want to ensure
we do not do the incorrect thing.  Let me know via this bug and I will take
care of it!


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to