Page MenuHomePhabricator

datatype URL / breaking URL special character transformation (1.8.0)
Closed, ResolvedPublic

Description

In some cases special characters stored in properties with datatype URL get erroneously transformed causing the link not to work, e.g.

[[Has URL::https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/TitleKey.git;a=tree]]

->

https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/TitleKey.git%3Ba=tree

See here for a live example:

http://scratchpad.referata.com/wiki/Datatype_URL_-_test


Version: unspecified
Severity: major

Details

Reference
bz35452

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:13 AM
bzimport set Reference to bz35452.
bzimport added a subscriber: Unknown Object (MLST).

This seems closely related to bug #36351.

This issue was fixed with pull request 633 [1]. Thus closing as RESOLVED FIXED.

[1] https://github.com/SemanticMediaWiki/SemanticMediaWiki/pull/634