Closed (works as designed)
Project:
Drupal core
Version:
9.4.x-dev
Component:
base system
Priority:
Minor
Category:
Feature request
Assigned:
Reporter:
Created:
28 Mar 2014 at 11:01 UTC
Updated:
27 Nov 2022 at 13:35 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
catchComment #3
catchComment #5
catchComment #6
catchComment #9
catchComment #10
catchComment #13
catchComment #15
catchComment #16
catchComment #18
catchComment #20
catchComment #21
catchComment #23
catchWIP for removing $entity->content
Comment #25
catchComment #27
wim leersStraight reroll, chasing HEAD.
Comment #29
wim leersThis should fix many (if not most) exceptions.
Comment #30
wim leersForgot the (ridiculous) interdiff. :)
Comment #31
wim leersThis should also help quite a bit: fixes position of node links and unbreaks rendering of comments.
Comment #33
wim leersAnd another one that should help significantly: fixes all
hook_entity_view(),hook_entity_view_alter()and friends' hook implementations and documentation. (Those "friends": the node-, comment-, taxonomy term- and user-specific variants of them.)Comment #36
wim leersLooking at #31, #33 should be *almost* green. I think this small addition will make it completely green.
… and when I wanted to post this, #33 had just come back as very red. The problem is that I renamed a few things for consistency and forgot to include that part in the patch.
Hopeful this one will be green!
Comment #37
wim leersHurray, green!
#36 is re-posted to the main issue at #2099131-128: Use #pre_render pattern for entity render caching.
Comment #38
wim leersNew problem, see #2099131-199: Use #pre_render pattern for entity render caching and the few preceding patches.
This is an attempt to fix that last test failure. I suspect something is wrong with testbot's cache tag invalidation.
Comment #40
wim leersThis should be the one.
Comment #41
effulgentsia commentedI'm reviewing #2099131-216: Use #pre_render pattern for entity render caching and don't get why our cache tag collection is incompatible with elements generated in #pre_render. Curious what tests fail when we remove the workaround. Interdiff is relative to that patch.
Comment #54
quietone commentedI assume this is no longer needed as the issue being tested is fixed.