]> source.dussan.org Git - redmine.git/commit
Move PDF stuff to a single helper.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 4 Jan 2009 12:03:39 +0000 (12:03 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 4 Jan 2009 12:03:39 +0000 (12:03 +0000)
commitceb2320ef078b84182a14e240c7cd094fb4a1231
treed3e0bd0c96b666facd957ef306cbfedfddeeecdf
parentdfc937340d6be370c619da0ca203b94c1194e581
Move PDF stuff to a single helper.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2226 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/issues_controller.rb
app/controllers/projects_controller.rb
app/helpers/ifpdf_helper.rb [deleted file]
app/views/issues/gantt.rfpdf [deleted file]
app/views/issues/index.rfpdf [deleted file]
app/views/issues/show.rfpdf [deleted file]
lib/redmine/export/pdf.rb [new file with mode: 0644]
test/functional/issues_controller_test.rb