Added native `[html]` bbcode
authorAlexander Ebert <ebert@woltlab.com>
Tue, 13 Jun 2017 13:23:38 +0000 (15:23 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 13 Jun 2017 13:23:38 +0000 (15:23 +0200)
commit3d9f265d3bd3eb652a33a4d7457712919d0b8d93
tree5446abe81acfce72047622ccfef033a5b26c2bdd
parent859f8fb46f31d190cec51a7c224b63e0f0350744
Added native `[html]` bbcode

See #2301
19 files changed:
com.woltlab.wcf/bbcode.xml
com.woltlab.wcf/templates/wysiwyg.tpl
com.woltlab.wcf/templates/wysiwygToolbar.tpl
wcfsetup/install/files/acp/templates/bbCodeSelectOptionType.tpl
wcfsetup/install/files/acp/templates/header.tpl
wcfsetup/install/files/acp/templates/userGroupAdd.tpl
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabHtml.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Code.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Html.js [new file with mode: 0644]
wcfsetup/install/files/lib/acp/form/UserGroupEditForm.class.php
wcfsetup/install/files/lib/system/bbcode/HtmlBBCode.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/cache/builder/OptionCacheBuilder.class.php
wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeProcessor.class.php
wcfsetup/install/files/lib/system/html/metacode/converter/HtmlMetacodeConverter.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/html/output/node/HtmlOutputNodePre.class.php
wcfsetup/install/files/lib/system/option/user/group/BBCodeSelectUserGroupOptionType.class.php
wcfsetup/install/files/style/bbcode/code.scss
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml