Added lightweight WYSIWYG support for comment responses
authorAlexander Ebert <ebert@woltlab.com>
Wed, 1 Nov 2017 15:28:40 +0000 (16:28 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 1 Nov 2017 15:28:47 +0000 (16:28 +0100)
commit564a5ac35b4575deaf6c2ebd642f32feb8717d9c
tree12ef6f10ab927238f242752b3aa51f2c4fa799ae
parent355f950cf614408f5fb5ea8589f33ca5285a7015
Added lightweight WYSIWYG support for comment responses

Closes #2461
16 files changed:
com.woltlab.wcf/objectType.xml
com.woltlab.wcf/templates/__commentJavaScript.tpl
com.woltlab.wcf/templates/commentListAddComment.tpl
com.woltlab.wcf/templates/commentResponseEditor.tpl [new file with mode: 0644]
wcfsetup/install/files/js/WCF.Comment.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Comment/Add.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Comment/Response/Add.js [new file with mode: 0644]
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Comment/Response/Edit.js [new file with mode: 0644]
wcfsetup/install/files/lib/data/comment/CommentAction.class.php
wcfsetup/install/files/lib/data/comment/response/CommentResponse.class.php
wcfsetup/install/files/lib/data/comment/response/CommentResponseAction.class.php
wcfsetup/install/files/lib/system/worker/CommentResponseRebuildDataWorker.class.php [new file with mode: 0644]
wcfsetup/install/files/style/ui/comment.scss
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml
wcfsetup/setup/db/install.sql