Subramanya Sastry has submitted this change and it was merged. Change subject: Consistently strip \r in _wikitext form data ......................................................................
Consistently strip \r in _wikitext form data We only stripped \r in the wikitext passed to the parser, but not in the source we set in the environment. This broke tsr-based wikitext retrieval, which in turn broke template expansion using the PHP preprocessor. Change-Id: I80653ac1b701bee59d3e8cd5a049e78baf10af1e --- M js/api/ParserService.js 1 file changed, 5 insertions(+), 4 deletions(-) Approvals: Subramanya Sastry: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/36198 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I80653ac1b701bee59d3e8cd5a049e78baf10af1e Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/Parsoid Gerrit-Branch: master Gerrit-Owner: GWicke <[email protected]> Gerrit-Reviewer: GWicke <[email protected]> Gerrit-Reviewer: Subramanya Sastry <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
