stable

Clone or download

Read-only

Remove agiledashboard plugin code leaks in the core

Part of request #14536: Check that plugins code does not leak into the core Change-Id: I9f48c57f8e4121a080a38d58452298b16a17912c

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/ResourcesInjector.class.php +3 −1 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/REST/v1/AgileDashboardProjectResource.php +313 −0 Go to diff View file
R src/common/REST/v1/BacklogAddRepresentation.php Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemParentReference.class.php +21 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemRepresentation.php +81 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php +1 −1 Go to diff View file
R src/common/REST/v1/BacklogRemoveRepresentation.php Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneParentReference.class.php +16 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneRepresentation.class.php +153 −3 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/OrderRepresentation.php +51 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php +1 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Rank/ArtifactsRankOrderer.php +3 −3 Go to diff View file
R src/common/Project/REST/v2/ProjectResource.class.php Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v2/BacklogRepresentation.php +20 −3 Go to diff View file
D plugins/agiledashboard/include/AgileDashboard/REST/v2/ResourcesInjector.class.php +0 −47 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.php +0 −174 Go to diff View file
M plugins/agiledashboard/phpunit/REST/v1/Milestone/MilestoneElementAdderTest.php +1 −1 Go to diff View file
M plugins/agiledashboard/phpunit/REST/v1/Milestone/MilestoneElementRemoverTests.php +1 −3 Go to diff View file
M src/common/Event/Event.class.php +0 −115 Go to diff View file
M src/common/Project/REST/v1/ProjectResource.class.php +0 −359 Go to diff View file
D src/common/REST/v1/BacklogItemParentReferenceBase.class.php +0 −44 Go to diff View file
D src/common/REST/v1/BacklogItemRepresentationBase.class.php +0 −102 Go to diff View file
D src/common/REST/v1/MilestoneParentReferenceBase.class.php +0 −39 Go to diff View file
D src/common/REST/v1/MilestoneRepresentationBase.class.php +0 −179 Go to diff View file
D src/common/REST/v1/OrderRepresentationBase.class.php +0 −75 Go to diff View file
D src/common/REST/v2/BacklogRepresentationBase.class.php +0 −44 Go to diff View file
M src/www/api/index.php +1 −10 Go to diff View file