Ticket #872 (closed enhancement: fixed)
Opened 8 years ago
Last modified 8 years ago
[patch] Add prev/next links in the Changeset view
| Reported by: | cboos@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8 |
| Component: | version control/changeset view | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API 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
Change History
Changed 8 years ago by cboos@…
- Attachment prev_next_for_changeset.diff added
comment:1 Changed 8 years ago by cmlenz
- Owner changed from jonas to cmlenz
- Status changed from new to 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:2 Changed 8 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to closed
Implemented in [1012].



(the corresponding patch)