Closed (fixed)
Project:
Drupal core
Version:
8.3.x-dev
Component:
ckeditor.module
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Aug 2016 at 06:11 UTC
Updated:
12 Oct 2016 at 06:37 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
Sonal.Sangale commentedComment #3
Sonal.Sangale commentedComment #5
wim leersThanks! This looks like it should work just fine. Retesting, hopefully it was a testbot hiccup.
Comment #6
wim leersThis will need to be done against 8.3 though.
Comment #8
sugaroverflow commentedFirst time attempting a reroll.
I pulled 8.3 and was able to apply the patch.
There wasn't any output, so no reroll is needed? (reading off the reroll docs)
EDIT: I am a little confused if I'm doing this right... should I re-upload the patch to test against 8.3?
Comment #9
amit.drupal commentedt() in plugins with $this->t().
Comment #10
wim leers@amit.drupal Now you did it for all modules, not just for
ckeditor.module. Please revert that.Comment #11
amit.drupal commentedApologies, Attaching new patch
Comment #12
wim leersComment #15
thpoul commentedComment #17
shruti1803 commentedComment #19
shruti1803 commentedsorry wrong patch applied.
Comment #20
thpoul commentedWebTestBasedoes not includeStringTranslationTrait. I added that in order to make tests extending theWebTestBaseable to use$this->t(). AlsoDrupalImageCaptionwas usingDrupal\Component\Plugin\PluginBaseinstead ofDrupal\Core\Plugin\PluginBase.Let's see what the testbot has to say about it :)
Comment #21
wim leersLet's not modify
WebTestBase.These changes should be reverted. We should only modify actual code, not tests.
Tests can continue to use
t().Sorry for not noticing sooner!
Comment #22
thpoul commentedHere it is :)
Comment #23
wim leersThanks!
Comment #24
alexpottCommitted 6a83671 and pushed to 8.3.x. Thanks!
Comment #27
amit.drupal commented