My patches for Redmine
Go to file
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
app Fixing Plugin and Mailer default_url_options. 2009-02-25 07:25:01 +00:00
config Patch ActiveRecord::Errors#full_messages so that it contains custom values error messages. 2009-02-22 14:46:32 +00:00
db/migrate Adds an index on watchers table to speed up watched issue filtering. 2009-02-14 19:06:44 +00:00
doc Adds rake config/initializers/session_store.rb to the install doc. 2009-02-21 11:13:37 +00:00
extra Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 2009-02-21 11:04:50 +00:00
files trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
lib Fixing Plugin and Mailer default_url_options. 2009-02-25 07:25:01 +00:00
log trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
public Fixed: visited links to closed tickets are not striked through with IE6 (#2615). 2009-02-22 11:22:23 +00:00
script Merged Rails 2.1 compatibility branch. 2008-07-04 17:58:14 +00:00
test Fixing Plugin and Mailer default_url_options. 2009-02-25 07:25:01 +00:00
vendor/plugins Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 2009-02-21 11:04:50 +00:00
Rakefile trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00