stable
Clone or download
Read-only
story #8669: Add "assigned to" value in tracker notifications subject
Also, the text and HTML body are enhanced with the list of all users assigned to the artifact. To activate the feature, you must add an entry into plugin_tracker_notification_assigned_to: INSERT INTO plugin_tracker_notification_assigned_to VALUES(<project_id>); Change-Id: Ieef089d43743b11e78d35f2b7dc54015e16d39b8
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db/install.sql | +5 | −0 | Go to diff View file |
A | plugins/tracker/db/mysql/updates/2015/201512091100_create_tracker_notification_assigned_to_table.php | +42 | −0 | Go to diff View file |
M | plugins/tracker/db/uninstall.sql | +2 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php | +23 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php | +79 | −11 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue.class.php | +1 | −1 | Go to diff View file |
A | plugins/tracker/include/Tracker/ConfigNotificationAssignedTo.php | +39 | −0 | Go to diff View file |
A | plugins/tracker/include/Tracker/dao/ConfigNotificationAssignedToDao.php | +29 | −0 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +4 | −2 | Go to diff View file |
M | plugins/tracker/site-content/en_US/tracker.tab | +1 | −1 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/tracker.tab | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/Tracker_Artifact_ChangesetTest.php | +5 | −1 | Go to diff View file |
M | src/common/autoload.php | +2 | −2 | Go to diff View file |