Closed (fixed)
Project:
Drupal core
Version:
main
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Feb 2026 at 21:33 UTC
Updated:
11 Mar 2026 at 08:45 UTC
Jump to comment: Most recent
Comments
Comment #3
dwwMR is up. Bot is happy. Ready for review.
Comment #4
dwwI guess more accurately this needs to be postponed on #3502975: Remove all legacy code related to authorize.php and FileTransfer landing, first.
Comment #5
borisson_The other issue got in, so this can be unpostponed
Comment #6
dwwRebased the MR for latest
main.Comment #7
dcam commentedShould
core/themes/stable9/templates/admin/authorize-report.html.twigbe removed along with the rest? It is deprecated for removal in D12 too. I found it when I grepped for the preprocess function name and located the@seeannotation on the template.Comment #8
dwwSee #3571596: Remove authorize.php related Twig and CSS from stable9
Comment #9
dcam commentedThank you for letting me know.
I grepped Core for any lingering uses of or references to the removed template, preprocess function, CSS selectors, and anything with the string
authorize[-_]report. The only remaining items are in stable9, which as noted will be handled in a separate issue. This looks good to me.Comment #11
catchCommitted/pushed to main, thanks!