1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/src
epriestley ff61dba7ac Extend LiskMigrationIterator from PhutilBufferedIterator
Summary: PhutilBufferedIterator now implements all the nonspecific logic here.

Test Plan:
Created a test script like this:

  $iterator = new LiskMigrationIterator(new DifferentialRevision());
  $iterator->setPageSize(3);

  foreach ($iterator as $key => $rev) {
    echo "{$key}: ".$rev->getID()."\n";
  }

Ran it and verified sensible iteration results.

Reviewers: vrana, btrahan

Reviewed By: vrana

CC: aran

Maniphest Tasks: T1562

Differential Revision: https://secure.phabricator.com/D3076
2012-07-26 12:01:57 -07:00
..
aphront Deleting unused private member variable from AphrontRequest 2012-07-25 13:48:46 -07:00
applications Show a "Logout?" dialog when the user goes to /logout/ 2012-07-25 13:58:49 -07:00
docs Update documentation for D3045 2012-07-26 12:01:39 -07:00
infrastructure Extend LiskMigrationIterator from PhutilBufferedIterator 2012-07-26 12:01:57 -07:00
view Add "device" JS/CSS for reactive stuff 2012-07-25 11:51:27 -07:00
__celerity_resource_map__.php Add "device" JS/CSS for reactive stuff 2012-07-25 11:51:27 -07:00
__phutil_library_init__.php Distinguish between aphront and phabricator. 2011-01-22 17:45:28 -08:00
__phutil_library_map__.php Move qsprintf() test cases from libphutil to Phabricator 2012-07-26 12:01:47 -07:00