Closed (fixed)
Project:
Address field for CCK
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2009 at 21:35 UTC
Updated:
14 Jul 2009 at 22:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
mactoph commentedHas anyone successfully migrated your data from Address field for CCK to addresses? Tips?
Comment #2
aren cambre commentedI think you must re-implement all your data unless the addressess module owner wishes to create an upgrade routine.
Comment #3
darren ohHere is a patch to deprecate the module and move existing fields to the Addresses module.
P.S. The current version of this module should not be deprecated, since it works well and Addresses is not available for Drupal 5. However, if this patch is accepted and a Drupal 6 version is released, the Drupal 6 version should be deprecated.
Comment #4
darren ohComment #5
aren cambre commentedDarren--thanks! Could you instead post that at #378498: Migration from Address Field for CCK?
Restoring to "active" status because I requested re-routing of Darren's contribution.
Comment #6
darren ohIt's a patch for cck_addresses. What can the Addresses module maintainers do with it?
P.S. I didn't think too hard before replying. It was no problem to modify the update function and add it to addresses_cck.install.
Comment #7
rconstantine commentedI've been gone for a long time, but a new D6 version is in the works right now. I'll also be getting a new co-maintainer to help out with the day-to-day.
See this post for what will be in the new version: http://drupal.org/node/421896
Comment #8
aren cambre commentedThe module owner has spoken.
Comment #9
darren ohImproved upgrade patch for those who still need it.
Comment #10
darren ohFixed undefined variables in last patch.
Comment #11
nonsieThere is one mistake in this patch - on line 575 it should be
if (db_column_exists($table, "$field[field_name]_$columns[$column]")) {not
if (db_column_exists($table, $column)) {