- 🇺🇸United States stevenlafl
Patch to support packagist versions. The bot supplied one will fail.
- 🇮🇳India yogeshsevak
After applying #3 facing below error
Drupal\Core\Extension\InfoParserException: The 'core_version_requirement' constraint (^9.3 || ^10) requires the 'core' key not be set in modules/contrib/ckeditor_quote/ckeditor_quote.info.yml in Drupal\Core\Extension\InfoParserDynamic->parse() (line 88 of core/lib/Drupal/Core/Extension/InfoParserDynamic.php).
Providing updated patch with fixes. Please review.
- 🇮🇳India yogeshsevak
After applying #3 getting below error.
Drupal\Core\Extension\InfoParserException: The 'core_version_requirement' constraint (^9.3 || ^10) requires the 'core' key not be set in modules/contrib/ckeditor_quote/ckeditor_quote.info.yml in Drupal\Core\Extension\InfoParserDynamic->parse() (line 88 of core/lib/Drupal/Core/Extension/InfoParserDynamic.php).
Providing updated patch with fixes. Please review. https://www.drupal.org/files/issues/2023-05-03/ckeditor-quote-compatibility-3296771-4.patch →
- First commit to issue fork.
- 🇮🇳India dineshkumarbollu
Hi
patch #4 doesn't apply it give error.
git apply -v ckeditor-quote-compatibility-3296771-4.patch
Checking patch src/Plugin/CKEditorPlugin/Quote.php...
Checking patch ckeditor_quote.info.yml...
error: while searching for:
name: CKEditor Quote
type: module
description: 'Provides a CKEditor plugin to embed a quote with text and author.'
core: '8.x'
core_version_requirement: ^8 || ^9# Information added by Drupal.org packaging script on 2020-06-18
version: '8.x-1.0'error: patch failed: ckeditor_quote.info.yml:1
error: ckeditor_quote.info.yml: patch does not apply - 🇮🇳India yogeshsevak
Providing updated patches with fixes. Please review.
For 8.x-1.1 : ckeditor-quote-compatibility-3296771-7-1.patch →
For 8.x-1.x-dev : ckeditor-quote-compatibility-3296771-7.patch → - Status changed to RTBC
over 1 year ago 9:50am 5 July 2023 - 🇪🇸Spain marcoscano Barcelona, Spain
I have tested this manually both in D9 and D10, and all looks good to me.
Attached a slightly modified patch, that doesn't change its nature. It should also fix the issues others reported above about the patch not being applied in the packaged version of the module (which includes some automated metadata to the .info file).
Credit still should go to the bot :PThanks!
- Status changed to Fixed
over 1 year ago 4:25pm 11 July 2023 - 🇨🇦Canada m4olivei Grimsby, ON
Not sure why the commit comment hasn't appeared yet, but in any case, I've committed this to a new 2.x branch and tagged a 2.0.0 release.
Thanks all! 🎉
Automatically closed - issue fixed for 2 weeks with no activity.