Skip to content

Commit

Permalink
Breaking: #96107 - Deprecated functionality removed (#495)
Browse files Browse the repository at this point in the history
releases: master

Co-authored-by: lina.wolf <[email protected]>
  • Loading branch information
linawolf and linawolf authored Jan 5, 2022
1 parent 19925f4 commit b33da26
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 180 deletions.
24 changes: 0 additions & 24 deletions Documentation/ContentObjects/Editpanel/Index.rst

This file was deleted.

1 change: 0 additions & 1 deletion Documentation/ContentObjects/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Content Objects (cObject)
Case/Index
CoaAndCoaInt/Index
Content/Index
Editpanel/Index
Files/Index
Fluidtemplate/Index
Hmenu/Index
Expand Down
23 changes: 0 additions & 23 deletions Documentation/Functions/Parsefunc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:`<font color="red">|</font>`


.. index:: parseFunc; makelinks
.. _parsefunc-makelinks:

Expand Down
45 changes: 0 additions & 45 deletions Documentation/Functions/Stdwrap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<cobj-editpanel_migration>`.


.. 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 <data-type-bool>` / :ref:`cobj-editpanel`

:aspect:`Description`
See :ref:`Migration from the build-in EDITPANEL<cobj-editpanel_migration>`.


.. index:: stdWrap; cache
.. _stdwrap-cache:

Expand Down
25 changes: 0 additions & 25 deletions Documentation/MenuObjects/CommonProperties/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,31 +96,6 @@ TMENU properties

Takes precedence over :ref:`HMENU.begin <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
Expand Down
44 changes: 0 additions & 44 deletions Documentation/Setup/Config/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
18 changes: 0 additions & 18 deletions Documentation/Setup/Page/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:`<link>` 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:`<link>`
**inline**: If set, the content of the CSS file is inlined using
:html:`<style>` tags. Note that external files are not inlined.
Expand Down Expand Up @@ -590,15 +581,6 @@ includeCSSLibs.[array]
to TRUE, the file 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:`<link>` 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:`<link>`
**media**: Setting the media attribute of the :html:`<style>` tag.
**title**: Setting the title of the :html:`<style>` tag.
Expand Down

0 comments on commit b33da26

Please sign in to comment.