Defect #9597
Broken version links in wiki annotate history
| Status: | Closed | Start date: | 2011-11-18 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | Wiki | |||
| Target version: | 1.2.3 | |||
| Affected version: | Resolution: | Fixed |
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
History
#1 Updated by Etienne Massip over 1 year 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
#2 Updated by Jean-Philippe Lang over 1 year ago
- Subject changed from [Bug] Broken links to Broken version links in wiki annotate history
- Category set to Wiki
#3 Updated by Etienne Massip over 1 year ago
- Status changed from Confirmed to Closed
- Target version changed from Candidate for next minor release to 1.2.3
- Resolution set to Fixed