1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 11:22:40 +01:00
phorge-phorge/src/applications/feed
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
..
application Make feed its own application 2013-01-10 16:06:29 -08:00
builder Convert phutil_render_tag(X, Y, phutil_escape_html(Z)) to phutil_tag 2013-01-24 19:08:55 -08:00
conduit Missing verb in StoryPhriction renderText 2013-01-13 12:50:26 -08:00
config Feed options. 2013-01-14 18:35:30 -08:00
constants Delete license headers from files 2012-11-05 11:16:51 -08:00
controller Make feed its own application 2013-01-10 16:06:29 -08:00
storage Delete license headers from files 2012-11-05 11:16:51 -08:00
story Convert phutil_render_tag(X, Y, phutil_escape_html(Z)) to phutil_tag 2013-01-24 19:08:55 -08:00
view Rename setViewer() to setUser() in views 2012-12-21 12:18:55 -08:00
worker Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorFeedQuery.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorFeedStoryPublisher.php getConfigEnv fails fast when key is not found and no default value is given. 2013-01-19 12:11:28 -08:00