1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 01:12:41 +01:00
phorge-phorge/src/view
vrana a22ef4e9b4 Kill most of phutil_escape_html()
Summary:
This resolves lots of double escaping.
We changed most of `phutil_render_tag(, , $s)` to `phutil_tag(, , $s)` which means that `$s` is now auto-escaped.
Also `pht()` auto escapes if it gets `PhutilSafeHTML`.

Test Plan: None.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T2432

Differential Revision: https://secure.phabricator.com/D4889
2013-02-11 15:27:38 -08:00
..
__tests__ Delete license headers from files 2012-11-05 11:16:51 -08:00
control Convert AphrontTableView to safe HTML 2013-02-09 15:11:38 -08:00
form Merge branch 'master' into phutil_tag 2013-02-08 17:29:32 -08:00
layout Kill most of phutil_escape_html() 2013-02-11 15:27:38 -08:00
page Convert some phutil_escape_html() to hsprintf() 2013-02-08 15:59:02 -08:00
widget render_tag -> tag: forms / remarkup 2013-02-02 06:04:54 -08:00
AphrontDialogView.php Convert AphrontDialogView to safe HTML 2013-02-09 15:11:35 -08:00
AphrontJavelinView.php Convert AphrontTableView to safe HTML 2013-02-09 15:11:38 -08:00
AphrontNullView.php Delete license headers from files 2012-11-05 11:16:51 -08:00
AphrontTagView.php render_tag -> tag: misc views 2013-02-02 06:12:36 -08:00
AphrontView.php Fix most timeline escaping 2013-01-28 18:09:33 -08:00
viewutils.php Delete license headers from files 2012-11-05 11:16:51 -08:00