I upgraded from 10.1.6 to 10.2.9 and encountered a lot of issues with the widgets, as patch #235 stopped being applied. I see that some fixes were implemented in 10.2, but not all of them, so I added a patch for compatibility.
You added proxy headers to deprecated ProxySubscriber.php in version 2.1, but forgot about StageFileProxySubscriber.php.
sergeimalyshev β created an issue.
batigolix β credited sergeimalyshev β .
Patch #39 causes this problem https://www.drupal.org/project/drupal/issues/3377310 π AssetControllerBase.php - "The theme must be passed as a query argument" Active
In my case, these errors appeared after this patch for drupal/redirect.
https://www.drupal.org/project/redirect/issues/3373123#comment-15300077
π
Setting 'Enforce clean and canonical URLs.' breaks CSS aggregation on multilingual Drupal 10.1.x with browser caching enabled
RTBC
So at the moment we just donβt apply it and everything is ok, but we had to turn off aggregation.
I have updated the patch for last dev version.
I've added fixes for jquery.
I've added some fixes to 3192291-whitelist-ip-17.patch with hook_update and code formatting + changed the service decorator.
I think the 'flood' service (not user.flood_control) should be decorated here, because some core controllers and services (for example, basic_auth.authentication.basic_auth) use 'flood' exactly and decorating user.flood_control for them will not affect.
Problem is here
https://www.drupal.org/project/drupal/issues/3368317
π
Use flood control instead of flood
Needs work
.
sergeiimalyshev β created an issue.
Added misleading "blocked status" fix for custom events.
Fixed some errors.