@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.

Add Dashboards as a default pinned application

Summary: Ref T10390. Dashboard usability is high enough that I think we should pin it by default for users to create custom home pages.

Test Plan: Review order of applications in sandbox.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T10390

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

+12
+8
src/applications/dashboard/application/PhabricatorDashboardApplication.php
··· 18 18 return 'fa-dashboard'; 19 19 } 20 20 21 + public function isPinnedByDefault(PhabricatorUser $viewer) { 22 + return true; 23 + } 24 + 25 + public function getApplicationOrder() { 26 + return 0.160; 27 + } 28 + 21 29 public function getRoutes() { 22 30 return array( 23 31 '/W(?P<id>\d+)' => 'PhabricatorDashboardPanelViewController',
+4
src/applications/project/application/PhabricatorProjectApplication.php
··· 138 138 ); 139 139 } 140 140 141 + public function getApplicationOrder() { 142 + return 0.150; 143 + } 144 + 141 145 public function getHelpDocumentationArticles(PhabricatorUser $viewer) { 142 146 return array( 143 147 array(