- π«π·France fmb PerpinyΓ , Catalonia, EU
Hi, any plan for a D10 version? This could be a blocker for many projects. Thanks!
- First commit to issue fork.
- π¨π¦Canada phjou Vancouver π¨π¦ πͺπΊ
It is actually a blocker for us, we have to fork the project until this is fixed.
- π¨π¦Canada phjou Vancouver π¨π¦ πͺπΊ
Ok I just defined another repository before the drupal one to override with the repository that contains the Drupal 10 support until that issue is fixed.
{ "type": "vcs", "url": "https://git.drupalcode.org/issue/auto_login_url-3303974.git" },
"drupal/auto_login_url": "2.x-dev",
- last update
over 1 year ago Composer require failure - π¨π¦Canada Nathan Tsai
An alternative workaround:
1. Require
composer require mglaman/composer-drupal-lenient:^1.0
2. Patch the module
"extra": { "patches": { "drupal/auto_login_url": { "#3303974: Support Drupal 10": "https://www.drupal.org/files/issues/2022-08-16/auto_login_url.2.x-dev.rector.patch" } } }
3. Allow
drupal/auto_login_url
to be installed even if the Drupal platform requirement is not met."extra": { "drupal-lenient": { "allowed-list": [ "drupal/token", "drupal/superfish", "drupal/redirect_anonymous_users", "drupal/body_scroll_lock", "drupal/auto_login_url" ] } } <code> 4. Require <code>composer require drupal/auto_login_url
- First commit to issue fork.
- Status changed to RTBC
about 1 year ago 4:02pm 22 October 2023 - πΊπΈUnited States ultimike Florida, USA
I've added the patch changes to the issue fork and have created a MR.
I've tested the changes and things appear to be working.
For those new to this module, be sure to see https://www.drupal.org/project/auto_login_url/issues/2878078#comment-152... β¨ Delete "use auto login url" permission from auto_login_url.permissions.yml Needs work for a quick explanation of configuration permissions for this module.
I also think there are some opportunities for contribution for coders - specifically:
- Dependency injection of services into the various classes in this module.
- Convert database queries into entity queries.
- Improved docblock comments.
If anyone is interested, a new issue should be opened for each and worked on in separate issue forks.
-mike
- Open on Drupal.org βCore: 10.1.4 + Environment: PHP 7.4 & MySQL 5.7 updated depslast update
about 1 year ago Waiting for branch to pass - @ultimike opened merge request.
- πΊπΈUnited States ultimike Florida, USA
Added new issue for updating dependency injection stuff: π Properly inject all dependencies in 2.x branch Active
-mike
- First commit to issue fork.
- Open on Drupal.org βCore: 10.1.4 + Environment: PHP 7.4 & MySQL 5.7 updated depslast update
about 1 year ago Waiting for branch to pass -
vensires β
committed 8063c78b on 2.x authored by
ultimike β
Issue #3303974 by rfmarcelino, Project Update Bot, ultimike, phjou,...
-
vensires β
committed 8063c78b on 2.x authored by
ultimike β
- Status changed to Fixed
about 1 year ago 10:22pm 13 November 2023 - π¬π·Greece vensires
Fixed in 2.x. A great thank you to everyone who spent time on this.
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
about 1 year ago 3:51pm 20 December 2023 - π¬π§United Kingdom james.williams
When could we expect an official release that would be compatible with Drupal 10 please? This is one of about 5 contrib projects that remain without compatible releases on a site I'm in the process of upgrading.
- πΊπΈUnited States ultimike Florida, USA
Not sure yet - I was just made a co-maintainer of this module and am working to clean up the code base a bit...
-mike
- π«π·France nicolas bouteille
Starting my D10 upgrade right now, and using this module. Any updates?
- π¬π·Greece vensires
I have just created release 2.0.0-alpha3 β . Please check and create any new issues required.
Plus, I think that if no major issues exist, we can set the next release as stable finally.
- π«π·France nicolas bouteille
thanks a lot! will get back to you when I have done so.
- π¬π·Greece vensires
Thanks for the information!
I will update the description of the module too!