Opened 19 years ago
Closed 18 years ago
#2189 closed enhancement (worksforme)
wiki 'recent changes' display
Reported by: | Harry Wood | Owned by: | Christian Boos |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | wiki system | Version: | 0.8.4 |
Severity: | minor | Keywords: | recent changes comments |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The wiki 'recent changes' display is rather sparse. Just shows which pages have changed. Surely it should at least include change comments (provides an added incentive for people to bother filling in a comment there)
But some other info would be handy on there too: The exact time of the change, and a convenient link to the 'diff' of the most recent change (standard in MediaWiki, MoinMoin, Twiki and various other wiki software)
Attachments (0)
Change History (4)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Owner: | changed from | to
---|
comment:3 by , 18 years ago
Replying to Harry Wood:
The wiki 'recent changes' display is rather sparse. Just shows which pages have changed. Surely it should at least include change comments (provides an added incentive for people to bother filling in a comment there)
Change comments as well as author info would require an implementation a bit more complex and expensive than what we have now. Not sure it would be worth the effort, as that kind of information can be retrieved from the Timeline. If you're looking at the RecentChanges as an Index By Date, (which it really is, see comment:ticket:2165:4), that sort of information is not really needed anyway.
But some other info would be handy on there too: The exact time of the change, and a convenient link to the 'diff' of the most recent change (standard in MediaWiki, MoinMoin, Twiki and various other wiki software)
For convenience, however, that diff link has been recently added (see r3483).
For me, we could now close this as worksforme. Other opinions?
comment:4 by , 18 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
No other opinions, fine ;)
See related #2165: there, I explain that we should not turn the Recent Changes into another Timeline view, but instead use that link (renamed to Last Change) to quickly access the latest change for that wiki page.