Page MenuHomePhabricator

VisualEditor: Allow users to set/edit other behavioural flags in the page metadata panel
Closed, InvalidPublic

Description

Checkboxes (disabled for some/most namespaces), setting:

NEWSECTIONLINK

<meta property="mw:PageProp/newsectionlink">

NONEWSECTIONLINK

<meta property="mw:PageProp/nonewsectionlink">

NOGALLERY

<meta property="mw:PageProp/nogallery">

HIDDENCAT

<meta property="mw:PageProp/hiddencat">

NOCONTENTCONVERT

<meta property="mw:PageProp/nocontentconvert">

NOCC

<meta property="mw:PageProp/nocc">

NOTITLECONVERT

<meta property="mw:PageProp/notitleconvert">

NOTC

<meta property="mw:PageProp/notitleconvert">

NOEDITSECTION

<meta property="mw:PageProp/noeditsection">

NOINDEX

<meta property="mw:PageProp/noindex">

INDEX

<meta property="mw:PageProp/index">

STATICREDIRECT

<meta property="mw:PageProp/staticredirect">

… and possibly others.


Version: unspecified
Severity: enhancement

Details

Reference
bz56869

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 2:26 AM
bzimport set Reference to bz56869.

Similar to bug 56867 comment 1 I think these would be better handled as pairs of radio buttons, e.g.

Show this category on member pages: * Yes * No
Show a gallery of images in this category: * Yes * No
Show a new section link in the tab par for this page: * Yes * No
Allow search engines to index this page: * Yes * No

Defaults would be set per namespace as at present.