Actions
Defect #3786
closedDropbox does not work when use it viewing file changes (Git)
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2009-08-27
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
I really appreciate it that the issue #1406 has implemented.
However, I found the following bug.
When we access the page of file changing view by such URL,
http:/example.com/projects/example/repository/revisions/master/changes/src/test.c
we use dropbox to view another branch by such wrong URL like
http://example.com/projects/example/repository/changes/src%2Ftest.c?rev=experimental
It is because that true address is the following.
http://example.com/projects/example/repository/revisions/experimental/changes/src/test.c
My environment is
$ ruby script/about About your application's environment Ruby version 1.8.7 (x86_64-linux) RubyGems version 1.3.1 Rails version 2.2.2 Active Record version 2.2.2 Action Pack version 2.2.2 Active Resource version 2.2.2 Action Mailer version 2.2.2 Active Support version 2.2.2 Application root /home/server/redmine Environment development Database adapter mysql Database schema version 20090614091200
Warmest Regards.
Actions