stable

Clone or download

Read-only

Merge commit 'refs/changes/89/3489/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7496: Store priority changes for the two impacted artifacts in database Conflicts: plugins/tracker/include/autoload.php Change-Id: I2f801fe9f3040dd06bf412562055ae10bc004e18

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactLinkUpdater.class.php +11 −2 Go to diff View file
M plugins/tracker/db/install.sql +9 −0 Go to diff View file
A plugins/tracker/db/mysql/updates/2015/201501191123_create_tracker_artifact_priority_history_table.php +46 −0 Go to diff View file
M plugins/tracker/db/uninstall.sql +1 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +24 −4 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityHistoryManager.class.php +46 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +2 −0 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_PriorityHistoryDao.class.php +36 −0 Go to diff View file
M plugins/tracker/include/autoload.php +4 −2 Go to diff View file