- Issue created by @bunty oberoi
- First commit to issue fork.
- Status changed to Needs review
over 1 year ago 12:46pm 31 March 2023 - 🇮🇳India Ranjit1032002
Created a patch for Drupal 10 compatibility fixes, please review.
Thank You. - Assigned to Akshay kashyap
- 🇮🇳India Akshay kashyap
Hi @Ranjit1032002,
Thanks for the Work.
Verified and tested patch #3 on Drupal 10.1.x Applied cleanly, but it gives errors. I have attached a screenshot for reference Please check.
Testing result:
Zen Theme is not compatible with Drupal 10.1.x - Status changed to Needs work
over 1 year ago 8:49am 12 April 2023 - Issue was unassigned.
- Status changed to RTBC
over 1 year ago 8:58am 20 April 2023 - 🇮🇳India bunty oberoi
Hi @Akshay,
Verified and tested Patch Comment #7 on Drupal 10.1.x Applied patch cleanly
oberoi@oberoi-H510M-S2:~/Documents/projects/drupal/themes/contrib/zen$ git apply -v portD9-D10-3351509-7.patch Checking patch STARTERKIT/STARTERKIT.info.yml... Checking patch STARTERKIT/templates/block/block--no-wrapper.html.twig... Checking patch STARTERKIT/templates/content/node.html.twig... Checking patch STARTERKIT/templates/layout/html.html.twig... Checking patch STARTERKIT/templates/layout/region--footer.html.twig... Checking patch STARTERKIT/templates/navigation/breadcrumb.html.twig... Checking patch STARTERKIT/templates/navigation/links--node.html.twig... Checking patch STARTERKIT/templates/navigation/menu-local-tasks.html.twig... Checking patch zen.info.yml... Checking patch zen.theme... Applied patch STARTERKIT/STARTERKIT.info.yml cleanly. Applied patch STARTERKIT/templates/block/block--no-wrapper.html.twig cleanly. Applied patch STARTERKIT/templates/content/node.html.twig cleanly. Applied patch STARTERKIT/templates/layout/html.html.twig cleanly. Applied patch STARTERKIT/templates/layout/region--footer.html.twig cleanly. Applied patch STARTERKIT/templates/navigation/breadcrumb.html.twig cleanly. Applied patch STARTERKIT/templates/navigation/links--node.html.twig cleanly. Applied patch STARTERKIT/templates/navigation/menu-local-tasks.html.twig cleanly. Applied patch zen.info.yml cleanly. Applied patch zen.theme cleanly.
Testing Steps:-
1. Install Drupal 10.1.x version.
2. git clone --branch '8.x-7.x' https://git.drupalcode.org/project/zen.git
2. Applied Patch #7 /projects/drupal/themes/contrib/zen
3. Checked the changes difference using git diff
4. Installed theme and set it as default.Testing result:
zen Theme compatible with Drupal 10.1.x Moving the issue to RTBC - @linhnm opened merge request.
- 🇧🇪Belgium jorisclaes
In the .info file
core_version_requirement can not be used to specify compatibility for a specific version before 8.7.7
This is fixed in the included patch