stable

Clone or download

Read-only

Merge commit 'refs/changes/73/4173/10' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: story #8168: Export and import users openlist fields Change-Id: Idb0e1251aed91a899ebc9bf9d643f5252032750e

Modified Files

Name
M plugins/tracker/bin/migrate_tv3_to_tv5.sh +0 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/ArtifactFieldsDataBuilder.class.php +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport/XMLImportFieldStrategyOpenList.class.php +44 −4 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement.class.php +22 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php +2 −16 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php +13 −0 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ArtifactXMLExporterBuilder.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/XML/Exporter/ChangesetValue/ChangesetValueOpenListXMLExporter.class.php +37 −10 Go to diff View file
M plugins/tracker/tests/Tracker/XML/Exporter/ChangesetValue/ChangesetValueOpenListXMLExporterTest.php +70 −2 Go to diff View file
M plugins/tracker/www/resources/artifact-definition.rnc +1 −1 Go to diff View file
M plugins/tracker/www/resources/artifact-definition.rng +4 −1 Go to diff View file