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
Showing
- app/controllers/feeds_controller.rb 0 additions, 98 deletionsapp/controllers/feeds_controller.rb
- app/controllers/news_controller.rb 26 additions, 4 deletionsapp/controllers/news_controller.rb
- app/controllers/projects_controller.rb 1 addition, 11 deletionsapp/controllers/projects_controller.rb
- app/helpers/feeds_helper.rb 0 additions, 19 deletionsapp/helpers/feeds_helper.rb
- app/views/feeds/history.rxml 0 additions, 28 deletionsapp/views/feeds/history.rxml
- app/views/feeds/history_atom.rxml 0 additions, 28 deletionsapp/views/feeds/history_atom.rxml
- app/views/feeds/issues.rxml 0 additions, 20 deletionsapp/views/feeds/issues.rxml
- app/views/feeds/issues_atom.rxml 0 additions, 22 deletionsapp/views/feeds/issues_atom.rxml
- app/views/feeds/news.rxml 0 additions, 20 deletionsapp/views/feeds/news.rxml
- app/views/feeds/news_atom.rxml 0 additions, 22 deletionsapp/views/feeds/news_atom.rxml
- app/views/news/index.rhtml 6 additions, 5 deletionsapp/views/news/index.rhtml
- app/views/projects/show.rhtml 2 additions, 2 deletionsapp/views/projects/show.rhtml
- app/views/welcome/index.rhtml 4 additions, 1 deletionapp/views/welcome/index.rhtml
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
- lib/redmine.rb 2 additions, 2 deletionslib/redmine.rb
- test/functional/news_controller_test.rb 17 additions, 35 deletionstest/functional/news_controller_test.rb
- test/functional/projects_controller_test.rb 0 additions, 7 deletionstest/functional/projects_controller_test.rb
Please register or sign in to comment