Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
content_translation.module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
28 Mar 2014 at 09:22 UTC
Updated:
29 Jul 2014 at 23:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
berdirComment #2
pfrenssenComment #3
pfrenssenRenamed the classes. I grepped the codebase and it looks like all instances are covered, but I might have missed something. Let's see what the bot thinks of it.
Comment #4
berdirLooks like the patch didn't pick up the renames, make sure to use -M or see https://drupal.org/documentation/git/configure about renames.
Comment #5
pfrenssenDidn't know about that option, this is much easier to review! Only CommentTranslationHandler was not picked up, the file is so small that it probably exceeded a threshold for LoC changed to still be recognized as a rename.
Comment #6
pfrenssenComment #7
berdirWhen touching those, let's convert to {@inheritdoc}.
Same here, fix those by using Contains \Drupal... instead (note leading backslash)
Comment #8
pfrenssenI'll take care of it.
Comment #9
pfrenssenComment #10
berdirStill a few left in this file. Just the Implements, the Form validation/submission references are fine.
Comment #11
pfrenssenFixed those too.
Comment #12
plachI completely agree with this rename (it matches how this stuff is called in D7 :) and the patch looks good!
Comment #14
berdirgit rebase took care of the re-roll, so back to RTBC.
Comment #15
alexpott2227973-11.content_translation.controller_rename.patch no longer applies.
Comment #16
berdirYeah, I failed to upload the re-roll it seems. Automatically done with git rebase, so back to RTBC.
Comment #17
alexpottCommitted 3b3ba27 and pushed to 8.x. Thanks!
Comment #19
alexpott