[TASK] Move Copyright information generation out of TYPO3 Backend
The BackendUtility::getCopyRightNotice() is ugly, and can only be used in Backend context (not install tool). A new PHP class "Typo3Copyright" in EXT:core encapsulates this information so it can be used in other places as well. The old method is marked as deprecated. Resolves: #89756 Releases: master Change-Id: I5d793138324b315f4ad4873687f85b84120e271a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62420 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
Showing
- typo3/sysext/about/Classes/Controller/AboutController.php 12 additions, 3 deletionstypo3/sysext/about/Classes/Controller/AboutController.php
- typo3/sysext/about/Configuration/Services.yaml 3 additions, 0 deletionstypo3/sysext/about/Configuration/Services.yaml
- typo3/sysext/backend/Classes/Controller/HelpController.php 10 additions, 3 deletionstypo3/sysext/backend/Classes/Controller/HelpController.php
- typo3/sysext/backend/Classes/Controller/LoginController.php 11 additions, 2 deletionstypo3/sysext/backend/Classes/Controller/LoginController.php
- typo3/sysext/backend/Classes/Utility/BackendUtility.php 5 additions, 37 deletionstypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/backend/Configuration/Services.yaml 7 additions, 0 deletionstypo3/sysext/backend/Configuration/Services.yaml
- typo3/sysext/core/Classes/Information/Typo3Copyright.php 106 additions, 0 deletionstypo3/sysext/core/Classes/Information/Typo3Copyright.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-89756-BackendUtilityTYPO3_copyRightNotice.rst 39 additions, 0 deletions...Deprecation-89756-BackendUtilityTYPO3_copyRightNotice.rst
- typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallStaticMatcher.php 7 additions, 0 deletions...guration/ExtensionScanner/Php/MethodCallStaticMatcher.php
Please register or sign in to comment