stable

Clone or download

Read-only

request #8867: Export and import cardwall custom mappings

The AgileDashbord XML export is now able to: * Export / import column color * Export / import custom field mapping * Export / import custom field mappin values Unkown value provided in XML are skipped and a warning is raised. In addtion, existing templates are still compatible (can be tested with default SCRUM XML) Change-Id: I2a57aa22fd8adde6107637da7a82abff86ed558a

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/XMLExporter.class.php +1 −2 Go to diff View file
M plugins/cardwall/include/CardwallConfigXml.class.php +11 −5 Go to diff View file
M plugins/cardwall/include/CardwallConfigXmlExport.class.php +64 −5 Go to diff View file
M plugins/cardwall/include/CardwallConfigXmlImport.class.php +202 −18 Go to diff View file
M plugins/cardwall/include/OnTop/ColumnDao.class.php +17 −3 Go to diff View file
M plugins/cardwall/include/OnTop/Config/TrackerMapping.class.php +12 −3 Go to diff View file
M plugins/cardwall/include/OnTop/Config/TrackerMappingFreestyle.class.php +5 −3 Go to diff View file
M plugins/cardwall/include/OnTop/Config/ValueMapping.class.php +5 −2 Go to diff View file
M plugins/cardwall/include/cardwallPlugin.class.php +3 −0 Go to diff View file
M plugins/cardwall/site-content/en_US/cardwall.tab +6 −1 Go to diff View file
M plugins/cardwall/site-content/fr_FR/cardwall.tab +6 −1 Go to diff View file
M plugins/cardwall/tests/CardwallConfigXmlExportTest.php +45 −5 Go to diff View file
M plugins/cardwall/tests/CardwallConfigXmlImportTest.php +174 −27 Go to diff View file
M plugins/cardwall/www/resources/xml_project_cardwall.rnc +19 −2 Go to diff View file
M plugins/cardwall/www/resources/xml_project_cardwall.rng +48 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List_Bind_StaticValue_None.class.php +8 −4 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +8 −2 Go to diff View file
M plugins/tracker/include/TrackerXmlImport.class.php +6 −1 Go to diff View file
M plugins/tracker/tests/TrackerXmlImportTest.php +28 −7 Go to diff View file
M src/common/event/Event.class.php +4 −3 Go to diff View file