stable

Clone or download

Read-only

Merge commit 'refs/changes/15/11715/24' of ssh://gerrit.tuleap.net:29418/tuleap

* ssh://gerrit.tuleap.net:29418/tuleap: (request #11622) Added support for custom senders in the notifier Change-Id: I86be243e58bd05e1209d8ca99236a45313a099f8

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