- Issue created by @project update bot
- last update
9 months ago 18 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 → , even with these changes, this module is not yet compatible with Drupal 11.
Currently Drupal Rector, version 0.20.1, cannot fix all Drupal 11 compatibility problems.
Therefore these changes did not update the
info.yml
file for Drupal 11 compatibility.The compatibility issues that Upgrade Status found after the Drupal Rector fixes were applied are attached to help you resolve them manually.
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
- last update
9 months ago 18 pass - Status changed to RTBC
8 months ago 9:21pm 27 April 2024 - 🇳🇱Netherlands tess bakker
Didn't find any issues with exporting translations.
- First commit to issue fork.
- 🇩🇪Germany jurgenhaas Gottmadingen
I've added Drupal 11 to the supported core versions in the info file as well.
- Status changed to Needs work
6 months ago 4:25pm 5 July 2024 - 🇭🇺Hungary Gábor Hojtsy Hungary
- Gitlab CI config should be updated to run the tests on the next major. That would prove that at least the tests still pass on Drupal 11.
- There is this change in the diff, does this still work on Drupal 8? What's the minimal version this still works on? We could potentially keep Drupal 8 support by making the code conditional?
diff --git a/potx.inc b/potx.inc index 391275fbd664af69cd45bfdd70355221d183011a..56d1397bf3bbbd521491328e06a705db6a3274e1 100644 --- a/potx.inc +++ b/potx.inc @@ -573,7 +573,7 @@ function _potx_translation_export($translation_export_langcode, $string, $plural include_once 'includes/locale.inc'; } else { - module_load_include('inc', 'potx', 'potx.locale'); + \Drupal::moduleHandler()->loadInclude('potx', 'inc', 'potx.locale'); } // Strip out slash escapes.
- 🇭🇺Hungary Gábor Hojtsy Hungary
Tests pass on Drupal 10 and 11, but not on 9. That is not really on this issue to solve. That said, I can visibly see that the Drush command will not work with Drush 13, not even 12, because its not in the right place. So we need to fix that and also potentially add tests. https://git.drupalcode.org/project/upgrade_status/-/blob/4.x/tests/src/F... are Drush tests we use elsewhere and could be useful here.
-
Gábor Hojtsy →
committed 6161dfb6 on 8.x-1.x authored by
Project Update Bot →
Issue #3433957 by Gábor Hojtsy, Project Update Bot, jurgenhaas: Drupal...
-
Gábor Hojtsy →
committed 6161dfb6 on 8.x-1.x authored by
Project Update Bot →
- Status changed to Fixed
6 months ago 9:04am 9 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.