Page MenuHomePhabricator

Install ReaderFeedback extension on ptwikibooks
Closed, ResolvedPublic

Description

Hi!

The (small) community of Portuguese Wikibooks has agreed (see URL above) about the installation of the extension ReaderFeedback on that wikiproject.

Could someone please install it for us, and make the needed configuration so that it appears on "main", "help" and "project" namespaces?
$wgFeedbackNamespaces = array( NS_MAIN, NS_HELP, NS_PROJECT );

The variables $wgFeedbackTags and $wgGroupPermissions can be left with it's default values.

Thanks in advance.


Version: unspecified
Severity: enhancement
URL: http://pt.wikibooks.org/wiki/T%C3%B3pico:Wikilivros:Di%C3%A1logos_comunit%C3%A1rios/Proposta:_Ativar_a_Extens%C3%A3o:ReaderFeedback

Details

Reference
bz26451

Event Timeline

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

This extension will probably soon be obsolete (see ArticleAssessment).

jeluf wrote:

Your change has been completed.
Please reopen this ticket if anything went wrong.

The following configuration settings have been changed:

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1547)

+++ InitialiseSettings.php (working copy)
@@ -8343,6 +8343,7 @@

	'enwikibooks'			=> true,
	'enwikinews'			=> true,
	'huwiki'			=> true,

+ 'ptwikibooks' => true,

	'readerfeedback_labswikimedia'	=> true,
	'ruwikinews'			=> true,
    	'strategyappswiki'		=> true,

@@ -8354,6 +8355,7 @@
'wmgFeedbackNamespaces' => array(

	'default'	=> array( NS_MAIN ),
	'enwikibooks'	=> array( NS_MAIN, 102, 110 ),

+ 'ptwikibooks' => array( NS_MAIN, NS_HELP, NS_PROJECT ),

	'strategywiki'	=> array( 106 ),

),

'wmgFeedbackTags' => array(

You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php