From 6dbadc0b2040458d16dbfb1d7396e39ce89b89b2 Mon Sep 17 00:00:00 2001
From: Anja Leichsenring <aleichsenring@ab-softlab.de>
Date: Tue, 21 Apr 2020 07:20:12 +0200
Subject: [PATCH] [TASK] Move changelog files into 10.4 folder part 2
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The changelog files for the version 10.4 must leave the
master folder now and move to their final home in 10.4.

Resolves: #91106
Releases: master
Change-Id: If4b7d5e737b0759592600c06578e6aac3a78f6d9
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64269
Tested-by: Josef Glatz <josefglatz@gmail.com>
Tested-by: Tymoteusz Motylewski <t.motylewski@gmail.com>
Tested-by: Björn Jacob <bjoern.jacob@tritum.de>
Tested-by: Oliver Bartsch <bo@cedev.de>
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Josef Glatz <josefglatz@gmail.com>
Reviewed-by: Tymoteusz Motylewski <t.motylewski@gmail.com>
Reviewed-by: Björn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
---
 ...rWhenReadingRecordscolumnsToBeTranslated.rst | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)
 rename typo3/sysext/core/Documentation/Changelog/{master => 10.4}/Feature-90945-PSR-14EventForLocalizationControllerWhenReadingRecordscolumnsToBeTranslated.rst (56%)

diff --git a/typo3/sysext/core/Documentation/Changelog/master/Feature-90945-PSR-14EventForLocalizationControllerWhenReadingRecordscolumnsToBeTranslated.rst b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90945-PSR-14EventForLocalizationControllerWhenReadingRecordscolumnsToBeTranslated.rst
similarity index 56%
rename from typo3/sysext/core/Documentation/Changelog/master/Feature-90945-PSR-14EventForLocalizationControllerWhenReadingRecordscolumnsToBeTranslated.rst
rename to typo3/sysext/core/Documentation/Changelog/10.4/Feature-90945-PSR-14EventForLocalizationControllerWhenReadingRecordscolumnsToBeTranslated.rst
index 01e7b96f4fba..3ddb033af59b 100644
--- a/typo3/sysext/core/Documentation/Changelog/master/Feature-90945-PSR-14EventForLocalizationControllerWhenReadingRecordscolumnsToBeTranslated.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.4/Feature-90945-PSR-14EventForLocalizationControllerWhenReadingRecordscolumnsToBeTranslated.rst
@@ -9,25 +9,26 @@ See :issue:`90945`
 Description
 ===========
 
-A new PSR-14 event ``\TYPO3\CMS\Backend\Controller\Event\AfterPageColumnsSelectedForLocalizationEvent``
-has been added and will be dispatched after records and columns are collected in the ``LocalizationController``.
+A new PSR-14 event :php:`\TYPO3\CMS\Backend\Controller\Event\AfterPageColumnsSelectedForLocalizationEvent`
+has been added and will be dispatched after records and columns are collected in the :php`LocalizationController`.
 
 The event receives:
 
-* The default columns and columnsList built by ``LocalizationController``.
-* The list of records that were analyzed to create the columns manifest.
-* The parameters received by the ``LocalizationController``.
+* The default columns and columnsList built by :php:`LocalizationController`
+* The list of records that were analyzed to create the columns manifest
+* The parameters received by the :php`LocalizationController`
 
 The event allows changes to:
 
-* The columns and the columnsList.
+* the columns
+* the columnsList
 
 
 Impact
 ======
 
 This allows third party code to read or manipulate the "columns manifest" that gets displayed in the
-translation modal when a user has clicked the "Translate" button in the page module, by implementing
-a listener for the ``\TYPO3\CMS\Backend\Controller\Event\AfterPageColumnsSelectedForLocalizationEvent`` event.
+translation modal when a user has clicked the ``Translate`` button in the page module, by implementing
+a listener for the :php:`\TYPO3\CMS\Backend\Controller\Event\AfterPageColumnsSelectedForLocalizationEvent` event.
 
 .. index:: Backend, ext:backend
-- 
GitLab