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

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

-216
-4
src/applications/almanac/application/PhabricatorAlmanacApplication.php
··· 14 14 return pht('Service Directory'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'almanac'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-server'; 23 19 }
-4
src/applications/audit/application/PhabricatorAuditApplication.php
··· 6 6 return '/audit/'; 7 7 } 8 8 9 - public function getIconName() { 10 - return 'audit'; 11 - } 12 - 13 9 public function getFontIcon() { 14 10 return 'fa-check-circle-o'; 15 11 }
-4
src/applications/auth/application/PhabricatorAuthApplication.php
··· 10 10 return '/auth/'; 11 11 } 12 12 13 - public function getIconName() { 14 - return 'authentication'; 15 - } 16 - 17 13 public function getFontIcon() { 18 14 return 'fa-key'; 19 15 }
-4
src/applications/base/PhabricatorApplication.php
··· 153 153 return null; 154 154 } 155 155 156 - public function getIconName() { 157 - return 'application'; 158 - } 159 - 160 156 public function getFontIcon() { 161 157 return 'fa-puzzle-piece'; 162 158 }
-4
src/applications/calendar/application/PhabricatorCalendarApplication.php
··· 18 18 return '/calendar/'; 19 19 } 20 20 21 - public function getIconName() { 22 - return 'calendar'; 23 - } 24 - 25 21 public function getFontIcon() { 26 22 return 'fa-calendar'; 27 23 }
-4
src/applications/chatlog/application/PhabricatorChatLogApplication.php
··· 14 14 return pht('IRC Logs'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'chatlog'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-coffee'; 23 19 }
-4
src/applications/conduit/application/PhabricatorConduitApplication.php
··· 6 6 return '/conduit/'; 7 7 } 8 8 9 - public function getIconName() { 10 - return 'conduit'; 11 - } 12 - 13 9 public function getFontIcon() { 14 10 return 'fa-tty'; 15 11 }
-4
src/applications/config/application/PhabricatorConfigApplication.php
··· 6 6 return '/config/'; 7 7 } 8 8 9 - public function getIconName() { 10 - return 'setup'; 11 - } 12 - 13 9 public function getFontIcon() { 14 10 return 'fa-sliders'; 15 11 }
-4
src/applications/conpherence/application/PhabricatorConpherenceApplication.php
··· 14 14 return pht('Send Messages'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'conpherence'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-comments'; 23 19 }
-4
src/applications/countdown/application/PhabricatorCountdownApplication.php
··· 6 6 return '/countdown/'; 7 7 } 8 8 9 - public function getIconName() { 10 - return 'countdown'; 11 - } 12 - 13 9 public function getFontIcon() { 14 10 return 'fa-rocket'; 15 11 }
-4
src/applications/daemon/application/PhabricatorDaemonsApplication.php
··· 18 18 return "\xE2\x98\xAF"; 19 19 } 20 20 21 - public function getIconName() { 22 - return 'daemon'; 23 - } 24 - 25 21 public function getFontIcon() { 26 22 return 'fa-pied-piper-alt'; 27 23 }
-4
src/applications/dashboard/application/PhabricatorDashboardApplication.php
··· 14 14 return pht('Create Custom Pages'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'fancyhome'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-dashboard'; 23 19 }
-4
src/applications/differential/application/PhabricatorDifferentialApplication.php
··· 14 14 return pht('Review Code'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'differential'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-cog'; 23 19 }
-4
src/applications/diffusion/application/PhabricatorDiffusionApplication.php
··· 14 14 return '/diffusion/'; 15 15 } 16 16 17 - public function getIconName() { 18 - return 'diffusion'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-code'; 23 19 }
-4
src/applications/diviner/application/PhabricatorDivinerApplication.php
··· 6 6 return '/diviner/'; 7 7 } 8 8 9 - public function getIconName() { 10 - return 'diviner'; 11 - } 12 - 13 9 public function getFontIcon() { 14 10 return 'fa-sun-o'; 15 11 }
-4
src/applications/drydock/application/PhabricatorDrydockApplication.php
··· 14 14 return pht('Allocate Software Resources'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'drydock'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-truck'; 23 19 }
-4
src/applications/fact/application/PhabricatorFactApplication.php
··· 14 14 return '/fact/'; 15 15 } 16 16 17 - public function getIconName() { 18 - return 'fact'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-line-chart'; 23 19 }
-4
src/applications/feed/application/PhabricatorFeedApplication.php
··· 14 14 return pht('Review Recent Activity'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'feed'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-newspaper-o'; 23 19 }
-4
src/applications/files/application/PhabricatorFilesApplication.php
··· 14 14 return pht('Store and Share Files'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'files'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-file'; 23 19 }
-4
src/applications/flag/application/PhabricatorFlagsApplication.php
··· 14 14 return '/flag/'; 15 15 } 16 16 17 - public function getIconName() { 18 - return 'flags'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-flag'; 23 19 }
-4
src/applications/fund/application/PhabricatorFundApplication.php
··· 14 14 return pht('Donate'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'phund'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-heart'; 23 19 }
-4
src/applications/harbormaster/application/PhabricatorHarbormasterApplication.php
··· 14 14 return pht('Build/CI'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'harbormaster'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-ship'; 23 19 }
-4
src/applications/herald/application/PhabricatorHeraldApplication.php
··· 6 6 return '/herald/'; 7 7 } 8 8 9 - public function getIconName() { 10 - return 'herald'; 11 - } 12 - 13 9 public function getFontIcon() { 14 10 return 'fa-bullhorn'; 15 11 }
-4
src/applications/home/application/PhabricatorHomeApplication.php
··· 16 16 return pht('Command Center'); 17 17 } 18 18 19 - public function getIconName() { 20 - return 'home'; 21 - } 22 - 23 19 public function getFontIcon() { 24 20 return 'fa-home'; 25 21 }
-4
src/applications/legalpad/application/PhabricatorLegalpadApplication.php
··· 14 14 return pht('Agreements and Signatures'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'legalpad'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-gavel'; 23 19 }
-4
src/applications/macro/application/PhabricatorMacroApplication.php
··· 14 14 return pht('Image Macros and Memes'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'macro'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-file-image-o'; 23 19 }
-4
src/applications/mailinglists/application/PhabricatorMailingListsApplication.php
··· 14 14 return 'Manage External Lists'; 15 15 } 16 16 17 - public function getIconName() { 18 - return 'mail'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-mail-reply-all'; 23 19 }
-4
src/applications/maniphest/application/PhabricatorManiphestApplication.php
··· 14 14 return '/maniphest/'; 15 15 } 16 16 17 - public function getIconName() { 18 - return 'maniphest'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-anchor'; 23 19 }
-4
src/applications/meta/application/PhabricatorApplicationsApplication.php
··· 24 24 return pht('Explore More Applications'); 25 25 } 26 26 27 - public function getIconName() { 28 - return 'application'; 29 - } 30 - 31 27 public function getFontIcon() { 32 28 return 'fa-globe'; 33 29 }
-4
src/applications/metamta/application/PhabricatorMetaMTAApplication.php
··· 6 6 return pht('MetaMTA'); 7 7 } 8 8 9 - public function getIconName() { 10 - return 'metamta'; 11 - } 12 - 13 9 public function getFontIcon() { 14 10 return 'fa-send'; 15 11 }
-4
src/applications/nuance/application/PhabricatorNuanceApplication.php
··· 6 6 return pht('Nuance'); 7 7 } 8 8 9 - public function getIconName() { 10 - return 'nuance'; 11 - } 12 - 13 9 public function getFontIcon() { 14 10 return 'fa-fax'; 15 11 }
-4
src/applications/oauthserver/application/PhabricatorOAuthServerApplication.php
··· 14 14 return pht('OAuth Login Provider'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'oauthserver'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-hotel'; 23 19 }
-4
src/applications/owners/application/PhabricatorOwnersApplication.php
··· 10 10 return '/owners/'; 11 11 } 12 12 13 - public function getIconName() { 14 - return 'owners'; 15 - } 16 - 17 13 public function getFontIcon() { 18 14 return 'fa-gift'; 19 15 }
-4
src/applications/passphrase/application/PhabricatorPassphraseApplication.php
··· 14 14 return pht('Credential Store'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'passphrase'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-user-secret'; 23 19 }
-4
src/applications/paste/application/PhabricatorPasteApplication.php
··· 10 10 return '/paste/'; 11 11 } 12 12 13 - public function getIconName() { 14 - return 'paste'; 15 - } 16 - 17 13 public function getFontIcon() { 18 14 return 'fa-paste'; 19 15 }
-4
src/applications/people/application/PhabricatorPeopleApplication.php
··· 18 18 return "\xE2\x99\x9F"; 19 19 } 20 20 21 - public function getIconName() { 22 - return 'people'; 23 - } 24 - 25 21 public function getFontIcon() { 26 22 return 'fa-users'; 27 23 }
-4
src/applications/phame/application/PhabricatorPhameApplication.php
··· 10 10 return '/phame/'; 11 11 } 12 12 13 - public function getIconName() { 14 - return 'phame'; 15 - } 16 - 17 13 public function getFontIcon() { 18 14 return 'fa-star'; 19 15 }
-4
src/applications/phlux/application/PhabricatorPhluxApplication.php
··· 14 14 return pht('Key/Value Configuration Store'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'phlux'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-copy'; 23 19 }
-4
src/applications/pholio/application/PhabricatorPholioApplication.php
··· 14 14 return pht('Review Mocks and Design'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'pholio'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-camera-retro'; 23 19 }
-4
src/applications/phortune/application/PhabricatorPhortuneApplication.php
··· 14 14 return pht('Accounts and Billing'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'phortune'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-diamond'; 23 19 }
-4
src/applications/phpast/application/PhabricatorPHPASTApplication.php
··· 10 10 return '/xhpast/'; 11 11 } 12 12 13 - public function getIconName() { 14 - return 'phpast'; 15 - } 16 - 17 13 public function getFontIcon() { 18 14 return 'fa-ambulance'; 19 15 }
-4
src/applications/phragment/application/PhabricatorPhragmentApplication.php
··· 14 14 return pht('Versioned Artifact Storage'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'phragment'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-floppy-o'; 23 19 }
-4
src/applications/phrequent/application/PhabricatorPhrequentApplication.php
··· 18 18 return true; 19 19 } 20 20 21 - public function getIconName() { 22 - return 'phrequent'; 23 - } 24 - 25 21 public function getFontIcon() { 26 22 return 'fa-clock-o'; 27 23 }
-4
src/applications/phriction/application/PhabricatorPhrictionApplication.php
··· 14 14 return '/w/'; 15 15 } 16 16 17 - public function getIconName() { 18 - return 'phriction'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-book'; 23 19 }
-4
src/applications/ponder/application/PhabricatorPonderApplication.php
··· 14 14 return pht('Questions and Answers'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'ponder'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-university'; 23 19 }
-4
src/applications/project/application/PhabricatorProjectApplication.php
··· 18 18 return '/project/'; 19 19 } 20 20 21 - public function getIconName() { 22 - return 'projects'; 23 - } 24 - 25 21 public function getFontIcon() { 26 22 return 'fa-briefcase'; 27 23 }
-4
src/applications/releeph/application/PhabricatorReleephApplication.php
··· 14 14 return '/releeph/'; 15 15 } 16 16 17 - public function getIconName() { 18 - return 'releeph'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-flag-checkered'; 23 19 }
-4
src/applications/repository/application/PhabricatorRepositoriesApplication.php
··· 6 6 return '/repository/'; 7 7 } 8 8 9 - public function getIconName() { 10 - return 'repositories'; 11 - } 12 - 13 9 public function getFontIcon() { 14 10 return 'fa-hdd-o'; 15 11 }
-4
src/applications/search/application/PhabricatorSearchApplication.php
··· 18 18 return pht('Find stuff in big piles.'); 19 19 } 20 20 21 - public function getIconName() { 22 - return 'search'; 23 - } 24 - 25 21 public function getFontIcon() { 26 22 return 'fa-search'; 27 23 }
-4
src/applications/settings/application/PhabricatorSettingsApplication.php
··· 14 14 return pht('User Preferences'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'settings'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-wrench'; 23 19 }
-4
src/applications/slowvote/application/PhabricatorSlowvoteApplication.php
··· 6 6 return '/vote/'; 7 7 } 8 8 9 - public function getIconName() { 10 - return 'slowvote'; 11 - } 12 - 13 9 public function getFontIcon() { 14 10 return 'fa-bar-chart'; 15 11 }
-4
src/applications/tokens/application/PhabricatorTokensApplication.php
··· 10 10 return '/token/'; 11 11 } 12 12 13 - public function getIconName() { 14 - return 'token'; 15 - } 16 - 17 13 public function getFontIcon() { 18 14 return 'fa-trophy'; 19 15 }
-4
src/applications/uiexample/application/PhabricatorUIExamplesApplication.php
··· 14 14 return pht('UIExamples'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'uiexamples'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-magnet'; 23 19 }
-4
src/applications/xhprof/application/PhabricatorXHProfApplication.php
··· 14 14 return pht('PHP Profiling Tool'); 15 15 } 16 16 17 - public function getIconName() { 18 - return 'xhprof'; 19 - } 20 - 21 17 public function getFontIcon() { 22 18 return 'fa-stethoscope'; 23 19 }