/[drupal]/contributions/modules/uc_location/changelog.txt
ViewVC logotype

Diff of /contributions/modules/uc_location/changelog.txt

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

revision 1.2 by mearnest, Wed Oct 7 19:18:59 2009 UTC revision 1.2.2.1 by mearnest, Fri Nov 20 22:46:32 2009 UTC
# Line 1  Line 1 
1  /* $Id: changelog.txt,v 1.1 2009/10/05 21:15:52 mearnest Exp $ */  /* $Id: changelog.txt,v 1.8 2009/11/18 16:22:03 mearnest Exp $ */
2    
3    18-Nov-2009: Country name removed as check for new location. Some Ubercart country names are
4    incompatible with Location, so the country id will do.
5    
6    16-Nov-2009: Manually integrated rc7 patches. Works with Ubercart 2.0.
7    
8    27-Oct-2009: Convert Ubercart UK province code for Midlothian (MLOT) to Location province code
9    (MLN) on location save.
10    
11    22-Oct-2009: Convert United Kingdom country code to uk instead of gb when saving location
12    and convert uk to GB when loading location. Ubercart stores United Kingdom as GB in
13    uc_countries and Location uses location.uk.inc. Removed check for empty province name. Using
14    province code if province name is empty is not useful when setting the zone select field since
15    that field use the zone id and province name.
16    
17    20-Oct-2009: Ubercart apply_address() js function replaced by uc_location_apply_address().
18    New function does a faster update of zone select field options when country select field is
19    updated.
20    
21    20-Oct-2009: _uc_location_to_uc_address() changed to do a query for the country_id in the
22    uc_countries table. Ubercart apply_address() js function uses the country_id to compare values
23    to see whether to update the country select field and repopulate the zone select field options for
24    the new country value. Previously, the zone select field options were being updated regardless of
25    whether the country was a different value.
26    
27    
28    16-Oct-2009: _uc_location_primary_not_set() no longer passes $locations by reference since call
29    time pass-by-reference is deprecated and the function definition already specifies pass-by-ref.
30    
31    8-Oct-2009: Changed check for $user-locations. If it doesn't exist, user_load() is called. This
32    can occur when hook_form_alter() is called before location_user_user(), resulting in the user
33    account not being fully loaded.
34    
35  6-Oct-2009: Added optional support for module "location_first_last_org".  6-Oct-2009: Added optional support for module "location_first_last_org".
36    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

  ViewVC Help
Powered by ViewVC 1.1.3