1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-26 00:32:42 +01:00

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
This commit is contained in:
vrana 2012-12-20 15:43:39 -08:00
parent ebe2a58f8a
commit 800be357e8

View file

@ -22,6 +22,10 @@ final class PhabricatorRepositoryQuery
return $this;
}
protected function getReversePaging() {
return true;
}
public function loadPage() {
$table = new PhabricatorRepository();
$conn_r = $table->establishConnection('r');