stable
Clone or download
Read-only
request #19292 XML import does not recognize the "commonmark" Text format
How to test: Quick test with REST tests: - Edit tests/rest/_fixtures/01-private-member/project.xml - Change one of the <body format="text"> to <body format="commonmark"> - make tests_rest_php73 should not fail during the import Thorough test: - Export a project with at least one artifact with a markdown Text field or follow-up comment. The "format" attribute for both should have "commonmark" value. - Import the project again. The comment and the text field should have the correct format after import. Change-Id: I2a888d678a4a1753e3b43ec9e3d1e2441554295e
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/resources/artifact-definition.rnc | +1 | −1 | Go to diff View file |
M | plugins/tracker/resources/artifact-definition.rng | +1 | −0 | Go to diff View file |
M | plugins/tracker/resources/artifacts.rng | +1 | −0 | Go to diff View file |
M | plugins/tracker/resources/tracker.rng | +1 | −0 | Go to diff View file |
M | plugins/tracker/resources/trackers.rng | +1 | −0 | Go to diff View file |
M | src/common/xml/resources/project/artifact-definition.rng | +1 | −0 | Go to diff View file |
M | src/common/xml/resources/project/project.rng | +1 | −0 | Go to diff View file |