Enhances ands acp user clipboard
authorMatthias Schmidt <gravatronics@live.com>
Fri, 2 Mar 2012 10:00:15 +0000 (11:00 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Fri, 2 Mar 2012 10:00:15 +0000 (11:00 +0100)
commit48f9369a015737bcc4fec6432d30996e43206cc1
treee80e7512561857dbbb6092427d00ee2fc600d443
parent7839b4f9ba2462b98702e5825e596a06fe8c6910
Enhances ands acp user clipboard

Changelog:

* Fixed illegal call `ClipboardHandler::getTypeID()` to `ClipboardHandler::getObjectTypeID()`
* Fixed wrong database table column name in `ClipboardHandler ::loadMarkedItems()`
* Removed unnecessary SID-related code in `ClipboardEditorItem::setURL()` since that is handled by the `LinkHandler`
* The urls of the clipboard editor items in `UserClipboardAction` are now properly set with the `LinkHandler`
* Fixes bug in `UserAction::validateDelete()` (`$this->users` instead of `$this->objects`)
* Fixes wrong way to get the action name in `ClipboardProxyAction`
* `WCF.ACP.User.List` now uses `WCF.System.Confirmation` for user deletion confirmation dialog.
* Added missing language items and renamed the two existing to better names.

TODO:
* After users are deleted, nothing happens. I think the best thing would be a page refresh.
12 files changed:
wcfsetup/install/files/acp/js/WCF.ACP.js
wcfsetup/install/files/lib/acp/form/UserAssignToGroupForm.class.php
wcfsetup/install/files/lib/acp/form/UserEmailAddressExportForm.class.php
wcfsetup/install/files/lib/acp/form/UserMailForm.class.php
wcfsetup/install/files/lib/action/ClipboardProxyAction.class.php
wcfsetup/install/files/lib/data/user/UserAction.class.php
wcfsetup/install/files/lib/system/clipboard/ClipboardEditorItem.class.php
wcfsetup/install/files/lib/system/clipboard/ClipboardHandler.class.php
wcfsetup/install/files/lib/system/clipboard/action/UserClipboardAction.class.php
wcfsetup/install/files/lib/system/worker/MailWorker.class.php
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml