Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
18 Aug 2013 at 17:05 UTC
Updated:
29 Jul 2014 at 22:47 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
plachComment #2
marcingy commentedComment #3
marcingy commentedFirst stab, I can't get tests to run locally on my windows box without timing out.
Also a lot of the queries against taxonomy_term_data are not efqable so this patch also extends interfaces. Also doesn't touch anything in views yet.
Comment #5
marcingy commented#3: remove-taxonomy-data-query.patch queued for re-testing.
Comment #6
twistor commented*int
$vid is a string.
Can we wrap these?
Comment #7
marcingy commented1 & 2 yes I'll do point 3 to be honest is more readable as is in my opinion.
Comment #8
twistor commentedWorks for me.
Comment #9
marcingy commentedOk docs fixed.
Comment #10
pfrenssenLooks good to me, only found some tiny nitpicks with namespace ordering (my favourite pet peeve :), and capitalization of the word "ID" in the documentation. AFAIAC this is RTBC.
Comment #11
slashrsm commentedLooks good to me.
Comment #12
xano#10: 2068337-10-taxonomy-entiry_query_api.patch queued for re-testing.
Comment #13
catchCommitted/pushed to 8.x, thanks!
Comment #14
plach