stable

Clone or download

Read-only

Add the switch to markup format button

part of story #14897 see rendered html diff in artifact changes How to test: toggle a text changeset there is now a new button "switch to markup" click on switch to markup => content is loaded in text format This patch should handle correcty network requests, we should not load N times the same resource. Change-Id: I8533d6d108fbc70db1049186d415fa0473b0409e

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Changeset/TextDiff/DiffProcessor.php +8 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/TextDiff/TextDiffRetriever.php +1 −4 Go to diff View file
M plugins/tracker/scripts/artifact/test-follow-up.test.ts +120 −9 Go to diff View file
M plugins/tracker/scripts/artifact/text-follow-up.ts +143 −21 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +10 −0 Go to diff View file
M plugins/tracker/templates/form-element/text/follow-up-content.mustache +17 −3 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/Changeset/TextDiff/DiffProcessorTest.php +27 −15 Go to diff View file
M plugins/tracker/themes/default/css/style.scss +3 −1 Go to diff View file