dev

Clone or download

Read-only

tasks #736:6 Handle mass change

This task is part of story #7354: finish story unsubscribe to artifact notification Change-Id: I41e8526f8db50c7e958b7e9504bd42bbc2319717

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/ArtifactNotificationSubscriber.class.php +8 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +1 −1 Go to diff View file
A plugins/tracker/include/Tracker/MasschangeDataValueExtractor.class.php +42 −0 Go to diff View file
A plugins/tracker/include/Tracker/MasschangeUpdater.class.php +123 −0 Go to diff View file
A plugins/tracker/include/Tracker/Masschange_Presenter.class.php +75 −0 Go to diff View file
M plugins/tracker/include/Tracker/Report/Tracker_Report.class.php +2 −24 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +20 −45 Go to diff View file
M plugins/tracker/include/autoload.php +5 −2 Go to diff View file
M plugins/tracker/site-content/en_US/tracker.tab +7 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +7 −0 Go to diff View file
A plugins/tracker/templates/masschange.mustache +42 −0 Go to diff View file
A plugins/tracker/tests/MasschangeDataValueExtractorTest.php +60 −0 Go to diff View file
A plugins/tracker/tests/MasschangeUpdaterTest.php +86 −0 Go to diff View file
M plugins/tracker/www/themes/default/css/style.less +24 −0 Go to diff View file