/[drupal]/contributions/modules/uc_addresses/uc_addresses_address_pane.inc
ViewVC logotype

Log of /contributions/modules/uc_addresses/uc_addresses_address_pane.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.1.2.5.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 24 16:15:52 2009 UTC (7 months ago) by freixas
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-2
Changes since 1.1.2.5: +87 -54 lines
Diff to previous 1.1.2.5
Fixes to 6.x version backported to 5.x version.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 20:54:43 2009 UTC (7 months ago) by freixas
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +0 -0 lines
Diff to previous 1.16
*** empty log message ***

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 2 15:06:40 2009 UTC (9 months, 3 weeks ago) by freixas
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
Fix for [#367811]: Changed uc_add_js() to drupal_add_js().

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 06:40:07 2009 UTC (9 months, 3 weeks ago) by freixas
Branch: MAIN
Changes since 1.14: +78 -51 lines
Diff to previous 1.14
Fix for [#362155].
I also turned on E_ALL, found a number of additional bugs and fixed them.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 1 05:09:22 2009 UTC (9 months, 3 weeks ago) by freixas
Branch: MAIN
Changes since 1.13: +3 -2 lines
Diff to previous 1.13
Partial fix for [#362155]: The variable $output can be used without being initialized.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 17 14:05:41 2008 UTC (11 months, 1 week ago) by freixas
Branch: MAIN
Changes since 1.12: +0 -2 lines
Diff to previous 1.12
Removed firep() call to fix [#342817].

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 4 04:07:32 2008 UTC (12 months, 3 weeks ago) by freixas
Branch: MAIN
Changes since 1.11: +11 -5 lines
Diff to previous 1.11
First update for D6.

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.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 15 02:24:28 2008 UTC (14 months, 1 week ago) by freixas
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-0, DRUPAL-5--2-0-RC2, DRUPAL-5--2-1
Branch point for: DRUPAL-5--2
Changes since 1.1.2.4: +7 -6 lines
Diff to previous 1.1.2.4 , to branch point 1.1 , to next main 1.17
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.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 14 01:42:17 2008 UTC (14 months, 1 week ago) by freixas
Branch: DRUPAL-5
Changes since 1.1.2.3: +9 -4 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Second try at fixing [#308007]. The code was not getting the POSTed zone value properly. This fix covers registration.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 13 21:37:15 2008 UTC (14 months, 1 week ago) by freixas
Branch: MAIN
Changes since 1.8: +5 -4 lines
Diff to previous 1.8
Fix for [#308007]. The code was not getting the POSTed zone value properly.

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 13 21:36:00 2008 UTC (14 months, 1 week ago) by freixas
Branch: DRUPAL-5
Changes since 1.1.2.2: +6 -5 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Fix for [#308007]. The code was not getting the POSTed zone value properly.

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.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 23 16:13:54 2008 UTC (15 months ago) by freixas
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-RC1
Changes since 1.7: +5 -0 lines
Diff to previous 1.7
Added support for creating an optional name for the address. See [#295508].

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.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 25 03:21:58 2008 UTC (17 months ago) by freixas
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-0-RC4
Changes since 1.4: +0 -0 lines
Diff to previous 1.4
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.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 16 14:37:22 2008 UTC (17 months, 1 week ago) by freixas
Branch: MAIN
CVS Tags: DRUPAL-5--1-0-RC3
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Wrapped some text with t().

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2