stable
Clone or download
Read-only
tasks #7367 Add link in notification
This task is part of story #7354: finish story unsubscribe to artifact notification * The link to unsubscrive is on top of mail (on the right of breadcrumb) * Adding new object to deal with subscription Change-Id: I09eaf735db5a3178879854de522cfd733ce73fad
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/tracker/include/Tracker/Artifact/ArtifactNotificationSubscriber.class.php | +106 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php | +11 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php | +22 | −7 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PerTrackerArtifactIdclass.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/site-content/en_US/tracker.tab | +7 | −1 | Go to diff View file |
M | plugins/tracker/site-content/fr_FR/tracker.tab | +6 | −0 | Go to diff View file |
A | plugins/tracker/tests/ArtifactNotificationSubscriberTest.php | +71 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerArtifact.js | +3 | −2 | Go to diff View file |
D | plugins/tracker/www/unsubscribe_notifications.php | +0 | −46 | Go to diff View file |
M | site-content/en_US/mail/html_template.php | +18 | −12 | Go to diff View file |