]> source.dussan.org Git - redmine.git/commit
Adds API response to /trackers to get the list of all available trackers (#7181).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 20 Nov 2011 14:17:43 +0000 (14:17 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 20 Nov 2011 14:17:43 +0000 (14:17 +0000)
commit053adaef52d795e5a3ef134381dd378e40856775
tree3d467d8e9ed996a4f1495ac3c2443a1517f9451d
parent8b5b928b9236f09f029915d755bde23b3e8fabb5
Adds API response to /trackers to get the list of all available trackers (#7181).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7877 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/application_controller.rb
app/controllers/trackers_controller.rb
app/views/trackers/index.api.rsb [new file with mode: 0644]
config/routes.rb
test/functional/trackers_controller_test.rb
test/integration/api_test/trackers_test.rb [new file with mode: 0644]