stable

Clone or download

Read-only

Merge commit 'refs/changes/97/4097/3' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: story #8090: Export & import selected tracker

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