#872 closed enhancement (fixed)
[patch] Add prev/next links in the Changeset view
Reported by: | Christian Boos | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | normal | Milestone: | 0.8 |
Component: | version control/changeset view | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Instead of having to jump back and forth between the timeline view and the changeset view for viewing the latest changesets, I found convenient to add explicit links to the previous and to the next changesets.
(patch follows)
Attachments (1)
Change History (4)
by , 20 years ago
Attachment: | prev_next_for_changeset.diff added |
---|
comment:1 by , 20 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
I've also wanted this for some time. Note that this functionality also makes sense for tickets, even though there it would be cool to make the prev/next links dependent on the query/report the user comes from.
If we implement this, we should realize the prev/next navigation as HTML <link> elements in the head, in addition to "visible" link in the body.
I'll see whether we can still put this in for 0.8.
comment:3 by , 9 years ago
Reporter: | changed from | to
---|
(the corresponding patch)