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

Updates

+5 -9
-4
src/applications/celerity/application/PhabricatorCelerityApplication.php
··· 14 14 return true; 15 15 } 16 16 17 - public function getFontIcon() { 18 - return 'fa-leaf'; 19 - } 20 - 21 17 public function getRoutes() { 22 18 $extensions = CelerityResourceController::getSupportedResourceTypes(); 23 19 $extensions = array_keys($extensions);
+1 -1
src/applications/config/application/PhabricatorConfigApplication.php
··· 11 11 } 12 12 13 13 public function getFontIcon() { 14 - return 'fa-wrench'; 14 + return 'fa-sliders'; 15 15 } 16 16 17 17 public function isPinnedByDefault(PhabricatorUser $viewer) {
+1 -1
src/applications/countdown/application/PhabricatorCountdownApplication.php
··· 11 11 } 12 12 13 13 public function getFontIcon() { 14 - return 'fa-birthday-cake'; 14 + return 'fa-rocket'; 15 15 } 16 16 17 17 public function getName() {
+1 -1
src/applications/diviner/application/PhabricatorDivinerApplication.php
··· 11 11 } 12 12 13 13 public function getFontIcon() { 14 - return 'fa-cubes'; 14 + return 'fa-sun'; 15 15 } 16 16 17 17 public function getName() {
+1 -1
src/applications/fact/application/PhabricatorFactApplication.php
··· 19 19 } 20 20 21 21 public function getFontIcon() { 22 - return 'fa-area-chart'; 22 + return 'fa-line-chart'; 23 23 } 24 24 25 25 public function getApplicationGroup() {
+1 -1
src/applications/herald/application/PhabricatorHeraldApplication.php
··· 11 11 } 12 12 13 13 public function getFontIcon() { 14 - return 'fa-bell'; 14 + return 'fa-bullhorn'; 15 15 } 16 16 17 17 public function getName() {