Chad Little
b72b6eb18f
Allow XHPAST to be viewed public
...
Summary: Ref T4830 . Not sure this //should// be public (consume resources?)
Test Plan: View logged out.
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: epriestley, Korvin
Maniphest Tasks: T4830
Differential Revision: https://secure.phabricator.com/D13674
2015-07-22 13:26:13 -07:00
epriestley
ef7f16180c
Restore merge of phutil_tag.
2013-02-13 14:51:18 -08:00
epriestley
73cce6e131
Revert "Promote phutil-tag again"
...
This reverts commit 8fbabdc06d
, reversing
changes made to 2dab1c1e42
.
2013-02-13 14:08:57 -08:00
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
vrana
48561a8b1f
Convert phutil_render_tag(X, Y, phutil_escape_html(Z)) to phutil_tag
...
Summary:
Created with spatch:
lang=diff
- phutil_render_tag
+ phutil_tag
(X, Y,
- phutil_escape_html(
Z
- )
)
Test Plan: Loaded homepage
Reviewers: epriestley
Reviewed By: epriestley
CC: aran, Korvin
Differential Revision: https://secure.phabricator.com/D4501
2013-01-24 19:08:55 -08:00
vrana
2cc7f82ece
Move Conduit methods inside applications
...
Test Plan:
/conduit/
/conduit/method/arcanist.projectinfo/
Call method
$ echo '{}' | arc call-conduit user.whoami
Reviewers: epriestley
Reviewed By: epriestley
CC: aran, Korvin
Differential Revision: https://secure.phabricator.com/D4268
2012-12-21 12:21:59 -08:00