stable

Clone or download

Read-only

Merge commit 'refs/changes/56/5056/12' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master

* ssh://gerrit.tuleap.net:29418/tuleap: request #8867: Export and import cardwall custom mappings Change-Id: Iaa2719561fc8cb4b3199fc9bb628a9a46ae52602

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