1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/metamta
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
adapter Fix EncodeQ implementation in PHPMailer, and provide SSL/TLS options 2012-12-20 11:11:15 -08:00
application Installation & Uninstallion of Applications 2013-01-29 09:17:24 -08:00
constants Delete license headers from files 2012-11-05 11:16:51 -08:00
contentsource Convert simple phutil_render_tag() to phutil_tag() 2013-01-24 19:30:50 -08:00
controller Convert AphrontTableView to safe HTML 2013-02-09 15:11:38 -08:00
replyhandler Conpherence - make attaching files work better 2013-01-26 19:56:39 -08:00
storage Conpherence - make messages to btrahan@metamta.domain start conpherences 2013-02-07 15:17:11 -08:00
view Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorMetaMTAEmailBodyParser.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorMetaMTAWorker.php Convert phutil_render_tag(X, Y, phutil_escape_html(Z)) to phutil_tag 2013-01-24 19:08:55 -08:00