OSDN Git Service

Refactor: Move gantts to a separate controller.
authorEric Davis <edavis@littlestreamsoftware.com>
Wed, 28 Apr 2010 15:54:46 +0000 (15:54 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Wed, 28 Apr 2010 15:54:46 +0000 (15:54 +0000)
commite65c3cfc7df3da58071c8de158c98861dab7d852
treee2ce1076fba209a370e49888eac588731e927f2f
parenta925435b294331079b65e96d2480bb99d1c6f109
Refactor: Move gantts to a separate controller.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3695 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/gantts_controller.rb [new file with mode: 0644]
app/controllers/issues_controller.rb
app/views/gantts/show.html.erb [moved from app/views/issues/gantt.rhtml with 100% similarity]
app/views/issues/_sidebar.rhtml
app/views/projects/show.rhtml
config/routes.rb
lib/redmine.rb
test/functional/gantts_controller_test.rb [new file with mode: 0644]
test/functional/issues_controller_test.rb
test/integration/routing_test.rb