https://bugzilla.wikimedia.org/show_bug.cgi?id=29982

       Web browser: ---
             Bug #: 29982
           Summary: Enable [[mw:Extension:FlaggedRevs]] on ptwikibooks
           Product: Wikimedia
           Version: unspecified
          Platform: All
               URL: https://secure.wikimedia.org/wikibooks/pt/wiki/Thread:
                    Wikilivros:Diálogos_comunitários/Proposta:_Ativar_a_Ex
                    tensão:ReaderFeedback/resposta_(7)?uselang=en
        OS/Version: All
            Status: NEW
          Keywords: shell
          Severity: normal
          Priority: Unprioritized
         Component: Extension setup
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: mybugs.m...@gmail.com
    Classification: Unclassified


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]]).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to