Closed (fixed)
Project:
Drupal core
Version:
10.4.x-dev
Component:
ckeditor5.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Dec 2024 at 23:03 UTC
Updated:
23 Dec 2024 at 12:39 UTC
Jump to comment: Most recent
Comments
Comment #2
longwaveThis has a new requirement for a license key. We can default it to "GPL" but https://www.drupal.org/project/ckeditor5_premium_features also wants to set this so we should ensure that is still possible.
Comment #4
longwaveComment #5
spokjeCode changes seem fine an GitLab loves them.
Not too sure if we're supposed to this this here or in the contrib queue for ckeditor5_premium_features ?
Comment #6
longwaveWe need to set
GPLhere or CKEditor5 fails to initialize with "license-key-missing": https://ckeditor.com/docs/ckeditor5/latest/support/error-codes.html#erro...The code is designed to allow any plugin to set
licenseKeyand only set it as a last resort, I haven't manually tested with the Premium Features module though.Comment #7
spokje@longwave, Ah, I seee, thanks for explaining.
We _could_ open an issue in their queue and wait for confirmation, we could test it ourselves or we could just steamroll ahead.
First option is probably going to taken longer than the window we have before 11.1.0 gets shipped, option #2 is for the nice people out there.
Sadly I'm not one of those, going to mark this RTBC to get this in 11(.1).x ASAP (10.4/5 seem to have a broken HEAD) and move one.
The ~12.000 install aren't going to jump to 11.1.0 immediately, so if things go wrong with the key, there's time to fix it.
Comment #8
salmonek commentedHi, I already tested the update with Premium Features and Plugin Pack's Templates.
Recent versions of both modules are working fine with this update.
Comment #9
spokjeThanks @salmonek, for both being a nice person and reporting back :)
Comment #12
catchCommitted/pushed to 11.x and cherry-picked to 11.1.x, thanks!
Moving to 10.4.x for backport.
Comment #15
longwaveMR!10460 should apply to both 10.4.x and 10.5.x.
Comment #16
smustgrave commentedSeems a number of failures on 10.5.x
Comment #17
spokje@smustgrave Are you sure? I see a fully green pipeline on this MR: https://git.drupalcode.org/project/drupal/-/pipelines/359531
Comment #18
smustgrave commentedWeird definitely when I opened it almost all functional tests were failing + nightwatch but yea it's green again.
Comment #19
longwaveSome tests are being super flaky at the moment, not sure why.
Comment #23
longwaveCommitted and pushed 8bdb090a3db to 10.5.x and a026efe5199 to 10.4.x. Thanks!