stable

Clone or download

Read-only

Refactoring: extract plannings xml exporter in a dedicated object

This is part of story #14000 manage "en masse" backlog operations No functionnal changes expected here. The export of plannings must work as before. Change-Id: Ibc788279544e2e0bf2177118f51e580ecef1fdee

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/XMLExporter.class.php +11 −104 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/XMLImporter.class.php +5 −3 Go to diff View file
M plugins/agiledashboard/include/AgileDashboardRouter.class.php +4 −3 Go to diff View file
A plugins/agiledashboard/include/Planning/XML/XMLExporter.php +155 −0 Go to diff View file
M plugins/agiledashboard/phpunit/AgileDashboard/AgileDashboard_XMLExporterTest.php +28 −275 Go to diff View file
A plugins/agiledashboard/phpunit/Planning/XML/XMLExporterTest.php +271 −0 Go to diff View file
M plugins/agiledashboard/tests/include/AgileDashboard/XMLImporterTest.php +9 −8 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.php +4 −3 Go to diff View file