Experimental change: Use style attribute in Editor
authorAlexander Ebert <ebert@woltlab.com>
Sat, 15 Oct 2016 14:04:50 +0000 (16:04 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 15 Oct 2016 14:25:13 +0000 (16:25 +0200)
commit607ff92e515d68f3d494db178069247e0d97ba07
treef59bdfa7e5707c23421fb47bf7e88679b2eb853b
parentd3925b67b9eba7eaef81887a0cf772dcfc5baa15
Experimental change: Use style attribute in Editor

The recent updates of Redactor made changes to the style-attribute
handling, finally allowing us to use them instead of working around with
custom elements + CSS class names. This is still somewhat experimental,
as it is needs some more testing.
21 files changed:
com.woltlab.wcf/templates/wysiwyg.tpl
com.woltlab.wcf/templates/wysiwygToolbar.tpl
wcfsetup/install/files/acp/templates/wysiwyg.tpl
wcfsetup/install/files/acp/templates/wysiwygToolbar.tpl
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabClean.js
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabColor.js
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabFont.js
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabKeydown.js
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabSize.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Format.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/RuntimeStyle.js [deleted file]
wcfsetup/install/files/lib/system/html/input/filter/MessageHtmlInputFilter.class.php
wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php
wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeWoltlabColor.class.php [deleted file]
wcfsetup/install/files/lib/system/html/metacode/converter/ColorMetacodeConverter.class.php
wcfsetup/install/files/lib/system/html/metacode/converter/FontMetacodeConverter.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/html/metacode/converter/SizeMetacodeConverter.class.php
wcfsetup/install/files/lib/system/html/output/node/HtmlOutputNodeWoltlabColor.class.php [deleted file]
wcfsetup/install/files/lib/system/html/output/node/HtmlOutputNodeWoltlabFont.class.php [deleted file]
wcfsetup/install/files/lib/system/html/output/node/HtmlOutputNodeWoltlabSize.class.php [deleted file]
wcfsetup/install/files/style/ui/redactor.scss