Last modified: 2007-11-06 14:32:29 UTC
Created attachment 4308 [details] 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.
Thanks for the patch; this was added in version 0.7.3.