Vote #70935
完了Broken version links in wiki annotate history
0%
説明
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
journals
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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fixed with r7837, merged with r7838.
--------------------------------------------------------------------------------