Refactor: rename WikiController#index to #show, it's a single resource action
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4266 e93f8b46-1217-0410-a6f0-8f06a7374b81
Showing
- app/controllers/wiki_controller.rb 9 additions, 9 deletionsapp/controllers/wiki_controller.rb
- app/helpers/application_helper.rb 2 additions, 2 deletionsapp/helpers/application_helper.rb
- app/views/wiki/_sidebar.rhtml 1 addition, 1 deletionapp/views/wiki/_sidebar.rhtml
- app/views/wiki/annotate.rhtml 2 additions, 2 deletionsapp/views/wiki/annotate.rhtml
- app/views/wiki/date_index.html.erb 3 additions, 3 deletionsapp/views/wiki/date_index.html.erb
- app/views/wiki/destroy.rhtml 1 addition, 1 deletionapp/views/wiki/destroy.rhtml
- app/views/wiki/diff.rhtml 2 additions, 2 deletionsapp/views/wiki/diff.rhtml
- app/views/wiki/history.rhtml 1 addition, 1 deletionapp/views/wiki/history.rhtml
- app/views/wiki/page_index.html.erb 2 additions, 2 deletionsapp/views/wiki/page_index.html.erb
- app/views/wiki/show.rhtml 3 additions, 3 deletionsapp/views/wiki/show.rhtml
- config/routes.rb 1 addition, 1 deletionconfig/routes.rb
- lib/redmine.rb 2 additions, 2 deletionslib/redmine.rb
- test/functional/wiki_controller_test.rb 14 additions, 14 deletionstest/functional/wiki_controller_test.rb
- test/integration/routing_test.rb 2 additions, 2 deletionstest/integration/routing_test.rb
Please register or sign in to comment