stable

Clone or download

Read-only

Merge commit 'refs/changes/91/4091/5' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #8090: Refacto AgileDashboard XML Export

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