Per discussion on our local "village pump",
pt:b:Tópico:Wikilivros:Diálogos comunitários/Proposta: Ativar a Extensão:ReaderFeedback/resposta (7)
please install FlaggedRevs extension on Portuguese Wikibooks with the following configuration:
// Sets the most recent version as shown $wgFlaggedRevsOverride = false; $wgFlaggedRevsNamespaces = array( NS_MAIN, NS_TEMPLATE, NS_HELP, NS_PROJECT); $wgSimpleFlaggedRevsUI = false; $wgFlaggedRevComments = false; $wgFlaggedRevsAutopromote = array( 'days' => 30, # days since registration 'edits' => 100, # total edit count 'excludeDeleted' => true, # exclude deleted edits from 'edits' count above? 'spacing' => 2, # spacing of edit intervals 'benchmarks' => 8, # how many edit intervals are needed? 'recentContentEdits' => 5, # $wgContentNamespaces edits in recent changes 'totalContentEdits' => 50, # $wgContentNamespaces edits 'uniqueContentPages' => 10, # $wgContentNamespaces unique pages edited 'editComments' => 50, # how many edit comments used? 'email' => true, # user must be emailconfirmed? 'userpage' => false, # user must have a userpage? 'uniqueIPAddress' => false, # If $wgPutIPinRC is true, users sharing IPs won't be promoted 'neverBlocked' => true, # Can users that were blocked be promoted? ) + $wgFlaggedRevsAutopromote; $wgGroupPermissions['editor']['rollback'] = true; $wgGroupPermissions['sysop']['review'] = true; $wgGroupPermissions['sysop']['stablesettings'] = true; $wgGroupPermissions['sysop']['validate'] = true;
Some notes:
- Since our files are being migrated to Wikimedia Commons, NS_FILE was not included on wgFlaggedRevsNamespaces.
- The other values defined above are the same currently used by English Wikibooks (see [[b:Wikibooks:FlaggedRevs Extension]]).