]> source.dussan.org Git - redmine.git/commit
Converts IssuesController to use the new API template system and makes xml/json respo...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 3 Dec 2010 13:52:07 +0000 (13:52 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 3 Dec 2010 13:52:07 +0000 (13:52 +0000)
commit735a83c596156e32f8cc686207eecddc029d7629
tree3247605f58fde81458b096a4fa68b2837952031a
parenteaf6bb1e9bc1ac3b5309f51ea9f76e6f95ba5813
Converts IssuesController to use the new API template system and makes xml/json responses consistent (#6136).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4458 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/issues_controller.rb
app/views/issues/index.apit [new file with mode: 0644]
app/views/issues/index.xml.builder [deleted file]
app/views/issues/show.apit [new file with mode: 0644]
app/views/issues/show.xml.builder [deleted file]
lib/redmine/views/builders/structure.rb
test/integration/api_test/issues_test.rb
test/unit/lib/redmine/views/builders/json_test.rb