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

Sort Blocking Others revisions from the oldest

Test Plan: Looked at homepage and Differential homepage.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

vrana 576dcc65 3f544ba3

+1 -1
+1 -1
src/applications/differential/query/DifferentialRevisionQuery.php
··· 909 909 // it. 910 910 if ($needs_review ^ $filter_is_author) { 911 911 if ($needs_review) { 912 - $blocking[] = $revision; 912 + array_unshift($blocking, $revision); 913 913 } else { 914 914 $active[] = $revision; 915 915 }