Provide a public view of feed

Summary: Depends on D628. Provides a config option so you can set up a public
feed, which you can iframe. This needs some work but sort of works.
Test Plan: Loaded the public feed as a logged-out user.
Reviewed By: codeblock
Reviewers: jungejason, tuomaspelkonen, aran, codeblock
CC: aran, codeblock
Differential Revision: 635
This commit is contained in:
epriestley
2011-07-09 18:03:59 -07:00
parent c33eecf438
commit a20e46b061
6 changed files with 110 additions and 0 deletions

View File

@@ -332,6 +332,7 @@ class AphrontDefaultApplicationConfiguration
'/feed/' => array(
'$' => 'PhabricatorFeedStreamController',
'public/$' => 'PhabricatorFeedPublicStreamController',
),
'/V(?P<id>\d+)$' => 'PhabricatorSlowvotePollController',