Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
13.58 KB
MD5: 8ceff09ca7655dea59d15add3aae1608
SHA-1: 64ee225d48d8efd27a34d881f6b3ec50482eb600
SHA-256: 7e338703118e7d28e8b4fe06d3e5544c3dbdb65a48d9757ecf571cb656f48e9b
Download zip
18.17 KB
MD5: fe0abfa5601d47fd2514576c1639269a
SHA-1: a67613b7fb14b4e817ee23ebe9d2d6816b07187b
SHA-256: 37795e674ac300b517f1ab5c58496b79f959c9462252fb802c0264e481bd054e
Release notes
Changes since 7.x-1.0-alpha1:
- Stripping CVS keywords
- Add settings to the 'Name only' display formatter to toggle on the company name.
- Add a display formatter to show only the name and organization from the address data.
- Added basic property info support for the Entity API module.
- #939394 by balazs.hegedus, ikos: implement a UK address format.
- #861848 by manimejia and myself: enclose the field elements into a fieldset. Ew.
- Use include_once() and remove silly comments about performance.
- #1030994 by myself: display the human readable country by default in the formatter.
- #1031422 by myself: allow removal of items in multiple fields.
- Properly encode the fields of the address in the formatter template.
- #1031422 by myself: fix AJAX submission of multiple fields.
- #1020022 by andrewmacpherson: move the module to the Fields package.
- Standardize default textfield element sizes and initialize field settings arrays.
- Label the organisation_name field on the widget as Company by default.
- Add stub comments, name support, and HTML indentation to the address formatting templates.
- Add a validate handler that converts form elements into the xNL XML and stores it properly.
- Add xNL support to the field with a few options for default name entry formats.
- Add name specific fields to the schema and fix various function comments.
- #973056 by recidive: add Brazilian address support.
- Fix a regression in assuming the default value for a standard addressfield widget is a valid address array.
- #936474 by Damien Tournoud, rszrama: fix the default address value settings / implementnation in the standard widget.
- Use D7 hook function documentation.