Last modified: 2011-11-29 21:46:50 UTC
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]]).
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
Is there any detailed reason for this decision available anywhere?
(In reply to comment #2) > Is there any detailed reason for this decision available anywhere? The same question was asked by a user from Portuguese Wikipedia. Where was this decided? And how long would "LATER" mean?
(In reply to comment #3) > (In reply to comment #2) > > Is there any detailed reason for this decision available anywhere? > > The same question was asked by a user from Portuguese Wikipedia. > Where was this decided? > And how long would "LATER" mean? So?
Done