Last modified: 2011-11-29 21:28:03 UTC
Please enable FlaggedRevs extension for Bashkir Wikipedia (ba.wikipedia.org) per community support.
Hello, according to the Bashkir Wikipedia policy the voting was to be reorganized, here's the link: http://ba.wikipedia.org/wiki/Wikipedia:%D0%A2%D0%B0%D1%83%D1%8B%D1%88_%D0%B1%D0%B8%D1%80%D0%B5%D2%AF%D2%99%D3%99%D1%80/FlaggedRevs_%D0%BA%D0%B8%D2%A3%D3%99%D0%B9%D0%B5%D2%AF%D0%B5
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' ) );
(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.
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