]> source.dussan.org Git - redmine.git/commit
Edit attachments after upload (#1326).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 29 Nov 2014 13:41:53 +0000 (13:41 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 29 Nov 2014 13:41:53 +0000 (13:41 +0000)
commit288c014aa7aa608751dbafeb2c8b358f2fec5c22
tree68a5705092edc501641630fa960cee368d27ca88
parent3c7f638a834d6d9717e3d8babe3bab6af5100994
Edit attachments after upload (#1326).

git-svn-id: http://svn.redmine.org/redmine/trunk@13665 e93f8b46-1217-0410-a6f0-8f06a7374b81
13 files changed:
app/controllers/attachments_controller.rb
app/helpers/attachments_helper.rb
app/models/attachment.rb
app/models/news.rb
app/models/project.rb
app/models/version.rb
app/views/attachments/_links.html.erb
app/views/attachments/edit.html.erb [new file with mode: 0644]
config/routes.rb
lib/plugins/acts_as_attachable/lib/acts_as_attachable.rb
test/functional/attachments_controller_test.rb
test/integration/routing/attachments_test.rb
test/unit/attachment_test.rb