stable

Clone or download

Read-only

Merge commit 'refs/changes/14/11714/11' of ssh://gerrit.tuleap.net:29418/tuleap

* ssh://gerrit.tuleap.net:29418/tuleap: (request #11622) Support for custom email sender field in tracker admin and db Change-Id: I2a6edd13c4e826b33ff7e3aa522f801b126037e4

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