From: Matthias Schmidt Date: Thu, 10 Jan 2019 18:25:38 +0000 (+0100) Subject: Update version number 3.2 to 5.2 X-Git-Tag: 5.2.0_Alpha_1~365^2~14^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dd2d8c0cdc7e222272d0478ad77a2f9dd557fbbb;p=GitHub%2FWoltLab%2FWCF.git Update version number 3.2 to 5.2 See 04acbf0b4566dd91eafb459113089b1ae95fe1ad --- diff --git a/README.md b/README.md index 2bdb83162d..99f6ae6dd8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -WoltLab Suite Core 3.2 +WoltLab Suite Core 5.2 ====================== WoltLab Suite Core is a free CMS and web-framework, designed for awesome websites and communities. Cutting-edge technologies and strict object-oriented programming makes it the ideal choice for developers and communities, and is actively maintained and improved by WoltLab. @@ -18,7 +18,7 @@ Other versions: About Redactor II ----------------- -Redactor II is a WYSIWYG-editor created by Imperavi LLC., Copyright (c) 2009-2017. You can make use of Redactor II in any plugin or app for WSC 3.1 free of charge. You are not allowed to extract or re-use the editor (in entirety or in potions) for any other use unless you own a license for Redactor II. +Redactor II is a WYSIWYG-editor created by Imperavi LLC., Copyright (c) 2009-2017. You can make use of Redactor II in any plugin or app for WSC 5.2 free of charge. You are not allowed to extract or re-use the editor (in entirety or in potions) for any other use unless you own a license for Redactor II. Please see http://imperavi.com/redactor/license/ for more information. diff --git a/wcfsetup/install.php b/wcfsetup/install.php index 880ad3f32d..3f9b4b1307 100644 --- a/wcfsetup/install.php +++ b/wcfsetup/install.php @@ -306,7 +306,7 @@ class SystemException extends \Exception implements IPrintableException {
  • WoltLab Suite Core:

    -

    3.1

    +

    5.2

  • Peak Memory Usage:

    diff --git a/wcfsetup/install/files/js/WCF.User.js b/wcfsetup/install/files/js/WCF.User.js index f1dc65d17d..c44c5558d6 100644 --- a/wcfsetup/install/files/js/WCF.User.js +++ b/wcfsetup/install/files/js/WCF.User.js @@ -1945,7 +1945,7 @@ WCF.User.RecentActivityLoader = Class.extend({ * Loads likes once the user scrolls to the very bottom. * * @param integer userID - * @deprecated since 3.2 + * @deprecated since 5.2 */ WCF.User.LikeLoader = Class.extend({ /** diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Content/Remove/Handler.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Content/Remove/Handler.js index 299263600f..27b6d59895 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Content/Remove/Handler.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Acp/Ui/User/Content/Remove/Handler.js @@ -5,7 +5,7 @@ * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Acp/User/Content/Remove/Handler - * @since 3.2 + * @since 5.2 */ define(['Ajax', 'Language', 'Ui/Dialog', 'WoltLabSuite/Core/Acp/Ui/Worker'], function (Ajax, Language, UiDialog, Worker) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Media/List.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Media/List.js index c9cb356123..6ebd25732e 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Media/List.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Media/List.js @@ -127,7 +127,7 @@ define([ * Opens the media editor after uploading a single file. * * @param {object} data upload event data - * @since 3.2 + * @since 5.2 */ _openEditorAfterUpload: function(data) { if (data.upload === _upload && !data.isMultiFileUpload && !_upload.hasPendingUploads()) { diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Abstract.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Abstract.js index 8c3eba18aa..43b83c5160 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Abstract.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Abstract.js @@ -5,7 +5,7 @@ * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Form/Builder/Field/Dependency/Abstract - * @since 3.2 + * @since 5.2 */ define(['./Manager'], function(DependencyManager) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/Abstract.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/Abstract.js index fe6723c565..ac9622d3e1 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/Abstract.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/Abstract.js @@ -6,7 +6,7 @@ * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/Abstract - * @since 3.2 + * @since 5.2 */ define(['EventHandler', '../Manager'], function(EventHandler, DependencyManager) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/Default.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/Default.js index 112a6ee778..2cb384cfb5 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/Default.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/Default.js @@ -7,7 +7,7 @@ * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/Default * @see module:WoltLabSuite/Core/Form/Builder/Field/Dependency/Abstract - * @since 3.2 + * @since 5.2 */ define(['./Abstract', 'Core', '../Manager'], function(Abstract, Core, DependencyManager) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/Tab.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/Tab.js index d864e88415..be9880a456 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/Tab.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/Tab.js @@ -7,7 +7,7 @@ * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/Tab * @see module:WoltLabSuite/Core/Form/Builder/Field/Dependency/Abstract - * @since 3.2 + * @since 5.2 */ define(['./Abstract', 'Core', 'Dom/Util', '../Manager', 'Ui/TabMenu'], function(Abstract, Core, DomUtil, DependencyManager, UiTabMenu) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/TabMenu.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/TabMenu.js index e8dedde8b6..69d4b6f55e 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/TabMenu.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/TabMenu.js @@ -7,7 +7,7 @@ * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Form/Builder/Field/Dependency/Container/TabMenu * @see module:WoltLabSuite/Core/Form/Builder/Field/Dependency/Abstract - * @since 3.2 + * @since 5.2 */ define(['./Abstract', 'Core', 'Dom/Util', '../Manager', 'Ui/TabMenu'], function(Abstract, Core, DomUtil, DependencyManager, UiTabMenu) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Manager.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Manager.js index 7746d3e2b8..e90cc43bd8 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Manager.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Manager.js @@ -5,7 +5,7 @@ * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Form/Builder/Field/Dependency/Manager - * @since 3.2 + * @since 5.2 */ define(['Dictionary', 'Dom/ChangeListener', 'EventHandler', 'List', 'Dom/Traverse', 'Dom/Util', 'ObjectMap'], function(Dictionary, DomChangeListener, EventHandler, List, DomTraverse, DomUtil, ObjectMap) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/NonEmpty.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/NonEmpty.js index 96960f8e5a..18f0aad026 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/NonEmpty.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/NonEmpty.js @@ -6,7 +6,7 @@ * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Form/Builder/Field/Dependency/NonEmpty * @see module:WoltLabSuite/Core/Form/Builder/Field/Dependency/Abstract - * @since 3.2 + * @since 5.2 */ define(['./Abstract', 'Core'], function(Abstract, Core) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Value.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Value.js index 8cf85d7ac0..f672e37541 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Value.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Dependency/Value.js @@ -6,7 +6,7 @@ * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Form/Builder/Field/Dependency/Value * @see module:WoltLabSuite/Core/Form/Builder/Field/Dependency/Abstract - * @since 3.2 + * @since 5.2 */ define(['./Abstract', 'Core', './Manager'], function(Abstract, Core, Manager) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/AbstractPackageList.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/AbstractPackageList.js index d3fc9385ad..4096b5220f 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/AbstractPackageList.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/AbstractPackageList.js @@ -6,7 +6,7 @@ * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/AbstractPackageList - * @since 3.2 + * @since 5.2 */ define(['Dom/ChangeListener', 'Dom/Traverse', 'Dom/Util', 'EventKey', 'Language'], function(DomChangeListener, DomTraverse, DomUtil, EventKey, Language) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/ExcludedPackages.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/ExcludedPackages.js index fbc74220ba..daa0944023 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/ExcludedPackages.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/ExcludedPackages.js @@ -6,7 +6,7 @@ * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/ExcludedPackages * @see module:WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/AbstractPackageList - * @since 3.2 + * @since 5.2 */ define(['./AbstractPackageList', 'Core', 'Language'], function(AbstractPackageList, Core, Language) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/Instructions.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/Instructions.js index ef0f484723..56d77a0c14 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/Instructions.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/Instructions.js @@ -5,7 +5,7 @@ * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/Instructions - * @since 3.2 + * @since 5.2 */ define([ 'Dom/ChangeListener', diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/OptionalPackages.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/OptionalPackages.js index 17c5a6255e..852668c5ef 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/OptionalPackages.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/OptionalPackages.js @@ -6,7 +6,7 @@ * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/OptionalPackages * @see module:WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/AbstractPackageList - * @since 3.2 + * @since 5.2 */ define(['./AbstractPackageList', 'Core', 'Language'], function(AbstractPackageList, Core, Language) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/RequiredPackages.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/RequiredPackages.js index 048b35c7fb..d8e6776168 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/RequiredPackages.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/RequiredPackages.js @@ -6,7 +6,7 @@ * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/RequiredPackages * @see module:WoltLabSuite/Core/Form/Builder/Field/Devtools/Project/AbstractPackageList - * @since 3.2 + * @since 5.2 */ define(['./AbstractPackageList', 'Core', 'Language'], function(AbstractPackageList, Core, Language) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Base.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Base.js index 115eba4874..be231df0b6 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Base.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Base.js @@ -334,7 +334,7 @@ define( * Opens the media editor after uploading a single file. * * @param {object} data upload event data - * @since 3.2 + * @since 5.2 */ _openEditorAfterUpload: function(data) { if (data.upload === this._upload && !data.isMultiFileUpload && !this._upload.hasPendingUploads()) { diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Like/Handler.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Like/Handler.js index 7eb25da004..f61b834d2e 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Like/Handler.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Like/Handler.js @@ -5,7 +5,7 @@ * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Like/Handler - * @deprecated 3.2 use ReactionHandler instead + * @deprecated 5.2 use ReactionHandler instead */ define( [ diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/CountButtons.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/CountButtons.js index d22ef57b1f..31eaf6954e 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/CountButtons.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/CountButtons.js @@ -5,7 +5,7 @@ * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Reaction/Handler - * @since 3.2 + * @since 5.2 */ define( [ diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Handler.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Handler.js index 20a573f31a..1808fe22fb 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Handler.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Handler.js @@ -5,7 +5,7 @@ * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Reaction/Handler - * @since 3.2 + * @since 5.2 */ define( [ diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Profile/Loader.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Profile/Loader.js index 892523f87d..6ee6c1c52c 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Profile/Loader.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Reaction/Profile/Loader.js @@ -5,7 +5,7 @@ * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @module WoltLabSuite/Core/Ui/Reaction/Profile/Loader - * @since 3.2 + * @since 5.2 */ define(['Ajax', 'Core', 'Language'], function(Ajax, Core, Language) { "use strict"; diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Upload.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Upload.js index b9cff77eff..a8b512ee37 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Upload.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Upload.js @@ -380,7 +380,7 @@ define(['AjaxRequest', 'Core', 'Dom/ChangeListener', 'Language', 'Dom/Util', 'Do * upload manager. * * @return {boolean} - * @since 3.2 + * @since 5.2 */ hasPendingUploads: function() { for (var uploadId in this._fileElements) { diff --git a/wcfsetup/install/files/lib/acp/action/DevtoolsInstallPackageAction.class.php b/wcfsetup/install/files/lib/acp/action/DevtoolsInstallPackageAction.class.php index 089e6c6c85..b18843666b 100644 --- a/wcfsetup/install/files/lib/acp/action/DevtoolsInstallPackageAction.class.php +++ b/wcfsetup/install/files/lib/acp/action/DevtoolsInstallPackageAction.class.php @@ -15,7 +15,7 @@ use wcf\util\StringUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Acp\Action - * @since 3.2 + * @since 5.2 */ class DevtoolsInstallPackageAction extends InstallPackageAction { /** diff --git a/wcfsetup/install/files/lib/acp/action/InstallPackageAction.class.php b/wcfsetup/install/files/lib/acp/action/InstallPackageAction.class.php index 22edbf4cf3..ea54f4033c 100755 --- a/wcfsetup/install/files/lib/acp/action/InstallPackageAction.class.php +++ b/wcfsetup/install/files/lib/acp/action/InstallPackageAction.class.php @@ -119,7 +119,7 @@ class InstallPackageAction extends AbstractDialogAction { * the installation finished. * * @return string - * @since 3.2 + * @since 5.2 */ protected function getRedirectLink() { // get domain path diff --git a/wcfsetup/install/files/lib/acp/form/AbstractCustomOptionForm.class.php b/wcfsetup/install/files/lib/acp/form/AbstractCustomOptionForm.class.php index c01f03b275..afd4d0f911 100644 --- a/wcfsetup/install/files/lib/acp/form/AbstractCustomOptionForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/AbstractCustomOptionForm.class.php @@ -67,7 +67,7 @@ abstract class AbstractCustomOptionForm extends AbstractAcpForm { /** * 1 if the option is disabled * @var boolean - * @since 3.2 + * @since 5.2 */ public $isDisabled = 0; diff --git a/wcfsetup/install/files/lib/acp/form/ArticleCategoryAddForm.class.php b/wcfsetup/install/files/lib/acp/form/ArticleCategoryAddForm.class.php index 8095021acc..1c757f1a4e 100644 --- a/wcfsetup/install/files/lib/acp/form/ArticleCategoryAddForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/ArticleCategoryAddForm.class.php @@ -31,7 +31,7 @@ class ArticleCategoryAddForm extends AbstractCategoryAddForm { /** * @var string[] - * @since 3.2 + * @since 5.2 */ public $availableSortFields = [ 'publicationDate', @@ -40,13 +40,13 @@ class ArticleCategoryAddForm extends AbstractCategoryAddForm { /** * @var string - * @since 3.2 + * @since 5.2 */ public $sortField = 'publicationDate'; /** * @var string - * @since 3.2 + * @since 5.2 */ public $sortOrder = 'DESC'; diff --git a/wcfsetup/install/files/lib/acp/form/ArticleCategoryEditForm.class.php b/wcfsetup/install/files/lib/acp/form/ArticleCategoryEditForm.class.php index 5aee0c1147..326037a142 100644 --- a/wcfsetup/install/files/lib/acp/form/ArticleCategoryEditForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/ArticleCategoryEditForm.class.php @@ -31,7 +31,7 @@ class ArticleCategoryEditForm extends AbstractCategoryEditForm { /** * @var string[] - * @since 3.2 + * @since 5.2 */ public $availableSortFields = [ 'publicationDate', @@ -40,13 +40,13 @@ class ArticleCategoryEditForm extends AbstractCategoryEditForm { /** * @var string - * @since 3.2 + * @since 5.2 */ public $sortField = 'publicationDate'; /** * @var string - * @since 3.2 + * @since 5.2 */ public $sortOrder = 'DESC'; diff --git a/wcfsetup/install/files/lib/acp/form/BoxAddForm.class.php b/wcfsetup/install/files/lib/acp/form/BoxAddForm.class.php index db8beaf57f..b9733e1e2d 100644 --- a/wcfsetup/install/files/lib/acp/form/BoxAddForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/BoxAddForm.class.php @@ -197,19 +197,19 @@ class BoxAddForm extends AbstractForm { /** * @var bool - * @since 3.2 + * @since 5.2 */ public $isDisabled = 0; /** * @var int - * @since 3.2 + * @since 5.2 */ public $presetBoxID = 0; /** * @var Box - * @since 3.2 + * @since 5.2 */ public $presetBox; diff --git a/wcfsetup/install/files/lib/acp/form/DevtoolsProjectEditForm.class.php b/wcfsetup/install/files/lib/acp/form/DevtoolsProjectEditForm.class.php index ccccbf48ed..dda5b3c9d4 100644 --- a/wcfsetup/install/files/lib/acp/form/DevtoolsProjectEditForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/DevtoolsProjectEditForm.class.php @@ -47,7 +47,7 @@ class DevtoolsProjectEditForm extends DevtoolsProjectAddForm { /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setFormObjectData() { parent::setFormObjectData(); diff --git a/wcfsetup/install/files/lib/acp/form/DevtoolsProjectPipEntryAddForm.class.php b/wcfsetup/install/files/lib/acp/form/DevtoolsProjectPipEntryAddForm.class.php index 8bf929c973..297837dc18 100644 --- a/wcfsetup/install/files/lib/acp/form/DevtoolsProjectPipEntryAddForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/DevtoolsProjectPipEntryAddForm.class.php @@ -18,7 +18,7 @@ use wcf\util\StringUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Acp\Form - * @since 3.2 + * @since 5.2 */ class DevtoolsProjectPipEntryAddForm extends AbstractFormBuilderForm { /** diff --git a/wcfsetup/install/files/lib/acp/form/DevtoolsProjectPipEntryEditForm.class.php b/wcfsetup/install/files/lib/acp/form/DevtoolsProjectPipEntryEditForm.class.php index 106d9c5bb8..ce57463646 100644 --- a/wcfsetup/install/files/lib/acp/form/DevtoolsProjectPipEntryEditForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/DevtoolsProjectPipEntryEditForm.class.php @@ -15,7 +15,7 @@ use wcf\util\StringUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Acp\Form - * @since 3.2 + * @since 5.2 */ class DevtoolsProjectPipEntryEditForm extends DevtoolsProjectPipEntryAddForm { /** diff --git a/wcfsetup/install/files/lib/acp/form/LanguageItemAddForm.class.php b/wcfsetup/install/files/lib/acp/form/LanguageItemAddForm.class.php index c33362caff..37e981a0a5 100644 --- a/wcfsetup/install/files/lib/acp/form/LanguageItemAddForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/LanguageItemAddForm.class.php @@ -24,7 +24,7 @@ use wcf\system\language\LanguageFactory; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Acp\Form - * @since 3.2 + * @since 5.2 */ class LanguageItemAddForm extends AbstractFormBuilderForm { /** diff --git a/wcfsetup/install/files/lib/acp/form/PageAddForm.class.php b/wcfsetup/install/files/lib/acp/form/PageAddForm.class.php index 4f87cbaa73..b19de09f53 100644 --- a/wcfsetup/install/files/lib/acp/form/PageAddForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/PageAddForm.class.php @@ -194,19 +194,19 @@ class PageAddForm extends AbstractForm { /** * @var bool - * @since 3.2 + * @since 5.2 */ public $enableShareButtons = 0; /** * @var int - * @since 3.2 + * @since 5.2 */ public $presetPageID = 0; /** * @var Page - * @since 3.2 + * @since 5.2 */ public $presetPage; diff --git a/wcfsetup/install/files/lib/acp/form/ReactionTypeAddForm.class.php b/wcfsetup/install/files/lib/acp/form/ReactionTypeAddForm.class.php index 4e33f956ae..baafb162e6 100644 --- a/wcfsetup/install/files/lib/acp/form/ReactionTypeAddForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/ReactionTypeAddForm.class.php @@ -20,7 +20,7 @@ use wcf\system\form\builder\field\validation\FormFieldValidator; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Acp\Form - * @since 3.2 + * @since 5.2 */ class ReactionTypeAddForm extends AbstractFormBuilderForm { /** diff --git a/wcfsetup/install/files/lib/acp/form/ReactionTypeEditForm.class.php b/wcfsetup/install/files/lib/acp/form/ReactionTypeEditForm.class.php index 374b200882..af5f65af95 100644 --- a/wcfsetup/install/files/lib/acp/form/ReactionTypeEditForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/ReactionTypeEditForm.class.php @@ -10,7 +10,7 @@ use wcf\system\exception\IllegalLinkException; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Acp\Form - * @since 3.2 + * @since 5.2 */ class ReactionTypeEditForm extends ReactionTypeAddForm { /** diff --git a/wcfsetup/install/files/lib/acp/page/DevtoolsProjectPipEntryListPage.class.php b/wcfsetup/install/files/lib/acp/page/DevtoolsProjectPipEntryListPage.class.php index 9039a20fbf..542224cd15 100644 --- a/wcfsetup/install/files/lib/acp/page/DevtoolsProjectPipEntryListPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/DevtoolsProjectPipEntryListPage.class.php @@ -16,7 +16,7 @@ use wcf\util\StringUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Acp\Page - * @since 3.2 + * @since 5.2 */ class DevtoolsProjectPipEntryListPage extends AbstractPage { /** diff --git a/wcfsetup/install/files/lib/acp/page/DevtoolsProjectPipListPage.class.php b/wcfsetup/install/files/lib/acp/page/DevtoolsProjectPipListPage.class.php index f20962a35e..449f6fde4f 100644 --- a/wcfsetup/install/files/lib/acp/page/DevtoolsProjectPipListPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/DevtoolsProjectPipListPage.class.php @@ -12,7 +12,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Acp\Page - * @since 3.2 + * @since 5.2 */ class DevtoolsProjectPipListPage extends AbstractPage { /** diff --git a/wcfsetup/install/files/lib/acp/page/LanguageItemListPage.class.php b/wcfsetup/install/files/lib/acp/page/LanguageItemListPage.class.php index 8ee701658b..7553924376 100644 --- a/wcfsetup/install/files/lib/acp/page/LanguageItemListPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/LanguageItemListPage.class.php @@ -87,7 +87,7 @@ class LanguageItemListPage extends SortablePage { /** * is `1` if only custom language items (created via ACP) should be shown * @var integer - * @since 3.2 + * @since 5.2 */ public $isCustomLanguageItem = 0; @@ -105,7 +105,7 @@ class LanguageItemListPage extends SortablePage { /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public $forceCanonicalURL = true; diff --git a/wcfsetup/install/files/lib/acp/page/ModificationLogListPage.class.php b/wcfsetup/install/files/lib/acp/page/ModificationLogListPage.class.php index ae213ede94..c928039453 100644 --- a/wcfsetup/install/files/lib/acp/page/ModificationLogListPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/ModificationLogListPage.class.php @@ -20,7 +20,7 @@ use wcf\util\StringUtil; * @package WoltLabSuite\Core\Acp\Page * * @property ModificationLogList $objectList - * @since 3.2 + * @since 5.2 */ class ModificationLogListPage extends SortablePage { /** diff --git a/wcfsetup/install/files/lib/data/TDatabaseObjectToggle.class.php b/wcfsetup/install/files/lib/data/TDatabaseObjectToggle.class.php index 2c2eace3e1..f75cf3d9aa 100644 --- a/wcfsetup/install/files/lib/data/TDatabaseObjectToggle.class.php +++ b/wcfsetup/install/files/lib/data/TDatabaseObjectToggle.class.php @@ -8,7 +8,7 @@ namespace wcf\data; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data - * @since 3.2 + * @since 5.2 * * @mixin AbstractDatabaseObjectAction */ diff --git a/wcfsetup/install/files/lib/data/acp/template/ACPTemplate.class.php b/wcfsetup/install/files/lib/data/acp/template/ACPTemplate.class.php index 4d1451b131..5525277b3a 100644 --- a/wcfsetup/install/files/lib/data/acp/template/ACPTemplate.class.php +++ b/wcfsetup/install/files/lib/data/acp/template/ACPTemplate.class.php @@ -26,7 +26,7 @@ class ACPTemplate extends DatabaseObject { * Returns the path to this template. * * @return string - * @since 3.2 + * @since 5.2 */ public function getPath() { return PackageCache::getInstance()->getPackage($this->packageID)->getAbsolutePackageDir() . 'acp/templates/' . $this->templateName . '.tpl'; @@ -36,7 +36,7 @@ class ACPTemplate extends DatabaseObject { * Returns the source of this template. * * @return string - * @since 3.2 + * @since 5.2 */ public function getSource() { return @file_get_contents($this->getPath()); diff --git a/wcfsetup/install/files/lib/data/article/Article.class.php b/wcfsetup/install/files/lib/data/article/Article.class.php index a9f3b4f047..b7457629c1 100644 --- a/wcfsetup/install/files/lib/data/article/Article.class.php +++ b/wcfsetup/install/files/lib/data/article/Article.class.php @@ -71,7 +71,7 @@ class Article extends DatabaseObject implements ILinkableObject, IUserContent { /** * @var IArticleDiscussionProvider - * @since 3.2 + * @since 5.2 */ protected $discussionProvider; @@ -119,7 +119,7 @@ class Article extends DatabaseObject implements ILinkableObject, IUserContent { * Returns true if the current user can edit these article. * * @return boolean - * @since 3.2 + * @since 5.2 */ public function canEdit() { if (WCF::getSession()->getPermission('admin.content.article.canManageArticle')) { @@ -143,7 +143,7 @@ class Article extends DatabaseObject implements ILinkableObject, IUserContent { * Returns true if the current user can publish these article. * * @return boolean - * @since 3.2 + * @since 5.2 */ public function canPublish() { if (WCF::getSession()->getPermission('admin.content.article.canManageArticle')) { @@ -302,7 +302,7 @@ class Article extends DatabaseObject implements ILinkableObject, IUserContent { * Sets the discussion provider for this article. * * @param IArticleDiscussionProvider $discussionProvider - * @since 3.2 + * @since 5.2 */ public function setDiscussionProvider(IArticleDiscussionProvider $discussionProvider) { $this->discussionProvider = $discussionProvider; @@ -312,7 +312,7 @@ class Article extends DatabaseObject implements ILinkableObject, IUserContent { * Returns the responsible discussion provider for this article. * * @return IArticleDiscussionProvider - * @since 3.2 + * @since 5.2 */ public function getDiscussionProvider() { if ($this->discussionProvider === null) { @@ -335,7 +335,7 @@ class Article extends DatabaseObject implements ILinkableObject, IUserContent { * Returns the list of the available discussion providers. * * @return string[] - * @since 3.2 + * @since 5.2 */ public static function getAllDiscussionProviders() { /** @var string[] $discussionProviders */ @@ -365,7 +365,7 @@ class Article extends DatabaseObject implements ILinkableObject, IUserContent { /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getTime() { return $this->time; @@ -373,7 +373,7 @@ class Article extends DatabaseObject implements ILinkableObject, IUserContent { /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getUserID() { return $this->userID; @@ -381,7 +381,7 @@ class Article extends DatabaseObject implements ILinkableObject, IUserContent { /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getUsername() { return $this->username; diff --git a/wcfsetup/install/files/lib/data/article/ArticleEditor.class.php b/wcfsetup/install/files/lib/data/article/ArticleEditor.class.php index d596908f9c..7adefde6ca 100644 --- a/wcfsetup/install/files/lib/data/article/ArticleEditor.class.php +++ b/wcfsetup/install/files/lib/data/article/ArticleEditor.class.php @@ -26,7 +26,7 @@ class ArticleEditor extends DatabaseObjectEditor { * Updates the article counter of the given user ids. * * @param int[] $users user id => article counter increase/decrease - * @since 3.2 + * @since 5.2 */ public static function updateArticleCounter(array $users) { $sql = "UPDATE wcf".WCF_N."_user diff --git a/wcfsetup/install/files/lib/data/article/ViewableArticle.class.php b/wcfsetup/install/files/lib/data/article/ViewableArticle.class.php index e41d226e07..647dcb01f3 100644 --- a/wcfsetup/install/files/lib/data/article/ViewableArticle.class.php +++ b/wcfsetup/install/files/lib/data/article/ViewableArticle.class.php @@ -55,14 +55,14 @@ class ViewableArticle extends DatabaseObjectDecorator { /** * number of unread articles in watched categories * @var integer - * @since 3.2 + * @since 5.2 */ protected static $unreadWatchedArticles; /** * number of unread articles ordered by categories * @var integer - * @since 3.2 + * @since 5.2 */ protected static $unreadArticlesByCategory; @@ -257,7 +257,7 @@ class ViewableArticle extends DatabaseObjectDecorator { * * @param integer $articleCategoryID * @return integer - * @since 3.2 + * @since 5.2 */ public static function getUnreadArticlesForCategory($articleCategoryID) { if (self::$unreadArticlesByCategory === null) { @@ -300,7 +300,7 @@ class ViewableArticle extends DatabaseObjectDecorator { * * @param integer $articleCategoryID * @return integer - * @since 3.2 + * @since 5.2 */ private static function fetchUnreadArticlesForCategory($articleCategoryID) { $accessibleCategoryIDs = ArticleCategory::getAccessibleCategoryIDs(); @@ -345,7 +345,7 @@ class ViewableArticle extends DatabaseObjectDecorator { * Returns the number of unread articles in watched categories. * * @return integer - * @since 3.2 + * @since 5.2 */ public static function getWatchedUnreadArticles() { if (self::$unreadWatchedArticles === null) { diff --git a/wcfsetup/install/files/lib/data/article/category/ArticleCategory.class.php b/wcfsetup/install/files/lib/data/article/category/ArticleCategory.class.php index b989182e37..f62ed93d61 100644 --- a/wcfsetup/install/files/lib/data/article/category/ArticleCategory.class.php +++ b/wcfsetup/install/files/lib/data/article/category/ArticleCategory.class.php @@ -157,7 +157,7 @@ class ArticleCategory extends AbstractDecoratedCategory implements IAccessibleOb * Returns true if the active user has subscribed to this category. * * @return boolean - * @since 3.2 + * @since 5.2 */ public function isSubscribed() { return in_array($this->categoryID, self::getSubscribedCategoryIDs()); @@ -167,7 +167,7 @@ class ArticleCategory extends AbstractDecoratedCategory implements IAccessibleOb * Returns the list of subscribed categories. * * @return integer[] - * @since 3.2 + * @since 5.2 */ public static function getSubscribedCategoryIDs() { if (self::$subscribedCategories === null) { diff --git a/wcfsetup/install/files/lib/data/article/content/ArticleContent.class.php b/wcfsetup/install/files/lib/data/article/content/ArticleContent.class.php index 936c1e4ab0..2c033733aa 100644 --- a/wcfsetup/install/files/lib/data/article/content/ArticleContent.class.php +++ b/wcfsetup/install/files/lib/data/article/content/ArticleContent.class.php @@ -142,7 +142,7 @@ class ArticleContent extends DatabaseObject implements ILinkableObject, IRouteCo * * @param string $mimeType Either 'text/plain' or 'text/html' * @return string - * @since 3.2 + * @since 5.2 */ public function getMailText($mimeType = 'text/plain') { switch ($mimeType) { diff --git a/wcfsetup/install/files/lib/data/bbcode/BBCodeCache.class.php b/wcfsetup/install/files/lib/data/bbcode/BBCodeCache.class.php index 762c00bdbe..a31f3b0637 100644 --- a/wcfsetup/install/files/lib/data/bbcode/BBCodeCache.class.php +++ b/wcfsetup/install/files/lib/data/bbcode/BBCodeCache.class.php @@ -22,7 +22,7 @@ class BBCodeCache extends SingletonFactory { /** * list of known highlighters * @var string[] - * @deprecated since 3.2, use Prism to highlight your code. + * @deprecated since 5.2, use Prism to highlight your code. */ protected $highlighters = []; @@ -71,7 +71,7 @@ class BBCodeCache extends SingletonFactory { * Returns a list of known highlighters. * * @return string[] - * @deprecated since 3.2, use Prism to highlight your code. + * @deprecated since 5.2, use Prism to highlight your code. */ public function getHighlighters() { if (empty($this->highlighters)) { diff --git a/wcfsetup/install/files/lib/data/box/Box.class.php b/wcfsetup/install/files/lib/data/box/Box.class.php index 856f41e5c7..1508e86cab 100644 --- a/wcfsetup/install/files/lib/data/box/Box.class.php +++ b/wcfsetup/install/files/lib/data/box/Box.class.php @@ -521,7 +521,7 @@ class Box extends DatabaseObject { * Returns true if an edit button should be displayed for this box. * * @return boolean - * @since 3.2 + * @since 5.2 */ public function showEditButton() { if (WCF::getSession()->getPermission('admin.content.cms.canManageBox') && in_array($this->position, $this->editButtonPositions)) { diff --git a/wcfsetup/install/files/lib/data/contact/attachment/ContactAttachment.class.php b/wcfsetup/install/files/lib/data/contact/attachment/ContactAttachment.class.php index 96eb1e4eb7..5e266164ed 100644 --- a/wcfsetup/install/files/lib/data/contact/attachment/ContactAttachment.class.php +++ b/wcfsetup/install/files/lib/data/contact/attachment/ContactAttachment.class.php @@ -13,7 +13,7 @@ use wcf\util\StringUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Contact\Attachment - * @since 3.2 + * @since 5.2 * * @property-read int $attachmentID * @property-read string $accessKey diff --git a/wcfsetup/install/files/lib/data/contact/attachment/ContactAttachmentAction.class.php b/wcfsetup/install/files/lib/data/contact/attachment/ContactAttachmentAction.class.php index 6e6d96a33b..efc77fbed1 100644 --- a/wcfsetup/install/files/lib/data/contact/attachment/ContactAttachmentAction.class.php +++ b/wcfsetup/install/files/lib/data/contact/attachment/ContactAttachmentAction.class.php @@ -9,7 +9,7 @@ use wcf\data\AbstractDatabaseObjectAction; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Contact\Attachment - * @since 3.2 + * @since 5.2 * * @method ContactAttachmentEditor[] getObjects() * @method ContactAttachmentEditor getSingleObject() diff --git a/wcfsetup/install/files/lib/data/contact/attachment/ContactAttachmentEditor.class.php b/wcfsetup/install/files/lib/data/contact/attachment/ContactAttachmentEditor.class.php index 89ddda2b5a..7304459c82 100644 --- a/wcfsetup/install/files/lib/data/contact/attachment/ContactAttachmentEditor.class.php +++ b/wcfsetup/install/files/lib/data/contact/attachment/ContactAttachmentEditor.class.php @@ -9,7 +9,7 @@ use wcf\data\DatabaseObjectEditor; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Contact\Attachment - * @since 3.2 + * @since 5.2 * * @method static ContactAttachment create(array $parameters = []) * @method ContactAttachment getDecoratedObject() diff --git a/wcfsetup/install/files/lib/data/contact/attachment/ContactAttachmentList.class.php b/wcfsetup/install/files/lib/data/contact/attachment/ContactAttachmentList.class.php index 40548e3896..b934cce473 100644 --- a/wcfsetup/install/files/lib/data/contact/attachment/ContactAttachmentList.class.php +++ b/wcfsetup/install/files/lib/data/contact/attachment/ContactAttachmentList.class.php @@ -9,7 +9,7 @@ use wcf\data\DatabaseObjectList; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Contact\Attachment - * @since 3.2 + * @since 5.2 * * @method ContactAttachment current() * @method ContactAttachment[] getObjects() diff --git a/wcfsetup/install/files/lib/data/devtools/project/DevtoolsProject.class.php b/wcfsetup/install/files/lib/data/devtools/project/DevtoolsProject.class.php index 92fce062ac..c8c990066e 100644 --- a/wcfsetup/install/files/lib/data/devtools/project/DevtoolsProject.class.php +++ b/wcfsetup/install/files/lib/data/devtools/project/DevtoolsProject.class.php @@ -28,7 +28,7 @@ class DevtoolsProject extends DatabaseObject { /** * is `true` if it has already been attempted to fetch a package * @var bool - * @since 3.2 + * @since 5.2 */ protected $didFetchPackage = false; @@ -100,7 +100,7 @@ class DevtoolsProject extends DatabaseObject { * Returns the path to the project's `package.xml` file. * * @return string - * @since 3.2 + * @since 5.2 */ public function getPackageXmlPath() { return $this->path . ($this->isCore() ? 'com.woltlab.wcf/' : '') . 'package.xml'; @@ -220,7 +220,7 @@ class DevtoolsProject extends DatabaseObject { * * @param Package $package * @throws \InvalidArgumentException if the identifier of the given package does not match - * @since 3.2 + * @since 5.2 */ public function setPackage(Package $package) { if ($package->package !== $this->getPackageArchive()->getPackageInfo('name')) { diff --git a/wcfsetup/install/files/lib/data/devtools/project/DevtoolsProjectAction.class.php b/wcfsetup/install/files/lib/data/devtools/project/DevtoolsProjectAction.class.php index db315e0987..5a74e5013c 100644 --- a/wcfsetup/install/files/lib/data/devtools/project/DevtoolsProjectAction.class.php +++ b/wcfsetup/install/files/lib/data/devtools/project/DevtoolsProjectAction.class.php @@ -40,21 +40,21 @@ class DevtoolsProjectAction extends AbstractDatabaseObjectAction { /** * package installation queue for project to be installed from source * @var PackageInstallationQueue - * @since 3.2 + * @since 5.2 */ public $queue; /** * package installation plugin the deleted entry belongs to * @var DevtoolsPip - * @since 3.2 + * @since 5.2 */ protected $pip; /** * @inheritDoc * @return DevtoolsProject - * @since 3.2 + * @since 5.2 */ public function create() { $this->parameters['data']['path'] = FileUtil::addTrailingSlash($this->parameters['data']['path']); @@ -169,7 +169,7 @@ class DevtoolsProjectAction extends AbstractDatabaseObjectAction { * Checks if the `installPackage` action can be executed. * * @throws IllegalLinkException - * @since 3.2 + * @since 5.2 */ public function validateInstallPackage() { if (!ENABLE_DEVELOPER_TOOLS) { @@ -185,7 +185,7 @@ class DevtoolsProjectAction extends AbstractDatabaseObjectAction { * Installs a package that is currently only available as a project. * * @return int[] id of the package installation queue for the - * @since 3.2 + * @since 5.2 */ public function installPackage() { $packageArchive = $this->getSingleObject()->getPackageArchive(); @@ -212,7 +212,7 @@ class DevtoolsProjectAction extends AbstractDatabaseObjectAction { * Checks if the `deletePipEntry` action can be executed. * * @throws IllegalLinkException - * @since 3.2 + * @since 5.2 */ public function validateDeletePipEntry() { if (!ENABLE_DEVELOPER_TOOLS) { @@ -267,7 +267,7 @@ class DevtoolsProjectAction extends AbstractDatabaseObjectAction { * Deletes a specific pip entry. * * @return string[] identifier of the deleted pip entry - * @since 3.2 + * @since 5.2 */ public function deletePipEntry() { $this->pip->getPip()->deleteEntry($this->parameters['identifier'], $this->parameters['addDeleteInstruction']); diff --git a/wcfsetup/install/files/lib/data/language/item/LanguageItemAction.class.php b/wcfsetup/install/files/lib/data/language/item/LanguageItemAction.class.php index 1f4cce6629..eaa0892763 100644 --- a/wcfsetup/install/files/lib/data/language/item/LanguageItemAction.class.php +++ b/wcfsetup/install/files/lib/data/language/item/LanguageItemAction.class.php @@ -47,7 +47,7 @@ class LanguageItemAction extends AbstractDatabaseObjectAction { /** * Creates multiple language items. * - * @since 3.2 + * @since 5.2 */ public function createLanguageItems() { if (!isset($this->parameters['data']['packageID'])) { @@ -149,7 +149,7 @@ class LanguageItemAction extends AbstractDatabaseObjectAction { * * @throws PermissionDeniedException * @throws UserInputException - * @since 3.2 + * @since 5.2 */ public function validateDeleteCustomLanguageItems() { if (!WCF::getSession()->getPermission('admin.language.canManageLanguage')) { @@ -172,7 +172,7 @@ class LanguageItemAction extends AbstractDatabaseObjectAction { /** * Deletes custom language items in every language. * - * @since 3.2 + * @since 5.2 */ public function deleteCustomLanguageItems() { if (empty($this->objects)) { diff --git a/wcfsetup/install/files/lib/data/like/Like.class.php b/wcfsetup/install/files/lib/data/like/Like.class.php index b9a20fcdad..d1ff114025 100644 --- a/wcfsetup/install/files/lib/data/like/Like.class.php +++ b/wcfsetup/install/files/lib/data/like/Like.class.php @@ -76,7 +76,7 @@ class Like extends DatabaseObject { * Returns true, if like value is a like. * * @return boolean - * @deprecated 3.2 + * @deprecated 5.2 */ public function isLike() { return $this->getReactionType()->isPositive(); @@ -86,7 +86,7 @@ class Like extends DatabaseObject { * Returns true, if like value is a dislike. * * @return boolean - * @deprecated 3.2 + * @deprecated 5.2 */ public function isDislike() { return $this->getReactionType()->isNegative(); @@ -96,7 +96,7 @@ class Like extends DatabaseObject { * Returns the reaction for these like. * * @return ReactionType - * @since 3.2 + * @since 5.2 */ public function getReactionType() { return ReactionTypeCache::getInstance()->getReactionTypeByID($this->reactionTypeID); diff --git a/wcfsetup/install/files/lib/data/like/LikeAction.class.php b/wcfsetup/install/files/lib/data/like/LikeAction.class.php index 13c489ae35..bace561676 100644 --- a/wcfsetup/install/files/lib/data/like/LikeAction.class.php +++ b/wcfsetup/install/files/lib/data/like/LikeAction.class.php @@ -17,7 +17,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Like - * @deprecated since 3.2, use \wcf\data\reaction\ReactionAction instead + * @deprecated since 5.2, use \wcf\data\reaction\ReactionAction instead * * @method Like create() * @method LikeEditor[] getObjects() diff --git a/wcfsetup/install/files/lib/data/like/object/LikeObject.class.php b/wcfsetup/install/files/lib/data/like/object/LikeObject.class.php index c9f46d9607..0814ee941d 100644 --- a/wcfsetup/install/files/lib/data/like/object/LikeObject.class.php +++ b/wcfsetup/install/files/lib/data/like/object/LikeObject.class.php @@ -99,12 +99,12 @@ class LikeObject extends DatabaseObject { } /** - * Since version 3.2, this method returns all reactionCounts for the different reactionTypes, + * Since version 5.2, this method returns all reactionCounts for the different reactionTypes, * instead of the user (as the method name suggests). This behavior is intentional and helps * to establish backward compatibility. * * @return mixed[] - * @deprecated since 3.2 + * @deprecated since 5.2 */ public function getUsers() { $returnValues = []; @@ -145,7 +145,7 @@ class LikeObject extends DatabaseObject { * So this method returns an empty array, if this object has no reactions. * * @return integer[] - * @since 3.2 + * @since 5.2 */ public function getReactions() { return $this->reactions; @@ -156,7 +156,7 @@ class LikeObject extends DatabaseObject { * there are no reactions on the object. * * @return integer|null - * @since 3.2 + * @since 5.2 */ public function getReputation() { if ($this->reputation === null && !empty($this->getReactions())) { diff --git a/wcfsetup/install/files/lib/data/modification/log/IViewableModificationLog.class.php b/wcfsetup/install/files/lib/data/modification/log/IViewableModificationLog.class.php index de0b2fba5d..d328e6f45a 100644 --- a/wcfsetup/install/files/lib/data/modification/log/IViewableModificationLog.class.php +++ b/wcfsetup/install/files/lib/data/modification/log/IViewableModificationLog.class.php @@ -10,7 +10,7 @@ use wcf\data\ITitledLinkObject; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Log\Modification - * @since 3.2 + * @since 5.2 */ interface IViewableModificationLog { /** diff --git a/wcfsetup/install/files/lib/data/object/type/ObjectType.class.php b/wcfsetup/install/files/lib/data/object/type/ObjectType.class.php index 1102bf279c..4b0ed4e19a 100644 --- a/wcfsetup/install/files/lib/data/object/type/ObjectType.class.php +++ b/wcfsetup/install/files/lib/data/object/type/ObjectType.class.php @@ -120,7 +120,7 @@ class ObjectType extends ProcessibleDatabaseObject { * Returns the package that this object type belongs to. * * @return Package - * @since 3.2 + * @since 5.2 */ public function getPackage() { return PackageCache::getInstance()->getPackage($this->packageID); diff --git a/wcfsetup/install/files/lib/data/package/Package.class.php b/wcfsetup/install/files/lib/data/package/Package.class.php index 36fdecd199..19f764e498 100644 --- a/wcfsetup/install/files/lib/data/package/Package.class.php +++ b/wcfsetup/install/files/lib/data/package/Package.class.php @@ -31,7 +31,7 @@ class Package extends DatabaseObject { /** * recursive list of packages that were given as required packages during installation * @var Package[] - * @since 3.2 + * @since 5.2 */ protected $allRequiredPackages; @@ -151,7 +151,7 @@ class Package extends DatabaseObject { * those required packages. * * @return Package[] - * @since 3.2 + * @since 5.2 */ public function getAllRequiredPackages() { if ($this->allRequiredPackages === null) { diff --git a/wcfsetup/install/files/lib/data/package/installation/plugin/PackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/data/package/installation/plugin/PackageInstallationPlugin.class.php index 4cf0de5f1a..47c7621a7b 100644 --- a/wcfsetup/install/files/lib/data/package/installation/plugin/PackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/data/package/installation/plugin/PackageInstallationPlugin.class.php @@ -34,7 +34,7 @@ class PackageInstallationPlugin extends DatabaseObject { * @see IPackageInstallationPlugin::getDefaultFilename() * * @return null|string - * @since 3.2 + * @since 5.2 */ public function getDefaultFilename() { return $this->className::getDefaultFilename(); diff --git a/wcfsetup/install/files/lib/data/page/Page.class.php b/wcfsetup/install/files/lib/data/page/Page.class.php index e6b87958ec..95edf74142 100644 --- a/wcfsetup/install/files/lib/data/page/Page.class.php +++ b/wcfsetup/install/files/lib/data/page/Page.class.php @@ -364,7 +364,7 @@ class Page extends DatabaseObject implements ILinkableObject, ITitledObject { * Returns true if the share buttons are enabled and this is not a system-type page. * * @return bool - * @since 3.2 + * @since 5.2 */ public function showShareButtons() { return $this->enableShareButtons && $this->pageType !== 'system'; diff --git a/wcfsetup/install/files/lib/data/reaction/ReactionAction.class.php b/wcfsetup/install/files/lib/data/reaction/ReactionAction.class.php index fc99aa0737..d401003f97 100644 --- a/wcfsetup/install/files/lib/data/reaction/ReactionAction.class.php +++ b/wcfsetup/install/files/lib/data/reaction/ReactionAction.class.php @@ -29,7 +29,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Reaction - * @since 3.2 + * @since 5.2 * * @method Like create() * @method LikeEditor[] getObjects() diff --git a/wcfsetup/install/files/lib/data/reaction/object/IReactionObject.class.php b/wcfsetup/install/files/lib/data/reaction/object/IReactionObject.class.php index e02baf97d4..f5f5771aa8 100644 --- a/wcfsetup/install/files/lib/data/reaction/object/IReactionObject.class.php +++ b/wcfsetup/install/files/lib/data/reaction/object/IReactionObject.class.php @@ -11,7 +11,7 @@ use wcf\data\like\Like; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Reaction\Object - * @since 3.2 + * @since 5.2 */ interface IReactionObject { /** diff --git a/wcfsetup/install/files/lib/data/reaction/type/ReactionType.class.php b/wcfsetup/install/files/lib/data/reaction/type/ReactionType.class.php index e2f70b9b6a..c55f39bdc3 100644 --- a/wcfsetup/install/files/lib/data/reaction/type/ReactionType.class.php +++ b/wcfsetup/install/files/lib/data/reaction/type/ReactionType.class.php @@ -11,7 +11,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Reaction\Type - * @since 3.2 + * @since 5.2 * * @property-read integer $reactionTypeID unique id of the reaction type * @property-read string $title diff --git a/wcfsetup/install/files/lib/data/reaction/type/ReactionTypeAction.class.php b/wcfsetup/install/files/lib/data/reaction/type/ReactionTypeAction.class.php index 02a5a73d64..43b1245d0b 100644 --- a/wcfsetup/install/files/lib/data/reaction/type/ReactionTypeAction.class.php +++ b/wcfsetup/install/files/lib/data/reaction/type/ReactionTypeAction.class.php @@ -14,7 +14,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Reaction\Type - * @since 3.2 + * @since 5.2 * * @method ReactionTypeEditor[] getObjects() * @method ReactionTypeEditor getSingleObject() diff --git a/wcfsetup/install/files/lib/data/reaction/type/ReactionTypeCache.class.php b/wcfsetup/install/files/lib/data/reaction/type/ReactionTypeCache.class.php index 3f1b11c692..9a654c4dd0 100644 --- a/wcfsetup/install/files/lib/data/reaction/type/ReactionTypeCache.class.php +++ b/wcfsetup/install/files/lib/data/reaction/type/ReactionTypeCache.class.php @@ -10,7 +10,7 @@ use wcf\system\SingletonFactory; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Reaction\Type - * @since 3.2 + * @since 5.2 */ class ReactionTypeCache extends SingletonFactory { /** diff --git a/wcfsetup/install/files/lib/data/reaction/type/ReactionTypeEditor.class.php b/wcfsetup/install/files/lib/data/reaction/type/ReactionTypeEditor.class.php index fffba258c8..7d96438574 100644 --- a/wcfsetup/install/files/lib/data/reaction/type/ReactionTypeEditor.class.php +++ b/wcfsetup/install/files/lib/data/reaction/type/ReactionTypeEditor.class.php @@ -10,7 +10,7 @@ use wcf\data\IEditableCachedObject; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Reaction\Type - * @since 3.2 + * @since 5.2 * * @mixin ReactionType */ diff --git a/wcfsetup/install/files/lib/data/reaction/type/ReactionTypeList.class.php b/wcfsetup/install/files/lib/data/reaction/type/ReactionTypeList.class.php index 04aa0114a0..8f5373583f 100644 --- a/wcfsetup/install/files/lib/data/reaction/type/ReactionTypeList.class.php +++ b/wcfsetup/install/files/lib/data/reaction/type/ReactionTypeList.class.php @@ -9,7 +9,7 @@ use wcf\data\DatabaseObjectList; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Reaction\Type - * @since 3.2 + * @since 5.2 * * @method ReactionType current() * @method ReactionType[] getObjects() diff --git a/wcfsetup/install/files/lib/data/search/ICustomIconSearchResultObject.class.php b/wcfsetup/install/files/lib/data/search/ICustomIconSearchResultObject.class.php index 2cb4419f21..7eaeed5455 100644 --- a/wcfsetup/install/files/lib/data/search/ICustomIconSearchResultObject.class.php +++ b/wcfsetup/install/files/lib/data/search/ICustomIconSearchResultObject.class.php @@ -9,7 +9,7 @@ namespace wcf\data\search; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Data\Search - * @since 3.2 + * @since 5.2 */ interface ICustomIconSearchResultObject extends ISearchResultObject { /** diff --git a/wcfsetup/install/files/lib/data/smiley/SmileyCache.class.php b/wcfsetup/install/files/lib/data/smiley/SmileyCache.class.php index e9bb88477b..b2462f8bf3 100644 --- a/wcfsetup/install/files/lib/data/smiley/SmileyCache.class.php +++ b/wcfsetup/install/files/lib/data/smiley/SmileyCache.class.php @@ -133,7 +133,7 @@ class SmileyCache extends SingletonFactory { /** * Assigns the smilies and their categories to the template. * - * @since 3.2 + * @since 5.2 */ public function assignVariables() { if (!MODULE_SMILEY) { diff --git a/wcfsetup/install/files/lib/data/user/UserAction.class.php b/wcfsetup/install/files/lib/data/user/UserAction.class.php index 44c25a3ccd..1d4f33bc18 100644 --- a/wcfsetup/install/files/lib/data/user/UserAction.class.php +++ b/wcfsetup/install/files/lib/data/user/UserAction.class.php @@ -779,7 +779,7 @@ class UserAction extends AbstractDatabaseObjectAction implements IClipboardActio /** * Validates the 'disableCoverPhoto' action. * - * @since 3.2 + * @since 5.2 */ public function validateDisableCoverPhoto() { $this->validateEnableCoverPhoto(); @@ -791,7 +791,7 @@ class UserAction extends AbstractDatabaseObjectAction implements IClipboardActio /** * Disables the cover photo of the handled users. * - * @since 3.2 + * @since 5.2 */ public function disableCoverPhoto() { if (empty($this->objects)) { @@ -850,7 +850,7 @@ class UserAction extends AbstractDatabaseObjectAction implements IClipboardActio /** * Validates the 'enableCoverPhoto' action. * - * @since 3.2 + * @since 5.2 */ public function validateEnableCoverPhoto() { WCF::getSession()->checkPermissions(['admin.user.canDisableCoverPhoto']); @@ -869,7 +869,7 @@ class UserAction extends AbstractDatabaseObjectAction implements IClipboardActio /** * Enables the cover photo of the handled users. * - * @since 3.2 + * @since 5.2 */ public function enableCoverPhoto() { if (empty($this->objects)) { @@ -887,7 +887,7 @@ class UserAction extends AbstractDatabaseObjectAction implements IClipboardActio * Returns the remove content dialog. * * @return String[] - * @since 3.2 + * @since 5.2 */ public function prepareRemoveContent() { $knownContentProvider = array_map(function ($contentProvider) { @@ -908,7 +908,7 @@ class UserAction extends AbstractDatabaseObjectAction implements IClipboardActio /** * Validates the prepareRemoveContent method. * - * @since 3.2 + * @since 5.2 */ public function validatePrepareRemoveContent() { if (!isset($this->parameters['userID'])) { @@ -960,7 +960,7 @@ class UserAction extends AbstractDatabaseObjectAction implements IClipboardActio * @throws IllegalLinkException * @throws PermissionDeniedException * @throws UserInputException - * @since 3.2 + * @since 5.2 */ public function validateResendActivationMail() { $this->readObjects(); @@ -982,7 +982,7 @@ class UserAction extends AbstractDatabaseObjectAction implements IClipboardActio /** * Triggers a new activation email. - * @since 3.2 + * @since 5.2 */ public function resendActivationMail() { // update every selected user's activation code @@ -1015,7 +1015,7 @@ class UserAction extends AbstractDatabaseObjectAction implements IClipboardActio } /** - * @since 3.2 + * @since 5.2 */ public function validateDevtoolsSetLanguage() { if (!ENABLE_DEBUG_MODE || !ENABLE_DEVELOPER_TOOLS) { @@ -1030,7 +1030,7 @@ class UserAction extends AbstractDatabaseObjectAction implements IClipboardActio } /** - * @since 3.2 + * @since 5.2 */ public function devtoolsSetLanguage() { (new UserEditor(WCF::getUser()))->update([ diff --git a/wcfsetup/install/files/lib/data/user/UserProfile.class.php b/wcfsetup/install/files/lib/data/user/UserProfile.class.php index 92946e4cbd..861205dfa7 100644 --- a/wcfsetup/install/files/lib/data/user/UserProfile.class.php +++ b/wcfsetup/install/files/lib/data/user/UserProfile.class.php @@ -475,7 +475,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject { * Prepares the special trophies for the given user ids. * * @param int[] $userIDs - * @since 3.2 + * @since 5.2 */ public static function prepareSpecialTrophies(array $userIDs) { UserProfileRuntimeCache::getInstance()->cacheObjectIDs($userIDs); diff --git a/wcfsetup/install/files/lib/form/AbstractFormBuilderForm.class.php b/wcfsetup/install/files/lib/form/AbstractFormBuilderForm.class.php index 49f3bb5cf4..60f64e9b41 100644 --- a/wcfsetup/install/files/lib/form/AbstractFormBuilderForm.class.php +++ b/wcfsetup/install/files/lib/form/AbstractFormBuilderForm.class.php @@ -17,7 +17,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Form - * @since 3.2 + * @since 5.2 */ abstract class AbstractFormBuilderForm extends AbstractForm { /** diff --git a/wcfsetup/install/files/lib/form/ArticleAddForm.class.php b/wcfsetup/install/files/lib/form/ArticleAddForm.class.php index 26a56dece1..27c36331d5 100644 --- a/wcfsetup/install/files/lib/form/ArticleAddForm.class.php +++ b/wcfsetup/install/files/lib/form/ArticleAddForm.class.php @@ -9,7 +9,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Form - * @since 3.2 + * @since 5.2 */ class ArticleAddForm extends \wcf\acp\form\ArticleAddForm { /** diff --git a/wcfsetup/install/files/lib/form/ArticleEditForm.class.php b/wcfsetup/install/files/lib/form/ArticleEditForm.class.php index fd47d6b18c..513ff5262d 100644 --- a/wcfsetup/install/files/lib/form/ArticleEditForm.class.php +++ b/wcfsetup/install/files/lib/form/ArticleEditForm.class.php @@ -9,7 +9,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Form - * @since 3.2 + * @since 5.2 */ class ArticleEditForm extends \wcf\acp\form\ArticleEditForm { /** diff --git a/wcfsetup/install/files/lib/form/TagSearchForm.class.php b/wcfsetup/install/files/lib/form/TagSearchForm.class.php index acc7d6b18b..91a30e6c65 100644 --- a/wcfsetup/install/files/lib/form/TagSearchForm.class.php +++ b/wcfsetup/install/files/lib/form/TagSearchForm.class.php @@ -18,7 +18,7 @@ use wcf\util\HeaderUtil; * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Form - * @since 3.2 + * @since 5.2 */ class TagSearchForm extends AbstractCaptchaForm { /** diff --git a/wcfsetup/install/files/lib/page/ArticleListPage.class.php b/wcfsetup/install/files/lib/page/ArticleListPage.class.php index 7070388394..5a3c339c81 100644 --- a/wcfsetup/install/files/lib/page/ArticleListPage.class.php +++ b/wcfsetup/install/files/lib/page/ArticleListPage.class.php @@ -72,7 +72,7 @@ class ArticleListPage extends SortablePage { /** * @var User - * @since 3.2 + * @since 5.2 */ public $user; diff --git a/wcfsetup/install/files/lib/page/CategoryTrophyListPage.class.php b/wcfsetup/install/files/lib/page/CategoryTrophyListPage.class.php index 8f14caa367..a0e0cbacc0 100644 --- a/wcfsetup/install/files/lib/page/CategoryTrophyListPage.class.php +++ b/wcfsetup/install/files/lib/page/CategoryTrophyListPage.class.php @@ -14,7 +14,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Page - * @since 3.2 + * @since 5.2 * * @property TrophyList $objectList */ diff --git a/wcfsetup/install/files/lib/page/TrophyListPage.class.php b/wcfsetup/install/files/lib/page/TrophyListPage.class.php index 2fb8391a06..fdc36fc333 100644 --- a/wcfsetup/install/files/lib/page/TrophyListPage.class.php +++ b/wcfsetup/install/files/lib/page/TrophyListPage.class.php @@ -51,14 +51,14 @@ class TrophyListPage extends MultipleLinkPage { /** * the category id filter * @var int - * @deprecated since 3.2, use CategoryTrophyListPage instead + * @deprecated since 5.2, use CategoryTrophyListPage instead */ public $categoryID = 0; /** * The category object filter * @var TrophyCategory - * @deprecated since 3.2, use CategoryTrophyListPage instead + * @deprecated since 5.2, use CategoryTrophyListPage instead */ public $category; diff --git a/wcfsetup/install/files/lib/page/UnreadArticleListPage.class.php b/wcfsetup/install/files/lib/page/UnreadArticleListPage.class.php index 89efac7fe4..221b3e59da 100644 --- a/wcfsetup/install/files/lib/page/UnreadArticleListPage.class.php +++ b/wcfsetup/install/files/lib/page/UnreadArticleListPage.class.php @@ -11,7 +11,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Page - * @since 3.2 + * @since 5.2 */ class UnreadArticleListPage extends ArticleListPage { /** diff --git a/wcfsetup/install/files/lib/page/WatchedArticleListPage.class.php b/wcfsetup/install/files/lib/page/WatchedArticleListPage.class.php index 0f365e41de..abb97db097 100644 --- a/wcfsetup/install/files/lib/page/WatchedArticleListPage.class.php +++ b/wcfsetup/install/files/lib/page/WatchedArticleListPage.class.php @@ -12,7 +12,7 @@ use wcf\system\request\LinkHandler; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Page - * @since 3.2 + * @since 5.2 */ class WatchedArticleListPage extends ArticleListPage { /** diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 62dcbdc95b..f7bb68ff51 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -355,7 +355,7 @@ class WCF { * Loads the options file, automatically created if not exists. */ protected function loadOptions() { - // the attachment module is always enabled since 3.2 + // the attachment module is always enabled since 5.2 // https://github.com/WoltLab/WCF/issues/2531 define('MODULE_ATTACHMENT', 1); diff --git a/wcfsetup/install/files/lib/system/acl/ACLHandler.class.php b/wcfsetup/install/files/lib/system/acl/ACLHandler.class.php index a8e183e3a9..e62cdb5a93 100644 --- a/wcfsetup/install/files/lib/system/acl/ACLHandler.class.php +++ b/wcfsetup/install/files/lib/system/acl/ACLHandler.class.php @@ -45,7 +45,7 @@ class ACLHandler extends SingletonFactory { * explicitly read acl values grouped by object type id * @var array * @see ACLHandler::readValues() - * @since 3.2 + * @since 5.2 */ protected $__readValues = []; @@ -133,7 +133,7 @@ class ACLHandler extends SingletonFactory { * using form builder, you do not need this method. * * @param integer $objectTypeID - * @since 3.2 + * @since 5.2 */ public function readValues($objectTypeID) { $this->__readValues[$objectTypeID] = []; @@ -166,7 +166,7 @@ class ACLHandler extends SingletonFactory { * using form builder, you do not need this method. * * @param integer $objectTypeID - * @since 3.2 + * @since 5.2 */ public function resetValues($objectTypeID) { $this->__readValues[$objectTypeID] = null; diff --git a/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php b/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php index 541fc84750..65a9ff88a8 100644 --- a/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php +++ b/wcfsetup/install/files/lib/system/application/ApplicationHandler.class.php @@ -251,7 +251,7 @@ class ApplicationHandler extends SingletonFactory { * @param string $string string to be processed * @param bool $skipCache if `true`, no caches will be used and relevant application packages will be read from database directly * @return string processed string - * @since 3.2 + * @since 5.2 */ public static function insertRealDatabaseTableNames($string, $skipCache = false) { if ($skipCache) { diff --git a/wcfsetup/install/files/lib/system/article/discussion/AbstractArticleDiscussionProvider.class.php b/wcfsetup/install/files/lib/system/article/discussion/AbstractArticleDiscussionProvider.class.php index 27001d3452..852da45301 100644 --- a/wcfsetup/install/files/lib/system/article/discussion/AbstractArticleDiscussionProvider.class.php +++ b/wcfsetup/install/files/lib/system/article/discussion/AbstractArticleDiscussionProvider.class.php @@ -11,7 +11,7 @@ use wcf\data\article\content\ArticleContent; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Article\Discussion - * @since 3.2 + * @since 5.2 */ abstract class AbstractArticleDiscussionProvider implements IArticleDiscussionProvider { /** diff --git a/wcfsetup/install/files/lib/system/article/discussion/CommentArticleDiscussionProvider.class.php b/wcfsetup/install/files/lib/system/article/discussion/CommentArticleDiscussionProvider.class.php index 95eac42a36..6c432fd72e 100644 --- a/wcfsetup/install/files/lib/system/article/discussion/CommentArticleDiscussionProvider.class.php +++ b/wcfsetup/install/files/lib/system/article/discussion/CommentArticleDiscussionProvider.class.php @@ -11,7 +11,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Article\Discussion - * @since 3.2 + * @since 5.2 */ class CommentArticleDiscussionProvider extends AbstractArticleDiscussionProvider { /** diff --git a/wcfsetup/install/files/lib/system/article/discussion/IArticleDiscussionProvider.class.php b/wcfsetup/install/files/lib/system/article/discussion/IArticleDiscussionProvider.class.php index 797f68fc00..cbda3bebdd 100644 --- a/wcfsetup/install/files/lib/system/article/discussion/IArticleDiscussionProvider.class.php +++ b/wcfsetup/install/files/lib/system/article/discussion/IArticleDiscussionProvider.class.php @@ -10,7 +10,7 @@ use wcf\data\article\content\ArticleContent; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Article\Discussion - * @since 3.2 + * @since 5.2 */ interface IArticleDiscussionProvider { /** diff --git a/wcfsetup/install/files/lib/system/article/discussion/VoidArticleDiscussionProvider.class.php b/wcfsetup/install/files/lib/system/article/discussion/VoidArticleDiscussionProvider.class.php index 37aebb865f..67c6e73bed 100644 --- a/wcfsetup/install/files/lib/system/article/discussion/VoidArticleDiscussionProvider.class.php +++ b/wcfsetup/install/files/lib/system/article/discussion/VoidArticleDiscussionProvider.class.php @@ -10,7 +10,7 @@ use wcf\data\article\Article; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Article\Discussion - * @since 3.2 + * @since 5.2 */ class VoidArticleDiscussionProvider extends AbstractArticleDiscussionProvider { /** diff --git a/wcfsetup/install/files/lib/system/attachment/ContactAttachmentObjectType.class.php b/wcfsetup/install/files/lib/system/attachment/ContactAttachmentObjectType.class.php index a1f57a8634..7c270fdd34 100644 --- a/wcfsetup/install/files/lib/system/attachment/ContactAttachmentObjectType.class.php +++ b/wcfsetup/install/files/lib/system/attachment/ContactAttachmentObjectType.class.php @@ -12,7 +12,7 @@ use wcf\util\ArrayUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Attachment - * @since 3.2 + * @since 5.2 * * @method ContactAttachment getObject($objectID) */ diff --git a/wcfsetup/install/files/lib/system/attachment/SignatureAttachmentObjectType.class.php b/wcfsetup/install/files/lib/system/attachment/SignatureAttachmentObjectType.class.php index de302dc56f..ea7014b716 100644 --- a/wcfsetup/install/files/lib/system/attachment/SignatureAttachmentObjectType.class.php +++ b/wcfsetup/install/files/lib/system/attachment/SignatureAttachmentObjectType.class.php @@ -11,7 +11,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Attachment - * @since 3.2 + * @since 5.2 * * @method UserProfile getObject($objectID) */ diff --git a/wcfsetup/install/files/lib/system/bbcode/WoltLabSuiteArticleBBCode.class.php b/wcfsetup/install/files/lib/system/bbcode/WoltLabSuiteArticleBBCode.class.php index ff6f75b0a4..620562a77b 100644 --- a/wcfsetup/install/files/lib/system/bbcode/WoltLabSuiteArticleBBCode.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/WoltLabSuiteArticleBBCode.class.php @@ -11,7 +11,7 @@ use wcf\util\StringUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Bbcode - * @since 3.2 + * @since 5.2 */ class WoltLabSuiteArticleBBCode extends AbstractBBCode { /** diff --git a/wcfsetup/install/files/lib/system/bbcode/highlighter/BashHighlighter.class.php b/wcfsetup/install/files/lib/system/bbcode/highlighter/BashHighlighter.class.php index 078965c2cf..32558f0bd2 100644 --- a/wcfsetup/install/files/lib/system/bbcode/highlighter/BashHighlighter.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/highlighter/BashHighlighter.class.php @@ -8,7 +8,7 @@ namespace wcf\system\bbcode\highlighter; * @copyright 2011-2013 Tim Duesterhus * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Bbcode\Highlighter - * @deprecated since 3.2, use Prism to highlight your code. + * @deprecated since 5.2, use Prism to highlight your code. */ class BashHighlighter extends Highlighter { /** diff --git a/wcfsetup/install/files/lib/system/bbcode/highlighter/CHighlighter.class.php b/wcfsetup/install/files/lib/system/bbcode/highlighter/CHighlighter.class.php index 328bc89b43..8b243793c6 100644 --- a/wcfsetup/install/files/lib/system/bbcode/highlighter/CHighlighter.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/highlighter/CHighlighter.class.php @@ -8,7 +8,7 @@ namespace wcf\system\bbcode\highlighter; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Bbcode\Highlighter - * @deprecated since 3.2, use Prism to highlight your code. + * @deprecated since 5.2, use Prism to highlight your code. */ class CHighlighter extends Highlighter { /** diff --git a/wcfsetup/install/files/lib/system/bbcode/highlighter/CssHighlighter.class.php b/wcfsetup/install/files/lib/system/bbcode/highlighter/CssHighlighter.class.php index 87297a8e17..75ca68b982 100644 --- a/wcfsetup/install/files/lib/system/bbcode/highlighter/CssHighlighter.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/highlighter/CssHighlighter.class.php @@ -8,7 +8,7 @@ namespace wcf\system\bbcode\highlighter; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Bbcode\Highlighter - * @deprecated since 3.2, use Prism to highlight your code. + * @deprecated since 5.2, use Prism to highlight your code. */ class CssHighlighter extends Highlighter { /** diff --git a/wcfsetup/install/files/lib/system/bbcode/highlighter/DiffHighlighter.class.php b/wcfsetup/install/files/lib/system/bbcode/highlighter/DiffHighlighter.class.php index 0aeb0d93b6..777949f94a 100644 --- a/wcfsetup/install/files/lib/system/bbcode/highlighter/DiffHighlighter.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/highlighter/DiffHighlighter.class.php @@ -9,7 +9,7 @@ use wcf\util\StringUtil; * @copyright 2011 Tim Duesterhus * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Bbcode\Highlighter - * @deprecated since 3.2, use Prism to highlight your code. + * @deprecated since 5.2, use Prism to highlight your code. */ class DiffHighlighter extends Highlighter { /** diff --git a/wcfsetup/install/files/lib/system/bbcode/highlighter/Highlighter.class.php b/wcfsetup/install/files/lib/system/bbcode/highlighter/Highlighter.class.php index e9c1700f5b..d12ae4fad2 100644 --- a/wcfsetup/install/files/lib/system/bbcode/highlighter/Highlighter.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/highlighter/Highlighter.class.php @@ -13,7 +13,7 @@ use wcf\util\StringUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Bbcode\Highlighter - * @deprecated since 3.2, use Prism to highlight your code. + * @deprecated since 5.2, use Prism to highlight your code. */ abstract class Highlighter extends SingletonFactory { /** diff --git a/wcfsetup/install/files/lib/system/bbcode/highlighter/HtmlHighlighter.class.php b/wcfsetup/install/files/lib/system/bbcode/highlighter/HtmlHighlighter.class.php index 1ef1da0691..939ae4b779 100644 --- a/wcfsetup/install/files/lib/system/bbcode/highlighter/HtmlHighlighter.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/highlighter/HtmlHighlighter.class.php @@ -11,7 +11,7 @@ use wcf\util\StringUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Bbcode\Highlighter - * @deprecated since 3.2, use Prism to highlight your code. + * @deprecated since 5.2, use Prism to highlight your code. */ class HtmlHighlighter extends XmlHighlighter { /** diff --git a/wcfsetup/install/files/lib/system/bbcode/highlighter/JavaHighlighter.class.php b/wcfsetup/install/files/lib/system/bbcode/highlighter/JavaHighlighter.class.php index ed5a2f58cc..18e0dd22d2 100644 --- a/wcfsetup/install/files/lib/system/bbcode/highlighter/JavaHighlighter.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/highlighter/JavaHighlighter.class.php @@ -8,7 +8,7 @@ namespace wcf\system\bbcode\highlighter; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Bbcode\Highlighter - * @deprecated since 3.2, use Prism to highlight your code. + * @deprecated since 5.2, use Prism to highlight your code. */ class JavaHighlighter extends Highlighter { /** diff --git a/wcfsetup/install/files/lib/system/bbcode/highlighter/JsHighlighter.class.php b/wcfsetup/install/files/lib/system/bbcode/highlighter/JsHighlighter.class.php index 8fa268ff7a..0565999c5c 100644 --- a/wcfsetup/install/files/lib/system/bbcode/highlighter/JsHighlighter.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/highlighter/JsHighlighter.class.php @@ -8,7 +8,7 @@ namespace wcf\system\bbcode\highlighter; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Bbcode\Highlighter - * @deprecated since 3.2, use Prism to highlight your code. + * @deprecated since 5.2, use Prism to highlight your code. */ class JsHighlighter extends Highlighter { /** diff --git a/wcfsetup/install/files/lib/system/bbcode/highlighter/PerlHighlighter.class.php b/wcfsetup/install/files/lib/system/bbcode/highlighter/PerlHighlighter.class.php index 4ff441c417..7c3bab9be2 100644 --- a/wcfsetup/install/files/lib/system/bbcode/highlighter/PerlHighlighter.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/highlighter/PerlHighlighter.class.php @@ -8,7 +8,7 @@ namespace wcf\system\bbcode\highlighter; * @copyright 2011 Tim Duesterhus * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Bbcode\Highlighter - * @deprecated since 3.2, use Prism to highlight your code. + * @deprecated since 5.2, use Prism to highlight your code. */ class PerlHighlighter extends Highlighter { /** diff --git a/wcfsetup/install/files/lib/system/bbcode/highlighter/PhpHighlighter.class.php b/wcfsetup/install/files/lib/system/bbcode/highlighter/PhpHighlighter.class.php index 5dbf684a3e..0d36bd22c4 100644 --- a/wcfsetup/install/files/lib/system/bbcode/highlighter/PhpHighlighter.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/highlighter/PhpHighlighter.class.php @@ -9,7 +9,7 @@ use wcf\system\Regex; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Bbcode\Highlighter - * @deprecated since 3.2, use Prism to highlight your code. + * @deprecated since 5.2, use Prism to highlight your code. */ class PhpHighlighter extends Highlighter { public static $colorToClass = []; diff --git a/wcfsetup/install/files/lib/system/bbcode/highlighter/PlainHighlighter.class.php b/wcfsetup/install/files/lib/system/bbcode/highlighter/PlainHighlighter.class.php index 3a05583e54..98f5787b43 100644 --- a/wcfsetup/install/files/lib/system/bbcode/highlighter/PlainHighlighter.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/highlighter/PlainHighlighter.class.php @@ -9,7 +9,7 @@ use wcf\util\StringUtil; * @copyright 2011 Tim Duesterhus * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Bbcode\Highlighter - * @deprecated since 3.2, use Prism to highlight your code. + * @deprecated since 5.2, use Prism to highlight your code. */ class PlainHighlighter extends Highlighter { /** diff --git a/wcfsetup/install/files/lib/system/bbcode/highlighter/PythonHighlighter.class.php b/wcfsetup/install/files/lib/system/bbcode/highlighter/PythonHighlighter.class.php index 78fcc84cd8..9d697e59e6 100644 --- a/wcfsetup/install/files/lib/system/bbcode/highlighter/PythonHighlighter.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/highlighter/PythonHighlighter.class.php @@ -8,7 +8,7 @@ namespace wcf\system\bbcode\highlighter; * @copyright 2011-2013 Tim Duesterhus * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Bbcode\Highlighter - * @deprecated since 3.2, use Prism to highlight your code. + * @deprecated since 5.2, use Prism to highlight your code. */ class PythonHighlighter extends Highlighter { /** diff --git a/wcfsetup/install/files/lib/system/bbcode/highlighter/SqlHighlighter.class.php b/wcfsetup/install/files/lib/system/bbcode/highlighter/SqlHighlighter.class.php index f1a8ccb52e..335996adb8 100644 --- a/wcfsetup/install/files/lib/system/bbcode/highlighter/SqlHighlighter.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/highlighter/SqlHighlighter.class.php @@ -10,7 +10,7 @@ use wcf\util\StringUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Bbcode\Highlighter - * @deprecated since 3.2, use Prism to highlight your code. + * @deprecated since 5.2, use Prism to highlight your code. */ class SqlHighlighter extends Highlighter { /** diff --git a/wcfsetup/install/files/lib/system/bbcode/highlighter/TexHighlighter.class.php b/wcfsetup/install/files/lib/system/bbcode/highlighter/TexHighlighter.class.php index 7e9f5ae390..0e5b7d9043 100644 --- a/wcfsetup/install/files/lib/system/bbcode/highlighter/TexHighlighter.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/highlighter/TexHighlighter.class.php @@ -9,7 +9,7 @@ use wcf\system\Regex; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Bbcode\Highlighter - * @deprecated since 3.2, use Prism to highlight your code. + * @deprecated since 5.2, use Prism to highlight your code. */ class TexHighlighter extends Highlighter { /** diff --git a/wcfsetup/install/files/lib/system/bbcode/highlighter/TplHighlighter.class.php b/wcfsetup/install/files/lib/system/bbcode/highlighter/TplHighlighter.class.php index ca650ff72c..9a8f32db9f 100644 --- a/wcfsetup/install/files/lib/system/bbcode/highlighter/TplHighlighter.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/highlighter/TplHighlighter.class.php @@ -9,7 +9,7 @@ use wcf\system\Regex; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Bbcode\Highlighter - * @deprecated since 3.2, use Prism to highlight your code. + * @deprecated since 5.2, use Prism to highlight your code. */ class TplHighlighter extends HtmlHighlighter { /** diff --git a/wcfsetup/install/files/lib/system/bbcode/highlighter/XmlHighlighter.class.php b/wcfsetup/install/files/lib/system/bbcode/highlighter/XmlHighlighter.class.php index ad570bec6c..a3cce9f7de 100644 --- a/wcfsetup/install/files/lib/system/bbcode/highlighter/XmlHighlighter.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/highlighter/XmlHighlighter.class.php @@ -11,7 +11,7 @@ use wcf\util\StringUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Bbcode\Highlighter - * @deprecated since 3.2, use Prism to highlight your code. + * @deprecated since 5.2, use Prism to highlight your code. */ class XmlHighlighter extends Highlighter { /** diff --git a/wcfsetup/install/files/lib/system/benchmark/Benchmark.class.php b/wcfsetup/install/files/lib/system/benchmark/Benchmark.class.php index 9a1dfcb164..e8c6b5eeeb 100644 --- a/wcfsetup/install/files/lib/system/benchmark/Benchmark.class.php +++ b/wcfsetup/install/files/lib/system/benchmark/Benchmark.class.php @@ -24,7 +24,7 @@ class Benchmark extends SingletonFactory { /** * time when the webserver received this request * @var float - * @since 3.2 + * @since 5.2 */ protected $requestStartTime = 0; @@ -105,7 +105,7 @@ class Benchmark extends SingletonFactory { * received this request. * * @return float - * @since 3.2 + * @since 5.2 */ public function getRequestExecutionTime() { return self::compareMicrotimes($this->requestStartTime, self::getMicrotime()); @@ -116,7 +116,7 @@ class Benchmark extends SingletonFactory { * the timestamp when our PHP code is being executed. * * @return float - * @since 3.2 + * @since 5.2 */ public function getOffsetToRequestTime() { return self::compareMicrotimes($this->requestStartTime, $this->startTime); diff --git a/wcfsetup/install/files/lib/system/box/AbstractDatabaseObjectListBoxController.class.php b/wcfsetup/install/files/lib/system/box/AbstractDatabaseObjectListBoxController.class.php index 1b704cac57..31c63da77b 100644 --- a/wcfsetup/install/files/lib/system/box/AbstractDatabaseObjectListBoxController.class.php +++ b/wcfsetup/install/files/lib/system/box/AbstractDatabaseObjectListBoxController.class.php @@ -142,7 +142,7 @@ abstract class AbstractDatabaseObjectListBoxController extends AbstractBoxContro * * @param IFormDocument $form * @param string $objectType - * @since 3.2 + * @since 5.2 */ public function addPipGuiFormFields(IFormDocument $form, $objectType) { /** @var FormContainer $dataContainer */ @@ -207,7 +207,7 @@ abstract class AbstractDatabaseObjectListBoxController extends AbstractBoxContro * @param \DOMElement $element * @param bool $saveData * @return array - * @since 3.2 + * @since 5.2 */ public function getPipGuiElementData(\DOMElement $element, $saveData = false) { $data = []; @@ -428,7 +428,7 @@ abstract class AbstractDatabaseObjectListBoxController extends AbstractBoxContro /** * @param \DOMElement $element * @param IFormDocument $form - * @sicne 3.2 + * @since 5.2 */ public function writePipGuiEntry(\DOMElement $element, IFormDocument $form) { $data = $form->getData()['data']; diff --git a/wcfsetup/install/files/lib/system/box/IBoxController.class.php b/wcfsetup/install/files/lib/system/box/IBoxController.class.php index 19ad93d281..ae6e329f69 100644 --- a/wcfsetup/install/files/lib/system/box/IBoxController.class.php +++ b/wcfsetup/install/files/lib/system/box/IBoxController.class.php @@ -75,7 +75,7 @@ interface IBoxController { * system-type boxes. * * @return string|null - * @since 3.2 + * @since 5.2 */ public function getTitle(); diff --git a/wcfsetup/install/files/lib/system/box/TrophyCategoriesBoxController.class.php b/wcfsetup/install/files/lib/system/box/TrophyCategoriesBoxController.class.php index 71f14ee87a..bdf687c9f7 100644 --- a/wcfsetup/install/files/lib/system/box/TrophyCategoriesBoxController.class.php +++ b/wcfsetup/install/files/lib/system/box/TrophyCategoriesBoxController.class.php @@ -13,7 +13,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Box - * @since 3.2 + * @since 5.2 */ class TrophyCategoriesBoxController extends AbstractBoxController { /** diff --git a/wcfsetup/install/files/lib/system/cache/builder/ReactionTypeCacheBuilder.class.php b/wcfsetup/install/files/lib/system/cache/builder/ReactionTypeCacheBuilder.class.php index ecef1f4b15..f140296f85 100644 --- a/wcfsetup/install/files/lib/system/cache/builder/ReactionTypeCacheBuilder.class.php +++ b/wcfsetup/install/files/lib/system/cache/builder/ReactionTypeCacheBuilder.class.php @@ -9,7 +9,7 @@ use wcf\data\reaction\type\ReactionTypeList; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Cache\Builder - * @since 3.2 + * @since 5.2 */ class ReactionTypeCacheBuilder extends AbstractCacheBuilder { /** diff --git a/wcfsetup/install/files/lib/system/clipboard/action/AbstractClipboardAction.class.php b/wcfsetup/install/files/lib/system/clipboard/action/AbstractClipboardAction.class.php index 68d994d3d2..9e89bf11b5 100644 --- a/wcfsetup/install/files/lib/system/clipboard/action/AbstractClipboardAction.class.php +++ b/wcfsetup/install/files/lib/system/clipboard/action/AbstractClipboardAction.class.php @@ -30,7 +30,7 @@ abstract class AbstractClipboardAction implements IClipboardAction { /** * list of action names that should trigger a page reload once they have been executed * @var string[] - * @since 3.2 + * @since 5.2 */ protected $reloadPageOnSuccess = []; diff --git a/wcfsetup/install/files/lib/system/clipboard/action/IClipboardAction.class.php b/wcfsetup/install/files/lib/system/clipboard/action/IClipboardAction.class.php index 7ba99c3d70..9dd222ee1c 100644 --- a/wcfsetup/install/files/lib/system/clipboard/action/IClipboardAction.class.php +++ b/wcfsetup/install/files/lib/system/clipboard/action/IClipboardAction.class.php @@ -50,7 +50,7 @@ interface IClipboardAction { * have been executed. * * @return string[] - * @since 3.2 + * @since 5.2 */ public function getReloadPageOnSuccess(); } diff --git a/wcfsetup/install/files/lib/system/clipboard/action/UserClipboardAction.class.php b/wcfsetup/install/files/lib/system/clipboard/action/UserClipboardAction.class.php index 59eedadb00..1c8eb0639d 100644 --- a/wcfsetup/install/files/lib/system/clipboard/action/UserClipboardAction.class.php +++ b/wcfsetup/install/files/lib/system/clipboard/action/UserClipboardAction.class.php @@ -216,7 +216,7 @@ class UserClipboardAction extends AbstractClipboardAction { * Returns the ids of the users which aren't activated. * * @return integer[] - * @since 3.2 + * @since 5.2 */ protected function validateResendActivationMail() { // check permissions diff --git a/wcfsetup/install/files/lib/system/cronjob/PruneIpAddressesCronjob.class.php b/wcfsetup/install/files/lib/system/cronjob/PruneIpAddressesCronjob.class.php index addbcd8f58..4de15877de 100644 --- a/wcfsetup/install/files/lib/system/cronjob/PruneIpAddressesCronjob.class.php +++ b/wcfsetup/install/files/lib/system/cronjob/PruneIpAddressesCronjob.class.php @@ -10,7 +10,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Cronjob - * @since 3.2 + * @since 5.2 */ class PruneIpAddressesCronjob extends AbstractCronjob { /** diff --git a/wcfsetup/install/files/lib/system/devtools/package/DevtoolsPackageXmlWriter.class.php b/wcfsetup/install/files/lib/system/devtools/package/DevtoolsPackageXmlWriter.class.php index e49d44ea2a..0b03f06ff6 100644 --- a/wcfsetup/install/files/lib/system/devtools/package/DevtoolsPackageXmlWriter.class.php +++ b/wcfsetup/install/files/lib/system/devtools/package/DevtoolsPackageXmlWriter.class.php @@ -11,7 +11,7 @@ use wcf\util\XMLWriter; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Devtools\Package - * @since 3.2 + * @since 5.2 */ class DevtoolsPackageXmlWriter { /** diff --git a/wcfsetup/install/files/lib/system/devtools/pip/DevtoolsPackageInstallationDispatcher.class.php b/wcfsetup/install/files/lib/system/devtools/pip/DevtoolsPackageInstallationDispatcher.class.php index 515808ff60..95a79f53e4 100644 --- a/wcfsetup/install/files/lib/system/devtools/pip/DevtoolsPackageInstallationDispatcher.class.php +++ b/wcfsetup/install/files/lib/system/devtools/pip/DevtoolsPackageInstallationDispatcher.class.php @@ -43,7 +43,7 @@ class DevtoolsPackageInstallationDispatcher extends PackageInstallationDispatche /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function createPackage(array $packageData) { $package = parent::createPackage($packageData); @@ -93,7 +93,7 @@ class DevtoolsPackageInstallationDispatcher extends PackageInstallationDispatche * Returns the project the installation dispatcher is created for. * * @return DevtoolsProject - * @since 3.2 + * @since 5.2 */ public function getProject() { return $this->project; diff --git a/wcfsetup/install/files/lib/system/devtools/pip/DevtoolsPip.class.php b/wcfsetup/install/files/lib/system/devtools/pip/DevtoolsPip.class.php index 6c64cfb01f..ab388a6419 100644 --- a/wcfsetup/install/files/lib/system/devtools/pip/DevtoolsPip.class.php +++ b/wcfsetup/install/files/lib/system/devtools/pip/DevtoolsPip.class.php @@ -25,14 +25,14 @@ class DevtoolsPip extends DatabaseObjectDecorator { /** * project the pip object belongs to * @var DevtoolsProject - * @since 3.2 + * @since 5.2 */ protected $project; /** * package installation plugin object * @var IPackageInstallationPlugin - * @since 3.2 + * @since 5.2 */ protected $pip; @@ -85,7 +85,7 @@ class DevtoolsPip extends DatabaseObjectDecorator { * Returns `true` if this pip supports adding and editing entries via a gui. * * @return boolean - * @since 3.2 + * @since 5.2 */ public function supportsGui() { return $this->isSupported() && is_subclass_of($this->getDecoratedObject()->className, IGuiPackageInstallationPlugin::class); @@ -101,7 +101,7 @@ class DevtoolsPip extends DatabaseObjectDecorator { * Returns the project this object belongs to. * * @return DevtoolsProject - * @since 3.2 + * @since 5.2 */ public function getProject() { return $this->project; @@ -111,7 +111,7 @@ class DevtoolsPip extends DatabaseObjectDecorator { * Sets the project this object belongs to. * * @param DevtoolsProject $project - * @since 3.2 + * @since 5.2 */ public function setProject(DevtoolsProject $project) { $this->project = $project; @@ -123,7 +123,7 @@ class DevtoolsPip extends DatabaseObjectDecorator { * Note: No target will be set for the package installation plugin object. * * @return IPackageInstallationPlugin|IGuiPackageInstallationPlugin - * @since 3.2 + * @since 5.2 */ public function getPip() { if ($this->pip === null) { diff --git a/wcfsetup/install/files/lib/system/devtools/pip/DevtoolsPipEntryList.class.php b/wcfsetup/install/files/lib/system/devtools/pip/DevtoolsPipEntryList.class.php index 7971a23d91..8eb99a58df 100644 --- a/wcfsetup/install/files/lib/system/devtools/pip/DevtoolsPipEntryList.class.php +++ b/wcfsetup/install/files/lib/system/devtools/pip/DevtoolsPipEntryList.class.php @@ -9,7 +9,7 @@ namespace wcf\system\devtools\pip; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Devtools\Pip - * @since 3.2 + * @since 5.2 */ class DevtoolsPipEntryList implements IDevtoolsPipEntryList { /** diff --git a/wcfsetup/install/files/lib/system/devtools/pip/IDevtoolsPipEntryList.class.php b/wcfsetup/install/files/lib/system/devtools/pip/IDevtoolsPipEntryList.class.php index 1eab69ddc5..97a3934285 100644 --- a/wcfsetup/install/files/lib/system/devtools/pip/IDevtoolsPipEntryList.class.php +++ b/wcfsetup/install/files/lib/system/devtools/pip/IDevtoolsPipEntryList.class.php @@ -8,7 +8,7 @@ namespace wcf\system\devtools\pip; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Devtools\Pip - * @since 3.2 + * @since 5.2 */ interface IDevtoolsPipEntryList { /** diff --git a/wcfsetup/install/files/lib/system/devtools/pip/IGuiPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/devtools/pip/IGuiPackageInstallationPlugin.class.php index 17aeeb518a..e5b9b27361 100644 --- a/wcfsetup/install/files/lib/system/devtools/pip/IGuiPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/devtools/pip/IGuiPackageInstallationPlugin.class.php @@ -10,7 +10,7 @@ use wcf\system\form\builder\IFormDocument; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Devtools\Pip - * @since 3.2 + * @since 5.2 */ interface IGuiPackageInstallationPlugin extends IIdempotentPackageInstallationPlugin { /** diff --git a/wcfsetup/install/files/lib/system/devtools/pip/TMultiXmlGuiPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/devtools/pip/TMultiXmlGuiPackageInstallationPlugin.class.php index 6ceb695a8f..d0ad0f1fec 100644 --- a/wcfsetup/install/files/lib/system/devtools/pip/TMultiXmlGuiPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/devtools/pip/TMultiXmlGuiPackageInstallationPlugin.class.php @@ -18,7 +18,7 @@ use wcf\util\XML; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Devtools\Pip - * @since 3.2 + * @since 5.2 * * @property PackageInstallationDispatcher|DevtoolsPackageInstallationDispatcher $installation */ diff --git a/wcfsetup/install/files/lib/system/devtools/pip/TXmlGuiPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/devtools/pip/TXmlGuiPackageInstallationPlugin.class.php index 7251177d43..0e137d842c 100644 --- a/wcfsetup/install/files/lib/system/devtools/pip/TXmlGuiPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/devtools/pip/TXmlGuiPackageInstallationPlugin.class.php @@ -22,7 +22,7 @@ use wcf\util\XML; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Devtools\Pip - * @since 3.2 + * @since 5.2 * * @property PackageInstallationDispatcher|DevtoolsPackageInstallationDispatcher $installation * @mixin AbstractXMLPackageInstallationPlugin diff --git a/wcfsetup/install/files/lib/system/form/builder/DialogFormDocument.class.php b/wcfsetup/install/files/lib/system/form/builder/DialogFormDocument.class.php index f40f152f8e..9189f9f6c7 100644 --- a/wcfsetup/install/files/lib/system/form/builder/DialogFormDocument.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/DialogFormDocument.class.php @@ -9,7 +9,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder - * @since 3.2 + * @since 5.2 */ class DialogFormDocument extends FormDocument { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/FormDocument.class.php b/wcfsetup/install/files/lib/system/form/builder/FormDocument.class.php index f913405654..535d36269d 100644 --- a/wcfsetup/install/files/lib/system/form/builder/FormDocument.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/FormDocument.class.php @@ -15,7 +15,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder - * @since 3.2 + * @since 5.2 */ class FormDocument implements IFormDocument { use TFormNode; diff --git a/wcfsetup/install/files/lib/system/form/builder/IFormChildNode.class.php b/wcfsetup/install/files/lib/system/form/builder/IFormChildNode.class.php index 2b854f02c7..8655fb190f 100644 --- a/wcfsetup/install/files/lib/system/form/builder/IFormChildNode.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/IFormChildNode.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder - * @since 3.2 + * @since 5.2 */ interface IFormChildNode extends IFormNode { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/IFormDocument.class.php b/wcfsetup/install/files/lib/system/form/builder/IFormDocument.class.php index e3536fa107..2a4ee2e7f8 100644 --- a/wcfsetup/install/files/lib/system/form/builder/IFormDocument.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/IFormDocument.class.php @@ -10,7 +10,7 @@ use wcf\system\form\builder\data\IFormDataHandler; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder - * @since 3.2 + * @since 5.2 */ interface IFormDocument extends IFormParentNode { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/IFormElement.class.php b/wcfsetup/install/files/lib/system/form/builder/IFormElement.class.php index 6d269a0a81..5647d1852f 100644 --- a/wcfsetup/install/files/lib/system/form/builder/IFormElement.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/IFormElement.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder - * @since 3.2 + * @since 5.2 */ interface IFormElement extends IFormNode { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/IFormNode.class.php b/wcfsetup/install/files/lib/system/form/builder/IFormNode.class.php index cc1aec319d..4c633b9ca0 100644 --- a/wcfsetup/install/files/lib/system/form/builder/IFormNode.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/IFormNode.class.php @@ -9,7 +9,7 @@ use wcf\system\form\builder\field\dependency\IFormFieldDependency; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder - * @since 3.2 + * @since 5.2 */ interface IFormNode { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/IFormParentNode.class.php b/wcfsetup/install/files/lib/system/form/builder/IFormParentNode.class.php index 2d0dcb950c..ad59330a91 100644 --- a/wcfsetup/install/files/lib/system/form/builder/IFormParentNode.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/IFormParentNode.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder - * @since 3.2 + * @since 5.2 */ interface IFormParentNode extends \Countable, IFormNode, \RecursiveIterator { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/TFormChildNode.class.php b/wcfsetup/install/files/lib/system/form/builder/TFormChildNode.class.php index eb8ea15054..961019f697 100644 --- a/wcfsetup/install/files/lib/system/form/builder/TFormChildNode.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/TFormChildNode.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder - * @since 3.2 + * @since 5.2 */ trait TFormChildNode { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/TFormElement.class.php b/wcfsetup/install/files/lib/system/form/builder/TFormElement.class.php index 6cd382f966..c4a15caafa 100644 --- a/wcfsetup/install/files/lib/system/form/builder/TFormElement.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/TFormElement.class.php @@ -9,7 +9,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder - * @since 3.2 + * @since 5.2 */ trait TFormElement { use TFormNode; diff --git a/wcfsetup/install/files/lib/system/form/builder/TFormNode.class.php b/wcfsetup/install/files/lib/system/form/builder/TFormNode.class.php index 2f5c57b43f..42d6256add 100644 --- a/wcfsetup/install/files/lib/system/form/builder/TFormNode.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/TFormNode.class.php @@ -9,7 +9,7 @@ use wcf\system\form\builder\field\dependency\IFormFieldDependency; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder - * @since 3.2 + * @since 5.2 * * @mixin IFormNode */ diff --git a/wcfsetup/install/files/lib/system/form/builder/TFormParentNode.class.php b/wcfsetup/install/files/lib/system/form/builder/TFormParentNode.class.php index d33f036346..b581866e42 100644 --- a/wcfsetup/install/files/lib/system/form/builder/TFormParentNode.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/TFormParentNode.class.php @@ -9,7 +9,7 @@ use wcf\system\form\builder\field\IFormField; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder - * @since 3.2 + * @since 5.2 * * @mixin IFormParentNode */ diff --git a/wcfsetup/install/files/lib/system/form/builder/container/FormContainer.class.php b/wcfsetup/install/files/lib/system/form/builder/container/FormContainer.class.php index 0ede5819f5..840b5555ec 100644 --- a/wcfsetup/install/files/lib/system/form/builder/container/FormContainer.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/container/FormContainer.class.php @@ -14,7 +14,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Container - * @since 3.2 + * @since 5.2 */ class FormContainer implements IFormContainer { use TFormChildNode; diff --git a/wcfsetup/install/files/lib/system/form/builder/container/IFormContainer.class.php b/wcfsetup/install/files/lib/system/form/builder/container/IFormContainer.class.php index 1b499146a9..3c3ccc0b0e 100644 --- a/wcfsetup/install/files/lib/system/form/builder/container/IFormContainer.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/container/IFormContainer.class.php @@ -11,6 +11,6 @@ use wcf\system\form\builder\IFormParentNode; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Container - * @since 3.2 + * @since 5.2 */ interface IFormContainer extends IFormChildNode, IFormElement, IFormParentNode {} diff --git a/wcfsetup/install/files/lib/system/form/builder/container/ITabFormContainer.class.php b/wcfsetup/install/files/lib/system/form/builder/container/ITabFormContainer.class.php index 86b39c9d46..2507cf760a 100644 --- a/wcfsetup/install/files/lib/system/form/builder/container/ITabFormContainer.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/container/ITabFormContainer.class.php @@ -8,6 +8,6 @@ namespace wcf\system\form\builder\container; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Container - * @since 3.2 + * @since 5.2 */ interface ITabFormContainer extends IFormContainer {} diff --git a/wcfsetup/install/files/lib/system/form/builder/container/ITabMenuFormContainer.class.php b/wcfsetup/install/files/lib/system/form/builder/container/ITabMenuFormContainer.class.php index 40f208d191..7218dd6078 100644 --- a/wcfsetup/install/files/lib/system/form/builder/container/ITabMenuFormContainer.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/container/ITabMenuFormContainer.class.php @@ -8,6 +8,6 @@ namespace wcf\system\form\builder\container; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Container - * @since 3.2 + * @since 5.2 */ interface ITabMenuFormContainer extends IFormContainer {} diff --git a/wcfsetup/install/files/lib/system/form/builder/container/TabFormContainer.class.php b/wcfsetup/install/files/lib/system/form/builder/container/TabFormContainer.class.php index 0c70cf5977..71a5fbd84f 100644 --- a/wcfsetup/install/files/lib/system/form/builder/container/TabFormContainer.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/container/TabFormContainer.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\container; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Container - * @since 3.2 + * @since 5.2 */ class TabFormContainer extends FormContainer implements ITabFormContainer { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/container/TabMenuFormContainer.class.php b/wcfsetup/install/files/lib/system/form/builder/container/TabMenuFormContainer.class.php index 3b9387598d..da6782d0f5 100644 --- a/wcfsetup/install/files/lib/system/form/builder/container/TabMenuFormContainer.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/container/TabMenuFormContainer.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\container; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Container - * @since 3.2 + * @since 5.2 */ class TabMenuFormContainer extends FormContainer implements ITabMenuFormContainer { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/container/TabTabMenuFormContainer.class.php b/wcfsetup/install/files/lib/system/form/builder/container/TabTabMenuFormContainer.class.php index 69160c5991..1d78bb9a42 100644 --- a/wcfsetup/install/files/lib/system/form/builder/container/TabTabMenuFormContainer.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/container/TabTabMenuFormContainer.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\container; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Container - * @since 3.2 + * @since 5.2 */ class TabTabMenuFormContainer extends FormContainer implements ITabFormContainer, ITabMenuFormContainer { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/data/FormDataHandler.class.php b/wcfsetup/install/files/lib/system/form/builder/data/FormDataHandler.class.php index ef11f01cf6..afe25afe7e 100644 --- a/wcfsetup/install/files/lib/system/form/builder/data/FormDataHandler.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/data/FormDataHandler.class.php @@ -11,7 +11,7 @@ use wcf\system\form\builder\IFormDocument; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Data - * @since 3.2 + * @since 5.2 */ class FormDataHandler implements IFormDataHandler { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/data/IFormDataHandler.class.php b/wcfsetup/install/files/lib/system/form/builder/data/IFormDataHandler.class.php index 0a2c02ea02..a896329c18 100644 --- a/wcfsetup/install/files/lib/system/form/builder/data/IFormDataHandler.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/data/IFormDataHandler.class.php @@ -11,7 +11,7 @@ use wcf\system\form\builder\IFormDocument; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Data - * @since 3.2 + * @since 5.2 */ interface IFormDataHandler { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/AbstractFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/AbstractFormField.class.php index ec20dd66bd..0bbae157e4 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/AbstractFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/AbstractFormField.class.php @@ -15,7 +15,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ abstract class AbstractFormField implements IFormField { use TFormChildNode; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/AbstractNumericFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/AbstractNumericFormField.class.php index c050730a6f..d0ac5b883f 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/AbstractNumericFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/AbstractNumericFormField.class.php @@ -9,7 +9,7 @@ use wcf\system\form\builder\field\validation\FormFieldValidationError; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ abstract class AbstractNumericFormField extends AbstractFormField implements IMaximumFormField, IMinimumFormField, INullableFormField, IPlaceholderFormField, ISuffixedFormField { use TMaximumFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/BooleanFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/BooleanFormField.class.php index cd7f748005..df3095f55c 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/BooleanFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/BooleanFormField.class.php @@ -9,7 +9,7 @@ use wcf\system\form\builder\field\validation\FormFieldValidationError; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class BooleanFormField extends AbstractFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/CaptchaFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/CaptchaFormField.class.php index c65b480557..c60db66fec 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/CaptchaFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/CaptchaFormField.class.php @@ -10,7 +10,7 @@ use wcf\system\exception\SystemException; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class CaptchaFormField extends AbstractFormField implements IObjectTypeFormField { use TDefaultIdFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/ClassNameFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/ClassNameFormField.class.php index f054fbe992..b0cf1d2944 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/ClassNameFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/ClassNameFormField.class.php @@ -14,7 +14,7 @@ use wcf\system\SingletonFactory; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class ClassNameFormField extends TextFormField { use TDefaultIdFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/DateFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/DateFormField.class.php index f73ff8c97e..e81260797a 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/DateFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/DateFormField.class.php @@ -9,7 +9,7 @@ use wcf\system\form\builder\field\validation\FormFieldValidationError; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class DateFormField extends AbstractFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/DescriptionFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/DescriptionFormField.class.php index e2b3533e59..73e8468a1f 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/DescriptionFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/DescriptionFormField.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class DescriptionFormField extends MultilineTextFormField { use TDefaultIdFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/FloatFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/FloatFormField.class.php index 21c1a6c86c..7c1eed19e3 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/FloatFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/FloatFormField.class.php @@ -10,6 +10,6 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class FloatFormField extends AbstractNumericFormField {} diff --git a/wcfsetup/install/files/lib/system/form/builder/field/IFileFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/IFileFormField.class.php index a47e942a20..1ba3ffa44f 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/IFileFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/IFileFormField.class.php @@ -8,6 +8,6 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ interface IFileFormField extends IFormField {} diff --git a/wcfsetup/install/files/lib/system/form/builder/field/IFilterableSelectionFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/IFilterableSelectionFormField.class.php index f2add501b1..103dc5520e 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/IFilterableSelectionFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/IFilterableSelectionFormField.class.php @@ -10,7 +10,7 @@ use wcf\data\DatabaseObjectList; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ interface IFilterableSelectionFormField extends ISelectionFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/IFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/IFormField.class.php index 3ed6c6cbfa..0273d144d4 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/IFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/IFormField.class.php @@ -13,7 +13,7 @@ use wcf\system\form\builder\IFormElement; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ interface IFormField extends IFormChildNode, IFormElement { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/II18nFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/II18nFormField.class.php index 54b54f434f..b7a83ded1d 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/II18nFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/II18nFormField.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ interface II18nFormField extends IFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/IMaximumFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/IMaximumFormField.class.php index 28049165a6..4405648672 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/IMaximumFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/IMaximumFormField.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ interface IMaximumFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/IMaximumLengthFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/IMaximumLengthFormField.class.php index 064feaf271..e8b83a684b 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/IMaximumLengthFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/IMaximumLengthFormField.class.php @@ -9,7 +9,7 @@ use wcf\data\language\Language; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ interface IMaximumLengthFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/IMinimumFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/IMinimumFormField.class.php index ddc4bab9fb..027a1ce88f 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/IMinimumFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/IMinimumFormField.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ interface IMinimumFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/IMinimumLengthFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/IMinimumLengthFormField.class.php index 05188d3b9e..8d23cb9e3b 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/IMinimumLengthFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/IMinimumLengthFormField.class.php @@ -9,7 +9,7 @@ use wcf\data\language\Language; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ interface IMinimumLengthFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/IMultipleFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/IMultipleFormField.class.php index 1fa08b6c7b..0db4841e17 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/IMultipleFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/IMultipleFormField.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ interface IMultipleFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/INullableFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/INullableFormField.class.php index ed828f28db..10a8685a4a 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/INullableFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/INullableFormField.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ interface INullableFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/IObjectTypeFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/IObjectTypeFormField.class.php index e26aa1557b..f0cff74f48 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/IObjectTypeFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/IObjectTypeFormField.class.php @@ -10,7 +10,7 @@ use wcf\system\exception\InvalidObjectTypeException; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ interface IObjectTypeFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/IPackagesFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/IPackagesFormField.class.php index b26d7bac60..015dac6b95 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/IPackagesFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/IPackagesFormField.class.php @@ -9,7 +9,7 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ interface IPackagesFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/IPlaceholderFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/IPlaceholderFormField.class.php index 5f6bb43e2a..2f6b3e0fb0 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/IPlaceholderFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/IPlaceholderFormField.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ interface IPlaceholderFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/ISelectionFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/ISelectionFormField.class.php index 8b3fe94b7c..4aab7dba00 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/ISelectionFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/ISelectionFormField.class.php @@ -9,7 +9,7 @@ use wcf\data\DatabaseObjectList; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ interface ISelectionFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/ISuffixedFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/ISuffixedFormField.class.php index 29a4972be4..9bc98150d0 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/ISuffixedFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/ISuffixedFormField.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ interface ISuffixedFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/IconFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/IconFormField.class.php index fabc639513..ceea8cbf99 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/IconFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/IconFormField.class.php @@ -10,7 +10,7 @@ use wcf\system\style\StyleHandler; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class IconFormField extends AbstractFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/IntegerFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/IntegerFormField.class.php index 4c9485c327..182bd78755 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/IntegerFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/IntegerFormField.class.php @@ -10,7 +10,7 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class IntegerFormField extends AbstractNumericFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/IsDisabledFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/IsDisabledFormField.class.php index bfb3bd736c..8c3afa66db 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/IsDisabledFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/IsDisabledFormField.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class IsDisabledFormField extends BooleanFormField { use TDefaultIdFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/ItemListFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/ItemListFormField.class.php index f57e47abee..8792186158 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/ItemListFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/ItemListFormField.class.php @@ -12,7 +12,7 @@ use wcf\util\ArrayUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class ItemListFormField extends AbstractFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/MultilineTextFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/MultilineTextFormField.class.php index f85b7c08b2..330a5dbe86 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/MultilineTextFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/MultilineTextFormField.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class MultilineTextFormField extends TextFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/MultipleSelectionFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/MultipleSelectionFormField.class.php index 3aabf9124a..abc58ae2fb 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/MultipleSelectionFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/MultipleSelectionFormField.class.php @@ -9,7 +9,7 @@ use wcf\system\form\builder\field\validation\FormFieldValidationError; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class MultipleSelectionFormField extends AbstractFormField implements IFilterableSelectionFormField, INullableFormField { use TFilterableSelectionFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/RadioButtonFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/RadioButtonFormField.class.php index c72af0c5f8..2a982b4e68 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/RadioButtonFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/RadioButtonFormField.class.php @@ -9,7 +9,7 @@ use wcf\system\form\builder\field\validation\FormFieldValidationError; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class RadioButtonFormField extends AbstractFormField implements ISelectionFormField { use TSelectionFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/ShowOrderFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/ShowOrderFormField.class.php index f309f204ab..7647f87456 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/ShowOrderFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/ShowOrderFormField.class.php @@ -26,7 +26,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class ShowOrderFormField extends SingleSelectionFormField { use TDefaultIdFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/SingleSelectionFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/SingleSelectionFormField.class.php index a336f4e198..5e5e5be7f1 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/SingleSelectionFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/SingleSelectionFormField.class.php @@ -9,7 +9,7 @@ use wcf\system\form\builder\field\validation\FormFieldValidationError; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class SingleSelectionFormField extends AbstractFormField implements IFilterableSelectionFormField, INullableFormField { use TFilterableSelectionFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/SortOrderFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/SortOrderFormField.class.php index 4ea48b175d..4a24347494 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/SortOrderFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/SortOrderFormField.class.php @@ -11,7 +11,7 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class SortOrderFormField extends SingleSelectionFormField { use TDefaultIdFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/TDefaultIdFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/TDefaultIdFormField.class.php index d526b8a8d1..3fcf1935c4 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/TDefaultIdFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/TDefaultIdFormField.class.php @@ -12,7 +12,7 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ trait TDefaultIdFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/TFilterableSelectionFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/TFilterableSelectionFormField.class.php index a3ebb5e890..809dc0f771 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/TFilterableSelectionFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/TFilterableSelectionFormField.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ trait TFilterableSelectionFormField { use TSelectionFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/TI18nFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/TI18nFormField.class.php index 74f394e6a8..16e43242a3 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/TI18nFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/TI18nFormField.class.php @@ -20,7 +20,7 @@ use wcf\util\StringUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 * * @mixin II18nFormField */ diff --git a/wcfsetup/install/files/lib/system/form/builder/field/TMaximumFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/TMaximumFormField.class.php index 6f56cc4941..3ffdef0313 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/TMaximumFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/TMaximumFormField.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ trait TMaximumFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/TMaximumLengthFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/TMaximumLengthFormField.class.php index d8619fbfb4..d2e577e195 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/TMaximumLengthFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/TMaximumLengthFormField.class.php @@ -10,7 +10,7 @@ use wcf\system\form\builder\field\validation\FormFieldValidationError; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ trait TMaximumLengthFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/TMinimumFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/TMinimumFormField.class.php index 9ce2ee6084..d1516c48e1 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/TMinimumFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/TMinimumFormField.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ trait TMinimumFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/TMinimumLengthFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/TMinimumLengthFormField.class.php index 5cb978b299..cf8022d875 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/TMinimumLengthFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/TMinimumLengthFormField.class.php @@ -10,7 +10,7 @@ use wcf\system\form\builder\field\validation\FormFieldValidationError; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ trait TMinimumLengthFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/TMultipleFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/TMultipleFormField.class.php index 7c6482a230..b9f004df7a 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/TMultipleFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/TMultipleFormField.class.php @@ -10,7 +10,7 @@ use wcf\system\form\builder\IFormDocument; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ trait TMultipleFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/TNullableFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/TNullableFormField.class.php index 95c575a64a..4a6e945663 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/TNullableFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/TNullableFormField.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ trait TNullableFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/TObjectTypeFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/TObjectTypeFormField.class.php index 1333003fac..76ab110d23 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/TObjectTypeFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/TObjectTypeFormField.class.php @@ -11,7 +11,7 @@ use wcf\system\exception\InvalidObjectTypeException; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ trait TObjectTypeFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/TPackagesFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/TPackagesFormField.class.php index 1f39a0f949..fe1b6b6a0e 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/TPackagesFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/TPackagesFormField.class.php @@ -9,7 +9,7 @@ use wcf\data\package\PackageCache; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ trait TPackagesFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/TPlaceholderFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/TPlaceholderFormField.class.php index fe52c6cab1..51680ab973 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/TPlaceholderFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/TPlaceholderFormField.class.php @@ -9,7 +9,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ trait TPlaceholderFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/TSelectionFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/TSelectionFormField.class.php index 68b9ac5ce6..ddc990c296 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/TSelectionFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/TSelectionFormField.class.php @@ -12,7 +12,7 @@ use wcf\util\ClassUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ trait TSelectionFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/TSuffixedFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/TSuffixedFormField.class.php index cc2bf41006..86bfdeabb3 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/TSuffixedFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/TSuffixedFormField.class.php @@ -9,7 +9,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ trait TSuffixedFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/TextFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/TextFormField.class.php index 14ae7fe92b..db99e85110 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/TextFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/TextFormField.class.php @@ -11,7 +11,7 @@ use wcf\system\language\LanguageFactory; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class TextFormField extends AbstractFormField implements II18nFormField, IMaximumLengthFormField, IMinimumLengthFormField, IPlaceholderFormField { use TI18nFormField { diff --git a/wcfsetup/install/files/lib/system/form/builder/field/TitleFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/TitleFormField.class.php index 5ed3d29645..57d725f4c6 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/TitleFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/TitleFormField.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\field; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class TitleFormField extends TextFormField { use TDefaultIdFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/UrlFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/UrlFormField.class.php index b6f7ab7ea8..5265b2a5ef 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/UrlFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/UrlFormField.class.php @@ -11,7 +11,7 @@ use wcf\util\Url; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class UrlFormField extends TextFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/WysiwygFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/WysiwygFormField.class.php index 86432b0803..275ca5c178 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/WysiwygFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/WysiwygFormField.class.php @@ -13,7 +13,7 @@ use wcf\util\StringUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field - * @since 3.2 + * @since 5.2 */ class WysiwygFormField extends AbstractFormField implements IMaximumLengthFormField, IMinimumLengthFormField, IObjectTypeFormField { use TMaximumLengthFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/acl/AclFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/acl/AclFormField.class.php index e9d31e4c51..5b0af3cc15 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/acl/AclFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/acl/AclFormField.class.php @@ -15,7 +15,7 @@ use wcf\system\form\builder\IFormDocument; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Acl - * @since 3.2 + * @since 5.2 */ class AclFormField extends AbstractFormField implements IObjectTypeFormField { use TObjectTypeFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/acl/simple/SimpleAclFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/acl/simple/SimpleAclFormField.class.php index ae2ddc353f..2850f6c190 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/acl/simple/SimpleAclFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/acl/simple/SimpleAclFormField.class.php @@ -15,7 +15,7 @@ use wcf\system\form\builder\IFormDocument; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Acl\Simple - * @since 3.2 + * @since 5.2 */ class SimpleAclFormField extends AbstractFormField { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/bbcode/BBCodeAttributesFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/bbcode/BBCodeAttributesFormField.class.php index 131899bc02..7f18618675 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/bbcode/BBCodeAttributesFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/bbcode/BBCodeAttributesFormField.class.php @@ -12,7 +12,7 @@ use wcf\system\Regex; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\BBCode - * @since 3.2 + * @since 5.2 */ class BBCodeAttributesFormField extends AbstractFormField { use TDefaultIdFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/data/processor/CustomFormFieldDataProcessor.class.php b/wcfsetup/install/files/lib/system/form/builder/field/data/processor/CustomFormFieldDataProcessor.class.php index 6ffb6f3131..f663d4ae84 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/data/processor/CustomFormFieldDataProcessor.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/data/processor/CustomFormFieldDataProcessor.class.php @@ -9,7 +9,7 @@ use wcf\system\form\builder\IFormDocument; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Data\Processor - * @since 3.2 + * @since 5.2 */ class CustomFormFieldDataProcessor implements IFormFieldDataProcessor { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/data/processor/DefaultFormFieldDataProcessor.class.php b/wcfsetup/install/files/lib/system/form/builder/field/data/processor/DefaultFormFieldDataProcessor.class.php index c3b17eb584..558d6edcd5 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/data/processor/DefaultFormFieldDataProcessor.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/data/processor/DefaultFormFieldDataProcessor.class.php @@ -14,7 +14,7 @@ use wcf\system\form\builder\IFormParentNode; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Data\Processor - * @since 3.2 + * @since 5.2 */ class DefaultFormFieldDataProcessor implements IFormFieldDataProcessor { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/data/processor/IFormFieldDataProcessor.class.php b/wcfsetup/install/files/lib/system/form/builder/field/data/processor/IFormFieldDataProcessor.class.php index a179fc9dc7..83415c10a0 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/data/processor/IFormFieldDataProcessor.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/data/processor/IFormFieldDataProcessor.class.php @@ -10,7 +10,7 @@ use wcf\system\form\builder\IFormDocument; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Data\Processor - * @since 3.2 + * @since 5.2 */ interface IFormFieldDataProcessor { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/data/processor/VoidFormFieldDataProcessor.class.php b/wcfsetup/install/files/lib/system/form/builder/field/data/processor/VoidFormFieldDataProcessor.class.php index 50331c2e90..425df136de 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/data/processor/VoidFormFieldDataProcessor.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/data/processor/VoidFormFieldDataProcessor.class.php @@ -9,7 +9,7 @@ use wcf\system\form\builder\IFormDocument; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Data\Processor - * @since 3.2 + * @since 5.2 */ class VoidFormFieldDataProcessor implements IFormFieldDataProcessor { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/dependency/AbstractFormFieldDependency.class.php b/wcfsetup/install/files/lib/system/form/builder/field/dependency/AbstractFormFieldDependency.class.php index 12c8470421..b42c5e0aa0 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/dependency/AbstractFormFieldDependency.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/dependency/AbstractFormFieldDependency.class.php @@ -11,7 +11,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Dependency - * @since 3.2 + * @since 5.2 */ abstract class AbstractFormFieldDependency implements IFormFieldDependency { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/dependency/IFormFieldDependency.class.php b/wcfsetup/install/files/lib/system/form/builder/field/dependency/IFormFieldDependency.class.php index 17ec44720c..7d379ce039 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/dependency/IFormFieldDependency.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/dependency/IFormFieldDependency.class.php @@ -10,7 +10,7 @@ use wcf\system\form\builder\IFormNode; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Dependency - * @since 3.2 + * @since 5.2 */ interface IFormFieldDependency { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/dependency/NonEmptyFormFieldDependency.class.php b/wcfsetup/install/files/lib/system/form/builder/field/dependency/NonEmptyFormFieldDependency.class.php index 7ea2d9ab05..cdf6191aeb 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/dependency/NonEmptyFormFieldDependency.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/dependency/NonEmptyFormFieldDependency.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\field\dependency; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Dependency - * @since 3.2 + * @since 5.2 */ class NonEmptyFormFieldDependency extends AbstractFormFieldDependency { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/dependency/ValueFormFieldDependency.class.php b/wcfsetup/install/files/lib/system/form/builder/field/dependency/ValueFormFieldDependency.class.php index 9fbffd543c..6aef219244 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/dependency/ValueFormFieldDependency.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/dependency/ValueFormFieldDependency.class.php @@ -9,7 +9,7 @@ use wcf\data\DatabaseObjectList; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Dependency - * @since 3.2 + * @since 5.2 */ class ValueFormFieldDependency extends AbstractFormFieldDependency { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/devtools/project/DevtoolsProjectExcludedPackagesFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/devtools/project/DevtoolsProjectExcludedPackagesFormField.class.php index 3cba740cdd..41de38a89c 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/devtools/project/DevtoolsProjectExcludedPackagesFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/devtools/project/DevtoolsProjectExcludedPackagesFormField.class.php @@ -11,7 +11,7 @@ use wcf\system\form\builder\field\TDefaultIdFormField; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Devtools\Project - * @since 3.2 + * @since 5.2 */ class DevtoolsProjectExcludedPackagesFormField extends AbstractFormField { use TDefaultIdFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/devtools/project/DevtoolsProjectInstructionsFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/devtools/project/DevtoolsProjectInstructionsFormField.class.php index e1f4830fcf..f907c86a7c 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/devtools/project/DevtoolsProjectInstructionsFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/devtools/project/DevtoolsProjectInstructionsFormField.class.php @@ -16,7 +16,7 @@ use wcf\system\form\builder\field\validation\FormFieldValidationError; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Devtools\Project - * @since 3.2 + * @since 5.2 */ class DevtoolsProjectInstructionsFormField extends AbstractFormField { use TDefaultIdFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/devtools/project/DevtoolsProjectOptionalPackagesFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/devtools/project/DevtoolsProjectOptionalPackagesFormField.class.php index ad17e7a565..822c1726c6 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/devtools/project/DevtoolsProjectOptionalPackagesFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/devtools/project/DevtoolsProjectOptionalPackagesFormField.class.php @@ -11,7 +11,7 @@ use wcf\system\form\builder\field\TDefaultIdFormField; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Devtools\Project - * @since 3.2 + * @since 5.2 */ class DevtoolsProjectOptionalPackagesFormField extends AbstractFormField { use TDefaultIdFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/devtools/project/DevtoolsProjectRequiredPackagesFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/devtools/project/DevtoolsProjectRequiredPackagesFormField.class.php index 2fc32578fa..5485b9a5b8 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/devtools/project/DevtoolsProjectRequiredPackagesFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/devtools/project/DevtoolsProjectRequiredPackagesFormField.class.php @@ -11,7 +11,7 @@ use wcf\system\form\builder\field\TDefaultIdFormField; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Devtools\Project - * @since 3.2 + * @since 5.2 */ class DevtoolsProjectRequiredPackagesFormField extends AbstractFormField { use TDefaultIdFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/option/OptionFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/option/OptionFormField.class.php index 25a9471b5b..f6995adb64 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/option/OptionFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/option/OptionFormField.class.php @@ -18,7 +18,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Option - * @since 3.2 + * @since 5.2 */ class OptionFormField extends ItemListFormField implements IPackagesFormField { use TDefaultIdFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/tag/TagFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/tag/TagFormField.class.php index 4e419d211a..9b861db1c9 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/tag/TagFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/tag/TagFormField.class.php @@ -20,7 +20,7 @@ use wcf\util\ArrayUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Tag - * @since 3.2 + * @since 5.2 */ class TagFormField extends AbstractFormField implements IObjectTypeFormField { use TObjectTypeFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/user/UserFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/user/UserFormField.class.php index c951ce6a12..12b1b0d46a 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/user/UserFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/user/UserFormField.class.php @@ -17,7 +17,7 @@ use wcf\util\StringUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\User - * @since 3.2 + * @since 5.2 */ class UserFormField extends AbstractFormField implements IMultipleFormField, INullableFormField { use TMultipleFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/user/UsernameFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/user/UsernameFormField.class.php index 25ca89f818..8a55626555 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/user/UsernameFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/user/UsernameFormField.class.php @@ -21,7 +21,7 @@ use wcf\util\UserUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\User - * @since 3.2 + * @since 5.2 */ class UsernameFormField extends AbstractFormField implements IMaximumLengthFormField, IMinimumLengthFormField, INullableFormField, IPlaceholderFormField { use TMaximumLengthFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/user/group/option/UserGroupOptionFormField.class.php b/wcfsetup/install/files/lib/system/form/builder/field/user/group/option/UserGroupOptionFormField.class.php index 4e0a9538a4..b63c0d47d1 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/user/group/option/UserGroupOptionFormField.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/user/group/option/UserGroupOptionFormField.class.php @@ -18,7 +18,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\User\Group\Option - * @since 3.2 + * @since 5.2 */ class UserGroupOptionFormField extends ItemListFormField implements IPackagesFormField { use TDefaultIdFormField; diff --git a/wcfsetup/install/files/lib/system/form/builder/field/validation/FormFieldValidationError.class.php b/wcfsetup/install/files/lib/system/form/builder/field/validation/FormFieldValidationError.class.php index 5d87cd2c1e..eaa6303ab6 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/validation/FormFieldValidationError.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/validation/FormFieldValidationError.class.php @@ -9,7 +9,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Validation - * @since 3.2 + * @since 5.2 */ class FormFieldValidationError implements IFormFieldValidationError { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/validation/FormFieldValidator.class.php b/wcfsetup/install/files/lib/system/form/builder/field/validation/FormFieldValidator.class.php index a83de5508b..c9fdd039ee 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/validation/FormFieldValidator.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/validation/FormFieldValidator.class.php @@ -9,7 +9,7 @@ use wcf\system\form\builder\field\IFormField; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Validation - * @since 3.2 + * @since 5.2 */ class FormFieldValidator implements IFormFieldValidator { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/validation/FormFieldValidatorUtil.class.php b/wcfsetup/install/files/lib/system/form/builder/field/validation/FormFieldValidatorUtil.class.php index 5e1bafe090..d0ffbbb1d5 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/validation/FormFieldValidatorUtil.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/validation/FormFieldValidatorUtil.class.php @@ -11,7 +11,7 @@ use wcf\system\Regex; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Validation - * @since 3.2 + * @since 5.2 */ abstract class FormFieldValidatorUtil { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/validation/IFormFieldValidationError.class.php b/wcfsetup/install/files/lib/system/form/builder/field/validation/IFormFieldValidationError.class.php index 84dc3689a0..bb9e4eb033 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/validation/IFormFieldValidationError.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/validation/IFormFieldValidationError.class.php @@ -8,7 +8,7 @@ namespace wcf\system\form\builder\field\validation; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Validation - * @since 3.2 + * @since 5.2 */ interface IFormFieldValidationError { /** diff --git a/wcfsetup/install/files/lib/system/form/builder/field/validation/IFormFieldValidator.class.php b/wcfsetup/install/files/lib/system/form/builder/field/validation/IFormFieldValidator.class.php index a91bd0a1e3..5f36c13d4c 100644 --- a/wcfsetup/install/files/lib/system/form/builder/field/validation/IFormFieldValidator.class.php +++ b/wcfsetup/install/files/lib/system/form/builder/field/validation/IFormFieldValidator.class.php @@ -9,7 +9,7 @@ use wcf\system\form\builder\field\IFormField; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Form\Builder\Field\Validation - * @since 3.2 + * @since 5.2 */ interface IFormFieldValidator { /** diff --git a/wcfsetup/install/files/lib/system/html/output/HtmlOutputProcessor.class.php b/wcfsetup/install/files/lib/system/html/output/HtmlOutputProcessor.class.php index d2a28ac487..d9756b1dd1 100644 --- a/wcfsetup/install/files/lib/system/html/output/HtmlOutputProcessor.class.php +++ b/wcfsetup/install/files/lib/system/html/output/HtmlOutputProcessor.class.php @@ -18,7 +18,7 @@ class HtmlOutputProcessor extends AbstractHtmlProcessor { /** * generate the table of contents * @var bool - * @since 3.2 + * @since 5.2 */ public $enableToc = false; diff --git a/wcfsetup/install/files/lib/system/html/toc/HtmlToc.class.php b/wcfsetup/install/files/lib/system/html/toc/HtmlToc.class.php index f7a25c8cce..36a361e91a 100644 --- a/wcfsetup/install/files/lib/system/html/toc/HtmlToc.class.php +++ b/wcfsetup/install/files/lib/system/html/toc/HtmlToc.class.php @@ -11,7 +11,7 @@ use wcf\util\StringUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Html\Toc - * @since 3.2 + * @since 5.2 */ class HtmlToc { /** diff --git a/wcfsetup/install/files/lib/system/html/toc/HtmlTocItem.class.php b/wcfsetup/install/files/lib/system/html/toc/HtmlTocItem.class.php index 263249062b..53099dd23d 100644 --- a/wcfsetup/install/files/lib/system/html/toc/HtmlTocItem.class.php +++ b/wcfsetup/install/files/lib/system/html/toc/HtmlTocItem.class.php @@ -8,7 +8,7 @@ namespace wcf\system\html\toc; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Html\Toc - * @since 3.2 + * @since 5.2 */ class HtmlTocItem implements \Countable, \RecursiveIterator { /** @var HtmlTocItem[] */ diff --git a/wcfsetup/install/files/lib/system/importer/ReactionTypeImporter.class.php b/wcfsetup/install/files/lib/system/importer/ReactionTypeImporter.class.php index 2dda3eac8a..9b677c1a92 100644 --- a/wcfsetup/install/files/lib/system/importer/ReactionTypeImporter.class.php +++ b/wcfsetup/install/files/lib/system/importer/ReactionTypeImporter.class.php @@ -10,7 +10,7 @@ use wcf\data\reaction\type\ReactionTypeEditor; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Importer - * @since 3.2 + * @since 5.2 */ class ReactionTypeImporter extends AbstractImporter { /** diff --git a/wcfsetup/install/files/lib/system/language/I18nHandler.class.php b/wcfsetup/install/files/lib/system/language/I18nHandler.class.php index 604e154d2c..03fe78f435 100644 --- a/wcfsetup/install/files/lib/system/language/I18nHandler.class.php +++ b/wcfsetup/install/files/lib/system/language/I18nHandler.class.php @@ -81,7 +81,7 @@ class I18nHandler extends SingletonFactory { * Does nothing if no such element exists. * * @param string $elementID - * @since 3.2 + * @since 5.2 */ public function unregister($elementID) { $index = array_search($elementID, $this->elementIDs); diff --git a/wcfsetup/install/files/lib/system/like/LikeHandler.class.php b/wcfsetup/install/files/lib/system/like/LikeHandler.class.php index 8c2a7048f0..f4734007ec 100644 --- a/wcfsetup/install/files/lib/system/like/LikeHandler.class.php +++ b/wcfsetup/install/files/lib/system/like/LikeHandler.class.php @@ -26,7 +26,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Like - * @deprecated The LikeHandler is deprecated since 3.2 in favor of the \wcf\system\reaction\ReactionHandler + * @deprecated The LikeHandler is deprecated since 5.2 in favor of the \wcf\system\reaction\ReactionHandler */ class LikeHandler extends SingletonFactory { /** diff --git a/wcfsetup/install/files/lib/system/log/modification/AbstractExtendedModificationLogHandler.class.php b/wcfsetup/install/files/lib/system/log/modification/AbstractExtendedModificationLogHandler.class.php index ac0eb63061..8c25187326 100644 --- a/wcfsetup/install/files/lib/system/log/modification/AbstractExtendedModificationLogHandler.class.php +++ b/wcfsetup/install/files/lib/system/log/modification/AbstractExtendedModificationLogHandler.class.php @@ -9,7 +9,7 @@ namespace wcf\system\log\modification; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Log\Modification - * @since 3.2 + * @since 5.2 */ abstract class AbstractExtendedModificationLogHandler extends AbstractModificationLogHandler implements IExtendedModificationLogHandler { /** diff --git a/wcfsetup/install/files/lib/system/log/modification/IExtendedModificationLogHandler.class.php b/wcfsetup/install/files/lib/system/log/modification/IExtendedModificationLogHandler.class.php index af7a2ba434..8bae3aa1df 100644 --- a/wcfsetup/install/files/lib/system/log/modification/IExtendedModificationLogHandler.class.php +++ b/wcfsetup/install/files/lib/system/log/modification/IExtendedModificationLogHandler.class.php @@ -11,7 +11,7 @@ use wcf\data\modification\log\ModificationLog; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Log\Modification - * @since 3.2 + * @since 5.2 */ interface IExtendedModificationLogHandler { /** diff --git a/wcfsetup/install/files/lib/system/log/modification/VoidExtendedModificationLogHandler.class.php b/wcfsetup/install/files/lib/system/log/modification/VoidExtendedModificationLogHandler.class.php index 407b787512..3c0a12dc80 100644 --- a/wcfsetup/install/files/lib/system/log/modification/VoidExtendedModificationLogHandler.class.php +++ b/wcfsetup/install/files/lib/system/log/modification/VoidExtendedModificationLogHandler.class.php @@ -9,7 +9,7 @@ namespace wcf\system\log\modification; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Log\Modification - * @since 3.2 + * @since 5.2 */ class VoidExtendedModificationLogHandler extends AbstractExtendedModificationLogHandler { /** diff --git a/wcfsetup/install/files/lib/system/moderation/queue/report/ArticleModerationQueueReportHandler.class.php b/wcfsetup/install/files/lib/system/moderation/queue/report/ArticleModerationQueueReportHandler.class.php index cb6c267df0..7ec68db856 100644 --- a/wcfsetup/install/files/lib/system/moderation/queue/report/ArticleModerationQueueReportHandler.class.php +++ b/wcfsetup/install/files/lib/system/moderation/queue/report/ArticleModerationQueueReportHandler.class.php @@ -16,7 +16,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Suite\System\Moderation\Queue\Report - * @since 3.2 + * @since 5.2 */ class ArticleModerationQueueReportHandler extends AbstractModerationQueueHandler implements IModerationQueueReportHandler { /** diff --git a/wcfsetup/install/files/lib/system/option/II18nOptionType.class.php b/wcfsetup/install/files/lib/system/option/II18nOptionType.class.php index cbcfe3c310..2f2b9ecc25 100644 --- a/wcfsetup/install/files/lib/system/option/II18nOptionType.class.php +++ b/wcfsetup/install/files/lib/system/option/II18nOptionType.class.php @@ -8,6 +8,6 @@ namespace wcf\system\option; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Option - * @since 3.2 + * @since 5.2 */ interface II18nOptionType {}; diff --git a/wcfsetup/install/files/lib/system/option/ISelectOptionOptionType.class.php b/wcfsetup/install/files/lib/system/option/ISelectOptionOptionType.class.php index c0ffd48325..2f878a11e0 100644 --- a/wcfsetup/install/files/lib/system/option/ISelectOptionOptionType.class.php +++ b/wcfsetup/install/files/lib/system/option/ISelectOptionOptionType.class.php @@ -12,6 +12,6 @@ namespace wcf\system\option; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Option - * @since 3.2 + * @since 5.2 */ interface ISelectOptionOptionType {} diff --git a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php index 2d90ae3909..e96d535711 100644 --- a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php @@ -549,7 +549,7 @@ class PackageInstallationDispatcher { * * @param array $packageData * @return Package - * @since 3.2 + * @since 5.2 */ protected function createPackage(array $packageData) { return PackageEditor::create($packageData); diff --git a/wcfsetup/install/files/lib/system/package/plugin/ACLOptionPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/ACLOptionPackageInstallationPlugin.class.php index eaf45bd307..47e72876b4 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/ACLOptionPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/ACLOptionPackageInstallationPlugin.class.php @@ -348,7 +348,7 @@ class ACLOptionPackageInstallationPlugin extends AbstractOptionPackageInstallati /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { $objectTypes = []; @@ -500,7 +500,7 @@ class ACLOptionPackageInstallationPlugin extends AbstractOptionPackageInstallati /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getEntryTypes() { return ['options', 'categories']; @@ -508,7 +508,7 @@ class ACLOptionPackageInstallationPlugin extends AbstractOptionPackageInstallati /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = [ @@ -551,7 +551,7 @@ class ACLOptionPackageInstallationPlugin extends AbstractOptionPackageInstallati /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { $elementData = $this->getElementData($element); @@ -561,7 +561,7 @@ class ACLOptionPackageInstallationPlugin extends AbstractOptionPackageInstallati /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function getXsdFilename() { return 'aclOption'; @@ -569,7 +569,7 @@ class ACLOptionPackageInstallationPlugin extends AbstractOptionPackageInstallati /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -580,7 +580,7 @@ class ACLOptionPackageInstallationPlugin extends AbstractOptionPackageInstallati /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $formData = $form->getData()['data']; @@ -615,7 +615,7 @@ class ACLOptionPackageInstallationPlugin extends AbstractOptionPackageInstallati /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareDeleteXmlElement(\DOMElement $element) { $deleteElement = parent::prepareDeleteXmlElement($element); @@ -630,7 +630,7 @@ class ACLOptionPackageInstallationPlugin extends AbstractOptionPackageInstallati /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function deleteObject(\DOMElement $element) { $name = $element->getAttribute('name'); @@ -681,7 +681,7 @@ class ACLOptionPackageInstallationPlugin extends AbstractOptionPackageInstallati /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addDeleteElement(\DOMElement $element) { $this->defaultAddDeleteElement($element); diff --git a/wcfsetup/install/files/lib/system/package/plugin/ACPMenuPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/ACPMenuPackageInstallationPlugin.class.php index 96035f0727..7bbef66a87 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/ACPMenuPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/ACPMenuPackageInstallationPlugin.class.php @@ -47,7 +47,7 @@ class ACPMenuPackageInstallationPlugin extends AbstractMenuPackageInstallationPl /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { parent::addFormFields($form); @@ -126,7 +126,7 @@ class ACPMenuPackageInstallationPlugin extends AbstractMenuPackageInstallationPl /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = parent::fetchElementData($element, $saveData); @@ -144,7 +144,7 @@ class ACPMenuPackageInstallationPlugin extends AbstractMenuPackageInstallationPl /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $menuItem = parent::prepareXmlElement($document, $form); diff --git a/wcfsetup/install/files/lib/system/package/plugin/ACPSearchProviderPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/ACPSearchProviderPackageInstallationPlugin.class.php index 6020042bb6..26d245aa8c 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/ACPSearchProviderPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/ACPSearchProviderPackageInstallationPlugin.class.php @@ -111,7 +111,7 @@ class ACPSearchProviderPackageInstallationPlugin extends AbstractXMLPackageInsta /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = [ @@ -133,7 +133,7 @@ class ACPSearchProviderPackageInstallationPlugin extends AbstractXMLPackageInsta /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return $element->getAttribute('name'); @@ -141,7 +141,7 @@ class ACPSearchProviderPackageInstallationPlugin extends AbstractXMLPackageInsta /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { /** @var FormContainer $dataContainer */ @@ -192,7 +192,7 @@ class ACPSearchProviderPackageInstallationPlugin extends AbstractXMLPackageInsta /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -203,7 +203,7 @@ class ACPSearchProviderPackageInstallationPlugin extends AbstractXMLPackageInsta /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $data = $form->getData()['data']; diff --git a/wcfsetup/install/files/lib/system/package/plugin/AbstractMenuPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/AbstractMenuPackageInstallationPlugin.class.php index 1291d84212..a6c73b7fcc 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/AbstractMenuPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/AbstractMenuPackageInstallationPlugin.class.php @@ -121,7 +121,7 @@ abstract class AbstractMenuPackageInstallationPlugin extends AbstractXMLPackageI /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { /** @var IFormContainer $dataContainer */ @@ -315,7 +315,7 @@ abstract class AbstractMenuPackageInstallationPlugin extends AbstractXMLPackageI /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = [ @@ -381,7 +381,7 @@ abstract class AbstractMenuPackageInstallationPlugin extends AbstractXMLPackageI /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return $element->getAttribute('name'); @@ -442,7 +442,7 @@ abstract class AbstractMenuPackageInstallationPlugin extends AbstractXMLPackageI /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -453,7 +453,7 @@ abstract class AbstractMenuPackageInstallationPlugin extends AbstractXMLPackageI /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $formData = $form->getData()['data']; diff --git a/wcfsetup/install/files/lib/system/package/plugin/AbstractOptionPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/AbstractOptionPackageInstallationPlugin.class.php index 9721e4944d..b8ce1281f8 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/AbstractOptionPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/AbstractOptionPackageInstallationPlugin.class.php @@ -395,7 +395,7 @@ abstract class AbstractOptionPackageInstallationPlugin extends AbstractXMLPackag /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { /** @var IFormContainer $dataContainer */ @@ -696,7 +696,7 @@ abstract class AbstractOptionPackageInstallationPlugin extends AbstractXMLPackag /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = []; @@ -855,7 +855,7 @@ abstract class AbstractOptionPackageInstallationPlugin extends AbstractXMLPackag /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return $element->getAttribute('name'); @@ -863,7 +863,7 @@ abstract class AbstractOptionPackageInstallationPlugin extends AbstractXMLPackag /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getEntryTypes() { return ['options', 'categories']; @@ -918,7 +918,7 @@ abstract class AbstractOptionPackageInstallationPlugin extends AbstractXMLPackag /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function saveObject(\DOMElement $newElement, \DOMElement $oldElement = null) { switch ($this->entryType) { @@ -944,7 +944,7 @@ abstract class AbstractOptionPackageInstallationPlugin extends AbstractXMLPackag /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { switch ($this->entryType) { @@ -970,7 +970,7 @@ abstract class AbstractOptionPackageInstallationPlugin extends AbstractXMLPackag /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $formData = $form->getData()['data']; @@ -1028,7 +1028,7 @@ abstract class AbstractOptionPackageInstallationPlugin extends AbstractXMLPackag /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function insertNewXmlElement(XML $xml, \DOMElement $newElement) { $options = $xml->xpath()->query('/ns:data/ns:import/ns:options')->item(0); @@ -1067,7 +1067,7 @@ abstract class AbstractOptionPackageInstallationPlugin extends AbstractXMLPackag * Returns the options for the option type form field. * * @return array - * @since 3.2 + * @since 5.2 */ protected function getOptionTypeOptions() { $options = []; @@ -1123,7 +1123,7 @@ abstract class AbstractOptionPackageInstallationPlugin extends AbstractXMLPackag /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareDeleteXmlElement(\DOMElement $element) { $elementName = 'option'; @@ -1140,7 +1140,7 @@ abstract class AbstractOptionPackageInstallationPlugin extends AbstractXMLPackag /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function deleteObject(\DOMElement $element) { $name = $element->getAttribute('name'); @@ -1184,7 +1184,7 @@ abstract class AbstractOptionPackageInstallationPlugin extends AbstractXMLPackag /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addDeleteElement(\DOMElement $element) { $this->defaultAddDeleteElement($element); @@ -1217,7 +1217,7 @@ abstract class AbstractOptionPackageInstallationPlugin extends AbstractXMLPackag /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function sanitizeXmlFileAfterDeleteEntry(\DOMDocument $document) { $xpath = new \DOMXPath($document); diff --git a/wcfsetup/install/files/lib/system/package/plugin/BBCodePackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/BBCodePackageInstallationPlugin.class.php index 233278c4bb..a8b3ad77f4 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/BBCodePackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/BBCodePackageInstallationPlugin.class.php @@ -231,7 +231,7 @@ class BBCodePackageInstallationPlugin extends AbstractXMLPackageInstallationPlug /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = [ @@ -310,7 +310,7 @@ class BBCodePackageInstallationPlugin extends AbstractXMLPackageInstallationPlug /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return $element->getAttribute('name'); @@ -318,7 +318,7 @@ class BBCodePackageInstallationPlugin extends AbstractXMLPackageInstallationPlug /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { /** @var FormContainer $dataContainer */ @@ -501,7 +501,7 @@ class BBCodePackageInstallationPlugin extends AbstractXMLPackageInstallationPlug /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -513,7 +513,7 @@ class BBCodePackageInstallationPlugin extends AbstractXMLPackageInstallationPlug /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $data = $form->getData()['data']; diff --git a/wcfsetup/install/files/lib/system/package/plugin/BoxPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/BoxPackageInstallationPlugin.class.php index 71809de7e5..6a97e99759 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/BoxPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/BoxPackageInstallationPlugin.class.php @@ -442,7 +442,7 @@ class BoxPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getAdditionalTemplateCode() { return WCF::getTPL()->fetch('__boxPipGui'); @@ -450,7 +450,7 @@ class BoxPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { $tabContainter = TabMenuFormContainer::create('tabMenu'); @@ -612,7 +612,7 @@ class BoxPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = [ @@ -753,7 +753,7 @@ class BoxPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return $element->getAttribute('identifier'); @@ -761,7 +761,7 @@ class BoxPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -772,7 +772,7 @@ class BoxPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $formData = $form->getData(); diff --git a/wcfsetup/install/files/lib/system/package/plugin/ClipboardActionPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/ClipboardActionPackageInstallationPlugin.class.php index 5cc7e2a57b..dd5f192aa5 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/ClipboardActionPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/ClipboardActionPackageInstallationPlugin.class.php @@ -177,7 +177,7 @@ class ClipboardActionPackageInstallationPlugin extends AbstractXMLPackageInstall /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { /** @var FormContainer $dataContainer */ @@ -247,7 +247,7 @@ class ClipboardActionPackageInstallationPlugin extends AbstractXMLPackageInstall /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = [ @@ -282,7 +282,7 @@ class ClipboardActionPackageInstallationPlugin extends AbstractXMLPackageInstall /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return sha1( @@ -293,7 +293,7 @@ class ClipboardActionPackageInstallationPlugin extends AbstractXMLPackageInstall /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -304,7 +304,7 @@ class ClipboardActionPackageInstallationPlugin extends AbstractXMLPackageInstall /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $formData = $form->getData(); @@ -334,7 +334,7 @@ class ClipboardActionPackageInstallationPlugin extends AbstractXMLPackageInstall /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareDeleteXmlElement(\DOMElement $element) { $clipboardAction = $element->ownerDocument->createElement($this->tagName); @@ -350,7 +350,7 @@ class ClipboardActionPackageInstallationPlugin extends AbstractXMLPackageInstall /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function deleteObject(\DOMElement $element) { $actionClassName = $element->getElementsByTagName('actionclassname')->item(0)->nodeValue; diff --git a/wcfsetup/install/files/lib/system/package/plugin/CoreObjectPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/CoreObjectPackageInstallationPlugin.class.php index c7c44a646e..f455e6147b 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/CoreObjectPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/CoreObjectPackageInstallationPlugin.class.php @@ -91,7 +91,7 @@ class CoreObjectPackageInstallationPlugin extends AbstractXMLPackageInstallation /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { /** @var FormContainer $dataContainer */ @@ -130,7 +130,7 @@ class CoreObjectPackageInstallationPlugin extends AbstractXMLPackageInstallation /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { return [ @@ -141,7 +141,7 @@ class CoreObjectPackageInstallationPlugin extends AbstractXMLPackageInstallation /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return sha1($element->getElementsByTagName('objectname')->item(0)->nodeValue); @@ -149,7 +149,7 @@ class CoreObjectPackageInstallationPlugin extends AbstractXMLPackageInstallation /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -159,7 +159,7 @@ class CoreObjectPackageInstallationPlugin extends AbstractXMLPackageInstallation /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $coreObject = $document->createElement($this->tagName); @@ -171,7 +171,7 @@ class CoreObjectPackageInstallationPlugin extends AbstractXMLPackageInstallation /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareDeleteXmlElement(\DOMElement $element) { $coreObject = $element->ownerDocument->createElement($this->tagName); @@ -185,7 +185,7 @@ class CoreObjectPackageInstallationPlugin extends AbstractXMLPackageInstallation /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function deleteObject(\DOMElement $element) { $name = $element->getElementsByTagName('objectname')->item(0)->nodeValue; diff --git a/wcfsetup/install/files/lib/system/package/plugin/CronjobPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/CronjobPackageInstallationPlugin.class.php index eb76a9c63d..d90f504a67 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/CronjobPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/CronjobPackageInstallationPlugin.class.php @@ -175,7 +175,7 @@ class CronjobPackageInstallationPlugin extends AbstractXMLPackageInstallationPlu /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { /** @var IFormContainer $dataContainer */ @@ -247,7 +247,7 @@ class CronjobPackageInstallationPlugin extends AbstractXMLPackageInstallationPlu /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = [ @@ -345,7 +345,7 @@ class CronjobPackageInstallationPlugin extends AbstractXMLPackageInstallationPlu /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return $element->getAttribute('name'); @@ -353,7 +353,7 @@ class CronjobPackageInstallationPlugin extends AbstractXMLPackageInstallationPlu /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -364,7 +364,7 @@ class CronjobPackageInstallationPlugin extends AbstractXMLPackageInstallationPlu /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $data = $form->getData(); diff --git a/wcfsetup/install/files/lib/system/package/plugin/EventListenerPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/EventListenerPackageInstallationPlugin.class.php index 7480ba3be1..8790288036 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/EventListenerPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/EventListenerPackageInstallationPlugin.class.php @@ -185,7 +185,7 @@ class EventListenerPackageInstallationPlugin extends AbstractXMLPackageInstallat /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { /** @var FormContainer $dataContainer */ @@ -283,7 +283,7 @@ class EventListenerPackageInstallationPlugin extends AbstractXMLPackageInstallat /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = [ @@ -330,7 +330,7 @@ class EventListenerPackageInstallationPlugin extends AbstractXMLPackageInstallat /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return $element->getAttribute('name'); @@ -338,7 +338,7 @@ class EventListenerPackageInstallationPlugin extends AbstractXMLPackageInstallat /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -350,7 +350,7 @@ class EventListenerPackageInstallationPlugin extends AbstractXMLPackageInstallat /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $data = $form->getData()['data']; diff --git a/wcfsetup/install/files/lib/system/package/plugin/LanguagePackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/LanguagePackageInstallationPlugin.class.php index c5cfd0ccb7..3a103b6471 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/LanguagePackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/LanguagePackageInstallationPlugin.class.php @@ -326,7 +326,7 @@ class LanguagePackageInstallationPlugin extends AbstractXMLPackageInstallationPl /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { /** @var FormContainer $dataContainer */ @@ -506,7 +506,7 @@ class LanguagePackageInstallationPlugin extends AbstractXMLPackageInstallationPl /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = [ @@ -551,7 +551,7 @@ class LanguagePackageInstallationPlugin extends AbstractXMLPackageInstallationPl /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return $element->getAttribute('name'); @@ -609,7 +609,7 @@ class LanguagePackageInstallationPlugin extends AbstractXMLPackageInstallationPl /** * @inheritDoc - * @sicne 3.2 + * @since 5.2 */ protected function getImportElements(\DOMXPath $xpath) { return $xpath->query('/ns:language/ns:category/ns:item'); @@ -617,7 +617,7 @@ class LanguagePackageInstallationPlugin extends AbstractXMLPackageInstallationPl /** * @inheritDoc - * @sicne 3.2 + * @since 5.2 */ protected function getEmptyXml($languageCode) { $xsdFilename = $this->getXsdFilename(); @@ -681,7 +681,7 @@ XML; /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function saveObject(\DOMElement $newElement, \DOMElement $oldElement = null) { $newElementData = $this->getElementData($newElement, true); @@ -731,7 +731,7 @@ XML; /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $keys = [ @@ -748,7 +748,7 @@ XML; /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $data = $form->getData()['data']; @@ -818,7 +818,7 @@ XML; /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function createAndInsertNewXmlElement(XML $xml, IFormDocument $form) { return $this->createXmlElement($xml->getDocument(), $form); @@ -826,7 +826,7 @@ XML; /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function replaceXmlElement(XML $xml, IFormDocument $form, $identifier) { $newElement = $this->createXmlElement($xml->getDocument(), $form); @@ -847,7 +847,7 @@ XML; /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function deleteObject(\DOMElement $element) { $sql = "DELETE FROM wcf" . WCF_N . "_language_item @@ -862,7 +862,7 @@ XML; /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function supportsDeleteInstruction() { return false; @@ -870,7 +870,7 @@ XML; /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function sanitizeXmlFileAfterDeleteEntry(\DOMDocument $document) { $language = $document->getElementsByTagName('language')->item(0); diff --git a/wcfsetup/install/files/lib/system/package/plugin/MediaProviderPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/MediaProviderPackageInstallationPlugin.class.php index 319c1ec6a3..ed6d370ba0 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/MediaProviderPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/MediaProviderPackageInstallationPlugin.class.php @@ -106,7 +106,7 @@ class MediaProviderPackageInstallationPlugin extends AbstractXMLPackageInstallat /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { /** @var FormContainer $dataContainer */ @@ -199,7 +199,7 @@ class MediaProviderPackageInstallationPlugin extends AbstractXMLPackageInstallat /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = [ @@ -230,7 +230,7 @@ class MediaProviderPackageInstallationPlugin extends AbstractXMLPackageInstallat /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return $element->getAttribute('name'); @@ -238,7 +238,7 @@ class MediaProviderPackageInstallationPlugin extends AbstractXMLPackageInstallat /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -249,7 +249,7 @@ class MediaProviderPackageInstallationPlugin extends AbstractXMLPackageInstallat /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $data = $form->getData()['data']; diff --git a/wcfsetup/install/files/lib/system/package/plugin/MenuItemPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/MenuItemPackageInstallationPlugin.class.php index 30b7954277..19cfedfa97 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/MenuItemPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/MenuItemPackageInstallationPlugin.class.php @@ -256,7 +256,7 @@ class MenuItemPackageInstallationPlugin extends AbstractXMLPackageInstallationPl /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { $menuList = new MenuList(); @@ -425,7 +425,7 @@ class MenuItemPackageInstallationPlugin extends AbstractXMLPackageInstallationPl /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = [ @@ -513,7 +513,7 @@ class MenuItemPackageInstallationPlugin extends AbstractXMLPackageInstallationPl /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return $element->getAttribute('identifier'); @@ -521,7 +521,7 @@ class MenuItemPackageInstallationPlugin extends AbstractXMLPackageInstallationPl /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -532,7 +532,7 @@ class MenuItemPackageInstallationPlugin extends AbstractXMLPackageInstallationPl /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $formData = $form->getData(); diff --git a/wcfsetup/install/files/lib/system/package/plugin/MenuPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/MenuPackageInstallationPlugin.class.php index bd80ca3622..c297bad42f 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/MenuPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/MenuPackageInstallationPlugin.class.php @@ -296,7 +296,7 @@ class MenuPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getAdditionalTemplateCode() { return WCF::getTPL()->fetch('__menuPipGui'); @@ -304,7 +304,7 @@ class MenuPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { /** @var FormContainer $dataContainer */ @@ -405,7 +405,7 @@ class MenuPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = [ @@ -501,7 +501,7 @@ class MenuPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return $element->getAttribute('identifier'); @@ -509,7 +509,7 @@ class MenuPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -519,7 +519,7 @@ class MenuPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $formData = $form->getData(); diff --git a/wcfsetup/install/files/lib/system/package/plugin/ObjectTypeDefinitionPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/ObjectTypeDefinitionPackageInstallationPlugin.class.php index 1874e242b9..b4c1d34300 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/ObjectTypeDefinitionPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/ObjectTypeDefinitionPackageInstallationPlugin.class.php @@ -86,7 +86,7 @@ class ObjectTypeDefinitionPackageInstallationPlugin extends AbstractXMLPackageIn /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { /** @var FormContainer $dataContainer */ @@ -143,7 +143,7 @@ class ObjectTypeDefinitionPackageInstallationPlugin extends AbstractXMLPackageIn /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = [ @@ -164,7 +164,7 @@ class ObjectTypeDefinitionPackageInstallationPlugin extends AbstractXMLPackageIn /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return $element->getElementsByTagName('name')->item(0)->nodeValue; @@ -172,7 +172,7 @@ class ObjectTypeDefinitionPackageInstallationPlugin extends AbstractXMLPackageIn /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -183,7 +183,7 @@ class ObjectTypeDefinitionPackageInstallationPlugin extends AbstractXMLPackageIn /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $definition = $document->createElement($this->tagName); @@ -202,7 +202,7 @@ class ObjectTypeDefinitionPackageInstallationPlugin extends AbstractXMLPackageIn /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareDeleteXmlElement(\DOMElement $element) { $objectTypeDefinition = $element->ownerDocument->createElement($this->tagName); @@ -216,7 +216,7 @@ class ObjectTypeDefinitionPackageInstallationPlugin extends AbstractXMLPackageIn /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function deleteObject(\DOMElement $element) { $this->handleDelete([['attributes' => [ diff --git a/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php index e00f5ff0f8..4d93fc6e7e 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/ObjectTypePackageInstallationPlugin.class.php @@ -166,7 +166,7 @@ class ObjectTypePackageInstallationPlugin extends AbstractXMLPackageInstallation /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getAdditionalTemplateCode() { return WCF::getTPL()->fetch('__objectTypePipGui', 'wcf', [ @@ -177,7 +177,7 @@ class ObjectTypePackageInstallationPlugin extends AbstractXMLPackageInstallation /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = [ @@ -212,7 +212,7 @@ class ObjectTypePackageInstallationPlugin extends AbstractXMLPackageInstallation /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { // read available object type definitions @@ -725,7 +725,7 @@ class ObjectTypePackageInstallationPlugin extends AbstractXMLPackageInstallation /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return sha1( @@ -736,7 +736,7 @@ class ObjectTypePackageInstallationPlugin extends AbstractXMLPackageInstallation /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getEntryList() { $xml = $this->getProjectXml(); @@ -758,7 +758,7 @@ class ObjectTypePackageInstallationPlugin extends AbstractXMLPackageInstallation /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -778,7 +778,7 @@ class ObjectTypePackageInstallationPlugin extends AbstractXMLPackageInstallation * @param IFormDocument $form * @param string $definitionName * @return FormContainer - * @since 3.2 + * @since 5.2 */ public function getObjectTypeDefinitionDataContainer(IFormDocument $form, $definitionName) { /** @var SingleSelectionFormField $definitionIDField */ @@ -801,7 +801,7 @@ class ObjectTypePackageInstallationPlugin extends AbstractXMLPackageInstallation /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $data = $form->getData()['data']; @@ -889,7 +889,7 @@ class ObjectTypePackageInstallationPlugin extends AbstractXMLPackageInstallation * @param string $objectTypeDefinition * @param bool $addConditionObject * @param bool $addConditionGroup - * @since 3.2 + * @since 5.2 */ public function addConditionFields(IFormContainer $dataContainer, $objectTypeDefinition, $addConditionObject = true, $addConditionGroup = true) { $prefix = preg_replace('~Fields$~', '', $dataContainer->getId()); @@ -1089,7 +1089,7 @@ class ObjectTypePackageInstallationPlugin extends AbstractXMLPackageInstallation /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function setEntryData($identifier, IFormDocument $document) { $returnValue = $this->defaultSetEntryData($identifier, $document); @@ -1121,7 +1121,7 @@ class ObjectTypePackageInstallationPlugin extends AbstractXMLPackageInstallation /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareDeleteXmlElement(\DOMElement $element) { $objectType = $element->ownerDocument->createElement($this->tagName); @@ -1140,7 +1140,7 @@ class ObjectTypePackageInstallationPlugin extends AbstractXMLPackageInstallation /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function deleteObject(\DOMElement $element) { $name = $element->getElementsByTagName('name')->item(0)->nodeValue; diff --git a/wcfsetup/install/files/lib/system/package/plugin/OptionPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/OptionPackageInstallationPlugin.class.php index f71c35297b..0c1c08ae04 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/OptionPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/OptionPackageInstallationPlugin.class.php @@ -134,7 +134,7 @@ class OptionPackageInstallationPlugin extends AbstractOptionPackageInstallationP /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { parent::addFormFields($form); @@ -242,7 +242,7 @@ class OptionPackageInstallationPlugin extends AbstractOptionPackageInstallationP /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = parent::fetchElementData($element, $saveData); @@ -272,7 +272,7 @@ class OptionPackageInstallationPlugin extends AbstractOptionPackageInstallationP /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function getSortOptionHandler() { // reuse OptionHandler @@ -305,7 +305,7 @@ class OptionPackageInstallationPlugin extends AbstractOptionPackageInstallationP /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $option = parent::prepareXmlElement($document, $form); diff --git a/wcfsetup/install/files/lib/system/package/plugin/PIPPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/PIPPackageInstallationPlugin.class.php index 6c64aa4a6e..ec58770994 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/PIPPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/PIPPackageInstallationPlugin.class.php @@ -97,7 +97,7 @@ class PIPPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { /** @var FormContainer $dataContainer */ @@ -146,7 +146,7 @@ class PIPPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { return [ @@ -158,7 +158,7 @@ class PIPPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return $element->getAttribute('name'); @@ -166,7 +166,7 @@ class PIPPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -177,7 +177,7 @@ class PIPPackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $data = $form->getData()['data']; diff --git a/wcfsetup/install/files/lib/system/package/plugin/PagePackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/PagePackageInstallationPlugin.class.php index 6bfe3bc0ca..1aa393f4a6 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/PagePackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/PagePackageInstallationPlugin.class.php @@ -419,7 +419,7 @@ class PagePackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { $tabContainter = TabMenuFormContainer::create('tabMenu'); @@ -630,7 +630,7 @@ class PagePackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = [ @@ -755,7 +755,7 @@ class PagePackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return $element->getAttribute('identifier'); @@ -763,7 +763,7 @@ class PagePackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -774,7 +774,7 @@ class PagePackageInstallationPlugin extends AbstractXMLPackageInstallationPlugin /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $formData = $form->getData(); diff --git a/wcfsetup/install/files/lib/system/package/plugin/SmileyPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/SmileyPackageInstallationPlugin.class.php index 04e6b24513..ff22aacf97 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/SmileyPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/SmileyPackageInstallationPlugin.class.php @@ -104,7 +104,7 @@ class SmileyPackageInstallationPlugin extends AbstractXMLPackageInstallationPlug /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { /** @var FormContainer $dataContainer */ @@ -225,7 +225,7 @@ class SmileyPackageInstallationPlugin extends AbstractXMLPackageInstallationPlug /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = [ @@ -265,7 +265,7 @@ class SmileyPackageInstallationPlugin extends AbstractXMLPackageInstallationPlug /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return $element->getAttribute('name'); @@ -273,7 +273,7 @@ class SmileyPackageInstallationPlugin extends AbstractXMLPackageInstallationPlug /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -284,7 +284,7 @@ class SmileyPackageInstallationPlugin extends AbstractXMLPackageInstallationPlug /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $data = $form->getData()['data']; diff --git a/wcfsetup/install/files/lib/system/package/plugin/TemplateListenerPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/TemplateListenerPackageInstallationPlugin.class.php index 5f2188d3e6..0f3de1a772 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/TemplateListenerPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/TemplateListenerPackageInstallationPlugin.class.php @@ -132,7 +132,7 @@ class TemplateListenerPackageInstallationPlugin extends AbstractXMLPackageInstal /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { $ldq = preg_quote(WCF::getTPL()->getCompiler()->getLeftDelimiter(), '~'); @@ -386,7 +386,7 @@ class TemplateListenerPackageInstallationPlugin extends AbstractXMLPackageInstal /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = [ @@ -421,7 +421,7 @@ class TemplateListenerPackageInstallationPlugin extends AbstractXMLPackageInstal /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return sha1( @@ -434,7 +434,7 @@ class TemplateListenerPackageInstallationPlugin extends AbstractXMLPackageInstal /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function setEntryData($identifier, IFormDocument $document) { if ($this->defaultSetEntryData($identifier, $document)) { @@ -472,7 +472,7 @@ class TemplateListenerPackageInstallationPlugin extends AbstractXMLPackageInstal /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -485,7 +485,7 @@ class TemplateListenerPackageInstallationPlugin extends AbstractXMLPackageInstal /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $data = $form->getData()['data']; @@ -514,7 +514,7 @@ class TemplateListenerPackageInstallationPlugin extends AbstractXMLPackageInstal /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareDeleteXmlElement(\DOMElement $element) { $templateListener = $element->ownerDocument->createElement($this->tagName); @@ -532,7 +532,7 @@ class TemplateListenerPackageInstallationPlugin extends AbstractXMLPackageInstal /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function deleteObject(\DOMElement $element) { $elements= []; diff --git a/wcfsetup/install/files/lib/system/package/plugin/UserGroupOptionPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/UserGroupOptionPackageInstallationPlugin.class.php index 8b19d9e3f7..4d0258a31c 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/UserGroupOptionPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/UserGroupOptionPackageInstallationPlugin.class.php @@ -212,7 +212,7 @@ class UserGroupOptionPackageInstallationPlugin extends AbstractOptionPackageInst /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { parent::addFormFields($form); @@ -266,7 +266,7 @@ class UserGroupOptionPackageInstallationPlugin extends AbstractOptionPackageInst /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = parent::fetchElementData($element, $saveData); @@ -303,7 +303,7 @@ class UserGroupOptionPackageInstallationPlugin extends AbstractOptionPackageInst /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function getSortOptionHandler() { // reuse UserGroupOptionHandler @@ -336,7 +336,7 @@ class UserGroupOptionPackageInstallationPlugin extends AbstractOptionPackageInst /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $option = parent::prepareXmlElement($document, $form); @@ -364,7 +364,7 @@ class UserGroupOptionPackageInstallationPlugin extends AbstractOptionPackageInst /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function getOptionTypeOptions() { $options = []; diff --git a/wcfsetup/install/files/lib/system/package/plugin/UserMenuPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/UserMenuPackageInstallationPlugin.class.php index 9b649b373e..169a059b99 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/UserMenuPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/UserMenuPackageInstallationPlugin.class.php @@ -57,7 +57,7 @@ class UserMenuPackageInstallationPlugin extends AbstractMenuPackageInstallationP /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { parent::addFormFields($form); @@ -124,7 +124,7 @@ class UserMenuPackageInstallationPlugin extends AbstractMenuPackageInstallationP /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = parent::fetchElementData($element, $saveData); @@ -150,7 +150,7 @@ class UserMenuPackageInstallationPlugin extends AbstractMenuPackageInstallationP /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $menuItem = parent::prepareXmlElement($document, $form); diff --git a/wcfsetup/install/files/lib/system/package/plugin/UserNotificationEventPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/UserNotificationEventPackageInstallationPlugin.class.php index b925108825..61cdc9bbee 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/UserNotificationEventPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/UserNotificationEventPackageInstallationPlugin.class.php @@ -177,7 +177,7 @@ class UserNotificationEventPackageInstallationPlugin extends AbstractXMLPackageI /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { /** @var FormContainer $dataContainer */ @@ -284,7 +284,7 @@ class UserNotificationEventPackageInstallationPlugin extends AbstractXMLPackageI /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = [ @@ -339,7 +339,7 @@ class UserNotificationEventPackageInstallationPlugin extends AbstractXMLPackageI /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return sha1( @@ -350,7 +350,7 @@ class UserNotificationEventPackageInstallationPlugin extends AbstractXMLPackageI /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -361,7 +361,7 @@ class UserNotificationEventPackageInstallationPlugin extends AbstractXMLPackageI /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $event = $document->createElement($this->tagName); @@ -385,7 +385,7 @@ class UserNotificationEventPackageInstallationPlugin extends AbstractXMLPackageI /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareDeleteXmlElement(\DOMElement $element) { $userNotificationEvent = $element->ownerDocument->createElement($this->tagName); @@ -402,7 +402,7 @@ class UserNotificationEventPackageInstallationPlugin extends AbstractXMLPackageI /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function deleteObject(\DOMElement $element) { $elements= []; diff --git a/wcfsetup/install/files/lib/system/package/plugin/UserOptionPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/UserOptionPackageInstallationPlugin.class.php index 05dd37aefa..166f87d113 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/UserOptionPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/UserOptionPackageInstallationPlugin.class.php @@ -193,7 +193,7 @@ class UserOptionPackageInstallationPlugin extends AbstractOptionPackageInstallat /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { parent::addFormFields($form); @@ -333,7 +333,7 @@ class UserOptionPackageInstallationPlugin extends AbstractOptionPackageInstallat /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = parent::fetchElementData($element, $saveData); @@ -382,7 +382,7 @@ class UserOptionPackageInstallationPlugin extends AbstractOptionPackageInstallat /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function getSortOptionHandler() { // reuse UserGroupOptionHandler @@ -415,7 +415,7 @@ class UserOptionPackageInstallationPlugin extends AbstractOptionPackageInstallat /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $option = parent::prepareXmlElement($document, $form); diff --git a/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php b/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php index 28fb344a02..618005a4f5 100644 --- a/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php +++ b/wcfsetup/install/files/lib/system/package/plugin/UserProfileMenuPackageInstallationPlugin.class.php @@ -107,7 +107,7 @@ class UserProfileMenuPackageInstallationPlugin extends AbstractXMLPackageInstall /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function addFormFields(IFormDocument $form) { /** @var FormContainer $dataContainer */ @@ -175,7 +175,7 @@ class UserProfileMenuPackageInstallationPlugin extends AbstractXMLPackageInstall /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function fetchElementData(\DOMElement $element, $saveData) { $data = [ @@ -214,7 +214,7 @@ class UserProfileMenuPackageInstallationPlugin extends AbstractXMLPackageInstall /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getElementIdentifier(\DOMElement $element) { return $element->getAttribute('name'); @@ -222,7 +222,7 @@ class UserProfileMenuPackageInstallationPlugin extends AbstractXMLPackageInstall /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function setEntryListKeys(IDevtoolsPipEntryList $entryList) { $entryList->setKeys([ @@ -233,7 +233,7 @@ class UserProfileMenuPackageInstallationPlugin extends AbstractXMLPackageInstall /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ protected function prepareXmlElement(\DOMDocument $document, IFormDocument $form) { $data = $form->getData()['data']; diff --git a/wcfsetup/install/files/lib/system/page/handler/CategoryArticleListPageHandler.class.php b/wcfsetup/install/files/lib/system/page/handler/CategoryArticleListPageHandler.class.php index 881178dce7..7726599f3d 100644 --- a/wcfsetup/install/files/lib/system/page/handler/CategoryArticleListPageHandler.class.php +++ b/wcfsetup/install/files/lib/system/page/handler/CategoryArticleListPageHandler.class.php @@ -24,7 +24,7 @@ class CategoryArticleListPageHandler extends AbstractLookupPageHandler implement /** * @inheritDoc - * @since 3.2 + * @since 5.2 */ public function getOutstandingItemCount($objectID = null) { return ARTICLE_ENABLE_VISIT_TRACKING ? ViewableArticle::getUnreadArticlesForCategory($objectID) : 0; diff --git a/wcfsetup/install/files/lib/system/page/handler/UnreadArticleListPageHandler.class.php b/wcfsetup/install/files/lib/system/page/handler/UnreadArticleListPageHandler.class.php index ac4849e194..5937644254 100644 --- a/wcfsetup/install/files/lib/system/page/handler/UnreadArticleListPageHandler.class.php +++ b/wcfsetup/install/files/lib/system/page/handler/UnreadArticleListPageHandler.class.php @@ -9,7 +9,7 @@ use wcf\data\article\ViewableArticle; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Page\Handler - * @since 3.2 + * @since 5.2 */ class UnreadArticleListPageHandler extends AbstractMenuPageHandler { /** @noinspection PhpMissingParentCallCommonInspection */ diff --git a/wcfsetup/install/files/lib/system/page/handler/WatchedArticleListPageHandler.class.php b/wcfsetup/install/files/lib/system/page/handler/WatchedArticleListPageHandler.class.php index 15597444c7..7027858a7c 100644 --- a/wcfsetup/install/files/lib/system/page/handler/WatchedArticleListPageHandler.class.php +++ b/wcfsetup/install/files/lib/system/page/handler/WatchedArticleListPageHandler.class.php @@ -10,7 +10,7 @@ use wcf\data\article\ViewableArticle; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Page\Handler - * @since 3.2 + * @since 5.2 */ class WatchedArticleListPageHandler extends AbstractMenuPageHandler { /** @noinspection PhpMissingParentCallCommonInspection */ diff --git a/wcfsetup/install/files/lib/system/reaction/ReactionHandler.class.php b/wcfsetup/install/files/lib/system/reaction/ReactionHandler.class.php index 3a7927e43c..4d29498f69 100644 --- a/wcfsetup/install/files/lib/system/reaction/ReactionHandler.class.php +++ b/wcfsetup/install/files/lib/system/reaction/ReactionHandler.class.php @@ -35,7 +35,7 @@ use wcf\util\StringUtil; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Reaction - * @since 3.2 + * @since 5.2 */ class ReactionHandler extends SingletonFactory { /** @@ -348,7 +348,7 @@ class ReactionHandler extends SingletonFactory { } } - // This interface should help to determine whether the plugin has been adapted to the API 3.2. + // This interface should help to determine whether the plugin has been adapted to the API 5.2. // If a LikeableObject does not implement this interface, no notification will be sent, because // we assume, that the plugin has not been adapted to the new API. if ($likeable instanceof IReactionObject) { diff --git a/wcfsetup/install/files/lib/system/request/ControllerMap.class.php b/wcfsetup/install/files/lib/system/request/ControllerMap.class.php index 61cd90e41c..bf7ccdeb99 100644 --- a/wcfsetup/install/files/lib/system/request/ControllerMap.class.php +++ b/wcfsetup/install/files/lib/system/request/ControllerMap.class.php @@ -20,7 +20,7 @@ use wcf\system\WCFACP; class ControllerMap extends SingletonFactory { /** * @var array - * @since 3.2 + * @since 5.2 */ protected $applicationOverrides; diff --git a/wcfsetup/install/files/lib/system/request/LinkHandler.class.php b/wcfsetup/install/files/lib/system/request/LinkHandler.class.php index 471c8f96cb..03326ba8db 100644 --- a/wcfsetup/install/files/lib/system/request/LinkHandler.class.php +++ b/wcfsetup/install/files/lib/system/request/LinkHandler.class.php @@ -21,7 +21,7 @@ class LinkHandler extends SingletonFactory { /** * regex object to extract controller data from controller class name * @var Regex - * @since 3.2 + * @since 5.2 */ protected $controllerRegex; @@ -74,7 +74,7 @@ class LinkHandler extends SingletonFactory { * @return string * * @throws \InvalidArgumentException if the passed string is no controller class name - * @since 3.2 + * @since 5.2 */ public function getControllerLink($controllerClass, array $parameters = [], $url = '') { if (!$this->controllerRegex->match($controllerClass)) { diff --git a/wcfsetup/install/files/lib/system/style/StyleHandler.class.php b/wcfsetup/install/files/lib/system/style/StyleHandler.class.php index 553503307a..bce06150a3 100644 --- a/wcfsetup/install/files/lib/system/style/StyleHandler.class.php +++ b/wcfsetup/install/files/lib/system/style/StyleHandler.class.php @@ -246,7 +246,7 @@ class StyleHandler extends SingletonFactory { * if there is no default style. * * @return Style|null - * @since 3.2 + * @since 5.2 */ public function getDefaultStyle() { if (!RequestHandler::getInstance()->isACPRequest()) { diff --git a/wcfsetup/install/files/lib/system/tagging/AbstractCombinedTaggable.class.php b/wcfsetup/install/files/lib/system/tagging/AbstractCombinedTaggable.class.php index 24d5a3eb1a..d5982c9f95 100644 --- a/wcfsetup/install/files/lib/system/tagging/AbstractCombinedTaggable.class.php +++ b/wcfsetup/install/files/lib/system/tagging/AbstractCombinedTaggable.class.php @@ -9,7 +9,7 @@ use wcf\data\tag\Tag; * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Tagging - * @since 3.2 + * @since 5.2 */ abstract class AbstractCombinedTaggable extends AbstractTaggable implements ICombinedTaggable { /** diff --git a/wcfsetup/install/files/lib/system/tagging/ICombinedTaggable.class.php b/wcfsetup/install/files/lib/system/tagging/ICombinedTaggable.class.php index 221e8f8d37..c623ec8b45 100644 --- a/wcfsetup/install/files/lib/system/tagging/ICombinedTaggable.class.php +++ b/wcfsetup/install/files/lib/system/tagging/ICombinedTaggable.class.php @@ -11,7 +11,7 @@ use wcf\data\tag\Tag; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Tagging - * @since 3.2 + * @since 5.2 */ interface ICombinedTaggable extends ITaggable { /** @@ -19,7 +19,7 @@ interface ICombinedTaggable extends ITaggable { * * @param Tag[] $tags * @return DatabaseObjectList - * @since 3.2 + * @since 5.2 */ public function getObjectListFor(array $tags); } diff --git a/wcfsetup/install/files/lib/system/tagging/ITaggable.class.php b/wcfsetup/install/files/lib/system/tagging/ITaggable.class.php index 38ead2d90b..f3282b127c 100644 --- a/wcfsetup/install/files/lib/system/tagging/ITaggable.class.php +++ b/wcfsetup/install/files/lib/system/tagging/ITaggable.class.php @@ -17,7 +17,7 @@ interface ITaggable { * * @param Tag $tag * @return DatabaseObjectList - * @deprecated 3.2 + * @deprecated 5.2 */ public function getObjectList(Tag $tag); diff --git a/wcfsetup/install/files/lib/system/tagging/TagEngine.class.php b/wcfsetup/install/files/lib/system/tagging/TagEngine.class.php index fef795a638..fab8a2843e 100644 --- a/wcfsetup/install/files/lib/system/tagging/TagEngine.class.php +++ b/wcfsetup/install/files/lib/system/tagging/TagEngine.class.php @@ -249,7 +249,7 @@ class TagEngine extends SingletonFactory { * @param string $objectType * @param Tag[] $tags * @return array - * @since 3.2 + * @since 5.2 */ public function getSubselectForObjectsByTags($objectType, array $tags) { $parameters = [$this->getObjectTypeID($objectType)]; @@ -279,7 +279,7 @@ class TagEngine extends SingletonFactory { * @param string[] $names * @param int $languageID * @return Tag[] - * @since 3.2 + * @since 5.2 */ public function getTagsByName(array $names, $languageID) { $tagList = new TagList(); diff --git a/wcfsetup/install/files/lib/system/template/plugin/IpSearchModifierTemplatePlugin.class.php b/wcfsetup/install/files/lib/system/template/plugin/IpSearchModifierTemplatePlugin.class.php index 891a74bce3..8cc893c292 100644 --- a/wcfsetup/install/files/lib/system/template/plugin/IpSearchModifierTemplatePlugin.class.php +++ b/wcfsetup/install/files/lib/system/template/plugin/IpSearchModifierTemplatePlugin.class.php @@ -17,7 +17,7 @@ use wcf\util\Url; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Template\Plugin - * @since 3.2 + * @since 5.2 */ class IpSearchModifierTemplatePlugin implements IModifierTemplatePlugin { /** diff --git a/wcfsetup/install/files/lib/system/trophy/condition/TrophyConditionHandler.class.php b/wcfsetup/install/files/lib/system/trophy/condition/TrophyConditionHandler.class.php index 9fa785be0d..64a119ac9e 100644 --- a/wcfsetup/install/files/lib/system/trophy/condition/TrophyConditionHandler.class.php +++ b/wcfsetup/install/files/lib/system/trophy/condition/TrophyConditionHandler.class.php @@ -89,7 +89,7 @@ class TrophyConditionHandler extends SingletonFactory { * Revoke user trophies which are not longer fulfills the conditions. * * @param integer $maxRevokes - * @since 3.2 + * @since 5.2 */ public function revokeTrophies($maxRevokes = 500) { $trophyList = new TrophyList(); @@ -115,7 +115,7 @@ class TrophyConditionHandler extends SingletonFactory { * * @param Trophy $trophy * @return integer[] - * @since 3.2 + * @since 5.2 */ private function getUserIDs(Trophy $trophy) { $userList = new UserList(); @@ -138,7 +138,7 @@ class TrophyConditionHandler extends SingletonFactory { * * @param Trophy $trophy * @return integer[] - * @since 3.2 + * @since 5.2 */ private function getRevocableUserTrophyIDs(Trophy $trophy, $maxTrophyIDs) { // Unfortunately, the condition system does not support negated conditions. diff --git a/wcfsetup/install/files/lib/system/user/activity/event/PageCommentResponseUserActivityEvent.class.php b/wcfsetup/install/files/lib/system/user/activity/event/PageCommentResponseUserActivityEvent.class.php index 307fd6fd14..446e141b1f 100644 --- a/wcfsetup/install/files/lib/system/user/activity/event/PageCommentResponseUserActivityEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/activity/event/PageCommentResponseUserActivityEvent.class.php @@ -14,7 +14,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Activity\Event - * @since 3.2 + * @since 5.2 */ class PageCommentResponseUserActivityEvent extends SingletonFactory implements IUserActivityEvent { /** diff --git a/wcfsetup/install/files/lib/system/user/activity/event/PageCommentUserActivityEvent.class.php b/wcfsetup/install/files/lib/system/user/activity/event/PageCommentUserActivityEvent.class.php index 46a99f4f50..d68c2a9093 100644 --- a/wcfsetup/install/files/lib/system/user/activity/event/PageCommentUserActivityEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/activity/event/PageCommentUserActivityEvent.class.php @@ -12,7 +12,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Activity\Event - * @since 3.2 + * @since 5.2 */ class PageCommentUserActivityEvent extends SingletonFactory implements IUserActivityEvent { /** diff --git a/wcfsetup/install/files/lib/system/user/content/provider/AbstractDatabaseUserContentProvider.class.php b/wcfsetup/install/files/lib/system/user/content/provider/AbstractDatabaseUserContentProvider.class.php index 52ff4a3288..bf88b9aa4b 100644 --- a/wcfsetup/install/files/lib/system/user/content/provider/AbstractDatabaseUserContentProvider.class.php +++ b/wcfsetup/install/files/lib/system/user/content/provider/AbstractDatabaseUserContentProvider.class.php @@ -12,7 +12,7 @@ use wcf\system\exception\ImplementationException; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Content\Provider - * @since 3.2 + * @since 5.2 */ abstract class AbstractDatabaseUserContentProvider implements IUserContentProvider { /** diff --git a/wcfsetup/install/files/lib/system/user/content/provider/ArticleUserContentProvider.class.php b/wcfsetup/install/files/lib/system/user/content/provider/ArticleUserContentProvider.class.php index d0a1b04dac..85b13418ee 100644 --- a/wcfsetup/install/files/lib/system/user/content/provider/ArticleUserContentProvider.class.php +++ b/wcfsetup/install/files/lib/system/user/content/provider/ArticleUserContentProvider.class.php @@ -9,7 +9,7 @@ use wcf\data\article\Article; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Content\Provider - * @since 3.2 + * @since 5.2 */ class ArticleUserContentProvider extends AbstractDatabaseUserContentProvider { /** diff --git a/wcfsetup/install/files/lib/system/user/content/provider/CommentResponseUserContentProvider.class.php b/wcfsetup/install/files/lib/system/user/content/provider/CommentResponseUserContentProvider.class.php index 279379a22f..e900960f95 100644 --- a/wcfsetup/install/files/lib/system/user/content/provider/CommentResponseUserContentProvider.class.php +++ b/wcfsetup/install/files/lib/system/user/content/provider/CommentResponseUserContentProvider.class.php @@ -9,7 +9,7 @@ use wcf\data\comment\response\CommentResponse; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Content\Provider - * @since 3.2 + * @since 5.2 */ class CommentResponseUserContentProvider extends AbstractDatabaseUserContentProvider { /** diff --git a/wcfsetup/install/files/lib/system/user/content/provider/CommentUserContentProvider.class.php b/wcfsetup/install/files/lib/system/user/content/provider/CommentUserContentProvider.class.php index b4304f1dec..5497cfae24 100644 --- a/wcfsetup/install/files/lib/system/user/content/provider/CommentUserContentProvider.class.php +++ b/wcfsetup/install/files/lib/system/user/content/provider/CommentUserContentProvider.class.php @@ -9,7 +9,7 @@ use wcf\data\comment\Comment; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Content\Provider - * @since 3.2 + * @since 5.2 */ class CommentUserContentProvider extends AbstractDatabaseUserContentProvider { /** diff --git a/wcfsetup/install/files/lib/system/user/content/provider/IUserContentProvider.class.php b/wcfsetup/install/files/lib/system/user/content/provider/IUserContentProvider.class.php index 714ef59b00..9ff2b2d109 100644 --- a/wcfsetup/install/files/lib/system/user/content/provider/IUserContentProvider.class.php +++ b/wcfsetup/install/files/lib/system/user/content/provider/IUserContentProvider.class.php @@ -10,7 +10,7 @@ use wcf\data\user\User; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Content\Provider - * @since 3.2 + * @since 5.2 */ interface IUserContentProvider { /** diff --git a/wcfsetup/install/files/lib/system/user/content/provider/ReactionUserContentProvider.class.php b/wcfsetup/install/files/lib/system/user/content/provider/ReactionUserContentProvider.class.php index 25dd1ea9ec..81c682e672 100644 --- a/wcfsetup/install/files/lib/system/user/content/provider/ReactionUserContentProvider.class.php +++ b/wcfsetup/install/files/lib/system/user/content/provider/ReactionUserContentProvider.class.php @@ -16,7 +16,7 @@ use wcf\system\reaction\ReactionHandler; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Content\Provider - * @since 3.2 + * @since 5.2 */ class ReactionUserContentProvider extends AbstractDatabaseUserContentProvider { /** diff --git a/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseOwnerUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseOwnerUserNotificationEvent.class.php index 202fb029ed..0718a455f2 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseOwnerUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseOwnerUserNotificationEvent.class.php @@ -16,7 +16,7 @@ use wcf\system\user\notification\object\CommentUserNotificationObject; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Event - * @since 3.2 + * @since 5.2 * * @method CommentUserNotificationObject getUserNotificationObject() */ diff --git a/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseUserNotificationEvent.class.php index 1ed57737e4..0bfa19f87e 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseUserNotificationEvent.class.php @@ -15,7 +15,7 @@ use wcf\system\user\notification\object\CommentUserNotificationObject; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Event - * @since 3.2 + * @since 5.2 * * @method CommentUserNotificationObject getUserNotificationObject() */ diff --git a/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentUserNotificationEvent.class.php index 0ec085abc8..2af5c8e4aa 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentUserNotificationEvent.class.php @@ -13,7 +13,7 @@ use wcf\system\user\notification\object\CommentUserNotificationObject; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Event - * @since 3.2 + * @since 5.2 * * @method CommentUserNotificationObject getUserNotificationObject() */ diff --git a/wcfsetup/install/files/lib/system/user/notification/event/PageCommentResponseOwnerUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/PageCommentResponseOwnerUserNotificationEvent.class.php index 562cade6d6..d73d2ca85e 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/PageCommentResponseOwnerUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/PageCommentResponseOwnerUserNotificationEvent.class.php @@ -14,7 +14,7 @@ use wcf\system\user\notification\object\CommentUserNotificationObject; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Event - * @since 3.2 + * @since 5.2 * * @method CommentUserNotificationObject getUserNotificationObject() */ diff --git a/wcfsetup/install/files/lib/system/user/notification/event/PageCommentResponseUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/PageCommentResponseUserNotificationEvent.class.php index 17f407ccdf..49cdb68b80 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/PageCommentResponseUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/PageCommentResponseUserNotificationEvent.class.php @@ -15,7 +15,7 @@ use wcf\system\user\notification\object\CommentUserNotificationObject; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Event - * @since 3.2 + * @since 5.2 * * @method CommentUserNotificationObject getUserNotificationObject() */ diff --git a/wcfsetup/install/files/lib/system/user/notification/event/PageCommentUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/PageCommentUserNotificationEvent.class.php index efb47d0568..7641775813 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/PageCommentUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/PageCommentUserNotificationEvent.class.php @@ -13,7 +13,7 @@ use wcf\system\user\notification\object\CommentUserNotificationObject; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Event - * @since 3.2 + * @since 5.2 * * @method CommentUserNotificationObject getUserNotificationObject() */ diff --git a/wcfsetup/install/files/lib/system/user/notification/event/TReactionUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/TReactionUserNotificationEvent.class.php index 7e9c0f2311..e5dc189d8f 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/TReactionUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/TReactionUserNotificationEvent.class.php @@ -15,7 +15,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Event - * @since 3.2 + * @since 5.2 */ trait TReactionUserNotificationEvent { /** diff --git a/wcfsetup/install/files/lib/system/user/notification/event/TTestableArticleUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/TTestableArticleUserNotificationEvent.class.php index 6c268e450d..6ed0cbc342 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/TTestableArticleUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/TTestableArticleUserNotificationEvent.class.php @@ -13,7 +13,7 @@ use wcf\data\user\UserProfile; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Event - * @since 3.2 + * @since 5.2 */ trait TTestableArticleUserNotificationEvent { /** diff --git a/wcfsetup/install/files/lib/system/user/notification/event/TTestablePageUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/TTestablePageUserNotificationEvent.class.php index a9616468e6..c222589268 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/TTestablePageUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/TTestablePageUserNotificationEvent.class.php @@ -17,7 +17,7 @@ use wcf\system\user\notification\TestableUserNotificationEventHandler; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Event - * @since 3.2 + * @since 5.2 */ trait TTestablePageUserNotificationEvent { /** diff --git a/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleCommentResponseUserNotificationObjectType.class.php b/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleCommentResponseUserNotificationObjectType.class.php index 42d40bc684..f9b5d00a5f 100644 --- a/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleCommentResponseUserNotificationObjectType.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleCommentResponseUserNotificationObjectType.class.php @@ -11,7 +11,7 @@ use wcf\system\user\notification\object\CommentResponseUserNotificationObject; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Object\Type - * @since 3.2 + * @since 5.2 */ class ArticleCommentResponseUserNotificationObjectType extends AbstractUserNotificationObjectType { /** diff --git a/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleCommentUserNotificationObjectType.class.php b/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleCommentUserNotificationObjectType.class.php index 240069da4d..a7c8db91fd 100644 --- a/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleCommentUserNotificationObjectType.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleCommentUserNotificationObjectType.class.php @@ -12,7 +12,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Object\Type - * @since 3.2 + * @since 5.2 */ class ArticleCommentUserNotificationObjectType extends AbstractUserNotificationObjectType implements ICommentUserNotificationObjectType { /** diff --git a/wcfsetup/install/files/lib/system/user/notification/object/type/IMultiRecipientCommentResponseOwnerUserNotificationObjectType.class.php b/wcfsetup/install/files/lib/system/user/notification/object/type/IMultiRecipientCommentResponseOwnerUserNotificationObjectType.class.php index ac4f08c03f..63cddf55c2 100644 --- a/wcfsetup/install/files/lib/system/user/notification/object/type/IMultiRecipientCommentResponseOwnerUserNotificationObjectType.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/object/type/IMultiRecipientCommentResponseOwnerUserNotificationObjectType.class.php @@ -13,7 +13,7 @@ use wcf\data\comment\Comment; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Object\Type - * @since 3.2 + * @since 5.2 */ interface IMultiRecipientCommentResponseOwnerUserNotificationObjectType { /** diff --git a/wcfsetup/install/files/lib/system/user/notification/object/type/IMultiRecipientCommentUserNotificationObjectType.class.php b/wcfsetup/install/files/lib/system/user/notification/object/type/IMultiRecipientCommentUserNotificationObjectType.class.php index 4be21ae434..19ef1ad4bc 100644 --- a/wcfsetup/install/files/lib/system/user/notification/object/type/IMultiRecipientCommentUserNotificationObjectType.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/object/type/IMultiRecipientCommentUserNotificationObjectType.class.php @@ -10,7 +10,7 @@ use wcf\data\comment\Comment; * comment responses. In this case, there is no distinction between commentResponse * and commentResponseOwner event and only a commentResponse event is fired. * - * Since version 3.2 it is possible to send an `commentResponseOwner` notification + * Since version 5.2 it is possible to send an `commentResponseOwner` notification * even if you implement this interface. Simple add the interface * `IMultiRecipientCommentResponseOwnerUserNotificationObjectType`, too. * diff --git a/wcfsetup/install/files/lib/system/user/notification/object/type/PageCommentResponseUserNotificationObjectType.class.php b/wcfsetup/install/files/lib/system/user/notification/object/type/PageCommentResponseUserNotificationObjectType.class.php index 00a8d4148b..17a2b7da4c 100644 --- a/wcfsetup/install/files/lib/system/user/notification/object/type/PageCommentResponseUserNotificationObjectType.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/object/type/PageCommentResponseUserNotificationObjectType.class.php @@ -11,7 +11,7 @@ use wcf\system\user\notification\object\CommentResponseUserNotificationObject; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Object\Type - * @since 3.2 + * @since 5.2 */ class PageCommentResponseUserNotificationObjectType extends AbstractUserNotificationObjectType implements IMultiRecipientCommentUserNotificationObjectType { use TMultiRecipientPageCommentUserNotificationObjectType; diff --git a/wcfsetup/install/files/lib/system/user/notification/object/type/PageCommentUserNotificationObjectType.class.php b/wcfsetup/install/files/lib/system/user/notification/object/type/PageCommentUserNotificationObjectType.class.php index a374721f32..21dfcff23e 100644 --- a/wcfsetup/install/files/lib/system/user/notification/object/type/PageCommentUserNotificationObjectType.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/object/type/PageCommentUserNotificationObjectType.class.php @@ -11,7 +11,7 @@ use wcf\system\user\notification\object\CommentUserNotificationObject; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Object\Type - * @since 3.2 + * @since 5.2 */ class PageCommentUserNotificationObjectType extends AbstractUserNotificationObjectType implements IMultiRecipientCommentUserNotificationObjectType, IMultiRecipientCommentResponseOwnerUserNotificationObjectType { use TMultiRecipientPageCommentUserNotificationObjectType; diff --git a/wcfsetup/install/files/lib/system/user/notification/object/type/TMultiRecipientPageCommentUserNotificationObjectType.class.php b/wcfsetup/install/files/lib/system/user/notification/object/type/TMultiRecipientPageCommentUserNotificationObjectType.class.php index 4500b54c25..0fb691c017 100644 --- a/wcfsetup/install/files/lib/system/user/notification/object/type/TMultiRecipientPageCommentUserNotificationObjectType.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/object/type/TMultiRecipientPageCommentUserNotificationObjectType.class.php @@ -11,7 +11,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\User\Notification\Object\Type - * @since 3.2 + * @since 5.2 */ trait TMultiRecipientPageCommentUserNotificationObjectType { /** diff --git a/wcfsetup/install/files/lib/system/worker/LikeUserRebuildDataWorker.class.php b/wcfsetup/install/files/lib/system/worker/LikeUserRebuildDataWorker.class.php index 011d855d18..a072b55c1c 100644 --- a/wcfsetup/install/files/lib/system/worker/LikeUserRebuildDataWorker.class.php +++ b/wcfsetup/install/files/lib/system/worker/LikeUserRebuildDataWorker.class.php @@ -12,7 +12,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Worker - * @deprecated since 3.2 (the worker has been removed) + * @deprecated since 5.2 (the worker has been removed) * * @method LikeObjectList getObjectList() */ diff --git a/wcfsetup/install/files/lib/system/worker/UserContentRemoveWorker.class.php b/wcfsetup/install/files/lib/system/worker/UserContentRemoveWorker.class.php index 983f916b64..007d940fcb 100644 --- a/wcfsetup/install/files/lib/system/worker/UserContentRemoveWorker.class.php +++ b/wcfsetup/install/files/lib/system/worker/UserContentRemoveWorker.class.php @@ -14,7 +14,7 @@ use wcf\system\WCF; * @copyright 2001-2018 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Worker - * @since 3.2 + * @since 5.2 */ class UserContentRemoveWorker extends AbstractWorker implements IWorker { /** diff --git a/wcfsetup/install/files/lib/util/XML.class.php b/wcfsetup/install/files/lib/util/XML.class.php index 336be3bbce..b55ee4883e 100644 --- a/wcfsetup/install/files/lib/util/XML.class.php +++ b/wcfsetup/install/files/lib/util/XML.class.php @@ -98,7 +98,7 @@ class XML { /** * Validate the loaded document against the specified xml schema definition. * - * @deprecated 3.2 + * @deprecated since 5.2 */ public function validate() { // determine schema @@ -117,7 +117,7 @@ class XML { /** * Determines schema for given document. * - * @deprecated 3.2 + * @deprecated since 5.2 */ protected function getSchema() { $tmp = $this->getSchemaLocation(); @@ -137,7 +137,7 @@ class XML { * @return string[] * * @throws \UnexpectedValueException - * @since 3.2 + * @since 5.2 */ public function getSchemaLocation() { $schema = $this->document->documentElement->getAttributeNS( @@ -222,7 +222,7 @@ class XML { * Returns the dom document object this object is working with. * * @return \DOMDocument - * @since 3.2 + * @since 5.2 */ public function getDocument() { return $this->document; @@ -233,7 +233,7 @@ class XML { * * @param string $fileLocation location of file * @param bool $cdata indicates of values are escaped using cdata - * @since 3.2 + * @since 5.2 */ public function write($fileLocation, $cdata = false) { $schemaParts = explode(' ', $this->document->documentElement->getAttributeNS($this->document->documentElement->lookupNamespaceUri('xsi'), 'schemaLocation')); @@ -260,7 +260,7 @@ class XML { * @param XMLWriter $writer xml writer * @param \DOMElement $element written element * @param bool $cdata indicates if element value is escaped using cdata - * @since 3.2 + * @since 5.2 */ protected function writeElement(XMLWriter $writer, \DOMElement $element, $cdata) { if ($element->childNodes->length === 1 && $element->firstChild instanceof \DOMText) { @@ -292,7 +292,7 @@ class XML { * * @param \DOMElement $element elements whose attributes will be returned * @return array attributes - * @since 3.2 + * @since 5.2 */ public function getAttributes(\DOMElement $element) { $attributes = []; diff --git a/wcfsetup/install/files/lib/util/XMLWriter.class.php b/wcfsetup/install/files/lib/util/XMLWriter.class.php index 1a9f738250..4d01f5e3fa 100644 --- a/wcfsetup/install/files/lib/util/XMLWriter.class.php +++ b/wcfsetup/install/files/lib/util/XMLWriter.class.php @@ -153,7 +153,7 @@ class XMLWriter { * Writes a comment. * * @param string $comment - * @since 3.2 + * @since 5.2 */ public function writeComment($comment) { $this->xml->writeComment($comment); diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index 797054b061..723139b71f 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -2310,7 +2310,7 @@ Als Benachrichtigungs-URL in der Konfiguration der sofortigen Zahlungsbestätigu 1}e{/if}.]]> - + @@ -2327,7 +2327,7 @@ Als Benachrichtigungs-URL in der Konfiguration der sofortigen Zahlungsbestätigu - + app1_ durch appN_ ersetzt, wobei app die Abkürzung der App ist und N der Wert von WCF_N.]]> diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 2c33d1198c..0bfc3c11b8 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -2355,9 +2355,9 @@ If you have already bought the licenses for the listed apps, th - + - + diff --git a/wcfsetup/test.php b/wcfsetup/test.php index 92078236fa..42e5076c9d 100644 --- a/wcfsetup/test.php +++ b/wcfsetup/test.php @@ -1,7 +1,7 @@ - WoltLab Suite 3.2 System Requirements + WoltLab Suite 5.2 System Requirements