Page MenuHomePhabricator

"Further results" links have field formatting information stripped for the default field
Closed, ResolvedPublic

Description

Author: jwm

Description:
The link created for "Further results" results in a page that don't properly include the page name field properly. eg '?#-' is stripped entirely, while ?#-=Page name appears but without the formatting information.

Example here:

http://semantic-mediawiki.org/wiki/User:Jwm

Click through the further results links to witness the damage.

(In case you're puzzling over the use case, I'm using "?#-" to get the raw page name for a template that emulates the embedded format, but separates transculsions with horizontal rules.)


Version: unspecified
Severity: normal

Details

Reference
bz27583

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:25 PM
bzimport set Reference to bz27583.

jwm wrote:

PrintRequest serialization fix

The problem was that the PrintRequest serialization code wasn't preserving output formatting for the PRINT_THIS. A simple fix!

Attached:

Awesome; I just committed it to SVN :)