From 5b5e2393c24fd612f8f276d6118e0de7adc01340 Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Tue, 13 Mar 2018 13:05:11 +0100 Subject: [PATCH] [TASK] Add missing documentation files and correct errors Resolves: #84242 Releases: master, 8.7, 7.6 Change-Id: I049c053dee291e7c31dbf5c81aacde0619d0f244 Reviewed-on: https://review.typo3.org/56133 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> --- .../Changelog/7.0/Feature-59396-TypolinkViewHelper.rst | 8 ++++---- .../Feature-16525-AddConditionsToINCLUDE_TYPOSCRIPT.rst | 4 ++-- ...ture-69794-SupportPecl-memcachedInMemcachedBackend.rst | 2 +- ...st => Important-83768-RemoveReferrerCheckBackport.rst} | 0 4 files changed, 7 insertions(+), 7 deletions(-) rename typo3/sysext/core/Documentation/Changelog/7.6.x/{Important-83768-RemoveReferrerCheck.rst => Important-83768-RemoveReferrerCheckBackport.rst} (100%) diff --git a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59396-TypolinkViewHelper.rst b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59396-TypolinkViewHelper.rst index f3584f9c722e..69c6bec6fd9f 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59396-TypolinkViewHelper.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.0/Feature-59396-TypolinkViewHelper.rst @@ -41,11 +41,11 @@ In case of the Uri.Typolink Viewhelper, only the first and the fourth parameter the tag related properties are discarded. For the given examples, the output is: -.. code-block:: HTML +.. code-block:: html - <a href="index.php?id=19&X=y&b=u" title="some title" target="_blank" class="ico-class" type="button"> - index.php?id=19&X=y&b=u - </a> + <a href="index.php?id=19&X=y&b=u" title="some title" target="_blank" class="ico-class" type="button"> + index.php?id=19&X=y&b=u + </a> Impact ====== diff --git a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-16525-AddConditionsToINCLUDE_TYPOSCRIPT.rst b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-16525-AddConditionsToINCLUDE_TYPOSCRIPT.rst index a76629d55d8c..f7f6288cee57 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.5/Feature-16525-AddConditionsToINCLUDE_TYPOSCRIPT.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.5/Feature-16525-AddConditionsToINCLUDE_TYPOSCRIPT.rst @@ -21,13 +21,13 @@ Example .. code-block:: typoscript - <INCLUDE_TYPOSCRIPT: source="FILE:EXT:my_extension/Configuration/TypoScript/firefox.ts" condition="[loginUser = *]"> + <INCLUDE_TYPOSCRIPT: source="FILE:EXT:my_extension/Configuration/TypoScript/firefox.ts" condition="[loginUser = *]"> Condition with square brackets. File will only be included if a frontend user is logged in. .. code-block:: typoscript - <INCLUDE_TYPOSCRIPT: source="FILE:EXT:my_extension/Configuration/TypoScript/staging.ts" condition="applicationContext = /^Production\\/Staging\\/Server\\d+$/"> + <INCLUDE_TYPOSCRIPT: source="FILE:EXT:my_extension/Configuration/TypoScript/staging.ts" condition="applicationContext = /^Production\\/Staging\\/Server\\d+$/"> Condition without square brackets, backslashes doubled inside the condition. File will only be included in application context Production/Staging/Server followed by at least one digit. diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-69794-SupportPecl-memcachedInMemcachedBackend.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-69794-SupportPecl-memcachedInMemcachedBackend.rst index 8bfb58fd3bd4..6601e66bdb86 100644 --- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-69794-SupportPecl-memcachedInMemcachedBackend.rst +++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Feature-69794-SupportPecl-memcachedInMemcachedBackend.rst @@ -18,7 +18,7 @@ Impact The MemcachedBackend checks if either "memcache" or "memcached" is installed. If both plugins are installed, the MemcachedBackend uses "memcache" over "memcached" to avoid being a breaking change. An integrator may set the option -``peclModule` to use the preferred PECL module. +`peclModule` to use the preferred PECL module. Example code: diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-83768-RemoveReferrerCheck.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Important-83768-RemoveReferrerCheckBackport.rst similarity index 100% rename from typo3/sysext/core/Documentation/Changelog/7.6.x/Important-83768-RemoveReferrerCheck.rst rename to typo3/sysext/core/Documentation/Changelog/7.6.x/Important-83768-RemoveReferrerCheckBackport.rst -- GitLab