Closed (fixed)
Project:
Exif
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2017 at 11:54 UTC
Updated:
17 Oct 2022 at 10:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
nehakhadke commentedComment #3
nkoporecThis patch needs a reroll since tests have been deleted in the recent commit.Applying a new one.
Comment #4
useernamee commentedI have reviewed patch #3 and it had some errors ($this->t() calls inside static functions and there were few occurrences were $this was missing). I have removed this errors, here is the patch (and interdiff).
Comment #5
damienmckennaComment #6
damienmckennaThis needs to be rerolled, and I think some of the changes won't work without adding a use statement for Drupal\Core\StringTranslation\StringTranslationTrait.
Comment #7
elberHi I will try to do a rerroll
Comment #8
elberHi I followed this doc (https://www.drupal.org/docs/develop/git/using-git-to-contribute-to-drupa...) but I couldn't to apply the patch #4. Can someone help me ?
Comment #9
damienmckennaA lot of the changes from the last patch no longer apply, so this needs to be reworked.
Also, please work from the 8.x-2.x branch, the 8.x-1.x branch is no longer supported.
Comment #10
elberI will try it, thank you.
Comment #11
elberComment #12
chakkche commentedI will review this.
Comment #13
chakkche commentedI can still see lot of t() calls after applying the patch from #11 . i will work on this.
Comment #15
chakkche commentedFixed t() calls & PHPCBF issues. Provided them in both merge request and patch file.
Comment #16
anabpvI will review this
Comment #17
anabpvSteps performed:
1 - downloaded the module and applied the commits from MR!2
2 - ran phpcs to properly review the t() calls
3 - checked the commits manually
Moving to RTBC.
Comment #19
damienmckennaCommitted. Thanks everyone!