Page MenuHomePhabricator

Please enable FlaggedRevs for ba.wikipedia
Closed, DeclinedPublic

Description

Author: cv.08

Description:
Please enable FlaggedRevs extension for Bashkir Wikipedia (ba.wikipedia.org) per community support.


Version: unspecified
Severity: normal

Details

Reference
bz28662

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:36 PM
bzimport set Reference to bz28662.

Could you give us the config settings that you want? For example, enwiki uses:

$wgFlaggedRevsNamespaces = array( NS_MAIN, NS_PROJECT );
# Show only on a per-page basis
$wgFlaggedRevsOverride = false;
$wgFlaggedRevsReviewForDefault = true;
# We have only one tag with one level
$wgFlaggedRevTags = array(
    'status' => array( 'levels' => 1, 'quality' => 2, 'pristine' => 3 ),
);
# Restrict autoconfirmed to flagging semi-protected
$wgFlagRestrictions = array(
    'status' => array( 'review' => 1, 'autoreview' => 1 ),
);
# Restriction levels for auto-review/review rights
$wgFlaggedRevsRestrictionLevels = array( '', 'autoconfirmed', 'review' );
# Use flag "protection" levels
$wgFlaggedRevsProtection = true;
# Use current templates/files
$wgFlaggedRevsHandleIncludes = FR_INCLUDES_CURRENT;
# Group permissions for autoconfirmed
$wgGroupPermissions['autoconfirmed']['autoreview'] = true;
# WP:FPPR trial quota
$wgFlaggedRevsProtectQuota = 2000;

# Group permissions for sysops
$wgGroupPermissions['sysop']['review']         = true;
$wgGroupPermissions['sysop']['stablesettings'] = true;
# Use 'reviewer' group
$wgAddGroups['sysop'][] = 'reviewer';
$wgRemoveGroups['sysop'][] = 'reviewer';
# Remove 'editor' group
unset( $wgGroupPermissions['editor'] );
$wgAddGroups['sysop'] = array_diff( $wgAddGroups['sysop'], array( 'editor' ) );
$wgRemoveGroups['sysop'] = array_diff( $wgRemoveGroups['sysop'], array( 'editor' ) );

cv.08 wrote:

(In reply to comment #2)

Could you give us the config settings that you want? For example, enwiki uses:

$wgFlaggedRevsNamespaces = array( NS_MAIN, NS_PROJECT );
# Show only on a per-page basis
$wgFlaggedRevsOverride = false;
$wgFlaggedRevsReviewForDefault = true;
# We have only one tag with one level
$wgFlaggedRevTags = array(
    'status' => array( 'levels' => 1, 'quality' => 2, 'pristine' => 3 ),
);
# Restrict autoconfirmed to flagging semi-protected
$wgFlagRestrictions = array(
    'status' => array( 'review' => 1, 'autoreview' => 1 ),
);
# Restriction levels for auto-review/review rights
$wgFlaggedRevsRestrictionLevels = array( '', 'autoconfirmed', 'review' );
# Use flag "protection" levels
$wgFlaggedRevsProtection = true;
# Use current templates/files
$wgFlaggedRevsHandleIncludes = FR_INCLUDES_CURRENT;
# Group permissions for autoconfirmed
$wgGroupPermissions['autoconfirmed']['autoreview'] = true;
# WP:FPPR trial quota
$wgFlaggedRevsProtectQuota = 2000;

# Group permissions for sysops
$wgGroupPermissions['sysop']['review']         = true;
$wgGroupPermissions['sysop']['stablesettings'] = true;
# Use 'reviewer' group
$wgAddGroups['sysop'][] = 'reviewer';
$wgRemoveGroups['sysop'][] = 'reviewer';
# Remove 'editor' group
unset( $wgGroupPermissions['editor'] );
$wgAddGroups['sysop'] = array_diff( $wgAddGroups['sysop'], array( 'editor'

) );

$wgRemoveGroups['sysop'] = array_diff( $wgRemoveGroups['sysop'], array(

'editor' ) );

Let them be the same as used in Polish Wikipedia.

content hidden as private in Bugzilla

At the moment, the Wikimedia Foundation is not activating FlaggedRevs on any new wikis, pending further discussion on the extensions future.

Marking as RESOLVED LATER, tracked against bug 29744

Please advise what FlaggedRevs configuration is wanted. wgFlaggedRevsProtection set to true will not be deployed

Resolving LATER again. Reopen when you know what you want