jenkins-bot has submitted this change and it was merged.

Change subject: Allow VisualEditor feedback pages to be centralised
......................................................................


Allow VisualEditor feedback pages to be centralised

Change-Id: I0e5545b82c524c237b6eb52bb8130888c77e3c77
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 20 insertions(+), 0 deletions(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index dd2816b..1263675 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2029,6 +2029,12 @@
                $wgVisualEditorDisableForAnons = true;
        }
 
+       // Feedback configuration
+       if ( $wmgVisualEditorConsolidateFeedback ) {
+               $wgVisualEditorFeedbackAPIURL = 
'https://www.mediawiki.org/w/api.php';
+               $wgVisualEditorFeedbackTitle = 'VisualEditor/Feedback';
+       }
+
        // Welcome configuration
        $wgVisualEditorShowBetaWelcome = true;
 
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 6aef7c4..59b28b2 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -13033,6 +13033,20 @@
        'enwiki' => true,
 ),
 
+// Whether VisualEditor's feedback page should be consolidated down to just the
+// single Flow board on MediaWiki.org
+'wmgVisualEditorConsolidateFeedback' => array(
+       'default' => false,
+       'mediawikiwiki' => false,   // This is the consolidation point
+       'betawikiversity' => false, // No local Flow install, so won't work
+       'dewikivoyage' => false,    // No local Flow install, so won't work
+       'enwikiversity' => false,   // No local Flow install, so won't work
+       'jawikiversity' => false,   // No local Flow install, so won't work
+       'private' => false,         // No local Flow install, so won't work; 
also risk of private data release
+       'loginwiki' => false,       // No local Flow install, so won't work; 
also no editing on this wiki
+       'votewiki' => false,        // No local Flow install, so won't work; 
also no editing on this wiki
+),
+
 // Should VisualEditor display a live version of the Table of Contents as you 
edit
 'wmgVisualEditorEnableTocWidget' => array(
        'default' => false,

-- 
To view, visit https://gerrit.wikimedia.org/r/258205
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0e5545b82c524c237b6eb52bb8130888c77e3c77
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to