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

Return $this from shortcuts

Test Plan:
Search for `>setLineWidthFromChangesets(`.
Search for `>loadAndAttachAuxiliaryAttributes(`.

Reviewers: epriestley, jungejason

Reviewed By: jungejason

CC: aran

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

vrana b8cb52a9 582fc847

+2 -2
+1 -1
src/applications/differential/view/primarypane/DifferentialPrimaryPaneView.php
··· 34 34 public function setLineWidthFromChangesets(array $changesets) { 35 35 assert_instances_of($changesets, 'DifferentialChangeset'); 36 36 if (empty($changesets)) { 37 - return; 37 + return $this; 38 38 } 39 39 40 40 $max = 1;
+1 -1
src/applications/maniphest/storage/task/ManiphestTask.php
··· 120 120 public function loadAndAttachAuxiliaryAttributes() { 121 121 if (!$this->getPHID()) { 122 122 $this->auxiliaryAttributes = array(); 123 - return; 123 + return $this; 124 124 } 125 125 126 126 $storage = id(new ManiphestTaskAuxiliaryStorage())->loadAllWhere(