- 🇮🇳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 8:54am 13 April 2023 - Status changed to RTBC
over 1 year ago 8:20am 14 April 2023 - 🇮🇳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.