]> source.dussan.org Git - redmine.git/commit
Moved ProjectsController#list_news to NewsController#index.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 5 Nov 2007 22:22:51 +0000 (22:22 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 5 Nov 2007 22:22:51 +0000 (22:22 +0000)
commitad68a82be19f44c8e9ab895075a4e932133ad6ee
treea8cc406846b7883cda0b4c54a07843395280b694
parent8509cf80f009436e900294acc821295f21e3b142
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
19 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 [new file with mode: 0644]
app/views/projects/list_news.rhtml [deleted file]
app/views/projects/show.rhtml
app/views/welcome/index.rhtml
config/routes.rb
lib/redmine.rb
test/functional/feeds_controller_test.rb [deleted file]
test/functional/news_controller_test.rb [new file with mode: 0644]
test/functional/projects_controller_test.rb