]> source.dussan.org Git - redmine.git/commit
Refactor: change :id on WikiController to use :project_id
authorEric Davis <edavis@littlestreamsoftware.com>
Wed, 20 Oct 2010 21:26:30 +0000 (21:26 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Wed, 20 Oct 2010 21:26:30 +0000 (21:26 +0000)
commitd3381fb518d79f815407ffc70d27cbda4208fc9e
tree13c9cc725cd01b96e5cdc018e53be568b17b7860
parentc058bc224549c82faa4771673a2126ebfe19ccf3
Refactor: change :id on WikiController to use :project_id

Using :id to track projects on non-project controllers is confusing and
makes routing with resources difficult.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4265 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/wiki_controller.rb
app/helpers/application_helper.rb
app/views/wiki/annotate.rhtml
app/views/wiki/destroy.rhtml
app/views/wiki/edit.rhtml
app/views/wiki/history.rhtml
config/routes.rb
lib/redmine.rb
test/functional/wiki_controller_test.rb
test/integration/routing_test.rb