diff --git a/typo3/sysext/core/Documentation/Changelog/13.1/Feature-103441-RequestIdAsPublicVisibleErrorReferenceInErrorHandlersOutput.rst b/typo3/sysext/core/Documentation/Changelog/13.1/Feature-103441-RequestIdAsPublicVisibleErrorReferenceInErrorHandlersOutput.rst index 675e7243db009fad94a5e6535444be44c36e2aa5..5cfe8015fa979e55651fb17cc5df2a5661a98732 100644 --- a/typo3/sysext/core/Documentation/Changelog/13.1/Feature-103441-RequestIdAsPublicVisibleErrorReferenceInErrorHandlersOutput.rst +++ b/typo3/sysext/core/Documentation/Changelog/13.1/Feature-103441-RequestIdAsPublicVisibleErrorReferenceInErrorHandlersOutput.rst @@ -20,7 +20,7 @@ occurred!" followed by a timestamp and a hash. This is part of log messages. Whenever an error/exception is logged, the log message contains the request ID. With this the request ID is also shown in web output of error/exception handlers - as public visible error reference. +as public visible error reference. Impact diff --git a/typo3/sysext/core/Documentation/Changelog/13.2/Deprecation-104108-TableDependantDefinitionOfColumnsOnly.rst b/typo3/sysext/core/Documentation/Changelog/13.2/Deprecation-104108-TableDependantDefinitionOfColumnsOnly.rst index 3eedc43248b67274b1598e2a7fa5c3b96cc1a1fb..c9b07f64541c6d39d925dc390d3384ae0bb020b8 100644 --- a/typo3/sysext/core/Documentation/Changelog/13.2/Deprecation-104108-TableDependantDefinitionOfColumnsOnly.rst +++ b/typo3/sysext/core/Documentation/Changelog/13.2/Deprecation-104108-TableDependantDefinitionOfColumnsOnly.rst @@ -19,7 +19,7 @@ by adding the fields to be rendered as a comma-separated list. However, besides rendering only records form a single table, the edit form is also capable of rendering records of different tables in the same request. -Therefore, the limit fields funcionality has been extended to allow +Therefore, the limit fields functionality has been extended to allow set the fields to be rendered on a per-table basis. This means that passing just a comma-separated list of fields as value for `columnsOnly` has been deprecated. diff --git a/typo3/sysext/core/Documentation/Changelog/13.2/Feature-104220-MakeParseFuncAllowTagsAndDenyTagsOptional.rst b/typo3/sysext/core/Documentation/Changelog/13.2/Feature-104220-MakeParseFuncAllowTagsAndDenyTagsOptional.rst index c4e68a9e60322c071091c26cde0c9a78e765a171..f3a01752c6de13e1f9a6211983c1076d385affe1 100644 --- a/typo3/sysext/core/Documentation/Changelog/13.2/Feature-104220-MakeParseFuncAllowTagsAndDenyTagsOptional.rst +++ b/typo3/sysext/core/Documentation/Changelog/13.2/Feature-104220-MakeParseFuncAllowTagsAndDenyTagsOptional.rst @@ -63,7 +63,6 @@ The example above only allows :html:`<u>` and encodes any other tag. } The example above allows all tags, the new :typoscript:`allowTags = *` -takes precendence over :typoscript:`denyTags = *`. - +takes precedence over :typoscript:`denyTags = *`. .. index:: Frontend, TypoScript, ext:core diff --git a/typo3/sysext/core/Documentation/Changelog/13.3/Deprecation-104789-FluidVariablesTrueFalseNull.rst b/typo3/sysext/core/Documentation/Changelog/13.3/Deprecation-104789-FluidVariablesTrueFalseNull.rst index 1b4006e9a8581c7dd8b9c3057ca6fec7644c78c2..45d0ee580c0f38b0cb9d0234c7350a495e0834c0 100644 --- a/typo3/sysext/core/Documentation/Changelog/13.3/Deprecation-104789-FluidVariablesTrueFalseNull.rst +++ b/typo3/sysext/core/Documentation/Changelog/13.3/Deprecation-104789-FluidVariablesTrueFalseNull.rst @@ -34,7 +34,7 @@ This should rarely happen, as it would involve using :php:`$view->assign('true', Migration ========= -Template code using these variables should be adjusted to use diffferent variable names. +Template code using these variables should be adjusted to use different variable names. In Fluid v4, the variables will contain their matching PHP counterparts. .. index:: Fluid, NotScanned, ext:fluid diff --git a/typo3/sysext/core/Documentation/Changelog/13.3/Feature-104631-AddUNIONClauseSupportToTheQueryBuilder.rst b/typo3/sysext/core/Documentation/Changelog/13.3/Feature-104631-AddUNIONClauseSupportToTheQueryBuilder.rst index dcfd6bd5673bc16589d73b9ee2cb6c4381de4efa..329e8be6365acba94d033a6189d994d013755163 100644 --- a/typo3/sysext/core/Documentation/Changelog/13.3/Feature-104631-AddUNIONClauseSupportToTheQueryBuilder.rst +++ b/typo3/sysext/core/Documentation/Changelog/13.3/Feature-104631-AddUNIONClauseSupportToTheQueryBuilder.rst @@ -42,11 +42,11 @@ which introduces two new API method on the QueryBuilder: * :php:`union(string|QueryBuilder $part)` to create first UNION query part * :php:`addUnion(string|QueryBuilder $part, UnionType $type = UnionType::DISTINCT)` - to add addtional :sql:`UNION (ALL|DISTINCT)` query parts with the selected union + to add additional :sql:`UNION (ALL|DISTINCT)` query parts with the selected union query type. TYPO3 decorates the Doctrine DBAL QueryBuilder to provide for most API methods automatic -quoting of identifiers and values **and** to appliy database restrictions automatically +quoting of identifiers and values **and** to apply database restrictions automatically for :sql:`SELECT` queries. The Doctrine DBAL API has been adopted now to provide the same surface for the diff --git a/typo3/sysext/core/Documentation/Changelog/13.3/Feature-104832-PSR-14EventToAlterTheResultsOfPageTreeRepository.rst b/typo3/sysext/core/Documentation/Changelog/13.3/Feature-104832-PSR-14EventToAlterTheResultsOfPageTreeRepository.rst index 6497a6cc9750b1da0aae938c13676fc1694bd530..219df2c05be2214c2bec2359018de081e9af022d 100644 --- a/typo3/sysext/core/Documentation/Changelog/13.3/Feature-104832-PSR-14EventToAlterTheResultsOfPageTreeRepository.rst +++ b/typo3/sysext/core/Documentation/Changelog/13.3/Feature-104832-PSR-14EventToAlterTheResultsOfPageTreeRepository.rst @@ -26,7 +26,7 @@ Example ======= The event listener class, using the PHP attribute :php:`#[AsEventListener]` for -registration, will rmoeve any children for displaying for the page with the +registration, will remove any children for displaying for the page with the UID 123: .. code-block:: php