From 632509d278699af1c2df880675cbea29d01661db Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Thu, 15 May 2014 11:59:55 +0200 Subject: [PATCH] Revert "Make the toolbar and dialogs enabled by default." This has unexpected side effects This reverts commit 5233d0781f3f40690edb139ea8d2c36959dd8220. Bug: 65331 Change-Id: Ic90475c95b402b3998ba328ea0b51e4cf87c89d5 --- WikiEditor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WikiEditor.php b/WikiEditor.php index 53c99572..884e3616 100644 --- a/WikiEditor.php +++ b/WikiEditor.php @@ -20,9 +20,9 @@ $wgWikiEditorFeatures = array( /* Textarea / i-frame compatible (OK to deploy) */ - 'toolbar' => array( 'global' => true, 'user' => true ), + 'toolbar' => array( 'global' => false, 'user' => true ), // Provides interactive tools - 'dialogs' => array( 'global' => true, 'user' => true ), + 'dialogs' => array( 'global' => false, 'user' => true ), // Hide signature button from main namespace 'hidesig' => array( 'global' => true, 'user' => false ),