<?php
namespace wcf\data\conversation;
use wcf\data\AbstractDatabaseObjectAction;
-use wcf\data\IClipboardAction;
use wcf\data\conversation\label\ConversationLabel;
use wcf\data\conversation\message\ConversationMessageAction;
use wcf\data\conversation\message\ViewableConversationMessageList;
+use wcf\data\IClipboardAction;
use wcf\system\clipboard\ClipboardHandler;
use wcf\system\exception\PermissionDeniedException;
use wcf\system\exception\UserInputException;
* Executes conversation-related actions.
*
* @author Marcel Werk
- * @copyright 2001-2012 WoltLab GmbH
+ * @copyright 2001-2013 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @package com.woltlab.wcf.conversation
* @subpackage data.conversation
namespace wcf\data\conversation;
use wcf\data\conversation\label\ConversationLabel;
use wcf\data\conversation\label\ConversationLabelList;
-use wcf\data\DatabaseObjectDecorator;
use wcf\data\user\User;
use wcf\data\user\UserProfile;
+use wcf\data\DatabaseObjectDecorator;
use wcf\system\database\util\PreparedStatementConditionBuilder;
use wcf\system\WCF;
* Represents a viewable conversation.
*
* @author Marcel Werk
- * @copyright 2009-2012 WoltLab GmbH
+ * @copyright 2009-2013 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @package com.woltlab.wcf.conversation
* @subpackage data.conversation
<?php
namespace wcf\data\conversation\message;
-use wcf\data\DatabaseObjectDecorator;
use wcf\data\user\User;
use wcf\data\user\UserProfile;
+use wcf\data\DatabaseObjectDecorator;
/**
* Represents a viewable conversation message.
*
* @author Marcel Werk
- * @copyright 2001-2012 WoltLab GmbH
+ * @copyright 2001-2013 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @package com.woltlab.wcf.conversation
* @subpackage data.conversation.message
<?php
namespace wcf\form;
-use wcf\data\conversation\Conversation;
-use wcf\data\conversation\ConversationAction;
+use wcf\data\conversation\message\ConversationMessage;
use wcf\data\conversation\message\ConversationMessageAction;
use wcf\data\conversation\message\ViewableConversationMessageList;
-use wcf\data\conversation\message\ConversationMessage;
+use wcf\data\conversation\Conversation;
+use wcf\data\conversation\ConversationAction;
use wcf\data\user\UserProfile;
use wcf\system\breadcrumb\Breadcrumb;
use wcf\system\exception\IllegalLinkException;
* Shows the conversation message edit form.
*
* @author Marcel Werk
- * @copyright 2009-2012 WoltLab GmbH
+ * @copyright 2009-2013 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @package com.woltlab.wcf.conversation
* @subpackage form
namespace wcf\page;
use wcf\data\conversation\label\ConversationLabel;
use wcf\data\conversation\message\ConversationMessage;
+use wcf\data\conversation\Conversation;
use wcf\data\conversation\ConversationAction;
use wcf\data\conversation\ConversationParticipantList;
-use wcf\data\conversation\Conversation;
use wcf\data\conversation\ViewableConversation;
use wcf\system\breadcrumb\Breadcrumb;
use wcf\system\exception\IllegalLinkException;
* Shows a conversation.
*
* @author Marcel Werk
- * @copyright 2009-2012 WoltLab GmbH
+ * @copyright 2009-2013 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @package com.woltlab.wcf.conversation
* @subpackage page
<?php
namespace wcf\system\moderation\queue\report;
-use wcf\data\conversation\Conversation;
-use wcf\data\conversation\ConversationList;
use wcf\data\conversation\message\ConversationMessage;
use wcf\data\conversation\message\ConversationMessageAction;
use wcf\data\conversation\message\ConversationMessageList;
use wcf\data\conversation\message\ViewableConversationMessage;
+use wcf\data\conversation\Conversation;
+use wcf\data\conversation\ConversationList;
use wcf\data\moderation\queue\ModerationQueue;
use wcf\data\moderation\queue\ViewableModerationQueue;
use wcf\system\moderation\queue\ModerationQueueManager;
* An implementation of IModerationQueueReportHandler for conversation messages.
*
* @author Alexander Ebert
- * @copyright 2001-2012 WoltLab GmbH
+ * @copyright 2001-2013 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @package com.woltlab.wcf.conversation
* @subpackage system.moderation.queue
<?php
namespace wcf\system\user\notification\object\type;
-use wcf\data\conversation\ConversationList;
use wcf\data\conversation\Conversation;
+use wcf\data\conversation\ConversationList;
use wcf\data\object\type\AbstractObjectTypeProcessor;
use wcf\system\user\notification\object\ConversationUserNotificationObject;
* Represents a conversation notification object type.
*
* @author Marcel Werk
- * @copyright 2001-2012 WoltLab GmbH
+ * @copyright 2001-2013 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
* @package com.woltlab.wcf.conversation
* @subpackage system.user.notification.object.type