Actions
Defect #9597
closedBroken version links in wiki annotate history
Start date:
2011-11-18
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Hi,
web crawler regularly detect not working links, for example: http://www.redmine.org/wiki/show/Submissions?version=16 This link is on a page you can reach as follows: Go to www.redmine.org, click in the upper right of the body the "History" link. In history choose the first row and click "Annotate". On annotation page click the version link e.g. "55" right under the heading.
I use Redmine 1.2.2 with appropriate installed components.
Cheers,
Mathias
Updated by Etienne Massip almost 13 years ago
- Status changed from New to Confirmed
- Target version set to Candidate for next minor release
Nice catch, there might be a missing :project_id => @project
parameter in source:/trunk/app/views/wiki/annotate.html.erb#L12.
OK : http://www.redmine.org/projects/redmine/wiki/Overview?version=55
KO : http://www.redmine.org/wiki/show/Overview?version=55
Updated by Jean-Philippe Lang almost 13 years ago
- Subject changed from [Bug] Broken links to Broken version links in wiki annotate history
- Category set to Wiki
Updated by Etienne Massip almost 13 years ago
- Status changed from Confirmed to Closed
- Target version changed from Candidate for next minor release to 1.2.3
- Resolution set to Fixed
Actions