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

Order repositories in Diffusion from oldest

Summary: Same to ordering in Repository List.

Test Plan: /diffusion/

Reviewers: epriestley, nh

Reviewed By: epriestley

CC: aran, Korvin

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

vrana 800be357 ebe2a58f

+4
+4
src/applications/repository/query/PhabricatorRepositoryQuery.php
··· 22 22 return $this; 23 23 } 24 24 25 + protected function getReversePaging() { 26 + return true; 27 + } 28 + 25 29 public function loadPage() { 26 30 $table = new PhabricatorRepository(); 27 31 $conn_r = $table->establishConnection('r');