]> source.dussan.org Git - redmine.git/commit
Fixed that 200 API responses have a body containing one space (#11388).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 14 Jul 2012 08:13:55 +0000 (08:13 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 14 Jul 2012 08:13:55 +0000 (08:13 +0000)
commit18f693f9f7c1ff0a32ddda9b6ea43a4bb1fe28e1
tree7b5be61fb040bb64bdaff1726a746fe82e149810
parent6bf60e8c206b3c75d18c824cb8b98b10a6d6a69c
Fixed that 200 API responses have a body containing one space (#11388).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9975 e93f8b46-1217-0410-a6f0-8f06a7374b81
19 files changed:
app/controllers/application_controller.rb
app/controllers/groups_controller.rb
app/controllers/issue_categories_controller.rb
app/controllers/issue_relations_controller.rb
app/controllers/issues_controller.rb
app/controllers/members_controller.rb
app/controllers/projects_controller.rb
app/controllers/timelog_controller.rb
app/controllers/users_controller.rb
app/controllers/versions_controller.rb
test/integration/api_test/groups_test.rb
test/integration/api_test/issue_categories_test.rb
test/integration/api_test/issue_relations_test.rb
test/integration/api_test/issues_test.rb
test/integration/api_test/memberships_test.rb
test/integration/api_test/projects_test.rb
test/integration/api_test/time_entries_test.rb
test/integration/api_test/users_test.rb
test/integration/api_test/versions_test.rb