Page MenuHomePhabricator

Provide a means to show gadgets on non-Gadget parts of Preferences
Closed, DuplicatePublic

Description

Author: rd232

Description:
Since T20186 was resolved WONTFIX, a new means is needed to move gadgets from the Gadgets section of Preferences to other sections. This was a useful tool used by Wikimedia Commons to declutter the Gadgets tab of minor interface changes, leaving only important tools. It should not be difficult to have MediaWiki:Gadgets-definition allow an extra parameter specifying display of a gadget on a different tab, considering that it was previously done in Javascript alone.


Version: unspecified
Severity: enhancement

Details

Reference
bz33220
ReferenceSource BranchDest BranchAuthorTitle
repos/sre/miscweb/design-style-guide!2deprecation-notice-cherry-pickmasterjeltoAdd deprecation notice to all DSG pages (#521)
Customize query in GitLab

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:09 AM
bzimport set Reference to bz33220.
bzimport added a subscriber: Unknown Object (MLST).

This is bad and evil because gadgets writer are often less experienced as the MediaWiki-Developers are. Furthermore the code is often not double-checked like the MediaWiki-one.

Moving the gadgets to another tab could raise the impression that activating is save. But often Gadgets suffer from substantial security vulnerability, so fooling the user.

But why we have Gadgets? Simple answer: Because MediaWiki is insufficient for lots of cases.

Irony? Evaluate yourself.

Marking WONTFIX per concerns raised by Rainer in comment #1.

Gadgets are created by the community. Although great things have been created through that system, they are still not as safe or stable as native functionality that has been through extensive cross-browser testing, code review and security checks. And as such they should not be promoted mixed without the ability to distinguish them.

The Gadgets extension already has the feature of "categories", so one can have a category "Edit gadgets" (instead of adding it to the native "Editing" tab.

If something created as a gadget turns out to be suited as something that would belong in another tab and is stable enough to be as such, then I think the proper procedure is to have it be part of core MediaWiki or an extension. - in order words, request the feature in BugZilla and link to the gadget resources as "patch".

Gadgets are kind of a labs environment, once it's grown stable and useful enough for general MediaWiki use (not just Wikimedia wikis), then they are probably suited to become part of core.

For example, ajax watching has been in core for a while now. If I recall correctly that once was a gadget.

He7d3r set Security to None.