User: vauxia Branch: HEAD Date: Mon, 21 Dec 2009 17:34:43 +0000 Modified files: /modules/geocode geocode.module /modules/geocode/modules/geocode_widget geocode_widget.module Log message: BIG CHANGES - The geocode form element no longer attempts to set the value on the fly. This is now the responsibility of the receiving form (e.g. a views filter form or a CCK widget). You get whatever was entered into the element, and you deal with it. - The geocode_widget module was rewritten. It no longer uses a validate hook to convert to user-specific data, but rather it uses an #after_build call on the entire node form. Hopefully this will be more flexible and less buggy! This must be used in conjunction with the HEAD version of Geo. Corresponding releases pending! Links: http://cvs.drupal.org/diff.php?path=contributions/modules/geocode/geocode.mo... http://cvs.drupal.org/diff.php?path=contributions/modules/geocode/modules/ge...