comparison vendor/plugins/rfpdf/.svn/text-base/CHANGELOG.svn-base @ 441:cbce1fd3b1b7 redmine-1.2

Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
author Chris Cannam
date Mon, 06 Jun 2011 14:24:13 +0100
parents 513646585e45
children
comparison
equal deleted inserted replaced
245:051f544170fe 441:cbce1fd3b1b7
9 1.14 2006-09-26 9 1.14 2006-09-26
10 * Added support for @options_for_rfpdf hash for configuration: 10 * Added support for @options_for_rfpdf hash for configuration:
11 * Added :filename option in this hash 11 * Added :filename option in this hash
12 If you're using the same settings for @options_for_rfpdf often, you might want to 12 If you're using the same settings for @options_for_rfpdf often, you might want to
13 put your assignment in a before_filter (perhaps overriding :filename, etc in your actions). 13 put your assignment in a before_filter (perhaps overriding :filename, etc in your actions).
14 1.15 2009-11-20 Rails 2.* support - Thanks to Prawnto plugin for showing the way to the new TemplateHandler