stable

Clone or download

Read-only

story #8090: Refacto AgileDashboard XML Export

The import process is a little more tricky to fix, because it's used a core class (ProjectXMLImporter) in several places, like REST tests and ProjectHelper Change-Id: I20fc1ae23228d0bf7efa46696ae90811942b42c1

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/XMLFullStructureExporter.php +90 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +2 −2 Go to diff View file
A plugins/agiledashboard/include/AgileDashboardRouterBuilder.php +228 −0 Go to diff View file
M plugins/agiledashboard/include/Planning/PlanningController.class.php +3 −3 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +4 −121 Go to diff View file
M plugins/agiledashboard/include/autoload.php +4 −2 Go to diff View file
M plugins/agiledashboard/include/constants.php +5 −0 Go to diff View file
M plugins/agiledashboard/tests/AgileDashboardRouterTest.php +1 −1 Go to diff View file
A plugins/agiledashboard/tests/include/AgileDashboard/XMLFullStructureExporterTest.php +63 −0 Go to diff View file
M plugins/agiledashboard/tests/include/ControllerTest.php +3 −3 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.class.php +2 −2 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +2 −3 Go to diff View file
M src/common/project/ProjectXMLExporter.class.php +1 −27 Go to diff View file
M tests/simpletest/common/project/ProjectXMLExporterTest.php +0 −19 Go to diff View file