Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexChange Log Group
ChangedChange Log Message
Urlencode whole Query String of links, not just "&" symbol. Drop support for "__URLENCODE__" link parameter.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
BC Break Details
Removed:
support of "escape" parameter for "m_t" and "m_Link" tag, that did js-escaping when used
support of "__URLENCODE__" parameter for "m_t" and "m_Link" tag, that probably prevented html-encoding of url and js-encoding it as same time
Changed:
the "no_amp" parameter (also named as "__URLENCODE__") for "m_t" and "m_Link" tag was preventing html-escaping and doing js escaping at same time, but now it doesn't do automatic js escaping
Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexChange Log Group
Changed
Change Log Message
Urlencode whole Query String of links, not just "&" symbol. Drop support for "__URLENCODE__" link parameter.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
BC Break Details
Removed:
support of "escape" parameter for "m_t" and "m_Link" tag, that did js-escaping when used
support of "__URLENCODE__" parameter for "m_t" and "m_Link" tag, that probably prevented html-encoding of url and js-encoding it as same time
Changed:
the "no_amp" parameter (also named as "__URLENCODE__") for "m_t" and "m_Link" tag was preventing html-escaping and doing js escaping at same time, but now it doesn't do automatic js escaping
Fix versions
Created April 2, 2016 at 1:25 PM
Updated December 30, 2024 at 2:25 AM
Resolved April 2, 2016 at 1:46 PM
See https://in-portal.atlassian.net/browse/INP-1298#icft=INP-1298.