stable

Clone or download

Read-only

tasks #7338: Add unsuscribe button on each artifact

This task is part of story #2501 : be able to unsuscribe to an artifact - add button to unsubscribe within each artifact - if user, click on it, he will no longer receive a notificatio - if he reactivat ethe notification, he will receive againthe notification Change-Id: I6799edbea470153b9faa9188b709cb85d532445e

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +26 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +34 −0 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_URLVerification.class.php +1 −0 Go to diff View file
M plugins/tracker/site-content/en_US/script_locale.txt +6 −1 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +3 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/script_locale.txt +5 −1 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +3 −0 Go to diff View file
M plugins/tracker/www/scripts/TrackerArtifact.js +35 −0 Go to diff View file
M plugins/tracker/www/themes/default/css/style.less +12 −0 Go to diff View file
A plugins/tracker/www/unsubscribe_notifications.php +46 −0 Go to diff View file