@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Support more than 9 portals

Summary: If portal is created with id > 9 - then those portals are not reachable and always return 404.

Test Plan: Create at least 10 portals, 10th and rest of them will no longer return 404.

Reviewers: epriestley, Pawka, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D20852

+1 -1
+1 -1
src/applications/dashboard/application/PhabricatorDashboardApplication.php
··· 69 69 'PhabricatorDashboardPortalListController', 70 70 $this->getEditRoutePattern('edit/') => 71 71 'PhabricatorDashboardPortalEditController', 72 - 'view/(?P<portalID>\d)/' => array( 72 + 'view/(?P<portalID>\d+)/' => array( 73 73 '' => 'PhabricatorDashboardPortalViewController', 74 74 ) + $menu_rules, 75 75