stable
Clone or download
Read-only
This is part of request #8895 remove TinyMCE Before fully removing TinyMCE, we have to extract the duplicated code about CKEDITOR instanciation with a selectbox format (HTML / Text) This refacto impacts: * TV5 text fields and comments * TV5 masschange * modal in place (old one) in TV5 view (example drag and drop error in tracker cardwall report) * TV3 comments This commit also fixes a bug on TV5 masschange textarea Change-Id: I9ccafe779b13ecca0a5e44c0f493b330f9a68c40
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/www/scripts/TrackerArtifact.js | +14 | −21 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerRichTextEditor.js | +7 | −92 | Go to diff View file |
M | plugins/tracker/www/scripts/modal-in-place.js | +13 | −4 | Go to diff View file |
M | src/common/include/Combined.class.php | +9 | −6 | Go to diff View file |
M | src/www/scripts/trackerv3_artifact.js | +29 | −92 | Go to diff View file |
A | src/www/scripts/tuleap/textarea_rte.js | +122 | −0 | Go to diff View file |