Feature #90514
closedDashboard displaying top most executed redirects
0%
Description
TYPO3 allows to toggle counting of triggered redirects.
A widget displaying the top most redirects (doughnut graph) would allow people to decide to replace redirects. E.g. if you copied old content into an "archive" section, you might want to migrate that old content if there are a lot of redirects.
If you think that one should not go into TYPO3 core, that would also be ok. But that one would also combine multiple features and make them more accessible.
Updated by Daniel Siepmann over 4 years ago
- Assignee changed from Richard Haeser to Daniel Siepmann
That one should go into system extension redirects.
The information are only available if a feature flag is turned on. So we need to use Services.php to register widget only if feature flag is active.
Afterwards we will add the example to existing Feature docs in ChangeLog.
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63402
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63402
Updated by Georg Ringer over 4 years ago
- Subject changed from Dashboard dispaying top most executed redirects to Dashboard displaying top most executed redirects
Updated by Richard Haeser over 4 years ago
- Tracker changed from Task to Feature
- Status changed from Under Review to Closed
- Priority changed from Should have to Won't have this time
For now, we don't accept new widgets for dashboard in core for v10. Widgets that can be in core, but didn't make it before feature freeze, can be added to a separate package. If you think this is a good widget, please add the request (and pull request) to https://github.com/FriendsOfTYPO3/widgets.
I will close this ticket for now.