Using alternate approach to deal with mentions
authorAlexander Ebert <ebert@woltlab.com>
Fri, 12 Aug 2016 13:45:50 +0000 (15:45 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 12 Aug 2016 13:45:56 +0000 (15:45 +0200)
commit8fdca4dc05a4bfde83d45bf2f6f1064d447f729e
tree933f8cbdf89c9f9694729b15a7a5a4d095e16429
parent709c6d8f3413b0461d9228bf4b4f93624ad744ae
Using alternate approach to deal with mentions

Using a custom element has too many drawbacks and issues, all though
being far more elegant, it is just not worth it.
16 files changed:
com.woltlab.wcf/bbcode.xml
com.woltlab.wcf/objectType.xml
com.woltlab.wcf/templates/htmlNodeWoltlabMention.tpl [deleted file]
com.woltlab.wcf/templates/userBBCodeTag.tpl [new file with mode: 0644]
com.woltlab.wcf/templates/wysiwyg.tpl
wcfsetup/install/files/acp/templates/wysiwyg.tpl
wcfsetup/install/files/js/3rdParty/redactor2/plugins/WoltLabMention.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Mention.js
wcfsetup/install/files/lib/system/bbcode/UserBBCode.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/html/input/filter/MessageHtmlInputFilter.class.php
wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeTextParser.class.php
wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeWoltlabMention.class.php [deleted file]
wcfsetup/install/files/lib/system/html/output/node/HtmlOutputNodeWoltlabMention.class.php [deleted file]
wcfsetup/install/files/lib/system/message/embedded/object/UserMessageEmbeddedObjectHandler.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/option/user/group/BBCodeSelectUserGroupOptionType.class.php
wcfsetup/install/files/lib/util/MessageUtil.class.php