Last modified: 2014-05-15 08:00:49 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T64383, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 62383 - User preference section for beta-feature no longer available
User preference section for beta-feature no longer available
Status: RESOLVED INVALID
Product: MediaWiki extensions
Classification: Unclassified
WikiEditor (Other open bugs)
REL1_22-branch
All All
: Normal normal with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-03-07 15:16 UTC by [[kgh]]
Modified: 2014-05-15 08:00 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description [[kgh]] 2014-03-07 15:16:07 UTC
The section to control whether beta features of this extension may be used or not is no longer shown on "Special:Preferences#mw-prefsection-editing". The section for alpha features is still there.

The section header used to be "prefs-beta" until MW 1.19 or MW 1.20 changed to "prefs-editor" in MW 1.20 or MW 1.21 though (message unfortunately not included in core thus rendering <prefs-editor>.
Comment 1 Nemo 2014-05-15 05:50:02 UTC
Can you clarify what options you're not seeing? I see "Enable enhanced editing toolbar" in 1.24alpha.
Comment 2 [[kgh]] 2014-05-15 07:41:19 UTC
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?
Comment 3 [[kgh]] 2014-05-15 07:53:54 UTC
Ok, I get it. Sometimes I need this extra kick in the you know what. Beta is now stable an was moved to the regular editor preference section. Probably I did not see it because it was not only moved to another section but the second preference description was changed from " Enable dialogs for inserting links, tables and more" to "Enable wizards for inserting links, tables as well as the search and replace function". Yeah, so everything is fluffy I suppose. Cool! Closing this as RESOLVED INVALID.

Plese continue to support for "side-by-side preview" and "step-by-step publishing" since this is a very much liked feature for third parties to my experience. Writing this just in case somebody involved with the development of "WikiEditor" is reading this. :)
Comment 4 Nemo 2014-05-15 08:00:49 UTC
Good! Speaking of kicks, I'm not sure the option currently works: see bug 65331, by filing which I found this one.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links