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 03:56 UTC
Updated:
29 Jul 2014 at 22:23 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
brennanmh commented# modified: core/modules/views/lib/Drupal/views/ManyToOneHelper.php
# modified: core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php
# modified: core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php
# modified: core/modules/views/lib/Drupal/views/Plugin/views/argument/ManyToOne.php
# modified: core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php
# modified: core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php
# modified: core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/query/QueryTest.php
#
Comment #3
connorwk commented#1: ensure_table_rename-2002484.patch queued for re-testing.
Comment #5
oenie commentedAdd public access modifier in front of the function to adher to the new OOP standards.
Every occurence of NULL, TRUE and FALSE should be uppercase. This patch changed all occurences to lowercase
Comment #6
brennanmh commentedMy bad. Should have stuck with vi instead of new install of phpStorm.
Anyway, this updated patch should have only the ensure_table() -> ensureTable() change.
Comment #7
oenie commentedStill missing that public access modifier though.
Comment #8
brennanmh commentedThird time's the charm? :)
Comment #10
brennanmh commentedTook ownership.
Comment #11
heddn#3 won't apply any longer. Here's a reroll.
Comment #12
heddnComment #13
dcam commented#11 doesn't apply any longer.
Comment #14
SpartyDan commentedre-roll
Comment #16
drupee commentedComment #17
hussainwebI have fixed the problem (and tested by installing Drupal and accessing views). I have also rerolled it against the latest tree.
Comment #18
dcam commentedSetting status.
Comment #19
aspilicious commentedComment #20
alexpottCommitted 6345a5c and pushed to 8.x. Thanks!