stable

Clone or download

Read-only

story #8399: display reply by mail address

If the reply by mail feature is activated in insecure mode, then allow users to know the email address used to reply to a specific artifact. This information is displayed next to the textarea in followup section and has the same behavior that teh envelope in the toolbar. Change-Id: I2e5db45f75f1dafe4d375c48b2e0c56c2ecce3d9

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/View/Edit.class.php +36 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_ArtifactByEmailStatus.class.php +4 −2 Go to diff View file
M plugins/tracker/site-content/en_US/script_locale.txt +6 −4 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +2 −1 Go to diff View file
M plugins/tracker/site-content/fr_FR/script_locale.txt +6 −4 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker_ArtifactByEmailStatusTest.php +30 −30 Go to diff View file
M plugins/tracker/www/scripts/TrackerEmailCopyPaste.js +35 −13 Go to diff View file
M plugins/tracker/www/themes/default/css/style.less +6 −0 Go to diff View file