Comments

thpoul created an issue. See original summary.

thpoul’s picture

Status: Active » Needs review
StatusFileSize
new2.61 MB

Need to keep an eye on #2239419: Include CKEditor's AutoGrow plug-in which is already RTBC. If that gets committed first this would need a re-roll else if this gets RTBC and gets committed first then #2239419: Include CKEditor's AutoGrow plug-in will need a re-roll. Will reference this comment there too.

Edit: deleted the wrong comment since the other issue is in 8.2.x while this is in 8.1.x.

dinarcon’s picture

StatusFileSize
new1.08 KB

Thanks @thpoul for updating this.

Shouldn't this be tested against the next development release 8.2.x? I tested the patch against drupal-8.2.x and it works. I think this can be applied to drupal-8.1.x and drupal-8.2.x cleanly.

A couple of questions. What process did you follow to build CKEditor? Before noticing the you had created a patch I did one too following @alexpott's process from #2724225: Update CKEditor library to 4.5.9. My patch was slightly different. Attached is the diff, but basically it is just the version. Yours reports version:"4.5.10" while mine reports version:"4.5.10 DEV". Is that relevant? How is it possible?

Status: Needs review » Needs work

The last submitted patch, 3: patch.diff, failed testing.

wim leers’s picture

Thanks for being so on top of this! :)

The changelog looks like it doesn't affect us in a significant way, or even at all.

But you forgot to update the version numbers in core.libraries.yml, so NW for that.

Committers, please favor #2239419: Include CKEditor's AutoGrow plug-in over this issue. This issue can go in at any time, the other issue is a feature that must be committed before 8.2.x's feature freeze.


#3: I suspect you didn't checkout the 4.5.10 tag in git. Do git checkout 4.5.10; sh build.sh -s. Then it'll work.

thpoul’s picture

Status: Needs work » Needs review

@dinarcon have you pulled the latest changes of https://github.com/ckeditor/ckeditor-dev ? You should checkout the 4.5.10 tag.

This is a small release and could make it into the 8.1.x branch.

Also when posting post diffs please upload them as .txt files so the won't get tested. Test failures automatically change the issue's status to NW.

thpoul’s picture

@WimLeers saw you comment right after I posted mine :) #5+1

thpoul’s picture

StatusFileSize
new593 bytes
new2.61 MB

And here is the core/core.libraries.yml change too :)

wim leers’s picture

Status: Needs review » Reviewed & tested by the community

Perfect!

And now repeating what I said to committers in #5:

Committers, please favor #2239419: Include CKEditor's AutoGrow plug-in over this issue. This issue can go in at any time, the other issue is a feature that must be committed before 8.2.x's feature freeze.

dinarcon’s picture

Hi @Wim Leers , @thpoul,

Yes, I had cloned https://github.com/ckeditor/ckeditor-dev and checked out the 4.5.10 tag. Not sure what I did wrong, but doing it again produces the same patch as the one provided. Glad to see this RTBC the same day the CKEditor update was released. :-)

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

This can go in 8.1.x (its a patch release update) whereas #2239419: Include CKEditor's AutoGrow plug-in can not - also #2239419: Include CKEditor's AutoGrow plug-in is affected by a bug fixed in 4.5.10 so I really think this has to go first.

Committed 64c53de and pushed to 8.1.x and 8.2.x. Thanks!

  • alexpott committed d343e3a on 8.2.x
    Issue #2765751 by thpoul, dinarcon: Update CKEditor library to 4.5.10
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.