Added proper support for font size and color
authorAlexander Ebert <ebert@woltlab.com>
Tue, 24 May 2016 14:08:41 +0000 (16:08 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 24 May 2016 14:08:59 +0000 (16:08 +0200)
commit8101152161d308504b75a41a1a16b5b8fdf74b43
treeeaf7a4da7db6e966ab76147b538ebb4db9e940a8
parent1b87c0bd1f019191568e482fc00ef63d98842012
Added proper support for font size and color
13 files changed:
com.woltlab.wcf/templates/wysiwyg.tpl
com.woltlab.wcf/templates/wysiwygToolbar.tpl
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabSize.js [new file with mode: 0644]
wcfsetup/install/files/lib/system/html/input/filter/MessageHtmlInputFilter.class.php
wcfsetup/install/files/lib/system/html/metacode/converter/ColorMetacodeConverter.class.php
wcfsetup/install/files/lib/system/html/metacode/converter/SizeMetacodeConverter.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/html/node/AbstractHtmlNode.class.php
wcfsetup/install/files/lib/system/html/output/node/HtmlOutputNodeProcessor.class.php
wcfsetup/install/files/lib/system/html/output/node/HtmlOutputNodeWoltlabColor.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/html/output/node/HtmlOutputNodeWoltlabSize.class.php [new file with mode: 0644]
wcfsetup/install/files/style/ui/redactor.scss
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml