Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
field system
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
17 Sep 2012 at 22:20 UTC
Updated:
29 Jul 2014 at 21:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Stalski commentedI start working on this, as of NOW
Comment #2
Stalski commentedforgot status change
Comment #3
Stalski commentedComment #4
Stalski commentedRemoved trailing spaces, sorry
Comment #6
pcambraTriggering testbot again
Comment #7
pcambra#4: 1787248_4.patch queued for re-testing.
Comment #8
Stalski commentedFound a comment that was not correct.
Comment #9
webflo commentedLooks good. I found one minor issue.
Lets use entity uri
$item['taxonomy_term']->uri()for consistency.Comment #10
webflo commentedRemoved the taxonomy_field_formatter_* hooks and switched to $item['taxonomy_term']->uri() in RSSCategoryFormatter.
Comment #11
Stalski commentedgreat webflo, thx a lot!
Comment #12
sweetchuckNothing new, just it works.
The patch #10 is not applicable to the latest 8.x.
Comment #14
yched commentedBumping, this is now a blocker for #1950632: Create a FieldDefinitionInterface and use it for formatters and widgets.
Anyone up for reviving this ?
Comment #15
swentel commentedCrap, completely forgot about this one
Comment #16
jibranHere is the re-roll lets see how much it fails.
Comment #17
swentel commentedI even think it might be green - or at least really close. 2 remarks regarding documentation we need to fix
Should be Contains \Drupal (apparently with leading forward slash now right ?)
Should all be {@inheritdoc}
Comment #18
swentel commentedoh and thank you also for the re-roll! :)
Comment #20
ParisLiakos commentedi think thats why this was forgotten
#1847596: Remove Taxonomy term reference field in favor of Entity reference which is postponed on #1818560: Convert taxonomy entities to the new Entity Field API
maybe we should postpone or duplicate it
Comment #21
swentel commentedAs far as I can see, #1818560: Convert taxonomy entities to the new Entity Field API wouldn't conflict that much (maybe not at all), so I'd rather go ahead with this one because I think the other one is going to be a while for that goes in I'm afraid.
Comment #22
yched commentedAgreed with @swentel. Most of the job is done already, and getting to a point where there are no legacy widgets and formatters will be precious to unblock other work.
Comment #23
ParisLiakos commentedagreed..
tagging
Comment #24
nils.destoop commentedChanged the documentation, and tests should be fixed.
Comment #25
nils.destoop commentedComment #26
effulgentsia commented#24 looks great. Just some nits:
The code below this uses $item['entity'] instead of $item['taxonomy_term'], so let's update the comment accordingly. Also, I think the line breaks can be adjusted so that this fits on two lines.
Ditto
And once more.
Is there a reason for an empty implementation of this on the base class? If not, let's remove it and make the class abstract.
Comment #27
effulgentsia commentedComment #28
pcambraHere's a reroll with @effulgentsia comments applied, I don't see a reason to the empty implementation either so I've removed it.
Comment #29
swentel commentedTwo nitpicks, after that it's good.
80 chars limit
same here
Comment #30
pcambraHere you go :)
Comment #32
effulgentsia commented#30: taxonomy-formatters-plugins-1787248-30.patch queued for re-testing.
Comment #33
effulgentsia commented#26 and #29 addressed, so RTBC. Thanks!
Comment #34
webchickCommitted and pushed to 8.x. Thanks!