mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Remove getIconName from all applications
Summary: Not used anymore Test Plan: grep for 'getIconName' Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: hach-que, Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11582
This commit is contained in:
parent
d1e793a292
commit
8b06804394
54 changed files with 0 additions and 216 deletions
|
@ -14,10 +14,6 @@ final class PhabricatorAlmanacApplication extends PhabricatorApplication {
|
|||
return pht('Service Directory');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'almanac';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-server';
|
||||
}
|
||||
|
|
|
@ -6,10 +6,6 @@ final class PhabricatorAuditApplication extends PhabricatorApplication {
|
|||
return '/audit/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'audit';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-check-circle-o';
|
||||
}
|
||||
|
|
|
@ -10,10 +10,6 @@ final class PhabricatorAuthApplication extends PhabricatorApplication {
|
|||
return '/auth/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'authentication';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-key';
|
||||
}
|
||||
|
|
|
@ -153,10 +153,6 @@ abstract class PhabricatorApplication implements PhabricatorPolicyInterface {
|
|||
return null;
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'application';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-puzzle-piece';
|
||||
}
|
||||
|
|
|
@ -18,10 +18,6 @@ final class PhabricatorCalendarApplication extends PhabricatorApplication {
|
|||
return '/calendar/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'calendar';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-calendar';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorChatLogApplication extends PhabricatorApplication {
|
|||
return pht('IRC Logs');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'chatlog';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-coffee';
|
||||
}
|
||||
|
|
|
@ -6,10 +6,6 @@ final class PhabricatorConduitApplication extends PhabricatorApplication {
|
|||
return '/conduit/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'conduit';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-tty';
|
||||
}
|
||||
|
|
|
@ -6,10 +6,6 @@ final class PhabricatorConfigApplication extends PhabricatorApplication {
|
|||
return '/config/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'setup';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-sliders';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorConpherenceApplication extends PhabricatorApplication {
|
|||
return pht('Send Messages');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'conpherence';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-comments';
|
||||
}
|
||||
|
|
|
@ -6,10 +6,6 @@ final class PhabricatorCountdownApplication extends PhabricatorApplication {
|
|||
return '/countdown/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'countdown';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-rocket';
|
||||
}
|
||||
|
|
|
@ -18,10 +18,6 @@ final class PhabricatorDaemonsApplication extends PhabricatorApplication {
|
|||
return "\xE2\x98\xAF";
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'daemon';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-pied-piper-alt';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorDashboardApplication extends PhabricatorApplication {
|
|||
return pht('Create Custom Pages');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'fancyhome';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-dashboard';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorDifferentialApplication extends PhabricatorApplication {
|
|||
return pht('Review Code');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'differential';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-cog';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorDiffusionApplication extends PhabricatorApplication {
|
|||
return '/diffusion/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'diffusion';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-code';
|
||||
}
|
||||
|
|
|
@ -6,10 +6,6 @@ final class PhabricatorDivinerApplication extends PhabricatorApplication {
|
|||
return '/diviner/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'diviner';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-sun-o';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorDrydockApplication extends PhabricatorApplication {
|
|||
return pht('Allocate Software Resources');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'drydock';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-truck';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorFactApplication extends PhabricatorApplication {
|
|||
return '/fact/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'fact';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-line-chart';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorFeedApplication extends PhabricatorApplication {
|
|||
return pht('Review Recent Activity');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'feed';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-newspaper-o';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorFilesApplication extends PhabricatorApplication {
|
|||
return pht('Store and Share Files');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'files';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-file';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorFlagsApplication extends PhabricatorApplication {
|
|||
return '/flag/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'flags';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-flag';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorFundApplication extends PhabricatorApplication {
|
|||
return pht('Donate');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'phund';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-heart';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorHarbormasterApplication extends PhabricatorApplication {
|
|||
return pht('Build/CI');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'harbormaster';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-ship';
|
||||
}
|
||||
|
|
|
@ -6,10 +6,6 @@ final class PhabricatorHeraldApplication extends PhabricatorApplication {
|
|||
return '/herald/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'herald';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-bullhorn';
|
||||
}
|
||||
|
|
|
@ -16,10 +16,6 @@ final class PhabricatorHomeApplication extends PhabricatorApplication {
|
|||
return pht('Command Center');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'home';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-home';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorLegalpadApplication extends PhabricatorApplication {
|
|||
return pht('Agreements and Signatures');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'legalpad';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-gavel';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorMacroApplication extends PhabricatorApplication {
|
|||
return pht('Image Macros and Memes');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'macro';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-file-image-o';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorMailingListsApplication extends PhabricatorApplication {
|
|||
return 'Manage External Lists';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'mail';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-mail-reply-all';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorManiphestApplication extends PhabricatorApplication {
|
|||
return '/maniphest/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'maniphest';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-anchor';
|
||||
}
|
||||
|
|
|
@ -24,10 +24,6 @@ final class PhabricatorApplicationsApplication extends PhabricatorApplication {
|
|||
return pht('Explore More Applications');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'application';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-globe';
|
||||
}
|
||||
|
|
|
@ -6,10 +6,6 @@ final class PhabricatorMetaMTAApplication extends PhabricatorApplication {
|
|||
return pht('MetaMTA');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'metamta';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-send';
|
||||
}
|
||||
|
|
|
@ -6,10 +6,6 @@ final class PhabricatorNuanceApplication extends PhabricatorApplication {
|
|||
return pht('Nuance');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'nuance';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-fax';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorOAuthServerApplication extends PhabricatorApplication {
|
|||
return pht('OAuth Login Provider');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'oauthserver';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-hotel';
|
||||
}
|
||||
|
|
|
@ -10,10 +10,6 @@ final class PhabricatorOwnersApplication extends PhabricatorApplication {
|
|||
return '/owners/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'owners';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-gift';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorPassphraseApplication extends PhabricatorApplication {
|
|||
return pht('Credential Store');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'passphrase';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-user-secret';
|
||||
}
|
||||
|
|
|
@ -10,10 +10,6 @@ final class PhabricatorPasteApplication extends PhabricatorApplication {
|
|||
return '/paste/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'paste';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-paste';
|
||||
}
|
||||
|
|
|
@ -18,10 +18,6 @@ final class PhabricatorPeopleApplication extends PhabricatorApplication {
|
|||
return "\xE2\x99\x9F";
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'people';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-users';
|
||||
}
|
||||
|
|
|
@ -10,10 +10,6 @@ final class PhabricatorPhameApplication extends PhabricatorApplication {
|
|||
return '/phame/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'phame';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-star';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorPhluxApplication extends PhabricatorApplication {
|
|||
return pht('Key/Value Configuration Store');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'phlux';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-copy';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorPholioApplication extends PhabricatorApplication {
|
|||
return pht('Review Mocks and Design');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'pholio';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-camera-retro';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorPhortuneApplication extends PhabricatorApplication {
|
|||
return pht('Accounts and Billing');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'phortune';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-diamond';
|
||||
}
|
||||
|
|
|
@ -10,10 +10,6 @@ final class PhabricatorPHPASTApplication extends PhabricatorApplication {
|
|||
return '/xhpast/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'phpast';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-ambulance';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorPhragmentApplication extends PhabricatorApplication {
|
|||
return pht('Versioned Artifact Storage');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'phragment';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-floppy-o';
|
||||
}
|
||||
|
|
|
@ -18,10 +18,6 @@ final class PhabricatorPhrequentApplication extends PhabricatorApplication {
|
|||
return true;
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'phrequent';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-clock-o';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorPhrictionApplication extends PhabricatorApplication {
|
|||
return '/w/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'phriction';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-book';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorPonderApplication extends PhabricatorApplication {
|
|||
return pht('Questions and Answers');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'ponder';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-university';
|
||||
}
|
||||
|
|
|
@ -18,10 +18,6 @@ final class PhabricatorProjectApplication extends PhabricatorApplication {
|
|||
return '/project/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'projects';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-briefcase';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorReleephApplication extends PhabricatorApplication {
|
|||
return '/releeph/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'releeph';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-flag-checkered';
|
||||
}
|
||||
|
|
|
@ -6,10 +6,6 @@ final class PhabricatorRepositoriesApplication extends PhabricatorApplication {
|
|||
return '/repository/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'repositories';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-hdd-o';
|
||||
}
|
||||
|
|
|
@ -18,10 +18,6 @@ final class PhabricatorSearchApplication extends PhabricatorApplication {
|
|||
return pht('Find stuff in big piles.');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'search';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-search';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorSettingsApplication extends PhabricatorApplication {
|
|||
return pht('User Preferences');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'settings';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-wrench';
|
||||
}
|
||||
|
|
|
@ -6,10 +6,6 @@ final class PhabricatorSlowvoteApplication extends PhabricatorApplication {
|
|||
return '/vote/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'slowvote';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-bar-chart';
|
||||
}
|
||||
|
|
|
@ -10,10 +10,6 @@ final class PhabricatorTokensApplication extends PhabricatorApplication {
|
|||
return '/token/';
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'token';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-trophy';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorUIExamplesApplication extends PhabricatorApplication {
|
|||
return pht('UIExamples');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'uiexamples';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-magnet';
|
||||
}
|
||||
|
|
|
@ -14,10 +14,6 @@ final class PhabricatorXHProfApplication extends PhabricatorApplication {
|
|||
return pht('PHP Profiling Tool');
|
||||
}
|
||||
|
||||
public function getIconName() {
|
||||
return 'xhprof';
|
||||
}
|
||||
|
||||
public function getFontIcon() {
|
||||
return 'fa-stethoscope';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue