Page MenuHomePhabricator

Dirty diffs on interwiki link roundtripping
Closed, ResolvedPublic

Description

[subbu@earth lib] echo '[[it:foo|foo]]' | node parse --wt2wt
[[it:foo|it:foo]]
[subbu@earth lib] echo '[[:wikt:foo|foo]]' | node parse --wt2wt
[[wikt:foo|foo]]


Version: unspecified
Severity: normal

Details

Reference
bz60754

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 3:05 AM
bzimport set Reference to bz60754.

The : prefix is not needed in the second case, and we are relying on selser to preserve unnecessary escaping. I'm inclined to close this as worksforme.

Closing as such. Please reopen if you feel that there is a real issue here.

Change 124888 had a related patch set uploaded by Subramanya Sastry:
Bug fix to serialization of interwiki links

https://gerrit.wikimedia.org/r/124888

Change 124888 merged by jenkins-bot:
Bug fix to serialization of interwiki links

https://gerrit.wikimedia.org/r/124888