stable
Clone or download
Read-only
Part of story #7511: Drag'nDrop backlog items Change-Id: I2f43c6f6e7888f7491fe30b05e08a2aaa4aa408e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +56 | −4 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResourceValidator.class.php | +14 | −0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/REST/v1/OrderIdOutOfBoundException.class.php | +29 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/OrderRepresentation.php | +4 | −0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/REST/v1/OrderValidator.class.php | +43 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +4 | −2 | Go to diff View file |
A | plugins/agiledashboard/tests/include/AgileDashboard/REST/v1/OrderValidatorTestPHP53.php | +75 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php | +1 | −1 | Go to diff View file |
M | tests/lib/rest/TestDataBuilder.php | +15 | −10 | Go to diff View file |
M | tests/lib/rest/init_data.php | +0 | −1 | Go to diff View file |
A | tests/rest/MilestonesBacklogPatchTest.php | +173 | −0 | Go to diff View file |