stable

Clone or download

Read-only

(request #11622) Added support for custom senders in the notifier

Added support for custom text formatting in the sender field, so that one can add e.g. the user's real name. The output is slugified to make the emails less likely to be marked as spam by filters. Change-Id: Ia419683438fa788251910aac801e46552ab805ac

Modified Files

Name
M plugins/tracker/composer.json +10 −1 Go to diff View file
A plugins/tracker/composer.lock +87 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/Notification/Notifier.php +97 −18 Go to diff View file
A plugins/tracker/include/Tracker/ConfigNotificationEmailCustomSenderFormatter.php +66 −0 Go to diff View file
A plugins/tracker/phpunit/Tracker/Artifact/Changeset/Notification/NotifierCustomSenderTest.php +174 −0 Go to diff View file
A plugins/tracker/phpunit/Tracker/Notifications/ConfigNotificationEmailCustomSenderFormatterTest.php +91 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +12 −2 Go to diff View file
M plugins/tracker/site-content/tuleap-tracker.pot +7 −0 Go to diff View file
M plugins/tracker/templates/notifications/admin-subject-customisation.mustache +4 −0 Go to diff View file
M plugins/tracker/tests/Artifact/Changeset/Notification/NotifierTest.php +15 −2 Go to diff View file