#5491 closed enhancement (fixed)
Restore direct wiki 'history' link
Reported by: | Emmanuel Blot | Owned by: | Christian Boos |
---|---|---|---|
Priority: | low | Milestone: | 0.11 |
Component: | wiki system | Version: | devel |
Severity: | normal | Keywords: | navigation |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
We are really missing a feature in the trunk version of Trac: the lack of direct access to the history of a Wiki page.
For us, the "Last Change" link is never used, but it seems this is the only way to get the history of a wiki page.
It would be nice to provide a direct link from any wiki page to the history of this page.
Getting the diff from the previous version of a page and browsing the history (i.e. the comments tied to each change) of a page are two different features, and one should not depend on the other.
Attachments (1)
Change History (5)
comment:1 by , 17 years ago
Priority: | normal → low |
---|---|
Type: | defect → enhancement |
follow-up: 4 comment:2 by , 17 years ago
Keywords: | navigation added |
---|---|
Milestone: | → 0.11 |
by , 17 years ago
Attachment: | wiki_index_history_navigation.diff added |
---|
Patch on r5675 adding the History navigation link and replacing the Index by … ones by an unique Index link
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Slightly different patch applied in r5685. Let's try out this solution.
comment:4 by , 17 years ago
Replying to cboos:
Then, for the Last Change vs. History, it's a matter of personal usage pattern. Ideally, we'd need the two links, so that everybody is happy ;-)
Yes, that was the idea (restoring, not replacing).
We could do so without cluttering the interface if we replace Index by Title and Index by Date by Index (TitleIndex), and from there have a link to the RecentChanges page.
Seems fair.
I'll try the changes. Thanks (a lot) for the fix.
IMO, what was really useful with those changes was the ability to go directly to the changes from the timeline. Then, for the Last Change vs. History, it's a matter of personal usage pattern. Ideally, we'd need the two links, so that everybody is happy ;-)
We could do so without cluttering the interface if we replace Index by Title and Index by Date by Index (TitleIndex), and from there have a link to the RecentChanges page.