Opened 18 years ago
Closed 18 years ago
#3888 closed defect (fixed)
Version number on wiki pages is missing
Reported by: | cmarschalek | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.10.1 |
Component: | wiki system | Version: | 0.10 |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When clicking on the diff link (on "recent changes") of a newly created wiki page, the heading is missing a version number:
"Changes between Version and 1 of" should be "Changes between Version 1 and 1 of" or even "Changes between Version 0 and 1".
I guess the best solution would be if the (diff)-link was omitted on new pages.
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
Milestone: | → 0.10.1 |
---|---|
Owner: | changed from | to
comment:2 by , 18 years ago
The (diff)-link is now omitted for newly created page in the RecentChanges page (r4033). In r4034, I also added "v0" as the "base" for the diff against the "v1".
Besides, the title of the diff page of a new page is currently Changes from Version 1 of New Page which is OK I think. The only way to get there is by following the Last change link on the wiki page, which is necessary to keep for now, until there's a more direct way to access to the page history (see TracProject/UiGuidelines).
Replying to cmarschalek:
Agreed, and this is already the case for the timeline. I'll do that for the RecentChanges too.