@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 some missing application names

Summary: Add some missing methods from D10027.

Test Plan: Viewed `/applications/query/all/` without hitting exceptions.

Reviewers: joshuaspence

Subscribers: epriestley, hach-que

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

+52
+4
src/applications/metamta/application/PhabricatorMetaMTAApplication.php
··· 2 2 3 3 final class PhabricatorMetaMTAApplication extends PhabricatorApplication { 4 4 5 + public function getName() { 6 + return pht('MetaMTA'); 7 + } 8 + 5 9 public function getIconName() { 6 10 return 'metamta'; 7 11 }
+4
src/applications/notification/application/PhabricatorNotificationsApplication.php
··· 2 2 3 3 final class PhabricatorNotificationsApplication extends PhabricatorApplication { 4 4 5 + public function getName() { 6 + return pht('Notifications'); 7 + } 8 + 5 9 public function getBaseURI() { 6 10 return '/notification/'; 7 11 }
+4
src/applications/nuance/application/PhabricatorNuanceApplication.php
··· 2 2 3 3 final class PhabricatorNuanceApplication extends PhabricatorApplication { 4 4 5 + public function getName() { 6 + return pht('Nuance'); 7 + } 8 + 5 9 public function getIconName() { 6 10 return 'nuance'; 7 11 }
+4
src/applications/oauthserver/application/PhabricatorOAuthServerApplication.php
··· 2 2 3 3 final class PhabricatorOAuthServerApplication extends PhabricatorApplication { 4 4 5 + public function getName() { 6 + return pht('OAuth Server'); 7 + } 8 + 5 9 public function getBaseURI() { 6 10 return '/oauthserver/'; 7 11 }
+4
src/applications/owners/application/PhabricatorOwnersApplication.php
··· 2 2 3 3 final class PhabricatorOwnersApplication extends PhabricatorApplication { 4 4 5 + public function getName() { 6 + return pht('Owners'); 7 + } 8 + 5 9 public function getBaseURI() { 6 10 return '/owners/'; 7 11 }
+4
src/applications/passphrase/application/PhabricatorPassphraseApplication.php
··· 2 2 3 3 final class PhabricatorPassphraseApplication extends PhabricatorApplication { 4 4 5 + public function getName() { 6 + return pht('Passphrase'); 7 + } 8 + 5 9 public function getBaseURI() { 6 10 return '/passphrase/'; 7 11 }
+4
src/applications/paste/application/PhabricatorPasteApplication.php
··· 2 2 3 3 final class PhabricatorPasteApplication extends PhabricatorApplication { 4 4 5 + public function getName() { 6 + return pht('Paste'); 7 + } 8 + 5 9 public function getBaseURI() { 6 10 return '/paste/'; 7 11 }
+4
src/applications/phame/application/PhabricatorPhameApplication.php
··· 2 2 3 3 final class PhabricatorPhameApplication extends PhabricatorApplication { 4 4 5 + public function getName() { 6 + return pht('Phame'); 7 + } 8 + 5 9 public function getBaseURI() { 6 10 return '/phame/'; 7 11 }
+4
src/applications/phlux/application/PhabricatorPhluxApplication.php
··· 2 2 3 3 final class PhabricatorPhluxApplication extends PhabricatorApplication { 4 4 5 + public function getName() { 6 + return pht('Phlux'); 7 + } 8 + 5 9 public function getBaseURI() { 6 10 return '/phlux/'; 7 11 }
+4
src/applications/pholio/application/PhabricatorPholioApplication.php
··· 2 2 3 3 final class PhabricatorPholioApplication extends PhabricatorApplication { 4 4 5 + public function getName() { 6 + return pht('Pholio'); 7 + } 8 + 5 9 public function getBaseURI() { 6 10 return '/pholio/'; 7 11 }
+4
src/applications/phortune/application/PhabricatorPhortuneApplication.php
··· 2 2 3 3 final class PhabricatorPhortuneApplication extends PhabricatorApplication { 4 4 5 + public function getName() { 6 + return pht('Phortune'); 7 + } 8 + 5 9 public function getBaseURI() { 6 10 return '/phortune/'; 7 11 }
+4
src/applications/phpast/application/PhabricatorPHPASTApplication.php
··· 2 2 3 3 final class PhabricatorPHPASTApplication extends PhabricatorApplication { 4 4 5 + public function getName() { 6 + return pht('PHPAST'); 7 + } 8 + 5 9 public function getBaseURI() { 6 10 return '/xhpast/'; 7 11 }
+4
src/applications/phragment/application/PhabricatorPhragmentApplication.php
··· 2 2 3 3 final class PhabricatorPhragmentApplication extends PhabricatorApplication { 4 4 5 + public function getName() { 6 + return pht('Phragment'); 7 + } 8 + 5 9 public function getBaseURI() { 6 10 return '/phragment/'; 7 11 }