]> source.dussan.org Git - redmine.git/commit
Adds REST API for versions (#7403).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 4 Jul 2011 19:34:58 +0000 (19:34 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 4 Jul 2011 19:34:58 +0000 (19:34 +0000)
commitb86a748b1d3a41fa328e4e1f61cdf1acee8137f6
treeaa4c4b166dffaf8793419072d5be08e029a9d491
parentdaa426167f2ce2cb9e044d340ed4ba42cfe599f6
Adds REST API for versions (#7403).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6180 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/versions_controller.rb
app/views/projects/settings/_versions.rhtml
app/views/versions/index.api.rsb [new file with mode: 0644]
app/views/versions/show.api.rsb [new file with mode: 0644]
app/views/versions/show.rhtml
test/integration/api_test/versions_test.rb [new file with mode: 0644]
test/integration/routing_test.rb
test/unit/version_test.rb