Moved ProjectsController#list_news to NewsController#index.
commit1c972a3b40b394a38a85e078983b16dfa685b6d8
authorjplang <jplang@e93f8b46-1217-0410-a6f0-8f06a7374b81>
Mon, 5 Nov 2007 22:22:51 +0000 (5 22:22 +0000)
committerjplang <jplang@e93f8b46-1217-0410-a6f0-8f06a7374b81>
Mon, 5 Nov 2007 22:22:51 +0000 (5 22:22 +0000)
treea8cc406846b7883cda0b4c54a07843395280b694
parentdd5e379725a9b20140fc6499dc36508e2382a46a
Moved ProjectsController#list_news to NewsController#index.
Removed FeedsController, issues and news feeds are now handled by issues and news controllers.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@888 e93f8b46-1217-0410-a6f0-8f06a7374b81
17 files changed:
app/controllers/feeds_controller.rb [deleted file]
app/controllers/news_controller.rb
app/controllers/projects_controller.rb
app/helpers/feeds_helper.rb [deleted file]
app/views/feeds/history.rxml [deleted file]
app/views/feeds/history_atom.rxml [deleted file]
app/views/feeds/issues.rxml [deleted file]
app/views/feeds/issues_atom.rxml [deleted file]
app/views/feeds/news.rxml [deleted file]
app/views/feeds/news_atom.rxml [deleted file]
app/views/news/index.rhtml [moved from app/views/projects/list_news.rhtml with 70% similarity]
app/views/projects/show.rhtml
app/views/welcome/index.rhtml
config/routes.rb
lib/redmine.rb
test/functional/news_controller_test.rb [moved from test/functional/feeds_controller_test.rb with 57% similarity]
test/functional/projects_controller_test.rb