Page MenuHomePhabricator

Edit section URL parameter should accept section name as well
Closed, ResolvedPublic

Description

Author: wyvernoid

Description:
Current: The URL parameter "section=" only accepts the number of the section to edit as its value, ie. "?action=edit&section=7" will work.

Proposed: The said parameter should accept the name of the section as well, or at least in a new form. For example, if a page's content is the following:


Preface.

The First Section

Some blah blah

The Second Section

Small

eww.

"?action=edit&section=Small" will be equivalent to "?action=edit&section=3". Or alternatively (in order to disambiguate), "?action=edit&sectionname=Small" will work.


Version: unspecified
Severity: enhancement

Details

Reference
bz14877

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:11 PM
bzimport set Reference to bz14877.
bzimport added a subscriber: Unknown Object (MLST).

*** This bug has been marked as a duplicate of bug 9239 ***