]> source.dussan.org Git - redmine.git/commit
Makes custom queries available through the REST API (#5737).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 6 Jul 2011 16:57:04 +0000 (16:57 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 6 Jul 2011 16:57:04 +0000 (16:57 +0000)
commitd48ea908761d6489640e39667034d6e43524aaa7
tree953e0de7e90342502f236fb701d27eb9d8edd353
parentda69f086e7e0f1cfafc808d0d1174160dc1aa4a9
Makes custom queries available through the REST API (#5737).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6186 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/queries_controller.rb
app/models/query.rb
app/views/queries/index.api.rsb [new file with mode: 0644]
config/routes.rb
test/integration/api_test/queries_test.rb [new file with mode: 0644]
test/integration/routing_test.rb
test/unit/query_test.rb