From c6ae177b39aa0d4109516ea3e54c868bfc59c42e Mon Sep 17 00:00:00 2001
From: Christian Kuhn <lolli@schwarzbu.ch>
Date: Sat, 16 Dec 2017 16:57:10 +0100
Subject: [PATCH] [TASK] v7 Changelog: Fix compile warnings, update 7.6.x/
 Index.rst

Fixes a broken link and restructures the 7.6.x/Index.rst to be
free from patch level releases. This is ok with the low number
of files in this folder. Since v8, the install tool documentation
module will further help with keeping track of new files during
patch level releases, too. Not having named patch level versions
is easier to maintain from core point of view and simplifies
the underlying workflow.
The patch also adds indirectly adds a file which has been forgotton
to reference in Index.rst, this can't happen anymore from now on
due to the glob reference.

Change-Id: I2163f0823becbf5b719dc4cf9c1520ed224abb15
Resolves: #83361
Releases: 7.6
Reviewed-on: https://review.typo3.org/55124
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
---
 .../7.2/Feature-20555-StripEmptyHtmlTags.rst  |  2 +-
 .../Documentation/Changelog/7.6.x/Index.rst   | 35 +++++++------------
 typo3/sysext/core/Documentation/Settings.cfg  |  2 +-
 3 files changed, 15 insertions(+), 24 deletions(-)

diff --git a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-20555-StripEmptyHtmlTags.rst b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-20555-StripEmptyHtmlTags.rst
index c6a1a8314482..590c286340b4 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.2/Feature-20555-StripEmptyHtmlTags.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.2/Feature-20555-StripEmptyHtmlTags.rst
@@ -27,7 +27,7 @@ configuration of :ref:`stdWrap <t3tsref:stdwrap-htmlparser>`:
 	}
 
 It is also possible to use it in the
-:ref:`HTMLparser_rte or HTMLparser_db <t3api:transformations-tsconfig-processing-htmlparser>`
+:ref:`HTMLparser_rte or HTMLparser_db <t3coreapi:transformations-tsconfig-processing-htmlparser>`
 in Page TSconfig:
 
 .. code-block:: typoscript
diff --git a/typo3/sysext/core/Documentation/Changelog/7.6.x/Index.rst b/typo3/sysext/core/Documentation/Changelog/7.6.x/Index.rst
index 9ad76f3251a0..71e8f4c8a2b0 100644
--- a/typo3/sysext/core/Documentation/Changelog/7.6.x/Index.rst
+++ b/typo3/sysext/core/Documentation/Changelog/7.6.x/Index.rst
@@ -1,10 +1,9 @@
-
 .. include:: ../../Includes.txt
 
 7.6.x Changes
 =============
 
-Important breaking changes after the 7.6 release.
+Changes after 7.6.0 LTS release.
 
 **Table of contents**
 
@@ -12,41 +11,33 @@ Important breaking changes after the 7.6 release.
    :local:
    :depth: 1
 
-7.6.11 Important Change
-^^^^^^^^^^^^^^^^^^^^^^^
 
-.. toctree::
-   :maxdepth: 1
-   :titlesonly:
-
-   Important-77411-RemovedExtbaseTableColumnCache
-
-7.6.10 Breaking Change / New Feature
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Breaking Changes
+^^^^^^^^^^^^^^^^
 
 .. toctree::
    :maxdepth: 1
    :titlesonly:
+   :glob:
 
-   Breaking-73461-ImportModuleDisabledForNonAdminUsers
-   Feature-73461-EnableImportModuleForNonAdminUsers
+   Breaking-*
 
-7.6.5 Breaking Change
-^^^^^^^^^^^^^^^^^^^^^
+Features
+^^^^^^^^
 
 .. toctree::
    :maxdepth: 1
    :titlesonly:
+   :glob:
 
-   Breaking-72931-SearchFormControllerpi_list_browseresultsHasBeenRenamed
-
+   Feature-*
 
-7.6.x Important Change
-^^^^^^^^^^^^^^^^^^^^^^
+Important
+^^^^^^^^^
 
 .. toctree::
    :maxdepth: 1
    :titlesonly:
+   :glob:
 
-   Important-17904-ShowAccessRestrictedPagesDoesNotWorkWithSpecialMenus
-   Important-75400-NewDataHandlerCommandCopyToLanguage
\ No newline at end of file
+   Important-*
diff --git a/typo3/sysext/core/Documentation/Settings.cfg b/typo3/sysext/core/Documentation/Settings.cfg
index 4245039dc8a3..3a5f63b716ed 100644
--- a/typo3/sysext/core/Documentation/Settings.cfg
+++ b/typo3/sysext/core/Documentation/Settings.cfg
@@ -19,7 +19,7 @@ description = This documentation contains the changelog
 
 t3api         = https://typo3.org/api/typo3cms/
 # t3cgl         = https://docs.typo3.org/typo3cms/CodingGuidelinesReference/
-# t3coreapi     = https://docs.typo3.org/typo3cms/CoreApiReference/
+t3coreapi     = https://docs.typo3.org/typo3cms/CoreApiReference/
 # t3editors     = https://docs.typo3.org/typo3cms/EditorsTutorial/
 # t3extbasebook = https://docs.typo3.org/typo3cms/ExtbaseFluidBook/
 # t3fal         = https://docs.typo3.org/typo3cms/FileAbstractionLayerReference/
-- 
GitLab