stable

Forked from tuleap/stable

Clone or download

Read-only

Merge changes I74297b94,Ia53d9a4c into 5830_tv3totv5_attachments

* changes: Add type to field_name to better qualify what we expect story #5992 - Dump 'CC' values from tv3 and define RNC/RNG XML format

Modified Files

Name
A plugins/tracker/tests/_fixtures/import_artifacts/cc.xml +48 −0 Go to diff View file
M plugins/tracker/www/resources/artifacts.rnc +20 −4 Go to diff View file
M plugins/tracker/www/resources/artifacts.rng +47 −11 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
M src/common/tracker/ArtifactXMLExporterArtifact.class.php +43 −9 Go to diff View file
M src/common/tracker/ArtifactXMLExporterDao.class.php +13 −0 Go to diff View file
A src/common/tracker/Exception/Exception_TV3XMLException.class.php +22 −0 Go to diff View file
M src/common/tracker/Exception/TV3XMLAttachmentNotFoundException.class.php +1 −1 Go to diff View file
A src/common/tracker/Exception/TV3XMLUnknownFieldTypeException.class.php +25 −0 Go to diff View file
M src/utils/TrackerV3-data-exporter.php +3 −0 Go to diff View file
M tests/simpletest/common/tracker/ArtifactXMLExporterTestPHP53.php +64 −0 Go to diff View file
A tests/simpletest/common/tracker/_fixtures/artifact_cc_add_new.json +82 −0 Go to diff View file
A tests/simpletest/common/tracker/_fixtures/artifact_cc_no_changes.json +64 −0 Go to diff View file
A tests/simpletest/common/tracker/_fixtures/artifact_cc_remove.json +61 −0 Go to diff View file