Log of /contributions/modules/uc_addresses/uc_addresses_address_pane.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 15 02:26:24 2008 UTC
(14 months, 1 week ago)
by
freixas
Branch:
MAIN
Changes since
1.10: +7 -6 lines
Diff to
previous 1.10
Third try at fixing [#308007]. The code was not getting the POSTed zone value properly. Had an "if" statement reversed and braces in the wrong place.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Sep 14 01:42:53 2008 UTC
(14 months, 1 week ago)
by
freixas
Branch:
MAIN
Changes since
1.9: +9 -4 lines
Diff to
previous 1.9
Second try at fixing [#308007]. The code was not getting the POSTed zone value properly. This fix covers registration.
Revision
1.1.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 26 03:56:47 2008 UTC
(14 months, 4 weeks ago)
by
freixas
Branch:
DRUPAL-5
Changes since
1.1.2.1: +10 -5 lines
Diff to
previous 1.1.2.1
, to
branch point 1.1
Added support for creating an optional name for the address. See [#295508].
Fix for bug [#285501]: Problems when validating zone not in default country.
Fix for bug [#288339]: If there are no shippable products, don't force a delivery address.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 1 15:09:44 2008 UTC
(15 months, 3 weeks ago)
by
freixas
Branch:
MAIN
Changes since
1.6: +4 -4 lines
Diff to
previous 1.6
Fix for bug [#285501]: Problems when validating zone not in default country.
Fix for bug [#288339]: If there are no shippable products, don't force a delivery address.
Revision
1.1.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 28 15:45:53 2008 UTC
(15 months, 4 weeks ago)
by
freixas
Branch:
DRUPAL-5
Changes since
1.1: +31 -21 lines
Diff to
previous 1.1
Fix for bug [#285765]: uc_addresses should not be in Drupal - core. It is now in Drupal - extra.
Enhancement as per [#287299] - you can have users skip entering an address during registration.
Updating DRUPAL-5 to the latest code - I hadn't been checking code into the right place.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 28 15:40:56 2008 UTC
(15 months, 4 weeks ago)
by
freixas
Branch:
MAIN
Changes since
1.5: +0 -0 lines
Diff to
previous 1.5
Fix for bug [#285765]: uc_addresses should not be in Drupal - core. It is now in Drupal - extra.
Enhancement as per [#287299] - you can have users skip entering an address during registration.
Updating HEAD to the latest code - I hadn't been checking code into the right place.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 29 15:52:50 2008 UTC
(17 months, 3 weeks ago)
by
freixas
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-0-RC1,
DRUPAL-5--1-0-RC2
Changes since
1.2: +13 -13 lines
Diff to
previous 1.2
When unisntalling, 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.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 27 23:53:43 2008 UTC
(17 months, 4 weeks ago)
by
freixas
Branch:
MAIN
Changes since
1.1: +18 -8 lines
Diff to
previous 1.1
Fixed a bug where choosing Canada as the country would generate "An illegal choice has been..." message.
Fixed a bug where a typo in the uc_addresses.install file caused the installation to fail.
When adding a new address, you can now make it the default address.
You can now delete an address without first going to the edit page.
Made a number of cosmetic changes to the user interface to improve usability.
Added address settings for the store administrator: you can choose to have the shipping or billing address be automatically filled with the default address.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 26 20:55:29 2008 UTC
(17 months, 4 weeks ago)
by
freixas
Branch:
MAIN
Branch point for:
DRUPAL-5
Initial commit of uc_addresses module.
The uc_addresses module adds support for one or more addresses in
the user's profile. When users register, they must provide an
address. Users can then add more addresses and edit or delete
existing addresses. One address must be designated as the default
address and cannot be deleted (but it can be edited).
The Ubercart order process is altered so that users select delivery
and billing addresses from their collection of addresses rather
than from previous orders. Any new addresses entered during the
order process are automatically added to the user's list.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.