Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking: #96107 - Deprecated functionality removed #495

Merged
merged 1 commit into from
Jan 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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