Releases for Ubercart Addresses
uc_addresses 5.x-2.2
First released: October 19, 2009 - 04:11
Size: 26.2 KB
md5_file hash: bc4ff707cc7a4d152fb4810808bd0e90
Last updated: October 19, 2009 - 04:15
The major change was that a number of fixes to the 6.x release were backported to the 5.x release. Unfortunately, I don't have a list of these fixes.
This is probably the last update to the 5.x release.
uc_addresses 5.x-2.1
First released: December 29, 2008 - 23:20
Size: 25.04 KB
md5_file hash: f6731e326713dfeaac3b36d0e43be839
Last updated: December 29, 2008 - 23:25
This release fixes a few bugs:
- You can no longer delete the default address by going to user/$uid/addresses/$aid/delete. Fix for #327312: You can delete the default address..
Address names now need to be unique only per user, not systemwide. Fix for #327329: Cannot add an address with the same label as ANY other user.. - Added t() function around some text. See [#334851.
- Fix for bug #340194: How addresses work when anonymous user is shopping?: When an anonymous but existing user places an order, the addresses are stored with the user the order system finds (matching by email address).
- Added some code to clear any saved addresses when an order begins--just in case.
Also, translation files have been donated for Lithuanian and Turkish.
uc_addresses 5.x-2.x-dev
First released: November 18, 2008 - 15:58
Size: 26.2 KB
md5_file hash: 324648cc804fb9674bcb29b8a8edaa91
Last updated: October 19, 2009 - 12:40
Features and bug fixes leading to 5.x-2.1.
uc_addresses 6.x-1.x-dev
First released: November 4, 2008 - 04:11
Size: 22.78 KB
md5_file hash: 31a7fa2802ace34a912278c03f364973
Last updated: April 24, 2009 - 12:34
Initial D6 version. Most features seem to work, but there is one know problem: trying to change the country will result in a warning the first time. Repeat and it will work.
Not ready for production use. You have been warned!
uc_addresses 5.x-2.0
First released: October 6, 2008 - 22:08
Size: 21.15 KB
md5_file hash: 63dc9ca72ee091c44e54fb753b3acd46
Last updated: October 6, 2008 - 22:10
This release includes some important bug fixes as well as new features. Be sure to run update.php after installing this update.
New feature summary:
- Users can assign optional (usually short) names to an address.
- You can choose whether to require that an address be entered when first registering.
Important bug fixes summary:
- If the default address was used to automatically fill in the billing or delivery addresses, all the fields became optional so users could omit all fields.
- When placing an order, the order address was saved too early and too often. The module now waits for for payment to be received before looking at the addresses the user entered.
- When you told the module to automatically fill in the billing and delivery addresses, it would do so even if the user had edited the fields. So if the user modified an address, reviewed the order, found a mistake and went back, the modifications were overwritten.
Complete details:
uc_addresses 5.x-2.0-rc2
First released: September 15, 2008 - 02:54
Size: 21.15 KB
md5_file hash: ccf9c487a92b78e6d5974bc4220ef948
Last updated: September 15, 2008 - 02:55
Please review the notes for 5.x-2.0-rc1. Here are the additional changes:
Changes since DRUPAL-5--2-0-RC1:
- For for [#307840]. If the module is newly installed, it now has the address_name field.
- Alternate fix for [#301233]. This one captures addresses for COD orders.
- When editing an address with an address name, the user would get an error about the address name already being in the database. Fixed.
- Fix for [#308007]. The code was not getting the POSTed zone value properly.
- During checkout, if the user's default address wasn't in the store's default country, the zone selections were not updated to match the user's default country. Fixed.
uc_addresses 5.x-2.0-rc1
First released: September 4, 2008 - 14:20
Size: 21.09 KB
md5_file hash: 1440aa584da0f63940367a96f0b786f9
Last updated: September 4, 2008 - 14:25
This release includes some important bug fixes as well as new features. Be sure to run update.php after installing this update.
New feature summary:
- Users can assign optional (usually short) names to an address.
- You can choose whether to require that an address be entered when first registering.
Important bug fixes summary:
- If the default address was used to automatically fill in the billing or delivery addresses, all the fields became optional so users could omit all fields.
- When placing an order, the order address was saved too early and too often. The module now waits for for payment to be received before looking at the addresses the user entered.
- When you told the module to automatically fill in the billing and delivery addresses, it would do so even if the user had edited the fields. So if the user modified an address, reviewed the order, found a mistake and went back, the modifications were overwritten.
Complete details:
uc_addresses 5.x-1.0
First released: July 10, 2008 - 20:57
Size: 20.41 KB
md5_file hash: 025b3c3c324ee5f2d67dbec2dd79639f
Last updated: July 10, 2008 - 21:00
This is the official 1.0 release of uc_addresses. It is exactly the same as RC4.
uc_addresses 5.x-1.0-rc4
First released: June 25, 2008 - 03:35
Size: 20.41 KB
md5_file hash: 320e95198544009f3462062a878a889e
Last updated: June 25, 2008 - 03:40
Changes since 5.x-1.0-rc3
- I now use {uc_addresses}_aid for the sequences variable. Fixes bug http://drupal.org/node/271336.
- I updated the code to normalize addresses so that disabled fields don't cause comparison problems. Fixes bug http://drupal.org/node/273938.
- Fixed a bug where the billing address didn't get saved because I didn't copy the uid from the order.
It is important that you run the update.php script if you are updating from any earlier version of uc_addresses.
uc_addresses 5.x-1.0-rc3
First released: June 16, 2008 - 14:55
Size: 19.92 KB
md5_file hash: 28cf698a691ea060c45c030067d4ff03
Last updated: June 16, 2008 - 15:00
This release includes on new feature:
- When an anonymous user places an order, the user's addresses are stored in the session. If the system creates an account for the user, the addresses are added to the newly created account (see #268603: Anonyomus address saving.)
And some bug fixes:
- Wrapped some text with the t() function. (see #271058: Some translation issues).
- The code now looks at variables uc_pane_billing_enabled and uc_pane_delivery_enabled (see #269939: not always billing&&delivery)
- Typo: dq_query() changed to db_query()
uc_addresses 5.x-1.0-rc2
First released: June 7, 2008 - 01:08
Size: 19.43 KB
md5_file hash: aeb82d18a62845e496562e0333e08496
Last updated: June 7, 2008 - 01:10
This release contains two small bug fixes.
- In RC1, when you placed an order using an existing address, you would get a warning about the address being a duplicate. The warning is now gone.
- In RC1, if you went to the "../user" page, you would see the Address tab. The program now checks to make sure that there is a integer user id following "../user" before displaying the tab.
If there are no problems with this release, it will become the official 1.0.
uc_addresses 5.x-1.0-rc1
First released: May 29, 2008 - 16:28
Size: 19.39 KB
md5_file hash: 6a986038f28d3043131df88e527d5123
Last updated: May 29, 2008 - 16:30
This is the first non-developer release of uc_addresses. It includes all the features I wanted except 1 (see the TODO.txt file) and I've tested it somewhat, but I wanted a little more testing before creating the final 1.0 release. Please try it out and submit and bugs or feature requests.
Bug fixes:
The following other changes have been made since the code first became available on ubercart.org:
- When uninstalling, rows added to the 'variable' table are deleted.
- Removed some unnecessary check_plain() calls which were creating some bugs.
- Removed unneeded _UcAddressCache class.
- Completely reworked the code for displaying a single address.
- Refactored the database methods.
- Removed the presentational attributes valign and nowrap from the theming functions.
- Added the Default Address checkbox to the Add Address page.
- Disabled the Default Address checkbox when editing the default address.
- Disabled the Delete button when editing the default address (rather than removing it).
- Added a Delete button to each address when viewing addresses.
uc_addresses 5.x-1.x-dev
First released: May 26, 2008 - 21:27
Size: 21.27 KB
md5_file hash: e256a1b5bb8ca1854e1d2eebf453cdd5
Last updated: November 10, 2008 - 00:15
Initial release.
