Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
24 May 2013 at 15:25 UTC
Updated:
29 Jul 2014 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
toddtomlinson commentedComment #2
toddtomlinson commentedReplaced get_file with getFile across several views.core files. Patch attached.
Comment #3
dbcollies commentedComment #5
dbcollies commentedI believe there to be a bug in the test, not in the code submitted in comment #3. The test fails randomly, with no change in the code
Comment #6
toddtomlinson commented#2: views.core-replace_get_file_with_getfile-2002910-02.patch queued for re-testing.
Comment #7
dbcollies commentedI think the patch in comment #2 (and I apologize that I didn't notice you had taken this task before I made my patch) is missing changes to the following two files:
I suspect the second one is what's causing the failure in
HandlerFieldFieldTest. I'm convinced that it's something outside of either of these patches that's causing theBlockRenderOrderTestrandom failureComment #8
dbcollies commented#3: Rename-Views-method-get_field-to-getField-2002910-1.patch queued for re-testing.
Comment #10
oenie commented#3: Rename-Views-method-get_field-to-getField-2002910-1.patch queued for re-testing.
Comment #11
oenie commentedAdd public access modifier in front of the function to adher to the new OOP standards.
Comment #12
diarmy commentedAdded public access modifier to getField function in RssFields class as recommended in #11
Comment #14
diarmy commentedUpdated instances of get_field() in HandlerFieldFieldTest.
Comment #15
diarmy commentedUpdating status to needs review.
Comment #16
oenie commentedLooks good to me now !
Comment #17
alexpottSeems like we've added a new one in Drupal\contextual\Plugin\views\field\ContextualLinks
Comment #18
diarmy commentedReplaced more instances of get_field() with getField()
Comment #19
diarmy commentedComment #20
dawehnerOut of scope for this issue.
Comment #21
heddnLet's see if this makes the testbot happy.
Comment #22
heddnComment #23
dawehnerAwesome!
Comment #24
oenie commentedLooks good to me !
Comment #25
alexpottCommitted b48343a and pushed to 8.x. Thanks!