OSDN Git Service

Refactor: move IssuesController#changes to JournalsController#index.
authorEric Davis <edavis@littlestreamsoftware.com>
Mon, 23 Aug 2010 15:04:36 +0000 (15:04 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Mon, 23 Aug 2010 15:04:36 +0000 (15:04 +0000)
commitb67b3820a10e916cadd38607e7ee27b531e2d448
tree7d7908a7329e24d730db171ae9460e44e2cc6f3e
parent5b4bd8a59a721b98a4bf02ca364183c6f4bdbf46
Refactor: move IssuesController#changes to JournalsController#index.

Since #changes is only an Atom feed of journals of a query, it makes
more sense to have it on the JournalsController resource.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4034 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/issues_controller.rb
app/controllers/journals_controller.rb
app/views/issues/index.rhtml
app/views/journals/index.rxml [moved from app/views/issues/changes.rxml with 100% similarity]
config/routes.rb
test/functional/issues_controller_test.rb
test/functional/journals_controller_test.rb
test/integration/routing_test.rb