[TASK] Clean up of ext:dashboard
Before the final release of the dashboard some clean up is done. Among others following tasks are performed: * Add missing PHPDocs * Remove unused methods * Remove superfluous properties * Unify namespace format * Fix some typos * Fix some formatting * Make closures static * NoDashboardAvailableException is removed as it is never be thrown * Extend documentation for missing widget groups Resolves: #90524 Releases: master Change-Id: Ia0f7d71def358bf0ee8ab42d97f012c14cdede1c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63407 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
Showing
- typo3/sysext/core/Documentation/Changelog/master/Feature-90333-Dashboard.rst 12 additions, 10 deletions...ocumentation/Changelog/master/Feature-90333-Dashboard.rst
- typo3/sysext/dashboard/Classes/Controller/DashboardController.php 9 additions, 7 deletions...sext/dashboard/Classes/Controller/DashboardController.php
- typo3/sysext/dashboard/Classes/DashboardRepository.php 1 addition, 1 deletiontypo3/sysext/dashboard/Classes/DashboardRepository.php
- typo3/sysext/dashboard/Classes/Exception/NoDashboardAvailableException.php 0 additions, 26 deletions...board/Classes/Exception/NoDashboardAvailableException.php
- typo3/sysext/dashboard/Classes/Widgets/AbstractBarChartWidget.php 10 additions, 1 deletion...sext/dashboard/Classes/Widgets/AbstractBarChartWidget.php
- typo3/sysext/dashboard/Classes/Widgets/AbstractChartWidget.php 9 additions, 9 deletions.../sysext/dashboard/Classes/Widgets/AbstractChartWidget.php
- typo3/sysext/dashboard/Classes/Widgets/AbstractCtaButtonWidget.php 31 additions, 0 deletions...ext/dashboard/Classes/Widgets/AbstractCtaButtonWidget.php
- typo3/sysext/dashboard/Classes/Widgets/AbstractDoughnutChartWidget.php 10 additions, 3 deletions...dashboard/Classes/Widgets/AbstractDoughnutChartWidget.php
- typo3/sysext/dashboard/Classes/Widgets/AbstractListWidget.php 38 additions, 6 deletions...3/sysext/dashboard/Classes/Widgets/AbstractListWidget.php
- typo3/sysext/dashboard/Classes/Widgets/AbstractNumberWithIconWidget.php 12 additions, 13 deletions...ashboard/Classes/Widgets/AbstractNumberWithIconWidget.php
- typo3/sysext/dashboard/Classes/Widgets/AbstractRssWidget.php 27 additions, 11 deletionstypo3/sysext/dashboard/Classes/Widgets/AbstractRssWidget.php
- typo3/sysext/dashboard/Classes/Widgets/AbstractWidget.php 26 additions, 2 deletionstypo3/sysext/dashboard/Classes/Widgets/AbstractWidget.php
- typo3/sysext/dashboard/Classes/Widgets/FailedLoginsWidget.php 23 additions, 28 deletions...3/sysext/dashboard/Classes/Widgets/FailedLoginsWidget.php
- typo3/sysext/dashboard/Classes/Widgets/Interfaces/AdditionalCssInterface.php 0 additions, 1 deletion...ard/Classes/Widgets/Interfaces/AdditionalCssInterface.php
- typo3/sysext/dashboard/Classes/Widgets/Interfaces/AdditionalJavaScriptInterface.php 0 additions, 1 deletion...sses/Widgets/Interfaces/AdditionalJavaScriptInterface.php
- typo3/sysext/dashboard/Classes/Widgets/Interfaces/EventDataInterface.php 1 addition, 2 deletions...shboard/Classes/Widgets/Interfaces/EventDataInterface.php
- typo3/sysext/dashboard/Classes/Widgets/Interfaces/RequireJsModuleInterface.php 0 additions, 1 deletion...d/Classes/Widgets/Interfaces/RequireJsModuleInterface.php
- typo3/sysext/dashboard/Classes/Widgets/Interfaces/WidgetInterface.php 11 additions, 6 deletions.../dashboard/Classes/Widgets/Interfaces/WidgetInterface.php
- typo3/sysext/dashboard/Classes/Widgets/SysLogErrorsWidget.php 17 additions, 9 deletions...3/sysext/dashboard/Classes/Widgets/SysLogErrorsWidget.php
- typo3/sysext/dashboard/Classes/Widgets/T3NewsWidget.php 0 additions, 1 deletiontypo3/sysext/dashboard/Classes/Widgets/T3NewsWidget.php
Please register or sign in to comment