Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
theme system
Priority:
Minor
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
5 Jul 2012 at 05:55 UTC
Updated:
29 Jul 2014 at 20:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mjonesdinero commentedcould you elaborate the issue here? on what specific files it is located?so anyone can make a patch on it
Comment #2
Jorrit commentedHere you go.
Comment #3
star-szr#2: system_element_info_reference-1671498-2.patch queued for re-testing.
Comment #4
star-szrThis is still relevant but needs a reroll, just search core for system_elements() and replace with system_element_info().
Comment #5
g3r4 commentedOk I'll work on a re-roll for this one
Comment #6
g3r4 commentedWell I've searched core for system_elements() and the only place where that exists, is in core/includes/theme.inc, which has already been changed in patch #2, I believe this is ready to be marked as needs review. (marking it now)
Comment #7
star-szr@g3r4 - the patch from #2 no longer applies to 8.x HEAD because it was created ~2 years ago, we need a new patch please :)
Comment #8
g3r4 commentedOk great, will work on that !
Thanks for the heads up @Cottser
Comment #9
g3r4 commentedOk, I think this is it
Comment #10
g3r4 commentedComment #11
star-szrLooks good, thanks!
Comment #12
catchCommitted/pushed to 8.x, thanks!