stable

Clone or download

Read-only

Default format is now "commonmark" in the Backend

part of story #18337 markdown replace text How to test: Comments without explicit format are now defaulted to "Markdown" format instead of "Text" format. For example, if you submit a new artifact through the Modal v1 (create a new artifact link), its text fields will be saved in Markdown format. Change-Id: Ie25c7ace30a092afb2bcdedfb41fbe7a17658672

Modified Files

Name
M plugins/tracker/include/REST/Artifact/ArtifactUpdater.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Artifact.php +2 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_Changeset_Comment.class.php +1 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/XMLImport.class.php +1 −1 Go to diff View file
M plugins/tracker/tests/unit/REST/Artifact/ArtifactUpdaterTest.php +2 −2 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/XmlImportTest.php +37 −27 Go to diff View file
M plugins/tracker/tests/unit/Tracker_Artifact_Changeset_CommentTest.php +16 −5 Go to diff View file