Select the types of activity you want to include in your feed.
@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
···6565 }
66666767 public function __construct() {
6868- $this->setHTTPResponseCode(200); // assume the best
6969- return $this;
6868+ $this->setHTTPResponseCode(200); // assume the best
7069 }
71707271 public function getHeaders() {
···8585 }
86868787 public function getCacheGranularity() {
8888- return ArcanistLinter::GRANULARITY_REPOSITORY;
8888+ return parent::GRANULARITY_REPOSITORY;
8989 }
90909191 public function getCacheVersion() {
+1-1
src/view/widget/bars/AphrontGlyphBarView.php
···1212 private $bgGlyph;
13131414 protected function getDefaultColor() {
1515- return AphrontBarView::COLOR_AUTO_GOODNESS;
1515+ return parent::COLOR_AUTO_GOODNESS;
1616 }
17171818 public function setValue($value) {
+1-1
src/view/widget/bars/AphrontProgressBarView.php
···99 private $alt = '';
10101111 protected function getDefaultColor() {
1212- return AphrontBarView::COLOR_AUTO_BADNESS;
1212+ return parent::COLOR_AUTO_BADNESS;
1313 }
14141515 public function setValue($value) {