Created on 6 December 2022, almost 2 years ago
Updated 10 December 2023, 11 months ago

Is there a plan for Drupal 10 compatibility or shall I start searching for a new theme?

🌱 Plan
Status

RTBC

Version

2.0

Component

Miscellaneous

Created by

🇸🇪Sweden Per

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇮🇳India mukesh-kumar3 Dharmshala

    Hi team i have ported drupal8_zymphonies_theme into Drupal 10 So, i have tested my patch in our local Drupal10 setup. Please review my code and patch file screenshot of apply patch filename applying-patch.png is added please check.

  • Status changed to Needs review over 1 year ago
  • Status changed to RTBC over 1 year ago
  • 🇮🇳India Anmol_Specbee

    The patch seems to be working as expected. Moving to RTBC.

  • 🇸🇪Sweden chrotto

    Thank you for the work to make the theme compatible!
    I am now running 2.0.2 on core 9.5.10 and the upgrade status is incompatible.
    Can I run the patch on this version before the upgrade or do I have to do this after the upgrade?
    /chrotto

  • 🇦🇺Australia amarshkhl09

    The above patch didn't seem to work for me on version 2.0.2. I have added a new patch
    drupal_zymphonies_theme.patch which applied cleanly and removed a few more warnings

  • 🇸🇪Sweden Per

    For me the last patch (#7) didn't work. It satisfies the upgrade status but fails to get the patch installed/accepted by D10. I'm getting conflicts with my composer.json file. Maybe I'm doing something wrong but for me the patch doesn't go all the way.

  • 🇳🇱Netherlands sebastian hagens Breda, Netherlands

    Patch #7 is working for me.

  • First commit to issue fork.
  • 🇺🇸United States sleopold

    The patch doesn't work when trying to upgrade to D10 via composer. Instead, I set up a branch that you can use by updating your composer.json with the following:

    ...
        "repositories": {
            "drupal-packages": {
                "type": "composer",
                "url": "https://packages.drupal.org/8",
                "exclude": ["drupal/drupal8_zymphonies_theme"]
            },
            "drupal/drupal8_zymphonies_theme": {
                "type": "package",
                "package": {
                    "name": "drupal/drupal8_zymphonies_theme",
                    "type": "drupal-theme",
                    "version": "dev-3325668-drupal-10",
                    "dist": {
                        "url": "https://git.drupalcode.org/issue/drupal8_zymphonies_theme-3325668.git",
                        "type": "vcs"
                    }
                }
            }
        },
    ...
        "require": {
            ...
            "drupal/drupal8_zymphonies_theme": "dev-3325668-drupal-10",
            ...
        }
    ...
    
  • 🇫🇮Finland freibadschwimmer

    Thanks for setting up the branch, this way I was able to upgrade.
    Only one error: In the file drupal8_zymphonies_theme.theme, in Line 264 there should be a different bracket:
    "]" instead of ")"
    Otherwise the theme doesn't work.

Production build 0.71.5 2024