Closed (fixed)
Project:
Drupal core
Version:
8.6.x-dev
Component:
dynamic_page_cache.module
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2015 at 16:10 UTC
Updated:
22 Apr 2018 at 19:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
znerol commentedComment #3
nicrodgersPatch #2 fails to apply to the latest 8.0x-dev in git, so I've re-rolled it for the current version.
Comment #4
dawehner+1
Comment #6
nicrodgerspatch #3 still applies to 8.0.x, and although #5 says it failed testing, I can't see any links to a failed test report? What am I missing?
Comment #7
nicrodgerstriggering another testbot review.
Comment #8
nicrodgersTests passed, so the previous failure must have been a hiccup with the test suite. Marking RTBC again as per #4.
Comment #10
skyredwangComment #12
markdorisonUpdated against 8.1.x.
Comment #17
borisson_This needs a reroll, removing the quickfix tags, as this had been ~2.5 years, that doesn't seem to qualify as quick. I'm not sure if we can still do this, for BC reasons.
Comment #18
Utkarsh_Mishra commentedUpdated against 8.5.x.
Comment #19
Utkarsh_Mishra commentedComment #20
savkaviktor16@gmail.com commentedComment #21
MerryHamster commentedComment #22
MerryHamster commentedHere is an only reroll for 8.6.x
Comment #23
dawehnerThank you
Comment #24
alexpotthttps://www.drupal.org/core/d8-bc-policy#paramconverters are not part of the API so this is fine to change. But let's only change it in 8.6.x because nothing is actually broken.
Committed 766c804 and pushed to 8.6.x. Thanks!
Comment #26
wim leersAs the maintainer of this component, I wish I'd been given the opportunity to review this patch. It wasn't filed against the right component, hence I did not see it.
Fortunately, it's a trivial change :)
Note that this was named
onRouteMatch()on purpose: it runs for theKernelEvents::REQUESTevent, but runs pretty late: after routing. Hence its name.That is in fact the very central principle about Dynamic Page Cache: that it runs immediately after routing. As its docs say:
Nonetheless, +1 for this change. Consistency FTW!
Comment #27
wim leers