Ticket #3250 (closed enhancement: fixed)
Opened 6 years ago
Last modified 6 years ago
"next" - "previous" for wiki changelog view
| Reported by: | anonymous | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10 |
| Component: | wiki system | Version: | 0.9.5 |
| Severity: | minor | Keywords: | diff navigation |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
to have two additional links "next" and "previous" in the wiki changes, e.g. if you view currently:
Attachments
Change History
comment:1 Changed 6 years ago by cboos
- Milestone set to 0.10
- Owner changed from jonas to cboos
comment:2 Changed 6 years ago by eblot
I think it would be nice to make these features (prev/next change, and timeline-to-wiki-diff) optional, so that the interface is not cluttered with links which are not always useful. There are a lot of use cases were the important information in the Wiki page is the page content, not the variation from the previous version. I understand these links can be useful, depending on Trac usage. An optional setting to hide or show these extra links would be nice.
comment:3 Changed 6 years ago by cboos
Manu, the prev/next changes will be on the Wiki diff page,
not on the Wiki view page.
I don't think it's worth making that optional/configurable.
comment:4 Changed 6 years ago by eblot
Ok sorry, my mistake; if it's on the wiki diff page no need for an option, you're right.
comment:5 Changed 6 years ago by cboos
- Keywords diff navigation added
- Resolution set to fixed
- Severity changed from normal to minor
- Status changed from new to closed
Implemented in r3416.
Now maybe what might be interesting is that Last Change link
from the normal Wiki view, for jumping into that sequence of changes.
That would be very similar to what we have now in the TracBrowser,
with the Last Change link going to the most recent restricted
changeset for that path.
See #2165, which I closed maybe a bit too hastily ;)



Good idea. The links should be made similar to those of the TracChangeset view
(i.e. ← Previous Change | Next Change →).
Superseeds #2165.