OSDN Git Service

AttachmentsController now handles attachments deletion.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 9 Dec 2008 16:54:46 +0000 (16:54 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Tue, 9 Dec 2008 16:54:46 +0000 (16:54 +0000)
commit5d2899ee1b3e00d0cf43521182b1244dfc3cfe9f
treeeb64711c0150fafb698da9d92eb0d6735a5461cf
parent2b6e332318a3e0a9489d20280010bb2d00206d95
AttachmentsController now handles attachments deletion.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2116 e93f8b46-1217-0410-a6f0-8f06a7374b81
24 files changed:
app/controllers/attachments_controller.rb
app/controllers/documents_controller.rb
app/controllers/issues_controller.rb
app/controllers/versions_controller.rb
app/controllers/wiki_controller.rb
app/helpers/attachments_helper.rb
app/models/attachment.rb
app/models/document.rb
app/models/issue.rb
app/models/message.rb
app/models/version.rb
app/models/wiki_page.rb
app/views/attachments/_links.rhtml
app/views/documents/show.rhtml
app/views/issues/show.rhtml
app/views/messages/show.rhtml
app/views/projects/list_files.rhtml
app/views/wiki/show.rhtml
lib/redmine.rb
test/functional/attachments_controller_test.rb
test/functional/issues_controller_test.rb
test/functional/wiki_controller_test.rb
vendor/plugins/acts_as_attachable/init.rb [new file with mode: 0644]
vendor/plugins/acts_as_attachable/lib/acts_as_attachable.rb [new file with mode: 0644]