https://bugzilla.wikimedia.org/show_bug.cgi?id=14648
Rob Halsell <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #9 from Rob Halsell <[EMAIL PROTECTED]> 2008-12-09 20:05:34 UTC ---
Aaron will need to review this for me, as I am far from knowledgeable in
regards to flaggedrevs.php
Firstly, we usually do not enable it across all namespaces by default. The
default namespaces are here, if there are more required, then they need to be
specified. (Just do them all is not normally a valid request.)
$wgFlaggedRevsNamespaces = array(NS_MAIN, NS_IMAGE, NS_TEMPLATE);
Each tag will have 4 levels of review.
$wgFlaggedRevValues = 4; //There are 4 levels to each Tag
There are 3 tags, and the 4th level is the 'ideal' revision.
$wgFlaggedRevTags = array( //There are three types of tag, with the
4th level being the 'quality' revision of a tag.
'completeness' => 4,
'accuracy' => 4,
'formatting' => 4
);
$wgFlaggedRevsOverride = true; //By default, users see the flaggrev
versions rather than unflagged.
$wgFlaggedRevsComments = true; //Allow the editors/reviewers to make
comments visible below the revisions.
$wgFlaggedRevTabs = true; // Whether to use "stable" and "current"
revision tabs.
The rest I am not so sure about. Aaron, when you have a moment can you drop me
a line on IRC or comment to this ticket on what we need?
$wgFlagRestrictions = array(
'completeness' => array( 'editor' => 3 ),
'accuracy' => array( 'editor' => 3 ),
'formatting' => array( 'editor' => 3 ),
);
--
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l