Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
node system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Jun 2013 at 01:09 UTC
Updated:
9 Jun 2015 at 13:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
andypostInitial changes
Comment #2
andypost#1: 2030191-nodeapi-1.patch queued for re-testing.
Comment #4
andypostComment #5
forbesgraham commentedThis patch updates all uses of the user_access function. This is only my third commit to core, so I hope I got it right! :)
Comment #6
forbesgraham commentedComment #8
tarekdj commentedI think you have to delete the 3rd line from code above.
Comment #9
andypostFill namespace should be added to @param docblock
and use NodeInterface & AccountInterface in arguments
Comment #10
xjm(Merging "node system" and "node.module" components for 8.x; disregard.)
Comment #11
internetdevels commentedComment #12
andypostGreat!
Comment #13
alexpottNeeds a reroll
Comment #14
ishadakota commentedRe-rolled
Comment #15
andypostOther places should be update as well
Also docs should be cleaned for type-hint to
\Drupal\node\NodeInterfaceso this needs some work to detect what hooks are passing.Currently file contains a mix of both interfaces
Comment #16
andypostNodeInterface part would be changed in #2067345: Change EntityInterface type hints to NodeInterface where appropriate
Comment #17
gippy commentedPatch 15 no longer matches the current head.
Comment #18
gippy commentedComment #19
millerbennett commentedRe-rolled manually
Comment #20
andypost+1 rtbc
Comment #22
henk commentedPatch needs re-roll, tested on latest code Drupal 8.0.x.
Comment #24
henk commentedOk, patch is rerolled. Should be ok now.
Comment #25
j2r commentedLast patch fail with this message
Adding a new patch with minor changes from last patch.
Comment #26
manjit.singhComment #27
RavindraSingh commented@j2r, Patch seems fine to me, but it will be great if you can add interdiff also to show the different between #24 and #25
To know more https://www.drupal.org/documentation/git/interdiff
And do not forget to add you have re-rolled the patch. Also please make sure if the test for the node.api is having the same scenario/comments.
Comment #28
j2r commented@RavindraSingh : I think interdiff is not possible as I am not able to apply the previous patch.
Comment #29
manjit.singhyup, interdiff is not necessary while we are rerolling a patch :)
Comment #30
googletorp commentedLooks good to me.
Comment #31
j2r commentedSorry for adding one more file. Just missed a space in last 'langcode'.
@googletorp - Thanks for review and RTBC.
Comment #32
alexpottDocumentation changes are permitted during beta. Committed 150dc50 and pushed to 8.0.x. Thanks!