@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 `addHighlight()` action view methods

Summary: These didn't actually get used by D19033.

Test Plan: Grep.

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

-10
-10
src/view/layout/PhabricatorActionView.php
··· 21 21 private $order; 22 22 private $color; 23 23 private $type; 24 - private $highlight; 25 24 26 25 const TYPE_DIVIDER = 'type-divider'; 27 26 const TYPE_LABEL = 'label'; ··· 71 70 72 71 public function getHref() { 73 72 return $this->href; 74 - } 75 - 76 - public function setHighlight($highlight) { 77 - $this->highlight = $highlight; 78 - return $this; 79 - } 80 - 81 - public function getHighlight() { 82 - return $this->highlight; 83 73 } 84 74 85 75 public function setIcon($icon) {