addresses 6.x-1.12
| Download | Size | md5 hash |
|---|---|---|
| addresses-6.x-1.12.tar.gz | 81.73 KB | 5269c3f4b0def491620aa10f5d6e6dbc |
| addresses-6.x-1.12.zip | 181.92 KB | 094c864126383010ea5d100753d5a95c |
Release notes
One upgrade path was not working right in 6.11: #1266044: While updating Addresses to 6.11, database update script fatal error
addresses 6.x-1.11
| Download | Size | md5 hash |
|---|---|---|
| addresses-6.x-1.11.tar.gz | 81.71 KB | a8ec9a7d59146c0e0e87ae55e54bd3c5 |
| addresses-6.x-1.11.zip | 181.9 KB | 6efeac26fca4fb37470d533747bfec28 |
Release notes
- The security issue fixes an XSS vulnerability in the Addresses main module. (SA-CONTRIB-2011-036 - Addresses - Cross Site Scripting)
- Issue #1216746: Addresses province field does not maintain attributes after ajax call. by dkinzer: Addresses province field does not maintain attributes after ajax call.
- Fixed a comment and indentation.
- Issue #906976: Country set to 'us' (United States) when no value supplied in non-required address by derhasi and usonian and dwightaspinwall: Country set to 'us' (United States) when no value supplied in non-required address.
- Issue #1161654: PHP notice fixes by mikl: PHP notice fixes.
- Issue #378498: Migration from Address Field for CCK: Migration from Address Field for CCK 5.x to Addresses 6.x.
- Issue #1111940: Incorrect user access and #1111974: Loading wrong user when editing by sean3z: mishandle of permissions to edit user addresses by user administrators.
- Issue #1075762: Wrong city name by Patrizio: fix Napoli city name.
- Removing translation directories. (automatic)
- Stripping CVS keywords. (automatic)
- Better language support as per #812772: Translation doesn't work on the "state / province" item with ajax (if country field is displayed)
- Applied a fix for top-countries in CCK fields #822076: Patch to allow designation of "top countries"
- Patch to allow CCK tokens from the Addresses fields #463668: Address fields or field does not show up in Replacement Patterns (Tokens)
- Attempt to add a Weight to the addresses fields #958662: Placement of Addresses fieldset in user forms
- Added another flag so we can choose to show the user form: (1) on the registration form, or not; (2) on the edit form, or not.
- Added support for Feeds #975684: Support for Feeds module
- Added Armed Forces "states".
- Fix the CCK reference to 'field'.'field' into 'filter'.'field'. #324331: CCK addresses fields not displayed in views
addresses 6.x-1.10
| Download | Size | md5 hash |
|---|---|---|
| addresses-6.x-1.10.tar.gz | 78.2 KB | 806512f2bf5bb8ef39eaf2ba2cbc397d |
| addresses-6.x-1.10.zip | 189.66 KB | 74904258640759b83385a29f37192008 |
Release notes
Features:
* Applied #822076: Patch to allow designation of "top countries" with further enhancements and many fixes
* Added dynamic size, label and description for each field #381392: Customization of field titles and help text
Bugs:
* Fixed the CCK singleline theme name #364701: Enabling Single Line Formatter (the real fix this time, I hope!)
* Test province validity only if both $country and $province are defined #724548: Could not find as a province from . Try to use the province abbreviation or number.
* Added a test as per #873090: Addresses CCK field settings views data makes reference to bad filter array index. However, I still need to get CCK to work on my system to really fix all the problems here
* Fix to the addresses_user module installation problems #905976: Fatal Error when activating module
* Fixed some additional Coder problems
* Increased the span for the field order (default overflown with Addresses Extra!)
addresses 6.x-1.09
| Download | Size | md5 hash |
|---|---|---|
| addresses-6.x-1.09.tar.gz | 75.99 KB | e30bcdcf0ef46d3a006b0c23c2fedef6 |
| addresses-6.x-1.09.zip | 187.31 KB | b6dc2a2c694972f0b25c35ce5e5cdcef |
Release notes
These are mainly small bug fixes.
* Fixed the word "apartment" (one 'p', at least in the US.)
* Moving all the modules in the Addresses package.
* Changed the behavior and let users see a registration form and an address form when editing their account whether or not the address book feature is turned on or not.
* Optimized the code.
* Fixed a comment.
* A few coder fixes.
* Added correct support for different modules offering fields.
* Added the necessary module specification in phone sample.
* Fix from #817244: Country-Province ajax isn't called during page load and uses relative names to access DOM objects to support multiple forms with CCK.
* Enabled singleline in CCK. It is not perfect yet, but better than nothing. See #364701: Enabling Single Line Formatter
* Fix to the Single Line theme function name. #792090: Typo in hook_theme for single line addresses
* Country address format is not expected to be WYSIWYG.
* Added 'NCR' => t('National Capital Region') as per #799516: Changes in Philippine state/province
* The weight is used in two places, one of them would generate an E_NOTICE and use NULL instead of 0.
* Fixed an E_NOTICE. Set $fields_existing to array() by default.
addresses 6.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| addresses-6.x-2.x-dev.tar.gz | 11.27 KB | 1d89547470585b6eb8c15778ac1f180b |
| addresses-6.x-2.x-dev.zip | 17.64 KB | dbe82f444e861c51f465f224d7a9a4e6 |
Release notes
Branch 2.x for new features.
addresses 6.x-1.08
| Download | Size | md5 hash |
|---|---|---|
| addresses-6.x-1.08.tar.gz | 109.29 KB | 5d577c75729deb1cd43d2bc5f0035e3e |
| addresses-6.x-1.08.zip | 223.6 KB | 26ec2b5d1c7f8ca78ae61303597ac116 |
Release notes
Overview
- Always make backups before upgrading.
- Always run update.php after updating to ensure that your database is current.
Security updates
- #488072 by monotaga: Added Decouple administer permissions from system module 'access administration pages' permissions.
Bug fixes
- #612464 by codycraven: Changed Remove hook_theme() references on parameters.
- #709704 by codycraven: Changed State field option list, hide province when country == ''.
- #707982 by codycraven | timos: Fixed State / Province field ajax displaying need support of url rewriting.
- #689424 by Carsten Müller, codycraven: Fixed Question to function _addresses_user_address_delete().
- #695980 by codycraven: Fixed Format falls back to US instead of default when country not present.
- #612464 by codycraven: Fixed php 5.3 error.
- #687138 by codycraven: Fixed issue caused by if statement introduced with conversion of 'and' to '&&'.
New features
- #699572 by codycraven | Pomliane, jvielle: Fixed addresses_phone() expand to 24 characters.
- #693976 by robertDouglass: Added Integrate with the geocode module.
- #699070 by RalphSleigh, codycraven: Added Redirect format settings page to Addresses main configuration on save.
addresses 6.x-1.07
| Download | Size | md5 hash |
|---|---|---|
| addresses-6.x-1.07.tar.gz | 20.12 KB | b025e31efa89424fd72960541ff16808 |
| addresses-6.x-1.07.zip | 22.64 KB | 62482a5e7f5a7ebc88206e75c6cad314 |
Release notes
Overview
- Always make backups before upgrading.
- Always run update.php after updating to ensure that your database is current.
Security updates
- #488072 by monotaga: Added Decouple administer permissions from system module 'access administration pages' permissions.
Bug fixes
- #612464 by codycraven: Changed Remove hook_theme() references on parameters.
- #709704 by codycraven: Changed State field option list, hide province when country == ''.
- #707982 by codycraven | timos: Fixed State / Province field ajax displaying need support of url rewriting.
- #689424 by Carsten Müller, codycraven: Fixed Question to function _addresses_user_address_delete().
- #695980 by codycraven: Fixed Format falls back to US instead of default when country not present.
- #612464 by codycraven: Fixed php 5.3 error.
- #687138 by codycraven: Fixed issue caused by if statement introduced with conversion of 'and' to '&&'.
New features
- #699572 by codycraven | Pomliane, jvielle: Fixed addresses_phone() expand to 24 characters.
- #693976 by robertDouglass: Added Integrate with the geocode module.
- #699070 by RalphSleigh, codycraven: Added Redirect format settings page to Addresses main configuration on save.
addresses 6.x-1.06
| Download | Size | md5 hash |
|---|---|---|
| addresses-6.x-1.06.tar.gz | 106.82 KB | b0cc907884862e254393f1da8988207f |
| addresses-6.x-1.06.zip | 220.89 KB | 19114d012e1065f96a574f1179e7112a |
Release notes
Overview
- Always make backups before upgrading.
- Always run update.php after updating to ensure that your database is current.
Security updates
- #337541 by deviantintegral: Fixed validation of required fields fails
Bug fixes
- #413088 by zedzed, dboulet: Fixed the address display settings from showing their default values and not their assigned values.
- #374595 by gjvoosten, Phylock: Fixed address name not showing up in node view.
- #683872 by codycraven: Fixed Addresses user DB table - bad description.
- #369362 by codycraven: Fixed Field order in admin/settings/address.
- #684216 by codycraven: Fixed is_primary() DB issues.
- #469790 by codycraven, dynamiser: Fixed User: Manage address book: Edit permission.
- #612464 by codycraven: Fixed php 5.3 error.
New features
- aries: Hungarian translation
- AntoineSolutions: Move code cleaning and empty value checking from addresses_token_values() to theme functions to handle calls made directly to theme functions. Update theme functions to output both plain and hcard formats. Updated tokens to have an addresses- prefix/namespace.
addresses 6.x-1.05
| Download | Size | md5 hash |
|---|---|---|
| addresses-6.x-1.05.tar.gz | 71.88 KB | d4cd7f726c2c1f6bccf222db924ab2e2 |
| addresses-6.x-1.05.zip | 182.63 KB | a01311fa657bda22c33ac94c837616c5 |
Release notes
Bugs fixed:
* #361907 by brmassa: Address formats settings
addresses 6.x-1.04
| Download | Size | md5 hash |
|---|---|---|
| addresses-6.x-1.04.tar.gz | 71.86 KB | 8d4d4a0d95b2f490722939456afea40c |
| addresses-6.x-1.04.zip | 182.61 KB | 44b8332960639c2c003a099ee38d3681 |
Release notes
New features:
* #359802 by brmassa: In case of a single country, the select list only shows it (users will not be able to select a different one)
* #290579 by brmassa: Order of Fields on Submission Forms
Improvements:
* #355595 by szempy: Romania now have a proper address format
Bugs fixed:
* #334204 by brmassa: New installation and I get errors
* #355595 by szempy: Romania Wrong state codes for Romania
* #356503 by Mark_Watson27: Fax number showing Phone number
addresses 6.x-1.03
| Download | Size | md5 hash |
|---|---|---|
| addresses-6.x-1.03.tar.gz | 71.01 KB | d47b90d8fa5bc6ffa665320a4cd40271 |
| addresses-6.x-1.03.zip | 181.47 KB | b3c36e3863cfb9331e951d64b86a119f |
Release notes
New features:
* All default fields are now themable functions
Improvements:
* Make token value substitution more generic, since new fields can be implemented, such as phone and fax fields.
* The country list for formating addresses only show enabled countries.
Bugs fixed:
* #347592 by brmassa: Multiple addresses for Users are not displayed
* #346267 and #322181 by brmassa and AlexisWilke: Phone and Fax fields were missing the theme function, so there were not printed
addresses 6.x-1.02
| Download | Size | md5 hash |
|---|---|---|
| addresses-6.x-1.02.tar.gz | 70.89 KB | 47ff28aef45c9071fb92630b7a5d6be5 |
| addresses-6.x-1.02.zip | 181.28 KB | da42e11f1f291b80c0e7352f6f739715 |
Release notes
New features:
* #38611 by Pancho, brmassa and Phylock: Preset country-specific address formats (Some countries only)
Bugs fixed:
* #355282 by brmassa: Invalid argument supplied for foreach...
addresses 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| addresses-6.x-1.x-dev.tar.gz | 83.03 KB | 84edc9b595aafc4255076a7e53c62da7 |
| addresses-6.x-1.x-dev.zip | 183.24 KB | 1ebef72e004cb3371af1809e3912cae1 |
Release notes
This version is the newest development version.
Although we do not recommend the use of the development version, new versions are rarely pushed and thus using this version may be a better solution for you.
Do not hesitate to post an issue in the event a problem appears in the development version.
Thank you.
addresses 6.x-1.01
| Download | Size | md5 hash |
|---|---|---|
| addresses-6.x-1.01.tar.gz | 70.24 KB | f53c206a0b82ddb66b069c5f50e63564 |
| addresses-6.x-1.01.zip | 180.23 KB | 7018c926cdeb9e5f8cc4125571667798 |
Release notes
Bugs fixed:
* Security fix by Alexis: users could insert HTML code into some fields and it might execute external files
addresses 6.x-1.0-alpha3
| Download | Size | md5 hash |
|---|---|---|
| addresses-6.x-1.0-alpha3.tar.gz | 70.09 KB | a225e8564bd02ccbb51bb268b2cbcef9 |
| addresses-6.x-1.0-alpha3.zip | 179.17 KB | 4890b4dda0f2a169ea4f553a272a9877 |
Release notes
New features:
* Several new options for User addresses
* New display system
* New internal address field system
Bugs fixed:
* Several small-to-mid bugs fixes
Misc:
* Some new code from Alexis Wilke!
* French province codes rewritten
addresses 6.x-1.0-alpha2
| Download | Size | md5 hash |
|---|---|---|
| addresses-6.x-1.0-alpha2.tar.gz | 65.88 KB | 929aa2d268904fe7ba9ec843aa8220df |
| addresses-6.x-1.0-alpha2.zip | 174.58 KB | ac2fe73ae2a37ba40738a268b6f044ac |
Release notes
New features:
* New interface for selecting what fields will be used (for both user and node addresses)
* Belgium new capital region
* Choose what address fields will be used for user addresses
Bugs fixed:
* User addresses back to work on Drupal 6.2+
* Address required fields bug on CCK implementation
* Several minor fixes
Misc:
* Much better performance
* All functions that was only used by user address now moved to User Addresses module
* Several minor changes
addresses 6.x-1.0-alpha1
| Download | Size | md5 hash |
|---|---|---|
| addresses-6.x-1.0-alpha1.tar.gz | 65.55 KB | 00e43c2a320e20c5a716fd4c58193596 |
| addresses-6.x-1.0-alpha1.zip | 168.64 KB | 9ebae007f359f622166bc4f7a11e6ae9 |
Release notes
The very first commit!
This module is basically a fork, a spin off, from Location API module, but with more consistency.