dev

Forked from tuleap/dev

Clone or download

Read-only

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

* ssh://gerrit.tuleap.net:29418/tuleap: story #7496: Display priority changes in artifact modal story #7496: Log priority change when several artifacts are moved Change-Id: I2c05e36852521baeef796777b36d3afbda423a24

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ResourcesPatcher.class.php +3 −3 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Presenter/FollowUpCommentsPresenter.php +4 −9 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Renderer/EditInPlaceRenderer.class.php +26 −9 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset.class.php +28 −20 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Followup_Item.class.php +12 −6 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityHistoryChange.class.php +9 −5 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityManager.class.php +57 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/PriorityDao.class.php +7 −0 Go to diff View file
M plugins/tracker/templates/follow-ups.mustache +12 −23 Go to diff View file
M plugins/tracker/www/themes/default/css/style.less +61 −59 Go to diff View file