Mercurial > p > roundup > code
diff CHANGES.txt @ 5156:882fa4d9bead
issue2550795: @dispname query args in page.html search links
not valid html. Some queries with names that include spaces are not
properly url encoded/quoted. I.E. a space should be replaced with
%20. Fixes to allow a url_query method to be applied to
HTMLStringProperty to properly quote string values passed as part of
a url.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 22 Jul 2016 15:48:57 -0400 |
| parents | f608eeecf638 |
| children | 63294ed25e84 |
line wrap: on
line diff
--- a/CHANGES.txt Fri Jul 22 15:24:00 2016 -0400 +++ b/CHANGES.txt Fri Jul 22 15:48:57 2016 -0400 @@ -303,6 +303,12 @@ the subject when encountering a double prefix, e.g. Subject: [frobulated] [frobulatedagain] this part would be lost (Ralf Schlatterbeck) +- issue2550795: @dispname query args in page.html search links + not valid html. Some queries with names that include spaces are not + properly url encoded/quoted. I.E. a space should be replaced with + %20. Fixes to allow a url_query method to be applied to + HTMLStringProperty to properly quote string values passed as part of + a url. 2016-01-11: 1.5.1
