]> source.dussan.org Git - redmine.git/commit
File viewer for attached text files.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 9 Jun 2008 18:40:59 +0000 (18:40 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 9 Jun 2008 18:40:59 +0000 (18:40 +0000)
commit80a7486f95a39ad3fc0946fad17fe51cff01cec6
tree43e4ce8c5d338458359b5a8cf389972c93ac56f3
parentaa0beecad0fa7cd8c62816b4dc7918f03b214b91
File viewer for attached text files.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1520 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 files changed:
app/controllers/attachments_controller.rb
app/helpers/application_helper.rb
app/helpers/repositories_helper.rb
app/models/attachment.rb
app/views/attachments/file.rhtml [new file with mode: 0644]
test/fixtures/attachments.yml
test/fixtures/files/060719210727_archive.zip [new file with mode: 0644]
test/fixtures/files/060719210727_changeset.diff [new file with mode: 0644]
test/fixtures/files/060719210727_source.rb [new file with mode: 0644]
test/functional/attachments_controller_test.rb [new file with mode: 0644]
test/functional/documents_controller_test.rb
test/functional/issues_controller_test.rb
test/integration/issues_test.rb
test/test_helper.rb