Actions
Feature #106363
openCheck for redirects with dynamic URLs
Status:
New
Priority:
Should have
Assignee:
-
Category:
Link Handling & Redirect Handling
Target version:
-
Start date:
2025-03-12
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently the redirect integrity check is only checking slugs of records of the pages table. That obviously ignores any dynamically rendered URLs such as news single views. These URLs should be checked as well, when generating the report of conflicting slugs/redirects.
The obvious improvement would be to dispatch an event so other extensions could provide their URLs before they're all checked against the redirects.
Or simply change the way IntegrityService->getAllPageUrlsForSite()
is fetching URLs: instead of a DB lookup into pages
we could simple look into the URLs rendered in the XML sitemap. No?
Actions