stable

Clone or download

Read-only

Merge commit 'refs/changes/65/4865/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #8669: Add "assigned to" value in tracker notifications subject Change-Id: I986cdec7fa10209ded7732b3a7c6b24d727cd9dc

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