Sorts use statements
authorMatthias Schmidt <gravatronics@live.com>
Sat, 5 Jan 2013 17:46:58 +0000 (18:46 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 5 Jan 2013 17:46:58 +0000 (18:46 +0100)
files/lib/data/conversation/ConversationAction.class.php
files/lib/data/conversation/ViewableConversation.class.php
files/lib/data/conversation/message/ViewableConversationMessage.class.php
files/lib/form/ConversationMessageEditForm.class.php
files/lib/page/ConversationPage.class.php
files/lib/system/moderation/queue/report/ConversationMessageModerationQueueReportHandler.class.php
files/lib/system/user/notification/object/type/ConversationNotificationObjectType.class.php

index aefee6112630e8a4dad32ef3d3b882b6de085521..735d64db7dfb3c203cdf126f0d4fff4e87820b80 100644 (file)
@@ -1,10 +1,10 @@
 <?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;
@@ -19,7 +19,7 @@ use wcf\system\WCF;
  * 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
index 804f99132de089a0a6729db5eda61f39a5e44d9a..e5dfa5640f507a5cde2cf48573a4c02b89e4c79f 100644 (file)
@@ -2,9 +2,9 @@
 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;
 
@@ -12,7 +12,7 @@ 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
index d7af4824b5d0597b658e2bc20b5d11fc3bef64e5..724ff862abf9f4519935a1b9cbde90ef7d6022d8 100644 (file)
@@ -1,14 +1,14 @@
 <?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
index 74cfa700ac3d5b33333dcc992d90cfc16e5aa680..b3dead29d2f56b72ce336e86fd84cdf448c49889 100644 (file)
@@ -1,10 +1,10 @@
 <?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;
@@ -17,7 +17,7 @@ use wcf\util\HeaderUtil;
  * 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
index a5597d539bb2dd75ad025d3a4ceb3c5e5dd508c0..6bb069249f5606a95cf8264b4eed62452ab7e9db 100644 (file)
@@ -2,9 +2,9 @@
 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;
@@ -18,7 +18,7 @@ use wcf\util\HeaderUtil;
  * 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
index 5f0d7d9b7c76a12d8f1de3b80d70f0bdec9b7955..95f76306675046b6d93751f8018f2f1604f59acd 100644 (file)
@@ -1,11 +1,11 @@
 <?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;
@@ -15,7 +15,7 @@ use wcf\system\WCF;
  * 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
index e5c37ebfb8db0a412e123435fd8b549f873ee350..423cec488d84bf632aacb3fc8a605ec794ab5885 100644 (file)
@@ -1,7 +1,7 @@
 <?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;
 
@@ -9,7 +9,7 @@ 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