OSDN Git Service

XML REST API for issues that provides CRUD operations for Issues (#1214).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 13 Jan 2010 19:29:19 +0000 (19:29 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 13 Jan 2010 19:29:19 +0000 (19:29 +0000)
commit3873388f9b670ad68aaf4496a2100f944dc56651
tree1944dcb8f523730f5fc3191468a540c6ebcac2c5
parent667a7256a7c3d106db7fc664e95b763fad1e9923
XML REST API for issues that provides CRUD operations for Issues (#1214).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3310 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/application_controller.rb
app/controllers/issues_controller.rb
app/views/issues/index.xml.builder [new file with mode: 0644]
app/views/issues/show.xml.builder [new file with mode: 0644]
config/routes.rb
test/integration/issues_api_test.rb [new file with mode: 0644]