Overhauled attachments and image editing
authorAlexander Ebert <ebert@woltlab.com>
Wed, 19 Nov 2014 15:03:43 +0000 (16:03 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 19 Nov 2014 15:03:43 +0000 (16:03 +0100)
commit5bc2753af045636af3d6b91d4d95239c65c138e3
treec80c2de57af6285576c5d3bad34735bd4766d6dc
parentdf37e22d71f93444438a753d217c1a07ff91f9ea
Overhauled attachments and image editing

- Images (using the [img]-BBCode can now be resized)
- Attachments
  - Embed both thumbnail and original file
  - Original file can be resized
- Improved visuals and UX for attachments management
14 files changed:
com.woltlab.wcf/bbcode.xml
com.woltlab.wcf/templates/messageFormAttachments.tpl
com.woltlab.wcf/templates/wysiwyg.tpl
wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js
wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js
wcfsetup/install/files/js/WCF.Attachment.js
wcfsetup/install/files/lib/data/attachment/AttachmentAction.class.php
wcfsetup/install/files/lib/system/bbcode/AttachmentBBCode.class.php
wcfsetup/install/files/lib/system/bbcode/ImageBBCode.class.php
wcfsetup/install/files/style/attachment.less
wcfsetup/install/files/style/button.less
wcfsetup/install/files/style/redactor.less
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml