stable

Clone or download

Read-only

Merge commit 'refs/changes/00/3500/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7496: Store context of the move when available and if the priority has been raised or not Change-Id: If477ddf2ab2454760d6cd7b63689a8a89c76709d

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactLinkUpdater.class.php +31 −12 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php +12 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +12 −13 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php +14 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ResourcesPatcher.class.php +10 −10 Go to diff View file
M plugins/agiledashboard/www/js/MilestoneContent.js +7 −1 Go to diff View file
M plugins/agiledashboard/www/js/milestone-planning.js +14 −3 Go to diff View file
M plugins/tracker/db/install.sql +5 −1 Go to diff View file
A plugins/tracker/db/mysql/updates/2015/201501211009_add_raised_context_project_columns_in_priority_history_table.php +75 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +15 −16 Go to diff View file
D plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityHistoryManager.class.php +0 −46 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityManager.class.php +112 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +10 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_PriorityHistoryDao.class.php +9 −3 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Priority.class.php +7 −4 Go to diff View file
M plugins/tracker/include/autoload.php +3 −3 Go to diff View file