Redmine/lib
Eric Davis 4baf32b166 Fixing Plugin and Mailer default_url_options.
Both the plugin hooks and Mailer were setting default_url_options incorrectly
and causing ActionContoller::UrlWritter to cache the settings on the module
(mattr_accessor) causing several url generators to fail in either the plugin
hooks or the Mailer.

* Replaced Mailer's use of the default_url_options accessor with the proper class method
* Replaced Hook's use of the default_url_options accessor with the proper class method on the ViewListener class
* Added a test to reproduce the bugs in the Mailer when a hook is registered (thanks Chaoqun Zou)

  #2542

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2522 e93f8b46-1217-0410-a6f0-8f06a7374b81
2009-02-25 07:25:01 +00:00
..
SVG Fixed: SVG::Graph raises an error when using external stylesheet (#1402). 2008-06-09 20:05:32 +00:00
generators Renames template ruby files to erb. 2008-10-25 09:35:51 +00:00
redmine Fixing Plugin and Mailer default_url_options. 2009-02-25 07:25:01 +00:00
tasks Process all translations files. 2009-02-21 15:21:31 +00:00
ar_condition.rb Activity enhancements: 2008-03-11 19:33:38 +00:00
diff.rb Added wiki diff. 2007-07-14 11:25:03 +00:00
redcloth3.rb Less strict textile links parsing (#2582). 2009-01-31 14:50:56 +00:00
redmine.rb AttachmentsController now handles attachments deletion. 2008-12-09 16:54:46 +00:00
tabular_form_builder.rb Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 2009-02-21 11:04:50 +00:00