Remove getPagingColumn() / getReversePaging()

Summary: Ref T7803. Remove these in favor of more generalized paging and ordering.

Test Plan: Sorted and paged results in various applications.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T7803

Differential Revision: https://secure.phabricator.com/D12378
This commit is contained in:
epriestley
2015-04-12 13:11:42 -07:00
parent bdd1edea7a
commit 2794c69db5
9 changed files with 8 additions and 83 deletions

View File

@@ -112,8 +112,9 @@ final class DifferentialHunkQuery
return 'PhabricatorDifferentialApplication';
}
protected function getReversePaging() {
return true;
protected function getDefaultOrderVector() {
// TODO: Do we need this?
return array('-id');
}
}