- Issue created by @idflorin
- Assigned to sourav_paul
- Issue was unassigned.
- Status changed to Needs review
4 months ago 9:02am 2 August 2024 - First commit to issue fork.
- 🇮🇳India rajeshreeputra Pune
For CKEditor support, including drop functionality and CKEditor 5 support, please see updates at ✨ Add support for Ckeditor 5 Needs review .
- 🇮🇳India rajeshreeputra Pune
rajeshreeputra → changed the visibility of the branch 3465381-drupal-11-compatibility-combine to hidden.
- Status changed to Needs work
3 months ago 1:48pm 22 August 2024 - Status changed to Needs review
3 months ago 10:12am 23 August 2024 - 🇮🇳India rajeshreeputra Pune
For next major we are waiting on ✨ Add support for Ckeditor 5 Needs review .
- Status changed to Needs work
3 months ago 12:05pm 23 August 2024 - 🇮🇳India chandu7929 Pune
PR !36 changes looks good to me, though D11 ci is failing hence its can't be consider for review. Hence needs work.
- Status changed to Needs review
3 months ago 6:02am 29 August 2024 - 🇮🇳India rajeshreeputra Pune
CKEditor5 related changes are now completed as part of ✨ Add support for Ckeditor 5 Needs review .
D11, CKE5 and other blocker issue changes combined here and CI result see here.D11 CKE5 issue with Undefined array key "status" in editor_form_filter_admin_format_submit() is 🐛 Undefined array key "status" in editor_form_filter_admin_format_submit() (line 257 of core/modules/editor/editor.module). Needs work .
Requesting review.
- Status changed to RTBC
3 months ago 7:33am 3 September 2024 - 🇬🇧United Kingdom ice70
Hi,
I am trying to install the MR 36 as a patch (https://git.drupalcode.org/project/video_embed_field/-/merge_requests/36...)
composer require 'drupal/video_embed_field:^2.5'
the composer.json also has the following
in the require definitions:
"cweagans/composer-patches": "^1.7"
and in the patches section:
"drupal/video_embed_field":{ "https://www.drupal.org/project/video_embed_field/issues/3465381 Drupal 11 compatibility for Video Embed Field" :"https://git.drupalcode.org/project/video_embed_field/-/merge_requests/36.patch" },
$ composer require 'drupal/video_embed_field:^2.5' -v
But the patch fails to apply - I have edited the output down to make it a little easier to read through, it is essentailly a list of all the patched files "can't find file to patch at input line..":
Found 1 patches for drupal/video_embed_field.
> post-package-install: cweagans\Composer\Patches_composer_tmp1->postInstall - Applying patches for drupal/video_embed_field https://git.drupalcode.org/project/video_embed_field/-/merge_requests/36.patch (https://www.drupal.org/project/video_embed_field/issues/3465381 Drupal 11 compatibility for Video Embed Field) patch "-p1" --no-backup-if-mismatch -d "web/modules/contrib/video_embed_field" < "C:\Users\ice70\AppData\Local\Temp/66fd2fd4c4f7d.patch" patching file modules/video_embed_media/modules/vem_migrate_oembed/vem_migrate_oembed.info.yml ... can't find file to patch at input line 767 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/modules/video_embed_media/modules/vem_migrate_oembed/tests/src/Functional/OEmbedUpdateTest.php b/modules/video_embed_media/modules/vem_migrate_oembed/tests/src/Functional/OEmbedUpdateTest.php |index 1aad766..e90a8c2 100644 |--- a/modules/video_embed_media/modules/vem_migrate_oembed/tests/src/Functional/OEmbedUpdateTest.php |+++ b/modules/video_embed_media/modules/vem_migrate_oembed/tests/src/Functional/OEmbedUpdateTest.php -------------------------- File to patch: Skip this patch? [y] Skipping patch. 2 out of 2 hunks ignored
How do I get the MR 36 patch to apply?
- 🇨🇦Canada bohemier Québec city, Qc
@ice70 try to patch with the .diff file instead
https://git.drupalcode.org/project/video_embed_field/-/merge_requests/36...
- 🇫🇷France mably
Hi @rajeshreeputra thanks for all your great work on this Drupal 11 compatibility issue.
I have initialized a 3.0.x branch with hopefully most of the fixes required for Drupal 11 and all tests are green in Gitlab CI.
I had to remove the wysiwyg submodule for now as CKEditor 4 is incompatible with Drupal 11.
Feel free to check the 3.0.x code and see if things are wrong or missing.
- First commit to issue fork.
- 🇮🇳India rajeshreeputra Pune
Hi @mably, sure will take a look. Thank you for updates!