]> source.dussan.org Git - redmine.git/commit
Refactor : convert queries to REST resources (also fixes #9108).
authorEtienne Massip <etienne.massip@gmail.com>
Mon, 24 Oct 2011 20:19:26 +0000 (20:19 +0000)
committerEtienne Massip <etienne.massip@gmail.com>
Mon, 24 Oct 2011 20:19:26 +0000 (20:19 +0000)
commit8f96f0c40d8032e4787f2548e0f0fd7da7e36a07
treecb7a9ac1efdede90bd38638e4119d57e309ee7a2
parent657fcd97aa1a6fc289dcb998dd994c9499112737
Refactor : convert queries to REST resources (also fixes #9108).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7649 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/queries_controller.rb
app/helpers/queries_helper.rb
app/views/issues/index.html.erb
app/views/news/new.html.erb
app/views/queries/_form.html.erb
app/views/queries/edit.html.erb
app/views/queries/index.html.erb
app/views/queries/new.html.erb
config/routes.rb
test/functional/queries_controller_test.rb
test/integration/routing_test.rb