Enhances new clipboard's unmark all action
authorMatthias Schmidt <gravatronics@live.com>
Sat, 27 Oct 2012 18:34:10 +0000 (20:34 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 27 Oct 2012 18:34:10 +0000 (20:34 +0200)
commit7918ddba05d926183634807c8d552ed1ce66aa67
treed681b5db9f7fda5331cab6ab4daa6972f00a0393
parent49cced4297b07f93ec4f032833dbd751503bebf1
Enhances new clipboard's unmark all action

The action class now **has to** implement the new `wcf\data\IClipboardAction` interface and the AJAX call to unmark all items includes the container data now.
wcfsetup/install/files/js/WCF.js
wcfsetup/install/files/lib/data/IClipboardAction.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/user/UserAction.class.php
wcfsetup/install/files/lib/system/clipboard/ClipboardHandler.class.php