]> source.dussan.org Git - redmine.git/commit
Refactor: move Project Calendar to it's own controller.
authorEric Davis <edavis@littlestreamsoftware.com>
Mon, 3 May 2010 16:02:37 +0000 (16:02 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Mon, 3 May 2010 16:02:37 +0000 (16:02 +0000)
commit36c82ecc1f0da922014c480930500896750b1e03
treeaae1ce92979307cf1f98c340eee3b9794f0b3852
parent469ff0fb4e44f61c1bfdcbffb785f54d1f82035d
Refactor: move Project Calendar to it's own controller.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3732 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/calendars_controller.rb [new file with mode: 0644]
app/controllers/issues_controller.rb
app/views/calendars/show.html.erb [new file with mode: 0644]
app/views/issues/calendar.rhtml [deleted file]
app/views/projects/show.rhtml
config/routes.rb
lib/redmine.rb
test/functional/calendars_controller_test.rb [new file with mode: 0644]
test/functional/issues_controller_test.rb
test/integration/routing_test.rb