Renamed WCF to WSC / Removed obsolete phpdoc tags
authorMarcel Werk <burntime@woltlab.com>
Wed, 15 Jun 2016 09:21:37 +0000 (11:21 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 15 Jun 2016 09:21:37 +0000 (11:21 +0200)
60 files changed:
.gitignore
CHANGELOG.md
constants.php
files/lib/data/conversation/Conversation.class.php
files/lib/data/conversation/ConversationAction.class.php
files/lib/data/conversation/ConversationEditor.class.php
files/lib/data/conversation/ConversationList.class.php
files/lib/data/conversation/ConversationParticipantList.class.php
files/lib/data/conversation/FeedConversation.class.php
files/lib/data/conversation/FeedConversationList.class.php
files/lib/data/conversation/UserConversationList.class.php
files/lib/data/conversation/ViewableConversation.class.php
files/lib/data/conversation/label/ConversationLabel.class.php
files/lib/data/conversation/label/ConversationLabelAction.class.php
files/lib/data/conversation/label/ConversationLabelEditor.class.php
files/lib/data/conversation/label/ConversationLabelList.class.php
files/lib/data/conversation/message/ConversationMessage.class.php
files/lib/data/conversation/message/ConversationMessageAction.class.php
files/lib/data/conversation/message/ConversationMessageEditor.class.php
files/lib/data/conversation/message/ConversationMessageList.class.php
files/lib/data/conversation/message/SearchResultConversationMessage.class.php
files/lib/data/conversation/message/SearchResultConversationMessageList.class.php
files/lib/data/conversation/message/SimplifiedViewableConversationMessageList.class.php
files/lib/data/conversation/message/ViewableConversationMessage.class.php
files/lib/data/conversation/message/ViewableConversationMessageList.class.php
files/lib/data/modification/log/ConversationLogModificationLogList.class.php
files/lib/data/modification/log/ViewableConversationModificationLog.class.php
files/lib/form/ConversationAddForm.class.php
files/lib/page/ConversationFeedPage.class.php
files/lib/page/ConversationListPage.class.php
files/lib/page/ConversationPage.class.php
files/lib/system/attachment/ConversationMessageAttachmentObjectType.class.php
files/lib/system/cache/runtime/ConversationRuntimeCache.class.php
files/lib/system/cache/runtime/UserConversationRuntimeCache.class.php
files/lib/system/clipboard/action/ConversationClipboardAction.class.php
files/lib/system/conversation/ConversationHandler.class.php
files/lib/system/event/listener/ConversationUserActionRenameListener.class.php
files/lib/system/event/listener/ConversationUserMergeListener.class.php
files/lib/system/importer/ConversationAttachmentImporter.class.php
files/lib/system/importer/ConversationImporter.class.php
files/lib/system/importer/ConversationLabelImporter.class.php
files/lib/system/importer/ConversationMessageImporter.class.php
files/lib/system/importer/ConversationUserImporter.class.php
files/lib/system/log/modification/ConversationModificationLogHandler.class.php
files/lib/system/message/quote/ConversationMessageQuoteHandler.class.php
files/lib/system/moderation/queue/report/ConversationMessageModerationQueueReportHandler.class.php
files/lib/system/page/handler/ConversationListPageHandler.class.php
files/lib/system/page/handler/DefaultConversationRelatedPageHandler.class.php
files/lib/system/page/handler/TConversationOnlineLocationPageHandler.class.php
files/lib/system/search/ConversationMessageSearch.class.php
files/lib/system/stat/ConversationMessageStatDailyHandler.class.php
files/lib/system/stat/ConversationStatDailyHandler.class.php
files/lib/system/user/notification/event/ConversationMessageUserNotificationEvent.class.php
files/lib/system/user/notification/event/ConversationUserNotificationEvent.class.php
files/lib/system/user/notification/object/ConversationMessageUserNotificationObject.class.php
files/lib/system/user/notification/object/ConversationUserNotificationObject.class.php
files/lib/system/user/notification/object/type/ConversationMessageNotificationObjectType.class.php
files/lib/system/user/notification/object/type/ConversationNotificationObjectType.class.php
files/lib/system/worker/ConversationMessageRebuildDataWorker.class.php
files/lib/system/worker/ConversationRebuildDataWorker.class.php

index d9b96dd61cea96d7d725476469a9d25fd6e8453a..78788ea932a3c18320c4f34c2296a5222f0c0802 100644 (file)
@@ -44,7 +44,7 @@ nbactions.xml
 *.imlworkspace
 .xml
 
-# Community Framework
+# WoltLab Suite
 # Ignore packages build directly in the workspace. They can however be added manually via git add, if wanted.
 *.tar
 *.tar.gz
\ No newline at end of file
index 5bdd369e30523014115c16bbdfb3b1757e5659f5..ebeae33519a0c152fca5aaff1b9771b1ff7ff6a4 100644 (file)
@@ -1,8 +1,8 @@
 # Changelog
 
-## 2.2
+## 3.0
 
-### 2.2.0 Alpha 1 (XXXX-YY-ZZ)
+### 3.0.0 Alpha 1 (XXXX-YY-ZZ)
 
 * Only search active conversation when using search bar in a conversation.
 * Filter option for conversation participants on conversation list page.
index b20d42267a221bc9df6bd878bbf264a312036e2f..dd1e0fd60fe39f4506748ca8e3115a8b6d42537c 100644 (file)
@@ -5,8 +5,7 @@
  * @author     Matthias Schmidt
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @category   Community Framework
+ * @package    WoltLabSuite\Core
  */
 
 // option constants
index 6b2dc13138945d1bb05eda2cb2acd5d09a4fccac..05756ab01f8c4252b3fab956387a623bac44d475 100644 (file)
@@ -19,9 +19,7 @@ use wcf\util\ArrayUtil;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation
  * 
  * @property-read      integer         $conversationID
  * @property-read      string          $subject
index 487e3160871706b1a48c7baa22ba27405134aa9b..150f2689d047cf349784f7eb2e82b3a0788dbb49 100644 (file)
@@ -25,9 +25,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation
  * 
  * @method     ConversationEditor[]    getObjects()
  * @method     ConversationEditor      getSingleObject()
index 97d26c31894b1a1b253eac344c31362e6688e14c..c95c03533515c95eb7c25d7b4e91a9e6c4d9119b 100644 (file)
@@ -11,9 +11,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation
  *
  * @method     Conversation    getDecoratedObject()
  * @mixin      Conversation
index 3ade6254ba5508c46dfe14542d07ea560c067cc4..88c70debd6d709235b45bae30b17d1321cb595af 100644 (file)
@@ -8,9 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation
  *
  * @method     Conversation            current()
  * @method     Conversation[]          getObjects()
index 6c200d7a7a1c28ba23a7af2f49aa1d73cdeb2534..31689a1c7f84b0a9858c5c6c47dde5b6b7aff6dc 100644 (file)
@@ -10,9 +10,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation
  */
 class ConversationParticipantList extends UserProfileList {
        /**
index 042fe939a30c17f3a00949b795195f03090f70e5..16c280892553a6c09c92b0c38e5a016fd627cc23 100644 (file)
@@ -10,9 +10,7 @@ use wcf\system\request\LinkHandler;
  * @author     Alexander Ebert
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation
  *
  * @method     Conversation    getDecoratedObject()
  * @mixin      Conversation
index bcbbdcca4e19aece95ddf5e87788dccc053a5b43..90a209b59a2981df8aa24c30a2e9bcd68dda4cc0 100644 (file)
@@ -8,9 +8,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation
  *
  * @method     FeedConversation        current()
  * @method     FeedConversation[]      getObjects()
index 6fbe76fd1ca159e0b7715bf840681c325d3e44ad..325125346639d715149a23282c816ec8046c18c3 100644 (file)
@@ -12,9 +12,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation
  * 
  * @method     ViewableConversation            current()
  * @method     ViewableConversation[]          getObjects()
index 51559de8b9dafc9a6737d424a3ad33820962d164..5bbecca28044d82f5cfa6c1593f928b536f7b4d5 100644 (file)
@@ -16,9 +16,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation
  * 
  * @method     Conversation    getDecoratedObject()
  * @mixin      Conversation
index 7c6ba80aa417e27dc204f2782a38651efc198c5e..e2ea6fb6d9023b97ac6aa37d26fe966f06396d9e 100644 (file)
@@ -9,9 +9,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation.label
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation\Label
  * 
  * @property-read      integer         $labelID
  * @property-read      integer         $userID
index d792819ba3abf74fddd59ae171abb18de36146c8..97edc6514217e1964ca411cb78fbe87552d8b746 100644 (file)
@@ -17,9 +17,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation.label
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation\Label
  * 
  * @method     ConversationLabel               create()
  * @method     ConversationLabelEditor[]       getObjects()
index 547b50722ca30d548a3de7d29a8a71953df459c5..c6ddf4c6ac6a557dc836738b6ea4ca927b34606c 100644 (file)
@@ -8,9 +8,7 @@ use wcf\data\DatabaseObjectEditor;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation.label
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation\Label
  * 
  * @method     ConversationLabel       getDecoratedObject()
  * @mixin      ConversationLabel
index 9c0dd39f861b70bef1315a8287bda0c77f9533a9..1a45b2b47fc247f1dd399d5776176521cedc27f6 100644 (file)
@@ -8,9 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation.label
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation\Label
  * 
  * @method     ConversationLabel               current()
  * @method     ConversationLabel[]             getObjects()
index 6d230c37c70d56c4cb4db8b823ee5bec625b5948..b38799c798a6b08e7da6aa5bfc7c8746514c5c75 100644 (file)
@@ -18,9 +18,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation.message
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation\Message
  *
  * @property-read      integer         $messageID
  * @property-read      integer         $conversationID
index dc5d825c22ccab0806b3af104bf8df49ac221b4d..15ac7c382a97cdc0e854b66e4533664b9cd0a85e 100644 (file)
@@ -36,9 +36,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation.message
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation\Message
  * 
  * @method     ConversationMessageEditor[]     getObjects()
  * @method     ConversationMessageEditor       getSingleObject()
index 8f541b7d066856c142a9fb69822156ba6a45453a..69011751718ac57d73ca59cf00c5f7384bec31d0 100644 (file)
@@ -8,9 +8,7 @@ use wcf\data\DatabaseObjectEditor;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation.message
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation\Message
  * 
  * @method     ConversationMessage     getDecoratedObject()
  * @mixin      ConversationMessage
index 09a517e624d55d3bdc3f4907487a95a154c8b40e..5a4b25bc939acaf21264dce09d765204032089b7 100644 (file)
@@ -8,9 +8,7 @@ use wcf\data\DatabaseObjectList;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation.message
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation\Message
  *
  * @method     ConversationMessage             current()
  * @method     ConversationMessage[]           getObjects()
index 49faf3f57eeede1b3b28efaefcaea2b05d1cd887..e50d34fdd003bb6ef9b6ffac7e289865d2fac5ff 100644 (file)
@@ -11,9 +11,7 @@ use wcf\system\search\SearchResultTextParser;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation.message
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation\Message
  * 
  * @property-read      string|null     $subject
  */
index 3c7cb1e4a35503d590529e906d18b532e3e82120..cadc5aa41a864c6d014ebd9bdef048df9c84ce8b 100644 (file)
@@ -7,9 +7,7 @@ namespace wcf\data\conversation\message;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation.message
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation\Message
  *
  * @method     SearchResultConversationMessage         current()
  * @method     SearchResultConversationMessage[]       getObjects()
index ab52590e74867c56deb3c9ae75d687c02c88ca90..a5fe51c7a9851e7a38d361e73b1852bec265db3f 100644 (file)
@@ -8,9 +8,7 @@ namespace wcf\data\conversation\message;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation.message
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation\Message
  */
 class SimplifiedViewableConversationMessageList extends ViewableConversationMessageList {
        /**
index a41bce0cee3c12895037780d7055ae26ee1af6e7..52c980f0af82fef44ab8dd78487e80c024796e23 100644 (file)
@@ -11,9 +11,7 @@ use wcf\system\cache\runtime\UserProfileRuntimeCache;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation.message
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation\Message
  * 
  * @method     ConversationMessage     getDecoratedObject()
  * @mixin      ConversationMessage
index d8742c40a3033f2e5c0c49832094c4a03c4bf253..a70d63dcf1e44f683dcfbdbdaed722dbceeebdb1 100644 (file)
@@ -12,9 +12,7 @@ use wcf\system\message\embedded\object\MessageEmbeddedObjectManager;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.conversation.message
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Conversation\Message
  *
  * @method     ViewableConversationMessage             current()
  * @method     ViewableConversationMessage[]           getObjects()
index f32fbb9f06d9761f600f2f7a99eda2c7f3aae9a5..72c6568a7f1a3d35b81cdecc6c4c9790c54d0e0d 100644 (file)
@@ -10,9 +10,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.modification.log
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Modification\Log
  *
  * @method     ViewableConversationModificationLog             current()
  * @method     ViewableConversationModificationLog[]           getObjects()
index 457ac8a53fd88d9e995f7469c23b4ac5d2702fea..3611c5e3ab7227a4dcd25b4922a5ef7ff3d9fdea 100644 (file)
@@ -12,9 +12,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage data.modification.log
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Data\Modification\Log
  *
  * @method     ModificationLog         getDecoratedObject()
  * @mixin      ModificationLog
index 6521dd2819ded21e0ac01ea4c062ac33161497d7..2afc1648c6b8b662fff7a0145cdb0551b477d5f8 100644 (file)
@@ -20,9 +20,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage form
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Form
  */
 class ConversationAddForm extends MessageForm {
        /**
index ef62a93c8149479ef96989d48a451d41a266b346..46bf7f1cf2224ab8ad9240a8f554adf46ea0a5c9 100644 (file)
@@ -9,9 +9,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage page
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Page
  */
 class ConversationFeedPage extends AbstractFeedPage {
        /**
index 38e54c89e0dd565daae4058319233879cb1f9c7b..cf81299719f41e19e87c8d34ab8a3bd39b52e710 100644 (file)
@@ -15,9 +15,7 @@ use wcf\util\ArrayUtil;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage page
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Page
  * 
  * @property   UserConversationList    $objectList
  */
index c95c6e711ec564100ab72772a7c0c2fc44d790e8..25abb67b2874db61d4b252bd6af9d5646bb0e821 100644 (file)
@@ -27,9 +27,7 @@ use wcf\util\StringUtil;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage page
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\Page
  * 
  * @property   ViewableConversationMessageList         $objectList
  */
index 4c463ecd0faf472ec40656a04a9e52142917aa6a..a9a44c93afcd914318f07a6dd78c38ae6f7fb525 100644 (file)
@@ -12,9 +12,7 @@ use wcf\util\ArrayUtil;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.attachment
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\Attachment
  * 
  * @method     ConversationMessage     getObject($objectID)
  */
index 8947fd976915a14632160c2398b81f79a73bb303..f49dc305544ae36bdcae56f1601f2fed394c9a09 100644 (file)
@@ -9,10 +9,8 @@ use wcf\data\conversation\ConversationList;
  * @author     Matthias Schmidt
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.cache.runtime
- * @category   Community Framework
- * @since      2.2
+ * @package    WoltLabSuite\Core\System\Cache\Runtime
+ * @since      3.0
  * 
  * @method     Conversation[]          getCachedObjects()
  * @method     Conversation            getObject($objectID)
index 8af48c05f4a7c8da64ad49d42cc020606f047ebe..fa6d1b402c6417c82eee716ff3da21b04b31bbf7 100644 (file)
@@ -10,10 +10,8 @@ use wcf\system\WCF;
  * @author     Matthias Schmidt
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.cache.runtime
- * @category   Community Framework
- * @since      2.2
+ * @package    WoltLabSuite\Core\System\Cache\Runtime
+ * @since      3.0
  * 
  * @method     Conversation[]          getCachedObjects()
  * @method     Conversation            getObject($objectID)
index 0cbb082da8a2df44d16aee8848625e8895b98acf..0382530ccfa58325773f5888cd912c5cc6ba3db2 100644 (file)
@@ -12,9 +12,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.clipboard.action
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\Clipboard\Action
  */
 class ConversationClipboardAction extends AbstractClipboardAction {
        /**
index c7c2ee11f4ae3307b56fb2dfdb17eb36441a7f32..31b08ac7671da7315115c3923277465be0e65a49 100644 (file)
@@ -11,9 +11,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.conversation
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\Conversation
  */
 class ConversationHandler extends SingletonFactory {
        /**
index 97f8b1e69761305913f05e419db53bb611fca26a..14a630a774f1fc6193ee2677454b0db314ce71ea 100644 (file)
@@ -7,9 +7,7 @@ namespace wcf\system\event\listener;
  * @author     Alexander Ebert
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.event.listener
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\Event\Listener
  */
 class ConversationUserActionRenameListener extends AbstractUserActionRenameListener {
        /**
index 0a300d3512445c9029b097b8b4ec962ae62b2174..234ccfc5cee4df4b7d1cb8cf6e6e5fd31cc5ea2b 100644 (file)
@@ -7,9 +7,7 @@ namespace wcf\system\event\listener;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.event.listener
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\Event\Listener
  */
 class ConversationUserMergeListener extends AbstractUserMergeListener {
        /**
index 1f7911290dd27be6914d58e6df4adf94a30e9fe5..13da950704d3b525afc3331a219e7106889d0683 100644 (file)
@@ -10,9 +10,7 @@ use wcf\data\object\type\ObjectTypeCache;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.importer
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\Importer
  */
 class ConversationAttachmentImporter extends AbstractAttachmentImporter {
        /**
index 70eb66f77624a748fd69426bf921d3eb4bb22b01..432662d4fbbaef314436ffb4aab2338b6d8c097f 100644 (file)
@@ -9,9 +9,7 @@ use wcf\data\conversation\ConversationEditor;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.importer
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\Importer
  */
 class ConversationImporter extends AbstractImporter {
        /**
index bcf5826fd8ffc24849f5335ae1bd8bc5acc8e7d4..4310e2f3dc8295990fbfe4fc9260348cc9081f4f 100644 (file)
@@ -9,9 +9,7 @@ use wcf\data\conversation\label\ConversationLabelAction;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.importer
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\Importer
  */
 class ConversationLabelImporter extends AbstractImporter {
        /**
index 21d3273607455230a1dae501c164352e2f90dde1..e1ace45b9d912f8cd10990bf8e42240b52744f09 100644 (file)
@@ -9,9 +9,7 @@ use wcf\data\conversation\message\ConversationMessageEditor;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.importer
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\Importer
  */
 class ConversationMessageImporter extends AbstractImporter {
        /**
index e9df0680e835309501b2baaa7a73757fd0e546bd..8f3daae69a1c984c985fabae5f16d4e42985d540 100644 (file)
@@ -8,9 +8,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.importer
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\Importer
  */
 class ConversationUserImporter extends AbstractImporter {
        /**
index 35fa89bf4d1951ab58829b0f6fa15b63c14407cb..0e9de623e8710d9867126ed0a58a7458d6a20259 100644 (file)
@@ -10,9 +10,7 @@ use wcf\data\user\UserList;
  * @author     Alexander Ebert
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.log.modification
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\Log\Modification
  */
 class ConversationModificationLogHandler extends AbstractModificationLogHandler {
        /**
@@ -100,7 +98,7 @@ class ConversationModificationLogHandler extends AbstractModificationLogHandler
         * ids.
         * 
         * @param       integer[]       $objectIDs
-        * @deprecated  since 2.2, use deleteLogs()
+        * @deprecated  3.0, use deleteLogs()
         */
        public function remove(array $objectIDs) {
                $this->deleteLogs($objectIDs);
index 41d8e562d85f0778a55be07b7a03873127caf83e..df7360d31056be086d7b7f7cfefda4cd7c39967a 100644 (file)
@@ -9,9 +9,7 @@ use wcf\data\conversation\ConversationList;
  * @author     Alexander Ebert
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.message.quote
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\Message\Quote
  */
 class ConversationMessageQuoteHandler extends AbstractMessageQuoteHandler {
        /**
index 1b3c57ef9ddc440f2419d1ead538dd84f8b6f683..021383bf54edd395cbabc2cc2c2a78bb3f98bb67 100644 (file)
@@ -18,9 +18,7 @@ use wcf\system\WCF;
  * @author     Alexander Ebert
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.moderation.queue
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\Moderation\Queue
  */
 class ConversationMessageModerationQueueReportHandler extends AbstractModerationQueueHandler implements IModerationQueueReportHandler {
        /**
index 867946ad06f9b4dc79104305ed089d005cab19b6..1b4fb77958579da7b90e46fdfeb8fad0722068be 100644 (file)
@@ -9,10 +9,8 @@ use wcf\system\WCF;
  * @author     Matthias Schmidt
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.page.handler
- * @category   Community Framework
- * @since      2.2
+ * @package    WoltLabSuite\Core\System\Page\Handler
+ * @since      3.0
  */
 class ConversationListPageHandler extends AbstractMenuPageHandler {
        /** @noinspection PhpMissingParentCallCommonInspection */
index d7144b84fcfa09c59b96fdb5e6ef351351e96b96..e12843e6aab508c42c0a88e778a7525a4f2331e7 100644 (file)
@@ -9,10 +9,8 @@ namespace wcf\system\page\handler;
  * @author     Matthias Schmidt
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.page.handler
- * @category   Community Framework
- * @since      2.2
+ * @package    WoltLabSuite\Core\System\Page\Handler
+ * @since      3.0
  */
 class DefaultConversationRelatedPageHandler extends AbstractMenuPageHandler implements IOnlineLocationPageHandler {
        use TConversationOnlineLocationPageHandler;
index 70fc02902f9776b43e6b5514900ad20392ce48ce..1d0eafc691b14a4e3384706fd13f4a1aa69c4b18 100644 (file)
@@ -11,10 +11,8 @@ use wcf\system\WCF;
  * @author     Matthias Schmidt
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.page.handler
- * @category   Community Framework
- * @since      2.2
+ * @package    WoltLabSuite\Core\System\Page\Handler
+ * @since      3.0
  */
 trait TConversationOnlineLocationPageHandler {
        use TOnlineLocationPageHandler;
index e76d7b96922faee28dfa9970e3babea4a0d2c14b..c50ac29154db85d8533f3c703e1247d057537016 100644 (file)
@@ -14,9 +14,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.search
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\Search
  */
 class ConversationMessageSearch extends AbstractSearchableObjectType {
        /**
index 8f2052bc7f1bc052093d30a95be37addc55d0ae2..957a85d12b6664573cf21a3cab4bda1fb07bcd10 100644 (file)
@@ -7,9 +7,7 @@ namespace wcf\system\stat;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.stat
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\Stat
  */
 class ConversationMessageStatDailyHandler extends AbstractStatDailyHandler {
        /**
index 29fcdc683a9c996244ed2f14b276c26242779d0f..e2f695e853e7ef6645437493fb005083e5baad7a 100644 (file)
@@ -7,9 +7,7 @@ namespace wcf\system\stat;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.stat
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\Stat
  */
 class ConversationStatDailyHandler extends AbstractStatDailyHandler {
        /**
index 4f369ddd28d58d76845997dc819b01a30c604524..ac1e48b8d77d38374b2adeb957af3719186a7f70 100644 (file)
@@ -9,9 +9,7 @@ use wcf\system\user\notification\object\ConversationMessageUserNotificationObjec
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.user.notification.event
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\User\Notification\Event
  * 
  * @method     ConversationMessageUserNotificationObject       getUserNotificationObject()
  */
index e17bddbcb177d5a4fbbc7b2ac57dc752553c98f4..df2f73322278a74d30564eb4c76477f0561b371b 100644 (file)
@@ -9,9 +9,7 @@ use wcf\system\user\notification\object\ConversationUserNotificationObject;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf.conversation
- * @subpackage system.user.notification.event
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\User\Notification\Event
  * 
  * @method     ConversationUserNotificationObject      getUserNotificationObject()
  */
index 94113411a31090d35036ca853f3b29394286fb1e..14afdb1b9ccbdf079b7561fc2c8c139fb5ef11ba 100644 (file)
@@ -10,9 +10,7 @@ use wcf\system\request\LinkHandler;
  * @author     Marcel Werk
  * @copyright  2001-2016 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
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\User\Notification\Object
  *
  * @method     ConversationMessage     getDecoratedObject()
  * @mixin      ConversationMessage
index 6b8d7a5d2d2f3a566cbd899501adeda847513c16..f9986b4a9315aaa39b80ad3d336ab5dddfd56a08 100644 (file)
@@ -10,9 +10,7 @@ use wcf\system\request\LinkHandler;
  * @author     Marcel Werk
  * @copyright  2001-2016 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
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\User\Notification\Object
  * 
  * @method     Conversation    getDecoratedObject()
  * @mixin      Conversation
index 0e3808c89268ce307df762124c8d2856398740ba..c5d388e5dcf179530808d89505d6b738524f58cd 100644 (file)
@@ -10,9 +10,7 @@ use wcf\system\user\notification\object\ConversationMessageUserNotificationObjec
  * @author     Marcel Werk
  * @copyright  2001-2016 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
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\User\Notification\Object\Type
  */
 class ConversationMessageNotificationObjectType extends AbstractUserNotificationObjectType {
        /**
index 3ec96a35db89be22f6bcebc16be51e40ce9ca9e0..605c9ad35a3228da30658fcc6e50cfc71703b47a 100644 (file)
@@ -11,9 +11,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2016 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
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\User\Notification\Object\Type
  */
 class ConversationNotificationObjectType extends AbstractUserNotificationObjectType {
        /**
index 62dea32f79e31d7af4f319786abd9c23ff024dfc..70dead5163b03ad2c8f8cebac4a05f192e42dcb9 100644 (file)
@@ -13,9 +13,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf
- * @subpackage system.worker
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\Worker
  */
 class ConversationMessageRebuildDataWorker extends AbstractRebuildDataWorker {
        /**
index 31916baddf5f7838aa24ab166ac631b31093f850..852f06fae813559e1ce810f183366e337209ab2a 100644 (file)
@@ -12,9 +12,7 @@ use wcf\system\WCF;
  * @author     Marcel Werk
  * @copyright  2001-2016 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
- * @package    com.woltlab.wcf
- * @subpackage system.worker
- * @category   Community Framework
+ * @package    WoltLabSuite\Core\System\Worker
  */
 class ConversationRebuildDataWorker extends AbstractRebuildDataWorker {
        /**