Move feed off home page to just /feed/

Summary:
I haven't actually been using this as much as I thought, and am more interested
in the full view than the per-project view.

Let's try moving it off /home/ and then maybe adding some filtering options at
some point.

Test Plan: Looked at "all" and "my projects" in feed. Looked at home page.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran, epriestley

Differential Revision: https://secure.phabricator.com/D1658
This commit is contained in:
epriestley
2012-02-21 15:10:11 -08:00
parent 5f721004de
commit 1caa812172
3 changed files with 42 additions and 27 deletions

View File

@@ -32,7 +32,9 @@ class AphrontDefaultApplicationConfiguration
public function getURIMap() {
return $this->getResourceURIMapRules() + array(
'/(?:(?P<filter>(?:feed|jump))/)?$' =>
'/(?:(?P<filter>jump)/)?$' =>
'PhabricatorDirectoryMainController',
'/(?:(?P<filter>feed)/)(?:(?P<subfilter>[^/]+)/)?$' =>
'PhabricatorDirectoryMainController',
'/directory/' => array(
'(?P<id>\d+)/$'