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:
@@ -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+)/$'
|
||||
|
||||
Reference in New Issue
Block a user