Closed (fixed)
Project:
Drupal core
Version:
8.4.x-dev
Component:
migration system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Nov 2017 at 18:12 UTC
Updated:
4 Jan 2018 at 10:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
masipila commentedUpdated class documentation and improved some method documentation to comply with coding standards (third person singular tense verb).
Comment #3
masipila commentedComment #4
phenaproximaA hole in one! This looks fantastic to me.
However, I'd like to postpone it on #2862671: Add documentation to SqlBase source plugin, since that contains important documentation that is very relevant to DrupalSqlBase. Once that one lands, I think this can go direct to RTBC.
Comment #5
xjmJust a note that our style guidelines indicate that the word "please" should be omitted. Reference: https://www.drupal.org/node/604342 (See also: #679890: Using "Please" in the interface).
Comment #6
masipila commentedRemoved the 'please' and added the period to the list items.
I'll leave this to 'Postponed' status. We can trigger the testbot once #2862671: Add documentation to SqlBase source plugin lands.
Markus
Comment #7
masipila commented#2862671: Add documentation to SqlBase source plugin is now RTBC. The block for this was only a soft block, setting this to NR now so that this could be committed at the same go.
Comment #8
phenaproximaMinor stuff. As always.
Should be "...use a Drupal database as a source..." (missing 'as')
This should be its own paragraph, not a bullet point.
Need to have a colon after "classes". Also, maybe the SqlBase and SourcePluginBase references should have @see annotations?
Comment #9
anpolimusComment #10
jofitzAddressed nits from #8.
Comment #11
phenaproximaLooks good to me.
Comment #12
masipila commentedMany thanks Jo for wrapping up this and the SqlBase source plugin issue! Thumbs up!
Comment #13
wim leersNit: s/if given/if the given/
Nit: s/For full/For a full/
Comment #14
jofitzAddressed nits from #13.
Comment #15
phenaproximaThanks, Jo. Back to RTBC!
Comment #16
catchCan this just be 'Provides...'?
Otherwise looks good.
Comment #17
jofitzMade the change requested in #16.
Comment #18
phenaproximaComment #19
masipila commentedThe word 'please' slipped back in to the patch in #10. xjm asked to remove the 'please' in #5. The attached patch removes it.
Hopefully this is the last patch to this issue.. :)
Markus
Comment #20
quietone commentedGreat, everything addressed.
Personally, I really like the consistent use of 'the source Drupal database' throughout. It leaves no ambiguity at all about the source.
Comment #22
catchCommitted/pushed to 8.5.x and cherry-picked to 8.4.x. Thanks!