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

Delete method implemented in parent

vrana 2391c54c 273211ae

-4
-4
src/applications/differential/controller/DifferentialRevisionStatsController.php
··· 19 19 final class DifferentialRevisionStatsController extends DifferentialController { 20 20 private $filter; 21 21 22 - public function shouldRequireLogin() { 23 - return true; 24 - } 25 - 26 22 private function loadRevisions($phid) { 27 23 $table = new DifferentialRevision(); 28 24 $conn_r = $table->establishConnection('r');