Downloads
Download tar.gz
1.63 MB
MD5: 315371e17fb389b6e0f9ca35412be29a
SHA-1: 2f6a2faa78154d3d2d04db25885b69360776f39f
SHA-256: b371f3e2b470f9489827a091c0f1c998495df35002a85b71fad389d11fa0855b
Download zip
1.76 MB
MD5: 10aa2da0e16816237f107b25b3e3edb3
SHA-1: 01f4015170c51ab92565480d71130235e460c2c4
SHA-256: 87a80fef596d249c76bb3923d55217374054d725806c2580b8c12318cbe8a904
Release notes
Location3 is now supported on Drupal 5, and Location 1.x/2.x are no longer supported.
Changes since DRUPAL-5--3-0-test3:
- Take advantage of the new gmap_get_key function for the google geocoder.
- Move the geocoding options form to location.admin.inc to match the Drupal 6 version.
- Backport commit 131997: Rip out the notion of "supported countries." With the dynamic country loading, this isn't really needed.
This breaks some of the "province listing" stuff, but it needed work anyway. - Move location_province_select_options to location_views and modify it a bit. It still has caching issues.
- Sync theming with Drupal 6 version.
- Remove the rest of location.theme.
- Add type synchronization in location_addanother.module.
- #313236 by pounard: Fix emptiness check for view op of hook_user().
- Fix #314835, reported by marcoBauli: Make collapsibility work again. I had accidentally broken this while fixing notices. Additionally, collapsible now works on single-location forms.
- Fix copy-paste bug in location_fax.
- Fix how defaults are used when expanding location elements. This eliminates warnings after enabling location_phone / location_fax, and lets 'collection default' work as intended.
- Extend token support to use all location fields and simplify the code.
Split token support into its own include file. - #286159 by Cobalt747@drupaler.ru, location side. Add missing t()s.
- #315705, reported by mburak: Be nice to the Drupal 5 themers and check for overridden templates, instead of making them do a full template.php override.
- Repair broken update that failed to change the weight of location_fax and location_phone. (Preemptive backport of uncommitted Drupal 6 changes.)
- #317048, reported by carlogen: Repair some completely broken views 1 code, namely the province and country exposed filters.
- A bunch of E_ALL stuff and code cleanup.