stable
Clone or download
Read-only
Merge commit 'refs/changes/61/5361/23' of ssh://gerrit.tuleap.net:29418/tuleap
* ssh://gerrit.tuleap.net:29418/tuleap: request #9010 Export project tool must export all importable services Change-Id: I9e42f9d127de15d1f708e7bf4e33955cd59d38d7
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 |