ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf merged...
commitdd5e379725a9b20140fc6499dc36508e2382a46a
authorjplang <jplang@e93f8b46-1217-0410-a6f0-8f06a7374b81>
Mon, 5 Nov 2007 18:38:42 +0000 (5 18:38 +0000)
committerjplang <jplang@e93f8b46-1217-0410-a6f0-8f06a7374b81>
Mon, 5 Nov 2007 18:38:42 +0000 (5 18:38 +0000)
tree37095d100c500b27cb2249dc3b7ece1198434637
parent32c5766dae03e87fce4616a1889fcfe24233260e
ProjectsController#list_issues, #export_issues_csv and #export_issues_pdf merged into IssuesController#index

git-svn-id: http://redmine.rubyforge.org/svn/trunk@887 e93f8b46-1217-0410-a6f0-8f06a7374b81
21 files changed:
app/controllers/issues_controller.rb
app/controllers/projects_controller.rb
app/controllers/queries_controller.rb
app/helpers/issues_helper.rb
app/models/journal.rb
app/views/issues/_sidebar.rhtml
app/views/issues/changes.rxml [new file with mode: 0644]
app/views/issues/context_menu.rhtml
app/views/issues/index.rfpdf [moved from app/views/projects/export_issues_pdf.rfpdf with 81% similarity]
app/views/issues/index.rhtml [moved from app/views/projects/list_issues.rhtml with 77% similarity]
app/views/projects/roadmap.rhtml
app/views/projects/show.rhtml
app/views/queries/index.rhtml
app/views/reports/_details.rhtml
app/views/reports/_simple.rhtml
config/environment.rb
config/routes.rb
lib/redmine.rb
test/functional/issues_controller_test.rb [new file with mode: 0644]
test/functional/projects_controller_test.rb
test/integration/issues_test.rb