From 73f7d144677cc6d37be439843f6bb1f0323fc195 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Sat, 11 Dec 2021 09:41:22 +0100 Subject: [PATCH] Breaking: #96107 - Deprecated functionality removed releases: master --- .../ContentObjects/Editpanel/Index.rst | 24 ---------- Documentation/ContentObjects/Index.rst | 1 - Documentation/Functions/Parsefunc.rst | 23 ---------- Documentation/Functions/Stdwrap.rst | 45 ------------------- .../MenuObjects/CommonProperties/Index.rst | 25 ----------- Documentation/Setup/Config/Index.rst | 44 ------------------ Documentation/Setup/Page/Index.rst | 18 -------- 7 files changed, 180 deletions(-) delete mode 100644 Documentation/ContentObjects/Editpanel/Index.rst diff --git a/Documentation/ContentObjects/Editpanel/Index.rst b/Documentation/ContentObjects/Editpanel/Index.rst deleted file mode 100644 index b69f094bb..000000000 --- a/Documentation/ContentObjects/Editpanel/Index.rst +++ /dev/null @@ -1,24 +0,0 @@ -.. include:: /Includes.rst.txt -.. index:: Content objects; EDITPANEL -.. _cobj-editpanel: - -========= -EDITPANEL -========= - -.. deprecated:: 11.4 - With the extraction of the :file:`feedit` extension from TYPO3 Core in v10 - this related TypoScript property have been rendered unused. Extensions that - provide a frontend editing approach should implement this on their own. - - -.. _cobj-editpanel_migration: - -Migration -========= - -Frontend editing related extensions like EXT:feedit and EXT:frontend_editing -should no longer rely on Core provided preparation. The stdWrap functionality -can be integrated with stdWrap related hooks, the `EDITPANEL` cObj can be -registered as extension provided content object, which obsoletes the use of the -:php:`typo3/classes/class.frontendedit.php` hook. diff --git a/Documentation/ContentObjects/Index.rst b/Documentation/ContentObjects/Index.rst index bf09d115b..fc9864709 100644 --- a/Documentation/ContentObjects/Index.rst +++ b/Documentation/ContentObjects/Index.rst @@ -29,7 +29,6 @@ Content Objects (cObject) Case/Index CoaAndCoaInt/Index Content/Index - Editpanel/Index Files/Index Fluidtemplate/Index Hmenu/Index diff --git a/Documentation/Functions/Parsefunc.rst b/Documentation/Functions/Parsefunc.rst index 2aa28c9a6..8e5135dc8 100644 --- a/Documentation/Functions/Parsefunc.rst +++ b/Documentation/Functions/Parsefunc.rst @@ -237,29 +237,6 @@ nonTypoTagUserFunc (Notice: :ts:`breakoutTypoTagContent` must be set for the TypoTag if it's excluded from :ts:`nonTypoTagContent`). - -.. index:: parseFunc; sword -.. _parsefunc-sword: - -sword -===== - -:aspect:`Property` - sword - -:aspect:`Data type` - :ref:`data-type-wrap` - -:aspect:`Description` - Marks up any words from the GET-method send array :php:`sword_list[]` in the - text. The word MUST be at least two characters long! - - **Note:** works only with :php:`$GLOBALS['TSFE']->no_cache = 1`. - -:aspect:`Default` - :ts:`|` - - .. index:: parseFunc; makelinks .. _parsefunc-makelinks: diff --git a/Documentation/Functions/Stdwrap.rst b/Documentation/Functions/Stdwrap.rst index 7ea25e9e2..ce4818659 100644 --- a/Documentation/Functions/Stdwrap.rst +++ b/Documentation/Functions/Stdwrap.rst @@ -1861,51 +1861,6 @@ prefixComment Will indent the comment with 1 tab (and the next line with 2+1 tabs) -.. index:: stdWrap; editIcons -.. _stdwrap-editicons: - -.. index:: stdWrap; editIcons -.. _stdwrap-editicons: - -editIcons ---------- - -.. deprecated:: 11.4 - With the extraction of the :file:`feedit` extension from TYPO3 Core in v10 - this related TypoScript property have been rendered unused. Extensions that - provide a frontend editing approach should implement this on their own. - -:aspect:`Property` - editIcons - -:aspect:`Data type` - :ref:`data-type-string` / :ref:`stdWrap` - -:aspect:`Description` - See :ref:`Migration from the build-in EDITPANEL`. - - -.. index:: stdWrap; editPanel -.. _stdwrap-editpanel: - -editPanel ---------- - -.. deprecated:: 11.4 - With the extraction of the :file:`feedit` extension from TYPO3 Core in v10 - this related TypoScript property have been rendered unused. Extensions that - provide a frontend editing approach should implement this on their own. - -:aspect:`Property` - editPanel - -:aspect:`Data type` - :ref:`boolean ` / :ref:`cobj-editpanel` - -:aspect:`Description` - See :ref:`Migration from the build-in EDITPANEL`. - - .. index:: stdWrap; cache .. _stdwrap-cache: diff --git a/Documentation/MenuObjects/CommonProperties/Index.rst b/Documentation/MenuObjects/CommonProperties/Index.rst index 6183bede7..2e4bf21ff 100644 --- a/Documentation/MenuObjects/CommonProperties/Index.rst +++ b/Documentation/MenuObjects/CommonProperties/Index.rst @@ -96,31 +96,6 @@ TMENU properties Takes precedence over :ref:`HMENU.begin `. -.. deprecated:: 11.5 - Property JSWindow has been deprecated. Use an external JavaScript file with an - event listener to achieve the same functionality. - -.. container:: table-row - - Property - JSWindow - - Data type - boolean - - Description - If set, the links of the menu-items will open by JavaScript in a pop- - up window. - - **.newWindow:** Boolean. Lets every menu item open in its own - window opposite to opening in the same window for each click. - - **.params:** The list of parameters sent to the JavaScript open- - window function, e.g.:: - - JSWindow.params = width=200,height=300,status=0,menubar=0 - - .. container:: table-row Property diff --git a/Documentation/Setup/Config/Index.rst b/Documentation/Setup/Config/Index.rst index 2f4650ca5..a5e1c06ff 100644 --- a/Documentation/Setup/Config/Index.rst +++ b/Documentation/Setup/Config/Index.rst @@ -2130,50 +2130,6 @@ spamProtectEmailAddresses\_lastDotSubst (dot) - -.. index:: config; sword_noMixedCase -.. _setup-config-sword-nomixedcase: - -sword\_noMixedCase -================== - -.. container:: table-row - - Property - sword\_noMixedCase - - Data type - :ref:`data-type-boolean` - - Description - Used by the parseFunc-substitution of search Words (sword): - - If set, the words MUST be the exact same case as the search word was. - - - -.. index:: config; sword_standAlone -.. _setup-config-sword-standalone: - -sword\_standAlone -================= - -.. container:: table-row - - Property - sword\_standAlone - - Data type - :ref:`data-type-boolean` - - Description - Used by the parseFunc-substitution of search Words (sword): - - If set, the words MUST be surrounded by whitespace in order to be - marked up. - - - .. index:: config; Extension configuration .. _setup-config-tx-extension-key-with-no-underscores: diff --git a/Documentation/Setup/Page/Index.rst b/Documentation/Setup/Page/Index.rst index 755189b74..9a56f4715 100644 --- a/Documentation/Setup/Page/Index.rst +++ b/Documentation/Setup/Page/Index.rst @@ -509,15 +509,6 @@ includeCSS.[array] will not be included. Extensive usage might cause huge numbers of temporary files to be created. See ->if for details. - .. deprecated:: 11.5 - The option to use the `@import` syntax for including external CSS - files through TypoScript has been deprecated. It is recommended to use - the :html:`` tag or instead create an inline CSS entry with TypoScript - to load a file with the `@import` syntax. - - **import**: If set (boolean) then the `@import` way of including a - stylesheet is used instead of :html:`` - **inline**: If set, the content of the CSS file is inlined using :html:`