stable

Clone or download

Read-only

Merge commit 'refs/changes/71/23371/6' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #22218 Make the text format avaible for text edition Change-Id: I13bc688aace1780e90160d7db43752e76090ee0d

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