Closed (fixed)
Project:
Openlayers
Version:
6.x-1.x-dev
Component:
OpenLayers CCK
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
16 Sep 2009 at 13:26 UTC
Updated:
16 May 2024 at 00:50 UTC
Jump to comment: Most recent
Comments
Comment #1
zzolo commentedFixed: http://drupal.org/cvs?commit=265932
Thanks BWPanda.
Comment #2
Anonymous (not verified) commentedNo problem :)
Will there be a new stable release with all these patches?
Comment #3
zzolo commentedWell, nothing is "stable" yet, but it depends on what gets done. We want to fix the majority of existing bugs before going to another beta or release candidate, but there is no schedule. Maybe by early next week. No major API changes or data structure changes shoudl happen, so you should be fine going to the dev version, then to the beta when it is released.
Comment #4
Anonymous (not verified) commentedGreat, thanks!
Comment #5
zzolo commentedWhen merging the fork, I came across a bug in this patch when creating a new field. Apparently, isset() is not good enough, as it is set by default, so I changed to is_array(). Need to backport to 1.x
It is included with this large commit, sorry: http://drupal.org/cvs?commit=268174
Comment #6
phayes commentedBackported: http://drupal.org/cvs?commit=268576