dev

Forked from tuleap/dev

Clone or download

Read-only

Merge commit 'refs/changes/95/3495/11' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #7496: Display priority changes likes an artifact change in follow-ups section Change-Id: Iac746e23c799fde9de1e2f08cc3f23351a4aa630

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ArtifactLinkUpdater.class.php +1 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php +4 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +5 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +26 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php +8 −13 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Followup_Item.class.php +53 −0 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityHistoryChange.class.php +213 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityManager.class.php +40 −4 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/View/Edit.class.php +7 −7 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_PriorityHistoryDao.class.php +10 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Priority.class.php +2 −1 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 +7 −0 Go to diff View file
M plugins/tracker/site-content/fr_FR/tracker.tab +8 −0 Go to diff View file
M plugins/tracker/www/themes/default/css/style.less +46 −17 Go to diff View file