stable
Clone or download
Read-only
part of story #14897 see rendered html diff in artifact changes Given you have a text field, and given it have been updated at least once, you should now have a carret indicating if diff is open/closed In order to ease development and maintenance, everything needed by the story will be done in typescript Change-Id: Ia152b1c2d9beb4e45a0036a35ccc2046c8f84c46
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/FormElement/Burnup.php | +0 | −4 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinition.php | +0 | −5 | Go to diff View file |
M | plugins/testmanagement/include/TestManagement/Step/Execution/Field/StepExecution.php | +0 | −5 | Go to diff View file |
A | plugins/tracker/include/Tracker/Artifact/ChangesetValue/Text/FollowUpPresenter.php | +44 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Renderer/EditRenderer.class.php | +8 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_String.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetValue_Text.class.php | +11 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php | +0 | −21 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_ArtifactLink.class.php | +0 | −14 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Burndown.class.php | +0 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Computed.class.php | +0 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.class.php | +0 | −15 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Date.class.php | +0 | −19 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_File.class.php | +0 | −26 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_List.class.php | +0 | −34 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Numeric.class.php | +0 | −20 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_PermissionsOnArtifact.class.php | +0 | −19 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.class.php | +0 | −42 | Go to diff View file |
A | plugins/tracker/scripts/artifact/test-follow-up.test.ts | +61 | −0 | Go to diff View file |
A | plugins/tracker/scripts/artifact/text-follow-up.ts | +78 | −0 | Go to diff View file |
M | plugins/tracker/scripts/legacy/TrackerArtifact.js | +0 | −32 | Go to diff View file |
A | plugins/tracker/templates/form-element/text/follow-up-content.mustache | +5 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Artifact/Tracker_Artifact_ChangesetValue_TextTest.php | +29 | −36 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_CriteriaTest.php | +0 | −4 | Go to diff View file |
M | plugins/tracker/themes/default/css/style.scss | +4 | −0 | Go to diff View file |
M | plugins/tracker/webpack.common.js | +1 | −0 | Go to diff View file |
M | plugins/tracker_encryption/include/Tracker_FormElement_Field_Encrypted.class.php | +0 | −12 | Go to diff View file |