1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-03 12:12:43 +01:00
phorge-phorge/src/applications/diffusion/view
epriestley 335c3a7d12 In commit history list view, show all commits
Summary:
Currently, the last group of commits is not shown in the list view because the final `$list` is never added to `$view`.

For example, if the first page would contain commits from "April 7", "April 6", and "April 5", commits from "April 5" are not shown.

(If a repository has 100 commits in a single day, nothing is shown.)

On this server, here's the bottom of page 1:

{F4987087}

Here's the top of page 2:

{F4987088}

However, here's `git log` between those commits:

```
$ git log --oneline 7e46^..5f49f
5f49f9c793 Add sound to logged out Conpherence
1644b45050 Disperse task subpriorities in blocks
c6a7bcfe89 Make Pholio description behave as a remarkup field (e.g., subscribe mentioned users)
bbc5f79227 Make membership lock/unlock feed stories read more naturally
789d57522b Make editing project images redirect to "Manage" more consistently
10b3879232 Make Project slug/hashtag transactions render a little more nicely
abd791889c Update Maniphest title transaction again
5a34b299e4 Update Maniphest title language
601622013d Clarify milestone/subproject creation language
c9889e3d55 Fix an issue in Phriction where moving a document just copied it instead
fdf00f6df4 Clean up some minor UI behaviors in Differential
6c46f27d98 Add quest objectives to the minimap
d783299a19 Fix Phriction status not set property on new document
93e28da76e Add more "disabled" UI to PHUIObjectItemView
7e46d7ab6a Migrate Project color to modular transactions
```

This group of commits does not currently appear anywhere in the list.

Test Plan: Viewed a page of commits, saw 100 commits.

Reviewers: chad

Reviewed By: chad

Differential Revision: https://secure.phabricator.com/D18066
2017-06-02 08:38:29 -07:00
..
DiffusionBranchTableView.php Make dates/times more concise in Diffusion 2016-03-18 09:11:09 -07:00
DiffusionBrowseTableView.php Make dates/times more concise in Diffusion 2016-03-18 09:11:09 -07:00
DiffusionCloneURIView.php Correct "Manage Password" link in Quickling in Diffusion 2017-01-08 08:20:23 -08:00
DiffusionCommitListView.php Use a list view for DiffusionHistory 2017-05-30 17:31:48 -07:00
DiffusionEmptyResultView.php Clean up browse/history links in Diffusion 2015-09-10 19:28:49 -07:00
DiffusionHistoryListView.php In commit history list view, show all commits 2017-06-02 08:38:29 -07:00
DiffusionHistoryTableView.php Use a list view for DiffusionHistory 2017-05-30 17:31:48 -07:00
DiffusionHistoryView.php Use a list view for DiffusionHistory 2017-05-30 17:31:48 -07:00
DiffusionPushLogListView.php Fix an issue with PHID/handle management in push logs 2016-04-20 04:47:10 -07:00
DiffusionReadmeView.php Improve diffusion readme layout 2017-04-21 11:23:26 -07:00
DiffusionTagListView.php Make dates/times more concise in Diffusion 2016-03-18 09:11:09 -07:00
DiffusionView.php Have Browse button in History actually work 2017-05-30 20:18:21 -07:00