]> source.dussan.org Git - redmine.git/commit
Send emails asynchronously (#26791).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 10 Oct 2018 17:13:09 +0000 (17:13 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 10 Oct 2018 17:13:09 +0000 (17:13 +0000)
commit0c78056a69cc3bee7fb1cd3261046995db55bfdf
tree67883c68edad43b2e6f96e9ea8b864370a6b207c
parent5533eeff239e024539f3ddd5b2ffe3528144beef
Send emails asynchronously (#26791).

Custom async_* delivery methods are removed in favor of ActiveJob (Async by default).

git-svn-id: http://svn.redmine.org/redmine/trunk@17588 e93f8b46-1217-0410-a6f0-8f06a7374b81
37 files changed:
app/controllers/account_controller.rb
app/controllers/admin_controller.rb
app/controllers/documents_controller.rb
app/controllers/files_controller.rb
app/controllers/my_controller.rb
app/controllers/users_controller.rb
app/models/comment.rb
app/models/document.rb
app/models/email_address.rb
app/models/issue.rb
app/models/journal.rb
app/models/mail_handler.rb
app/models/mailer.rb
app/models/message.rb
app/models/news.rb
app/models/setting.rb
app/models/user.rb
app/models/wiki_content.rb
app/views/mailer/_issue.html.erb
app/views/mailer/_issue.text.erb
app/views/mailer/account_activation_request.html.erb
app/views/mailer/account_activation_request.text.erb
app/views/mailer/issue_add.html.erb
app/views/mailer/issue_add.text.erb
app/views/mailer/issue_edit.html.erb
app/views/mailer/issue_edit.text.erb
app/views/mailer/security_notification.html.erb
app/views/mailer/security_notification.text.erb
app/views/mailer/settings_updated.html.erb
app/views/mailer/settings_updated.text.erb
config/initializers/10-patches.rb
lib/redmine/configuration.rb
lib/redmine/info.rb
lib/tasks/email.rake
test/unit/mail_handler_test.rb
test/unit/mailer_localisation_test.rb [new file with mode: 0644]
test/unit/mailer_test.rb