]> source.dussan.org Git - redmine.git/commit
Adds support for adding attachments to issues through the REST API (#8171).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 23 Feb 2012 10:01:16 +0000 (10:01 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 23 Feb 2012 10:01:16 +0000 (10:01 +0000)
commit77626ef6fbf2df028ccf01f6a72e459bfc70e2ab
tree226c3c315e1f3d3162dfac14535821156c703532
parentd086683b17665719aa352074288b90ba954e6db0
Adds support for adding attachments to issues through the REST API (#8171).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8928 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/attachments_controller.rb
app/controllers/issues_controller.rb
app/models/attachment.rb
app/views/attachments/upload.api.rsb [new file with mode: 0644]
config/routes.rb
lib/redmine.rb
test/integration/api_test/attachments_test.rb
test/integration/api_test/issues_test.rb
test/integration/routing/attachments_test.rb
vendor/plugins/acts_as_attachable/lib/acts_as_attachable.rb