stable

Clone or download

Read-only

Revert "request #8535 There should be only one validation of the whole XML import file"

This reverts commit ad4c8ab2501fa6ec9d540dda0d6efc5cb7c6a96c / gerrit Ia1363bbbbbe8d12b4ba7366ab70f4b239ae770db. Few things have not been seen during the integration of this commit: - artifact-definition.rnc has been updated but corresponding .rng is not updated (in plugins/tracker). - tracker- and artifact-definition.rng have appeared in core, without any corresponding .rnc files. I suspect that those files have been copied / moved from plugins/tracker. - core should not include directly .rng from plugins. I'm affraid that we cannot integrate this as of today and we will have to do more than one validation: at least one fore core + one for each plugin to import. Impacts are: - export / import tracker structure - migrate tv3 to tv5 - export / import project (+ tracker and artifact) Change-Id: I8158975c1dac8b3235ceeb9176bdad86bb962ae2

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/XMLExport.php +5 −0 Go to diff View file
M plugins/tracker/include/TrackerXmlExport.class.php +1 −0 Go to diff View file
M plugins/tracker/www/resources/artifact-definition.rnc +5 −5 Go to diff View file
M src/common/project/ProjectXMLExporter.class.php +3 −3 Go to diff View file
D src/common/xml/resources/artifact-definition.rng +0 −336 Go to diff View file
D src/common/xml/resources/project.rnc +0 −18 Go to diff View file
D src/common/xml/resources/project.rng +0 −27 Go to diff View file
D src/common/xml/resources/tracker-definition.rng +0 −1130 Go to diff View file
D src/common/xml/resources/ugroups-definition.rnc +0 −12 Go to diff View file
D src/common/xml/resources/ugroups-definition.rng +0 −28 Go to diff View file
M src/common/xml/resources/ugroups.rnc +16 −6 Go to diff View file
M src/common/xml/resources/ugroups.rng +26 −5 Go to diff View file