stable

Clone or download

Read-only

request #9010 Export project tool must export all importable services

on xml export with --all flag you can export all trackers, artifacts and agiledashboard template export does not broke import Change-Id: I92ad3d29f5ba26fedac8c353030a403d0049395c

Modified Files

Name
M plugins/agiledashboard/www/resources/xml_project_agiledashboard.rnc +2 −22 Go to diff View file
M plugins/agiledashboard/www/resources/xml_project_agiledashboard.rng +3 −40 Go to diff View file
A plugins/agiledashboard/www/resources/xml_project_agiledashboard_planning.rnc +19 −0 Go to diff View file
A plugins/agiledashboard/www/resources/xml_project_agiledashboard_planning.rng +44 −0 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.class.php +24 −1 Go to diff View file
M plugins/cardwall/www/resources/xml_project_cardwall.rnc +2 −32 Go to diff View file
M plugins/cardwall/www/resources/xml_project_cardwall.rng +3 −69 Go to diff View file
A plugins/cardwall/www/resources/xml_project_cardwall_data.rnc +30 −0 Go to diff View file
A plugins/cardwall/www/resources/xml_project_cardwall_data.rng +73 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +16 −12 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport.class.php +11 −3 Go to diff View file
M plugins/tracker/include/TrackerXmlExport.class.php +86 −14 Go to diff View file
M plugins/tracker/include/constants.php +13 −3 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +36 −8 Go to diff View file
M plugins/tracker/tests/TrackerXmlExportTest.php +13 −4 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
A src/common/project/XML/Export/NoArchive.php +45 −0 Go to diff View file
M src/common/xml/resources/project/project.rnc +4 −0 Go to diff View file
M src/common/xml/resources/project/project.rng +12 −0 Go to diff View file
A src/common/xml/resources/project/xml_project_agiledashboard_planning.rng +44 −0 Go to diff View file
A src/common/xml/resources/project/xml_project_cardwall_data.rng +73 −0 Go to diff View file
M src/utils/export_project_xml.php +6 −1 Go to diff View file