Page MenuHomePhabricator

EasyTimeline breaks links containing parentheses
Closed, ResolvedPublic

Description

When a link with parentheses, e.g. [[U2 (band)]] is used in a timeline, the opening parenthesis
is broken, instead of "/wiki/U2_%28band)", "/wiki/U2_28%band" is generated in the output HTML.

It is probably caused by
$text =~ s/([\`\{\}\%\&\@\$\(\)\;\=])/"%" . sprintf ("%X", ord($1)) . "%";/ge ;
in EncodeInput.


Version: unspecified
Severity: normal
URL: http://en.wikipedia.org/wiki/Template:Rock-bands-timeline

Details

Reference
bz2185

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:30 PM
bzimport added a project: EasyTimeline.
bzimport set Reference to bz2185.
bzimport added a subscriber: Unknown Object (MLST).

seems to work now..., probably been fixed