stable
Clone or download
Read-only
Merge commit 'refs/changes/10/3310/7' of ssh://gerrit.tuleap.net:29418/tuleap into stable
* ssh://gerrit.tuleap.net:29418/tuleap: story #7511: PATCH /backlog_items/{id}/children should check items belong to {id} PATCH /milestones/:id/backlog
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php | +24 | −2 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +60 | −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 | +57 | −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 | +84 | −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 |
M | tests/rest/BacklogItemsTest.php | +46 | −0 | Go to diff View file |
A | tests/rest/MilestonesBacklogPatchTest.php | +173 | −0 | Go to diff View file |