stable
Clone or download
Read-only
Part of story #18336 add support of markdown How to test: - Rebuild the rich text editor lib in tracker and plugin tracker: $ (cd plugins/tracker/scripts/lib/rich-text-editor && npm run build) \ && (cd plugins/tracker && npm run build) - Create a new artifact. When you choose a format, write content and submit, the format and content are saved correctly. - If you set up a default value like <blabla> in the field configuration, the default value is escaped and appears in CKEditor. - No functional change for image upload in CKEditors. Change-Id: I3763404594dd3a8b827e3bd2d233b5ef599e89f9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Artifact/Renderer/SubmitRenderer.class.php | +5 | −0 | Go to diff View file |
A | plugins/tracker/scripts/artifact/create-view.ts | +51 | −0 | Go to diff View file |
M | plugins/tracker/scripts/legacy/TrackerArtifact.js | +0 | −28 | Go to diff View file |
M | plugins/tracker/webpack.common.js | +1 | −0 | Go to diff View file |
A | src/scripts/tuleap/escaper.d.ts | +23 | −0 | Go to diff View file |