summaryrefslogtreecommitdiffstats
path: root/test/unit/mailer_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Adds missing fixture to mailer_test (#41795).Marius Balteanu2024-11-221-1/+1
* Add project identifier to List-Id header in notification emails (#13359).Go MAEDA2024-07-261-6/+19
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix exception raised during thumbnail macro to image tag conversion in emails...Go MAEDA2023-08-301-0/+12
* Add X-Redmine-Issue-Priority headers to issue notification mails (#2746).Go MAEDA2023-05-131-0/+1
* Show parent issues in notification email (#34302).Go MAEDA2023-03-011-1/+2
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Render mentioned users with leading @ and highlight (#36699, #13919).Marius Balteanu2022-03-191-1/+1
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-231-0/+75
* Explicitly specify text formatting in the tests (#35952).Marius Balteanu2022-01-221-2/+2
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).Marius Balteanu2021-08-011-14/+14
* X-Redmine-Issue-Assignee email header field is empty when the assignee of an ...Go MAEDA2021-05-181-0/+27
* Use `Time.use_zone` instead of `Time.zone=` (#35208).Go MAEDA2021-05-071-4/+3
* Fix sending mail with DeliveryJob is deprecated (#29914, #32908).Go MAEDA2021-04-011-4/+4
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove space inside array brackets from test/unit/mailer_test.rbToshi MARUYAMA2020-12-111-2/+2
* shorten long line of test/unit/mailer_test.rbToshi MARUYAMA2020-12-031-7/+35
* fix source indent of test/unit/mailer_test.rbToshi MARUYAMA2020-12-031-11/+15
* add space after comma to test/unit/mailer_test.rbToshi MARUYAMA2020-11-041-1/+1
* Locked users in a group receive notifications when the group is added as a wa...Go MAEDA2020-09-011-1/+20
* Show open/closed badge in email notifications (#33834).Go MAEDA2020-08-211-0/+10
* Add a link to the issues list in a reminder email (#33099).Go MAEDA2020-03-071-2/+6
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Include attachments in news post notifications (#33002).Go MAEDA2020-02-241-0/+13
* Include attachments in forum post notifications (#16006).Go MAEDA2020-02-111-0/+18
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/mailer_test.rbToshi MARUYAMA2019-11-051-22/+21
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/unit/mailer_te...Toshi MARUYAMA2019-10-151-0/+1
* Add additional mail headers for issue tracker (#31910).Go MAEDA2019-09-121-0/+1
* Test errors with SQLite3 (#10378).Jean-Philippe Lang2019-06-201-0/+1
* Don't show empty fields in email notifications (#10378).Jean-Philippe Lang2019-06-201-0/+21
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Don't rescue Exception class (#31387).Go MAEDA2019-05-251-3/+3
* MailerTest fails depending on the time (#31225).Go MAEDA2019-05-221-4/+9
* Show the number of days left until the due date in reminders (#31225).Go MAEDA2019-05-191-9/+9
* Fix tests to test Mailer.deliver_issue_edit instead of Mailer.deliver_issue_a...Go MAEDA2019-05-061-6/+10
* Show the total number of open issues in a reminder (#31104).Go MAEDA2019-04-181-1/+10
* Don't raise an exception when the emission email address is not RFC compliant...Go MAEDA2019-04-081-0/+12
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Issue emails cannot be threaded by some mailers due to inconsistent Message-I...Go MAEDA2019-03-041-10/+20
* "View all issues" link in email reminders points to issues list which does no...Go MAEDA2019-03-031-0/+5
* New setting to include the status changes in issue mail notifications subject...Go MAEDA2019-02-281-0/+44
* Daylight savings causes inconsistency of Message-Id (#13888).Go MAEDA2019-02-191-0/+11
* Test that List-Id header field does not include display name and extra angle ...Go MAEDA2019-02-161-2/+5
* Show author's name in the From field of email notifications (#5913).Go MAEDA2019-02-151-0/+19
* Start date and due date in email notifications (#13307).Go MAEDA2019-01-251-1/+3
* Don't send notifications when using Issue.generate! in tests in order to spee...Jean-Philippe Lang2018-12-021-1/+1