You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gitlist 1.0 and 1.1 get the wrong page "appended".
Gitlist 2.0 loads the wrong page of commits, even with "?page=2".
Recipe
Navigate to a project's "Commits" tab.
See one page of commits with a "Older" button at the bottom.
Click the "Older" button.
Expected Results
See the "next" page of commits.
Observed results
1.0, 1.1: The same page of commits already displayed gets appended (again).
2.0: New HTML page loaded with "?page=2" requested, but same page of commits retrieved.
Example Links (scroll down, click on "Older" button, observe wrong commits appear):
I just upgraded http://gitlist.dlma.com/testcode.git/commits/main from 1.1 to 2.0, and the "Older" button still doesn't do the expected thing. (The url gets "?page=2" added, but first page of commits is still retrieved.)
So this is a bug in both legacy version and the current version (as of 2.0).
Gitlist 1.0 and 1.1 get the wrong page "appended".
Gitlist 2.0 loads the wrong page of commits, even with "?page=2".
Recipe
Expected Results
See the "next" page of commits.
Observed results
1.0, 1.1: The same page of commits already displayed gets appended (again).
2.0: New HTML page loaded with "?page=2" requested, but same page of commits retrieved.
Example Links (scroll down, click on "Older" button, observe wrong commits appear):
The text was updated successfully, but these errors were encountered: