Improved text color support
authorAlexander Ebert <ebert@woltlab.com>
Tue, 27 Sep 2016 11:20:10 +0000 (13:20 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 27 Sep 2016 11:20:10 +0000 (13:20 +0200)
commit77785808f70e913acec1effa77ebddc807c5c7d5
tree8d2ac2fffd569c77822a1a1b492f1416a9b8b2a9
parent44700544d38e85f6bc534b2b5c9d283434443d70
Improved text color support

All colors with a hex representation are now supported, in addition CSS
color names are converted into hex to unify the generated HTML.
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabCode.js
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabColor.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/RuntimeStyle.js [new file with mode: 0644]
wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php
wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeWoltlabColor.class.php
wcfsetup/install/files/lib/system/html/metacode/converter/ColorMetacodeConverter.class.php