@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 unintentional phlog()

Leaked in D7329.

-3
-1
src/applications/differential/controller/DifferentialRevisionViewController.php
··· 51 51 $diff_vs = $request->getInt('vs'); 52 52 53 53 $target_id = $request->getInt('id'); 54 - phlog($target_id); 55 54 $target = idx($diffs, $target_id, end($diffs)); 56 55 57 56 $target_manual = $target;
-2
src/applications/differential/view/DifferentialRevisionUpdateHistoryView.php
··· 89 89 $new = null; 90 90 } 91 91 92 - phlog($this->selectedVersusDiffID, $this->selectedDiffID); 93 - 94 92 if ($max_id != $id) { 95 93 $uniq = celerity_generate_unique_node_id(); 96 94 $old_checked = ($this->selectedVersusDiffID == $id);