##// END OF EJS Templates
Merged r11390 from trunk to 2.2-stable....
Merged r11390 from trunk to 2.2-stable. Bulgarian translation of jstoolbar-bg.js updated by Ivan Cenov (#13181) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.2-stable@11391 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9351:8d73ddf73ffc
r11161:cbd3b057e0ac
Show More
init.rb
11 lines | 272 B | text/x-ruby | RubyLexer
Jean-Philippe Lang
Merged Rails 2.1 compatibility branch....
r1609 begin
Toshi MARUYAMA
PDF: update rfpdf (#61)....
r5127 require('htmlentities')
rescue LoadError
# This gem is not required - just nice to have.
Jean-Philippe Lang
Merged Rails 2.1 compatibility branch....
r1609 end
Toshi MARUYAMA
PDF: update rfpdf (#61)....
r5127 require('cgi')
require 'rfpdf'
Toshi MARUYAMA
PDF: comment out Mime pdf in vendor/plugins/rfpdf/init.rb (#61)....
r5137 # Mime::Type.register "application/pdf", :pdf
Toshi MARUYAMA
Rails3.2: pdf: comment out ::ActionView::TemplateHandlers::ERB of rfpdf plugin (#4796)...
r8582 # ActionView::Template::register_template_handler 'rfpdf', RFPDF::TemplateHandlers::Base
Toshi MARUYAMA
PDF: comment out Mime pdf in vendor/plugins/rfpdf/init.rb (#61)....
r5137