[FEATURE] Move linkvalidator reports to new module
The linkvalidator backend module was previously built into the Web->Info module. Now, Linkvalidator receives its own module in the "Web" area. This allows to define access permissions for editors via the module access logic, and shapes the functionality in a cleaner way. The Linkvalidator module not only reports but also allows to validate. Through this change, the module is now accessible via a dedicated speaking backend URL. This change makes the feature much more prominent and allows for further refinements such as pagination. Resolves: #96465 Releases: main Change-Id: I83a4ed3f31cfbe59d61778b0d527f5f4704a404a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72701 Reviewed-by:Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Documentation/Changelog/12.0/Feature-96465-NewLinkvalidatorModule.rst 32 additions, 0 deletions...n/Changelog/12.0/Feature-96465-NewLinkvalidatorModule.rst
- typo3/sysext/linkvalidator/Classes/Controller/LinkValidatorController.php 596 additions, 0 deletions...kvalidator/Classes/Controller/LinkValidatorController.php
- typo3/sysext/linkvalidator/Configuration/Services.yaml 3 additions, 0 deletionstypo3/sysext/linkvalidator/Configuration/Services.yaml
- typo3/sysext/linkvalidator/Resources/Private/Language/Module/locallang_mod.xlf 3 additions, 3 deletions...dator/Resources/Private/Language/Module/locallang_mod.xlf
- typo3/sysext/linkvalidator/Resources/Private/Layouts/TabContent.html 2 additions, 3 deletions...t/linkvalidator/Resources/Private/Layouts/TabContent.html
- typo3/sysext/linkvalidator/Resources/Private/Templates/Backend/CheckLinks.html 0 additions, 0 deletions...dator/Resources/Private/Templates/Backend/CheckLinks.html
- typo3/sysext/linkvalidator/Resources/Private/Templates/Backend/InfoModule.html 0 additions, 6 deletions...dator/Resources/Private/Templates/Backend/InfoModule.html
- typo3/sysext/linkvalidator/Resources/Private/Templates/Backend/LinkValidatorModule.html 8 additions, 0 deletions...ources/Private/Templates/Backend/LinkValidatorModule.html
- typo3/sysext/linkvalidator/Resources/Private/Templates/Backend/Report.html 86 additions, 0 deletions...validator/Resources/Private/Templates/Backend/Report.html
- typo3/sysext/linkvalidator/ext_tables.php 16 additions, 7 deletionstypo3/sysext/linkvalidator/ext_tables.php
Please register or sign in to comment