##// END OF EJS Templates
Disable priority (#5925) and progress in context menu for parent issues....
Disable priority (#5925) and progress in context menu for parent issues. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3869 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1609:7cdd88a6ce36
r3755:379c0a1dd43c
Show More
init.rb
9 lines | 247 B | text/x-ruby | RubyLexer
Jean-Philippe Lang
missing rfpdf in the repository......
r47 require 'rfpdf'
Jean-Philippe Lang
Merged Rails 2.1 compatibility branch....
r1609 begin
ActionView::Template::register_template_handler 'rfpdf', RFPDF::View
rescue NameError
# Rails < 2.1
RFPDF::View.backward_compatibility_mode = true
ActionView::Base::register_template_handler 'rfpdf', RFPDF::View
end