- Issue created by @Pavel Ruban
- π¨πSwitzerland berdir Switzerland
You should set the issue status to needs review when uploading a patch, more likely to get a review then.
The other changes seem unnecessary as those can't be null imho, and if you get null for pages it means you are missing a config file, it should never be an empty string. I'm open to fixing that one instance, but it can be simplifed, no need to check for empty pages more than once then, just do if ($pages) and the mb_strtolower() inside.
- Status changed to Closed: duplicate
over 1 year ago 1:00pm 24 April 2023 - πΊπΈUnited States andyg5000 North Carolina, USA
Everything about the error and patch above suggests this should be filed under the project https://www.drupal.org/project/redirect_404 β
There's also a very similar sounding issue for this module that's already been addressed #3252259: Deprecated function: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated in Drupal\redirect\EventSubscriber\RedirectRequestSubscriber->onKernelRequestCheckRedirect β
Closing as dupe. Please file a bug report with the other module if you're still having the issue with that module.
- Status changed to Needs work
over 1 year ago 1:46pm 24 April 2023 - π¨πSwitzerland berdir Switzerland
redirect_404 for Drupal 8 is part of this project. And the other issue is about a completely different place.
- First commit to issue fork.
- Status changed to Needs review
over 1 year ago 8:00am 2 August 2023 - last update
over 1 year ago 63 pass - π§π¬Bulgaria pfrenssen Sofia
I fixed the remarks and opened an issue fork. I cannot open the MR right now due to what seems like an infrastructure issue at our Gitlab instance. Uploading patch as well.
- Status changed to RTBC
over 1 year ago 8:17am 2 August 2023 - last update
over 1 year ago 63 pass - @pfrenssen opened merge request.
- Assigned to Kristen Pol
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Assigning to myself as I'm triaging all RTBC issues.
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
I've reviewed this issue and the latest patch and see that it only moves the
mb_strtolower
and there are no other changes that @Berdir requested be removed. It was tested in #8 and this is very simple and tests pass on 9.5 so this looks safe to merge. -
Kristen Pol β
committed 08837bad on 8.x-1.x authored by
pfrenssen β
Issue #3340167 by pfrenssen, Pavel Ruban, Berdir, Kristen Pol, Vrancje:...
-
Kristen Pol β
committed 08837bad on 8.x-1.x authored by
pfrenssen β
- Issue was unassigned.
- Status changed to Fixed
over 1 year ago 11:41pm 20 August 2023 - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Thanks, everyone. This has been merged and will be in the next release.
Automatically closed - issue fixed for 2 weeks with no activity.