Mercurial > p > roundup > code
diff doc/customizing.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/doc/customizing.txt Fri Jul 22 15:24:00 2016 -0400 +++ b/doc/customizing.txt Fri Jul 22 15:48:57 2016 -0400 @@ -2422,6 +2422,9 @@ field for the property email only on String properties - render the value of the property as an obscured email address +url_quote only on String properties. It quotes any characters in the + string so it is safe to use in a url. E.G. a space is + replaced with %20. confirm only on Password properties - render a second form edit field for the property, used for confirmation that the user typed the password correctly. Generates a field with name
