stable
Clone or download
Read-only
(request #11622) Support for custom email sender field in tracker admin and db
To test this, you need to create a tracker, then go to Administration and Email Notification Settings Change-Id: I37401eb3c0dbf1d4b1268e7ed708d5f11984d58b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +10 | −0 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2018/201806181019_custom_email_sender.php | +58 | −0 | Go to diff View file |
M | plugins/tracker/db/uninstall.sql | +1 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/ConfigNotificationEmailCustomSender.php | +56 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Notifications/NotificationCustomisationSettingsPresenter.php | +6 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php | +15 | −1 | Go to diff View file |
A | plugins/tracker/include/Tracker/dao/ConfigNotificationEmailCustomSenderDao.php | +52 | −0 | Go to diff View file |
M | plugins/tracker/site-content/en_US/tracker.tab | +6 | −0 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po | +7 | −1 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/tracker.tab | +1 | −0 | Go to diff View file |
M | plugins/tracker/site-content/tuleap-tracker.pot | +3 | −0 | Go to diff View file |
M | plugins/tracker/templates/notifications/admin-subject-customisation.mustache | +7 | −1 | Go to diff View file |