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/applications/phpast/controller
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
..
PhabricatorXHPASTViewController.php Move Conduit methods inside applications 2012-12-21 12:21:59 -08:00
PhabricatorXHPASTViewFrameController.php Convert phutil_render_tag(X, Y) to phutil_tag 2013-01-24 19:08:54 -08:00
PhabricatorXHPASTViewFramesetController.php Move Conduit methods inside applications 2012-12-21 12:21:59 -08:00
PhabricatorXHPASTViewInputController.php Kill most of phutil_escape_html() 2013-02-11 15:27:38 -08:00
PhabricatorXHPASTViewPanelController.php Kill most of phutil_escape_html() 2013-02-11 15:27:38 -08:00
PhabricatorXHPASTViewRunController.php Move Conduit methods inside applications 2012-12-21 12:21:59 -08:00
PhabricatorXHPASTViewStreamController.php Kill most of phutil_escape_html() 2013-02-11 15:27:38 -08:00
PhabricatorXHPASTViewTreeController.php Kill most of phutil_escape_html() 2013-02-11 15:27:38 -08:00