Skip to content

Commit

Permalink
[TASK] Fix Changelog associated with extension scanner for services
Browse files Browse the repository at this point in the history
- Use different Changelog entry in extension scanner for
  AbstractAuthenticationService and AuthenticationService
- Add links to Changelog
- Change title in Changelog

Resolves: #88005
Releases: master, 9.5

Change-Id: I6852a7511bda74bee398ef86b8ca59f7d7454e5a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60340
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Tested-by: Daniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Daniel Goerz <daniel.goerz@posteo.de>
  • Loading branch information
sypets authored and ervaude committed Mar 26, 2019
1 parent 3622386 commit 549158d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
.. include:: ../../Includes.txt

==========================================================
Breaking: #81536 - MoveOfServicesListReportFromSvToReports
==========================================================
.. _changelog-MoveOfServicesListReportFromSvToReports:

=============================================================
Breaking: #81536 - Move ServicesListReport From Sv to Reports
=============================================================

See :issue:`81536`

Expand Down Expand Up @@ -41,4 +43,15 @@ Use the new namespace :php:`TYPO3\CMS\Reports\Report\ServicesListReport` and the
- :file:`EXT:reports/Resources/Private/Templates/ServicesListReport.html`
- :file:`EXT:reports/Resources/Public/Images/service-reports.png`

.. index:: Backend, PartiallyScanned, ext:sv, ext:reports
Related
=======

- :ref:`changelog-Breaking-81735-GetRidOfSysextsv`

More Information
================

- :ref:`t3coreapi:services-developer-service-api` in "TYPO3 Explained"


.. index:: Backend, PartiallyScanned, ext:sv, ext:reports
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.. include:: ../../Includes.txt

.. _changelog-Breaking-81735-GetRidOfSysextsv:

=======================================
Breaking: #81735 - Get rid of sysext:sv
=======================================
Expand Down Expand Up @@ -31,4 +33,14 @@ Migration

Use the new namespaces as mentioned above.

Related
=======

- :ref:`changelog-MoveOfServicesListReportFromSvToReports`

More Information
================

- :ref:`t3coreapi:services-developer-service-api` in "TYPO3 Explained"

.. index:: Backend, PHP-API, FullyScanned, ext:sv
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,14 @@
],
'TYPO3\CMS\Sv\AbstractAuthenticationService' => [
'restFiles' => [
'Breaking-81735-GetRidOfSysextsv.rst',
'Breaking-81536-MoveOfServicesListReportFromSvToReports.rst',
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
],
],
'TYPO3\CMS\Sv\AuthenticationService' => [
'restFiles' => [
'Breaking-81735-GetRidOfSysextsv.rst',
'Breaking-81536-MoveOfServicesListReportFromSvToReports.rst',
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
],
Expand Down

0 comments on commit 549158d

Please sign in to comment.