Page MenuHomePhabricator

Form titles are not displayed correctly
Closed, ResolvedPublic

Description

Author: sergey.chernyshev

Description:
Patch to fix form titles on Special:AddData and Special:EditData pages

I had an issue where form with title containing spaces in it showed up with underscores on Special:AddData and Special:EditData pages.

Also namespace prefix "Form:" showed up after "Add " / "Edit " which, in my view is not desired.

Since those strings already get converted to title objects just two lines below, I've made a patch to use $form_title->getText() and $target_title->getPrefixedText() instead. See attached.


Version: unspecified
Severity: minor

Attached:

Details

Reference
bz11873

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:00 PM
bzimport set Reference to bz11873.

Thanks for the patch; this was added in version 0.7.3.