stable

Clone or download

Read-only

story #8090: Export & import selected tracker

Change-Id: I8c86ff4dc8abef4c60ac7f278c970a19fed389c5

Modified Files

Name
M plugins/cardwall/include/CardwallConfigXmlImport.class.php +4 −0 Go to diff View file
M plugins/tracker/include/TrackerXmlExport.class.php +15 −0 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +24 −5 Go to diff View file
M plugins/tracker/tests/TrackerXmlExportTest.php +12 −0 Go to diff View file
M src/common/event/Event.class.php +1 −0 Go to diff View file
M src/common/project/ProjectXMLExporter.class.php +17 −1 Go to diff View file
M src/utils/export_project_xml.php +7 −3 Go to diff View file
M tests/simpletest/common/project/ProjectXMLExporterTest.php +10 −1 Go to diff View file