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/config
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
..
application Installation & Uninstallion of Applications 2013-01-29 09:17:24 -08:00
check Merge branch 'master' into phutil_tag 2013-02-08 17:29:32 -08:00
controller Convert AphrontTableView to safe HTML 2013-02-09 15:11:38 -08:00
editor Fix every HTML issue I could find 2013-02-04 17:06:34 -08:00
exception Allow configuration to be explicitly validated, including validation of complex attributes 2013-01-01 18:15:03 -08:00
issue Detect and raise setup warnings from within Phabricator 2012-12-30 06:37:49 -08:00
json Mask remaining config values, and implement set type 2013-01-16 15:06:07 -08:00
management Add enum option type. 2013-01-21 18:48:29 -08:00
option Preserving the Animation of Gif Images 2013-02-08 09:42:28 -08:00
query Use transactions to show edit history for Configuration 2013-01-01 18:14:41 -08:00
response Returning simple text error message instead of HTML for requests where HTML won't be rendered for the user. Fixes T2401. 2013-01-30 08:43:35 -08:00
storage Use transactions to show edit history for Configuration 2013-01-01 18:14:41 -08:00
view Kill some PhutilSafeHTML 2013-02-07 18:01:01 -08:00