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

Make dashboard application launchable

Summary:
Ref T4980. This isn't quite ready to unbeta yet, but it's good enough to be shown in the launch view.

Also, name it "Dashboards" in the UI.

Test Plan: Viewed launcher, saw Dashboards. Clicked it, got to dashboard main page.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T4980

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

+4 -6
+4 -6
src/applications/dashboard/application/PhabricatorApplicationDashboard.php
··· 2 2 3 3 final class PhabricatorApplicationDashboard extends PhabricatorApplication { 4 4 5 + public function getName() { 6 + return pht('Dashboards'); 7 + } 8 + 5 9 public function getBaseURI() { 6 10 return '/dashboard/'; 7 11 } ··· 51 55 52 56 public function isBeta() { 53 57 return true; 54 - } 55 - 56 - public function isLaunchable() { 57 - // TODO: This is just concealing the application from launch views for 58 - // now since it's not really beta yet. 59 - return false; 60 58 } 61 59 62 60 public function canUninstall() {