##// END OF EJS Templates
Merged r2280 from trunk (#2506)....
Merged r2280 from trunk (#2506). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@2307 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r2305:1c1755d2783e
Show More
CHANGELOG
13 lines | 608 B | text/plain | TextLexer
Jean-Philippe Lang
missing rfpdf in the repository......
r47 1.00 Added view template functionality
1.10 Added Chinese support
1.11 Added Japanese support
1.12 Added Korean support
1.13 Updated to fpdf.rb 1.53d.
Added makefont and fpdf_eps.
Handle \n at the beginning of a string in MultiCell.
Tried to fix clipping issue in MultiCell - still needs some work.
1.14 2006-09-26
* Added support for @options_for_rfpdf hash for configuration:
* Added :filename option in this hash
If you're using the same settings for @options_for_rfpdf often, you might want to
put your assignment in a before_filter (perhaps overriding :filename, etc in your actions).