- ๐ซ๐ฎFinland back-2-95 Helsinki
Hi,
4.12 has still these issues reported by Upgrade Status:
themes/contrib/radix/templates/dataset/forum-list.html.twig
Using an "if" condition on "for" tag in "themes/contrib/radix/templates/dataset/forum-list.html.twig" at line 55 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). See https://drupal.org/node/3071078.
themes/contrib/radix/templates/dataset/forum-list.html.twig
Using an "if" condition on "for" tag in "themes/contrib/radix/templates/dataset/forum-list.html.twig" at line 68 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). See https://drupal.org/node/3071078.
themes/contrib/radix/templates/form/select.html.twig
The spaceless tag in "themes/contrib/radix/templates/form/select.html.twig" at line 19 is deprecated since Twig 2.7, use the "spaceless" filter with the "apply" tag instead. See https://drupal.org/node/3071078.
radix.info.yml
The 'seven/global-styling' library is not defined because the defining extension is not installed. Cannot decide if it is deprecated or not.
themes/contrib/radix/assets/css/radix.style.css 0 The #drupal-off-canvas selector is deprecated in drupal:9.5.0 and is removed from drupal:10.0.0. See https://www.drupal.org/node/3305664 โ .themes/contrib/radix/radix.info.yml
Value of core_version_requirement: ^8.7.7 || ^9.0 is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687.
themes/contrib/radix/src/kits/default/default.info.yml
Value of core_version_requirement: ^8.7.7 || ^9.0 is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687.
- ๐ฌ๐งUnited Kingdom andrew.farquharson
andrew.farquharson โ made their first commit to this issueโs fork.
- @andrewfarquharson opened merge request.
- Status changed to Fixed
over 1 year ago 2:11pm 29 April 2023 - ๐ฌ๐งUnited Kingdom andrew.farquharson
Hi back-2-95 and dixigo, I installed the theme in a Drupal 9.5.0 site and checked out this issue's branch. I then installed the upgrade_manager module. It indicated the radix theme to be compatible with Drupal 10. Although I found the value of core_version_requirement to be correct for Drupal 10, the other issues reported in #7 were still there so I have done fixes for them and pushed- ready to merge.
- ๐ฌ๐งUnited Kingdom andrew.farquharson
I have tested MR !49 on Drupal 9.3.22
- ๐ซ๐ฎFinland back-2-95 Helsinki
I tested with
composer req drupal/radix:4.x-dev
+ your MR !49 with Drupal core 9.5.8 and works nicely and Upgrade Status with showing only these left:themes/contrib/radix/templates/dataset/forum-list.html.twig
Using an "if" condition on "for" tag in "themes/contrib/radix/templates/dataset/forum-list.html.twig" at line 68 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop). See https://drupal.org/node/3071078.
radix.info.yml
The 'seven/global-styling' library is not defined because the defining extension is not installed. Cannot decide if it is deprecated or not.
- ๐ณ๐ฟNew Zealand hughmccracken
Hi this reads like good news - close to making 8.x-4 Dev D10 compatible?
Any plans for patching 8.x-4.12 similarly? Have a site that is ready for D10 upgrade, just the Radix subtheme to resolve.
Could I help with testing etc?
- ๐บ๐ธUnited States AaronBauman Philadelphia
8.x-4.x-dev is D10 compatible.
I'm running it on a couple sites already Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
over 1 year ago 7:29pm 14 August 2023 - ๐ณ๐ฟNew Zealand ericgsmith
Hi team,
It looks like 4.12 was tagged with commit 951476c3, but 3 mins later 0717ca06 was committed with the change to the info file.
I suspect the intent was to include this in the release? If so can we get a 4.13 tag if this is compatible?
The project page lists the 4 branch as "Drupal 10 ready" but the core version requirement for 4.12 is still "Works with Drupal: ^8.7.7 || ^9.0"
- ๐บ๐ธUnited States eahonet
I see that same issues as @back-2-95 in comment #7
Here's a patched meant to address those four items. Since 8.x-4.13 added the
|| ^10.0
I'm hoping this means the parent theme will work as I upgrade from d9 > d10.