Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
field system
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
4 Feb 2010 at 22:37 UTC
Updated:
22 Apr 2012 at 03:24 UTC
Jump to comment: Most recent file
_field_info_collate_fields() and field_info_collate_types() still use a direct static.
Patch moves them to drupal_static() - they need to use the 'advanced pattern', though.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | field_info_static-705124-7.patch | 1.47 KB | yched |
| field_info_drupal_static.patch | 1.47 KB | yched |
Comments
Comment #1
yched commentedfield_info_drupal_static.patch queued for re-testing.
Comment #2
yched commentedeasier tracking
Comment #3
Scott Reynolds commented#447862-24: Convert field to the new static caching API merged this patch into that.
Comment #4
yched commented#447862-24: Convert field to the new static caching API has API changes, highly undesirable at this point.
So reopening this one.
Comment #5
yched commentedfield_info_drupal_static.patch queued for re-testing.
Comment #7
yched commentedRerolled
Comment #8
sunLooks obsolete to me.