https://bugzilla.wikimedia.org/show_bug.cgi?id=62383
--- Comment #2 from [[kgh]] <[email protected]> --- Sure, thank you for asking. This is the configuration in LocalSettings.php: ## WikiEditor require "extensions/WikiEditor/WikiEditor.php"; $wgWikiEditorFeatures['toc'] = array( 'global' => false, 'user' => false ); $wgDefaultUserOptions['usebetatoolbar'] = 1; $wgDefaultUserOptions['usebetatoolbar-cgd'] = 1; $wgDefaultUserOptions['wikieditor-preview'] = 1; This is what I get in MW 1.19: Beta features ------------- * Enable enhanced editing toolbar * Enable dialogs for inserting links, tables and more Labs features ------------- * Enable side-by-side preview * Enable step-by-step publishing This is what I get in MW 1.21+: Labs features ------------- * Enable side-by-side preview * Enable step-by-step publishing So what happened to the user preferences controlling the beta-features? Not controllable any longer? -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
