Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Sep 2014 at 04:34 UTC
Updated:
26 Sep 2014 at 18:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
larowlanI'm seeing one more reference in common.inc line 2944 in a comment
Comment #2
fabianx commentedas per #1
Comment #3
pushpinderchauhan commentedUpdate patch as per #1.
Comment #4
lostkangaroo commentedJust ran this through and couldn't find any traces of drupal_render_page() after the patch.
Comment #5
Crell commentedComment #6
alexpottHow about replacing these with a reference to DefaultHtmlFragmentRenderer::render()?
Also we should at least reference (or write) the change record that made
drupal_render_page()obsolete.Comment #7
kgoel commentedworking on reroll and change record.
Comment #8
kgoel commentedComment #9
kgoel commentedAdded change record - https://www.drupal.org/node/2337551
Comment #10
Crell commentedTweaked change record, we're done.
Comment #11
alexpottCommitted 7f69cb4 and pushed to 8.0.x. Thanks!