##// END OF EJS Templates
Fixing Plugin and Mailer default_url_options....
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
Eric Davis -
r2458:4baf32b166a6
Show More
Name Size Modified Last Commit Author
/ app / models
repository
attachment.rb Loading ...
auth_source.rb Loading ...
auth_source_ldap.rb Loading ...
board.rb Loading ...
change.rb Loading ...
changeset.rb Loading ...
comment.rb Loading ...
custom_field.rb Loading ...
custom_value.rb Loading ...
document.rb Loading ...
enabled_module.rb Loading ...
enumeration.rb Loading ...
issue.rb Loading ...
issue_category.rb Loading ...
issue_custom_field.rb Loading ...
issue_relation.rb Loading ...
issue_status.rb Loading ...
journal.rb Loading ...
journal_detail.rb Loading ...
mail_handler.rb Loading ...
mailer.rb Loading ...
member.rb Loading ...
message.rb Loading ...
message_observer.rb Loading ...
news.rb Loading ...
project.rb Loading ...
project_custom_field.rb Loading ...
query.rb Loading ...
repository.rb Loading ...
role.rb Loading ...
setting.rb Loading ...
time_entry.rb Loading ...
time_entry_custom_field.rb Loading ...
token.rb Loading ...
tracker.rb Loading ...
user.rb Loading ...
user_custom_field.rb Loading ...
user_preference.rb Loading ...
version.rb Loading ...
watcher.rb Loading ...
wiki.rb Loading ...
wiki_content.rb Loading ...
wiki_page.rb Loading ...
wiki_redirect.rb Loading ...
workflow.rb Loading ...