dev

Forked from tuleap/dev

Clone or download

Read-only

story #7496: Store priority changes for the two impacted artifacts in database

Change-Id: I144fbf529ea9b5d09623d6ba4276d36723c3b60b

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