Improved HTML parser + editor integration
authorAlexander Ebert <ebert@woltlab.com>
Thu, 26 May 2016 08:35:06 +0000 (10:35 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 26 May 2016 08:35:13 +0000 (10:35 +0200)
commitd85b1843c712605f4fb3fee8622cc6b3d206fc85
treec421cac3677c4def1230bbdecc22aa26469c148e
parentd737fc5169613dc10bac32a4ac69d7f7ed14eb0e
Improved HTML parser + editor integration
17 files changed:
com.woltlab.wcf/templates/messageFormSettings.tpl
com.woltlab.wcf/templates/messageFormTabs.tpl
com.woltlab.wcf/templates/wysiwyg.tpl
wcfsetup/install/files/js/WoltLab/WCF/Dom/Util.js
wcfsetup/install/files/js/WoltLab/WCF/Ui/Redactor/Metacode.js [new file with mode: 0644]
wcfsetup/install/files/lib/data/IMessageQuickReplyAction.class.php
wcfsetup/install/files/lib/form/MessageForm.class.php
wcfsetup/install/files/lib/system/bbcode/HtmlBBCodeParser.class.php
wcfsetup/install/files/lib/system/html/input/HtmlInputProcessor.class.php
wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php
wcfsetup/install/files/lib/system/html/input/node/IHtmlInputNodeProcessor.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/html/node/HtmlNodeProcessor.class.php
wcfsetup/install/files/lib/system/html/node/IHtmlNodeProcessor.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/message/MessageFormSettingsHandler.class.php [deleted file]
wcfsetup/install/files/lib/system/message/QuickReplyManager.class.php
wcfsetup/install/files/lib/system/template/plugin/LangCompilerTemplatePlugin.class.php
wcfsetup/install/files/lib/util/DOMUtil.class.php