Skip to content

Commit

Permalink
[TASK] Document removal of config.uniqueLinkVars
Browse files Browse the repository at this point in the history
#62888 removed config.uniqueLinkVars; document that.
  • Loading branch information
Christopher committed Dec 2, 2014
1 parent e60c51a commit 2477777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
5 changes: 2 additions & 3 deletions Documentation/Functions/Typolink/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@ with the link-parameters (lowercased)!

Description
Add the QUERY\_STRING to the start of the link. Notice that this does
not check for any duplicate parameters! This is not a problem (only
the last parameter of the same name will be applied), but enable
"config.uniqueLinkVars" if you still don't like it.
not check for any duplicate parameters! This is not a problem: Only
the last parameter of the same name will be applied.

**.method:** If set to GET or POST, then the parsed query arguments
(GET or POST data) will be used. This setting is useful, if you use
Expand Down
24 changes: 0 additions & 24 deletions Documentation/Setup/Config/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ Properties
`typolinkEnableLinksAcrossDomains`_ :ref:`data-type-boolean` 0
`typolinkLinkAccessRestrictedPages`_ integer (page id) / keyword "NONE"
`typolinkLinkAccessRestrictedPages\_addParams`_ :ref:`data-type-string`
`uniqueLinkVars`_ :ref:`data-type-boolean` 1
`USERNAME\_substToken`_ :ref:`data-type-string` <!--###USERNAME###-->
`USERUID\_substToken`_ :ref:`data-type-string`
`xhtml\_cleaning`_ :ref:`data-type-string`
Expand Down Expand Up @@ -3851,29 +3850,6 @@ typolinkLinkAccessRestrictedPages\_addParams



.. _setup-config-uniquelinkvars:

uniqueLinkVars
""""""""""""""

.. container:: table-row

Property
uniqueLinkVars

Data type
boolean

Description
It might happen that TYPO3 generates links with the same parameter
twice or more. This is no problem because only the last parameter is
used, thus the problem is just a cosmetic one.

Default
1



.. _setup-config-username-substtoken:

USERNAME\_substToken
Expand Down

0 comments on commit 2477777

Please sign in to comment.