github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2015-06-30 08:03 pm

[dreamwidth/dw-free] 63f018: [#1453] FormHTML functions automatically ehtml the...

Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: 63f0182d68aed77fa42b7f5be44387e28fad35d5
https://github.com/dreamwidth/dw-free/commit/63f0182d68aed77fa42b7f5be44387e28fad35d5
Author: Kareila <kareila@dreamwidth.org>
Date: 2015-06-30 (Tue, 30 Jun 2015)

Changed paths:
M views/search.tt

Log Message:
-----------
[#1453] FormHTML functions automatically ehtml their arguments

The BML version of this page used hand-coded HTML which necessitated
manually escaping the displayed query text using LJ::ehtml. However,
the TT version uses form.textbox and form.hidden, which escape their
values automatically. Using both together resulted in doubly escaped
text, so we should no longer manually escape the query text.

Fixes #1453.


Commit: 2b510d295d436f5f4e82bfcf1835d5b9a880a861
https://github.com/dreamwidth/dw-free/commit/2b510d295d436f5f4e82bfcf1835d5b9a880a861
Author: Mark Smith <mark@qq.is>
Date: 2015-06-30 (Tue, 30 Jun 2015)

Changed paths:
M views/search.tt

Log Message:
-----------
Merge pull request #1475 from kareila/1453-search_escape

[#1453] FormHTML functions automatically ehtml their arguments


Compare: https://github.com/dreamwidth/dw-free/compare/5b4ff4f5e372...2b510d295d43