stable

Clone or download

Read-only

request #22218 Make the text format avaible for text edition

Users may be accustomed to using the text format. Markdown should stay as default but text will need to be available for his users too. Moreover, the canned responses and default values are saved as text format. Those content can be broken when it's put in a markdown text field. Change-Id: I9cad4e343973bc9ebdf778c962ed6685bf5fc66e

Modified Files

Name
M plugins/testmanagement/include/TestManagement/Step/Definition/Field/StepDefinition.php +4 −0 Go to diff View file
M plugins/testmanagement/scripts/step-definition-field/StepDefinitionActions.test.js +0 −18 Go to diff View file
M plugins/testmanagement/scripts/step-definition-field/StepDefinitionActions.vue +0 −5 Go to diff View file
M plugins/testmanagement/scripts/step-definition-field/StepDefinitionEditableStep.vue +4 −2 Go to diff View file
M plugins/testmanagement/scripts/step-definition-field/index.js +1 −5 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_Text.php +4 −0 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/common/FormatSelector.vue +1 −4 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/fields/text-field/TextField.vue +4 −11 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/FlamingParrotDocumentAdapter.ts +15 −4 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/EditorAreaRenderer.test.ts +2 −28 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/EditorAreaRenderer.ts +1 −4 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/EditorAreaState.test.ts +2 −23 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/EditorAreaState.ts +1 −10 Go to diff View file
M plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/EditorAreaStateInterface.ts +0 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/FormElement/Tracker_FormElement_Field_TextTest.php +16 −0 Go to diff View file
M src/common/User/Account/EditionPresenter.php +5 −0 Go to diff View file
M src/common/User/Account/templates/edition.mustache +9 −0 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +1 −1 Go to diff View file