Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Aug 2014 at 15:16 UTC
Updated:
23 Oct 2014 at 06:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
temoor commentedComment #2
Michael Hodge Jr commentedI've applied the patch, grepped the code, and can confirm everything looks ok.
Comment #3
Michael Hodge Jr commentedI've applied the patch, grepped the code, and can confirm everything looks ok.
Comment #4
alexpottThis should be postponed on #2271529: Move breakpoint settings to theme and module *.breakpoints.yml files at root level and also this should be injecting the storage into the plugin.
Comment #5
temoor commentedAdded changes according to #4
Comment #6
roderikTagging for Amsterdam. This is for an experienced PHP coder but novice contributor. While reviewing / checking if this patch still covers all existing calls in Core, you will learn about Drupal's dependency injection with a practical example (which is this patch). If you set this is RTBC, feel free to comment about how and why you came to the conclusion.
Comment #7
oenie commentedI'm checking it out, rerolling it because it doesn't apply anymore.
Comment #8
jepster_Hi there,
oenie was so nice to reroll the patch with me and show me a lot of interessting git patching workflow things by the way. :)
Thanks
Comment #9
jepster_We've found one occurence of entity_load(); and replaced it.
New patch attached.
Comment #10
oenie commentedJepster, it seems it accidentally also registered the changes our Backend-Developer (service :)) made to you .gitignore file.
I've removed the lines and uploaded the (hopefully final) new patch, along with an interdiff (as requested by that same BDS :))
Comment #15
roderikLooks good to me on patch review: storage is properly injected, no calls left.
Comment #16
roderik...and this should actually have been 'needs review' already (re-queued patch passed), so RTBC
Comment #17
alexpottLooking really good... one small thing:
Unfortunately you can not inheritdoc here because you are adding an argument - $responsive_image_mapping_storage.
Comment #18
oenie commentedAdded the missing docblock.
Comment #19
oenie commentedAdded the missing docblock.
Comment #20
oenie commentedSafely ignore this double post
Comment #21
roderikThanks. Setting back with one nit pick...
Language glitch (double 'settings'). This glitch is also in the FormatterBase doc block (can be fixed there too?) so I get how that was copied...
Comment #22
rpayanmI found two more :)
Comment #23
roderikCool.
I'm guessing that these extra one-line documentation changes do not cross the "this should be a separate patch" border...
Comment #25
alexpott@roderik these extra one-line documentation changes should have gone in another patch but let's not hold up this patch on that. The things is we're changing code completely out of context to the issue and risk causing rerolls in unrelated patches. However I think that the reroll risk is very small. So...
Committed fa1d2c3 and pushed to 8.0.x. Thanks!