- Issue created by @project update bot
- last update
9 months ago 49 pass This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module โ these changes make this module compatible with Drupal 11! ๐
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch or merging the MR, will allow the Project Update Bot โ to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-127659These packages were used to generate the fixes:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.9
- palantirnet/drupal-rector: 0.20.1
- Open on Drupal.org โCore: 10.2.x + Environment: PHP 8.1 & MySQL 8
5:17 5:17 Queueing This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module โ these changes make this module compatible with Drupal 11! ๐
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch or merging the MR, will allow the Project Update Bot โ to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-199781These packages were used to generate the fixes:
- drupal/upgrade_status: 4.3.2
- mglaman/phpstan-drupal: 1.2.11
- palantirnet/drupal-rector: 0.20.3
- Open on Drupal.org โCore: 10.2.x + Environment: PHP 8.1 & MySQL 8
5:04 5:04 Queueing The last submitted patch, 3: r4032login.2.2.x-dev.rector.patch, failed testing. View results โ
- ๐ฎ๐ณIndia samit.310@gmail.com
samit.310@gmail.com โ made their first commit to this issueโs fork.
- ๐ฎ๐ณIndia samit.310@gmail.com
samit.310@gmail.com โ changed the visibility of the branch project-update-bot-only to hidden.
- Status changed to Needs review
6 months ago 9:01am 10 July 2024 - ๐ฎ๐ณIndia samit.310@gmail.com
The Drupal 11 compatibility fixes has been done. Please review the changes.
Thanks
Samit K. - Status changed to RTBC
5 months ago 2:55pm 9 August 2024 - ๐บ๐ธUnited States BenStallings
I was able to install & enable this in Drupal 11. Thanks!
- ๐บ๐ธUnited States phenaproxima Massachusetts
We'd really like to add this module to Drupal CMS ( #3472947: Add Redirect 403 to User Login module to base recipe โ ) but we're waiting for this issue to be committed first. :)
Hopefully that sweetens the pot?
- ๐ซ๐ทFrance mitsuko
The module is functional with the patch above but the config tabs "anonymous" and "Authenticated Behavior" give the following errr :
ArgumentCountError: Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct(), 1 passed in /var/www/html/web/modules/contrib/r4032login/src/Form/AnonymousSettingsForm.php on line 35 and exactly 2 expected in Drupal\Core\Form\ConfigFormBase->__construct() (line 43 of core/lib/Drupal/Core/Form/ConfigFormBase.php).
- ๐ฎ๐ณIndia samit.310@gmail.com
Hi @mitsuko,
The issue you mentioned mentions fixed with MR 20 โ ,
Use this MR and check. I hope you issue should be resolved. Please don't hesitate to let us know if the problem will remain.
Thanks
Samit K. - ๐ซ๐ทFrance mitsuko
Hi Samit
Thanks for pointing out this info.
You're totally right, the problem is fixed with MR 20 !Sorry for missing out
This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module โ these changes make this module compatible with Drupal 11! ๐
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch or merging the MR, will allow the Project Update Bot โ to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-321467These packages were used to generate the fixes:
- drupal/upgrade_status: 4.3.6
- mglaman/phpstan-drupal: 1.3.1
- palantirnet/drupal-rector: 0.20.3
- First commit to issue fork.
- Status changed to Needs review
about 1 month ago 3:06pm 14 November 2024 - First commit to issue fork.
- ๐บ๐ธUnited States mark_fullmer Tucson
There were some deprecation notices in running PHPUnit, as well as the new, super minor code syntax alpha-case ordering requirement ( https://www.drupal.org/node/3439320 โ ). I typically would want to leave code syntax out of a Drupal 11 compatibility issue commit, but since this change was separate from the functional code itself, I went ahead and included that change. Tests now all pass, so marking as RTBC.
- ๐ซ๐ทFrance Grimreaper France ๐ซ๐ท
Hi,
+1 for a merge and new release for D11 compatibility.