]> source.dussan.org Git - redmine.git/commit
Adds a pseudo format to api template names and overrides ActionController#default_tem...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 4 Dec 2010 17:43:39 +0000 (17:43 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 4 Dec 2010 17:43:39 +0000 (17:43 +0000)
commit224921460a0a3d9c97813e4a64f0903adffff22f
tree76234577050b11dec0f6b79af2461b8e2359a199
parent915748204965bb7f9704b55554e30f091934138e
Adds a pseudo format to api template names and overrides ActionController#default_template so that api templates are chosen automatically.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4466 e93f8b46-1217-0410-a6f0-8f06a7374b81
22 files changed:
app/controllers/application_controller.rb
app/controllers/issues_controller.rb
app/controllers/projects_controller.rb
app/controllers/timelog_controller.rb
app/controllers/users_controller.rb
app/views/issues/index.api.rsb [new file with mode: 0644]
app/views/issues/index.apit [deleted file]
app/views/issues/show.api.rsb [new file with mode: 0644]
app/views/issues/show.apit [deleted file]
app/views/projects/index.api.rsb [new file with mode: 0644]
app/views/projects/index.apit [deleted file]
app/views/projects/show.api.rsb [new file with mode: 0644]
app/views/projects/show.apit [deleted file]
app/views/timelog/index.api.rsb [new file with mode: 0644]
app/views/timelog/index.apit [deleted file]
app/views/timelog/show.api.rsb [new file with mode: 0644]
app/views/timelog/show.apit [deleted file]
app/views/users/index.api.rsb [new file with mode: 0644]
app/views/users/index.apit [deleted file]
app/views/users/show.api.rsb [new file with mode: 0644]
app/views/users/show.apit [deleted file]
lib/redmine.rb