Page MenuHomePhabricator

ReaderFeedback Extension requested for Turkish news
Closed, ResolvedPublic

Description

Author: josph0

Description:
We (the Turkish Wikinews community) think that ReaderFeedback extension will be very useful for tr news. You can see the discussions in Turkish here:

http://tr.wikinews.org/wiki/Vikihaber:Köy_çeşmesi#What_do_you_think_of_this_page.3F


Version: unspecified
Severity: enhancement
URL: http://tr.wikinews.org

Details

Reference
bz24947

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:07 PM
bzimport set Reference to bz24947.
bzimport added a subscriber: Unknown Object (MLST).

jeluf wrote:

Done.

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1076)

+++ InitialiseSettings.php (working copy)
@@ -8084,6 +8084,11 @@

	'testwiki' => true,

),

+'wmgJQueryOnEveryPage' => array(
+ 'default' => true,
+ 'testwiki' => true,
+),
+
'wgMaxMsgCacheEntrySize' => array(

'default' => 1024,

),
@@ -8102,7 +8107,7 @@

    	'strategyappswiki' => true,
	'strategywiki' => true,
	'testwiki' => true,

+ 'trwikinews' => true,
),

'wmgFeedbackNamespaces' => array(

  • Bug 24993 has been marked as a duplicate of this bug. ***

It seems JeLuF have forgotten to create some tables:

"1146: Table 'trwikinews.reader_feedback' doesn't exist (10.0.6.28)".

jeluf wrote:

Should do now.

Updated the config file to point to the necessary SQL file for similar requests in the future.