]> source.dussan.org Git - redmine.git/commit
Appends the filename to the attachment url so that clients that ignore content-dispos...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 22 Jul 2008 17:55:19 +0000 (17:55 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 22 Jul 2008 17:55:19 +0000 (17:55 +0000)
commit9b579de9e234e378fb5081d79bea02d175495db7
tree28d55b59b2ade9201dd0ea518c56e740b039e649
parent8a7bfc72b20a0a554812db7f8bb7bfdf3e2a21d4
Appends the filename to the attachment url so that clients that ignore content-disposition http header get the real filename (#1649).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1686 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/attachments_controller.rb
app/helpers/application_helper.rb
app/helpers/issues_helper.rb
app/models/attachment.rb
app/views/attachments/_links.rhtml
app/views/attachments/diff.rhtml
app/views/attachments/file.rhtml
app/views/projects/list_files.rhtml
config/routes.rb
test/functional/attachments_controller_test.rb