stable

Clone or download

Read-only

PR mail notifications are sent in the locale of the recipient

Part of story #14190: get email notifications on pull requests - first stage Change-Id: Ic0f3e7a93e5502f26a3f4d28127defd01a82b8f9

Modified Files

Name
M plugins/pullrequest/include/PullRequest/Notification/Strategy/PullRequestNotificationSendMail.php +38 −17 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php +3 −1 Go to diff View file
M plugins/pullrequest/phpunit/Notification/Strategy/PullRequestNotificationSendMailTest.php +14 −4 Go to diff View file
M src/common/backend/BackendSVN.class.php +12 −15 Go to diff View file
A src/common/language/LocaleSwitcher.php +58 −0 Go to diff View file
M src/common/templating/mustache/GettextHelper.php +6 −12 Go to diff View file
M src/www/include/pre.php +3 −4 Go to diff View file
A tests/phpunit/common/language/LocaleSwitcherTest.php +67 −0 Go to diff View file