]> source.dussan.org Git - redmine.git/commit
Refactor: rename WikiController#index to #show, it's a single resource action
authorEric Davis <edavis@littlestreamsoftware.com>
Thu, 21 Oct 2010 16:07:28 +0000 (16:07 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Thu, 21 Oct 2010 16:07:28 +0000 (16:07 +0000)
commitc259ada6e1c46b0c7c21bd11bc1a0659da1ede9e
tree25fc76b565d0b95375b245d7bc8e5897afc881e2
parentd3381fb518d79f815407ffc70d27cbda4208fc9e
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
14 files changed:
app/controllers/wiki_controller.rb
app/helpers/application_helper.rb
app/views/wiki/_sidebar.rhtml
app/views/wiki/annotate.rhtml
app/views/wiki/date_index.html.erb
app/views/wiki/destroy.rhtml
app/views/wiki/diff.rhtml
app/views/wiki/history.rhtml
app/views/wiki/page_index.html.erb
app/views/wiki/show.rhtml
config/routes.rb
lib/redmine.rb
test/functional/wiki_controller_test.rb
test/integration/routing_test.rb