1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 09:48:47 +02:00
phorge-phorge/src/view
vrana 9b8da73765 Convert AphrontTableView to safe HTML
Summary:
Lots of killed `phutil_escape_html()`.

Done by searching for `AphrontTableView` and then `$rows` (usually) backwards.

Test Plan:
Looked at homepage.

  echo id(new AphrontTableView(array(array('<'))))->render();

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4884
2013-02-09 15:11: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 Convert some phutil_escape_html() to hsprintf() 2013-02-08 15:59:02 -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