Downloads
Download tar.gz
1.63 MB
MD5: 5c1ab4a768099c2d1a6166b2bc414a7a
SHA-1: 56e39f808257c98f56e6d1707cbd9edd1719242e
SHA-256: 539913129ae347732b8b957cf04935c9b12c899bd6a7822bac7e05468f812974
Download zip
1.76 MB
MD5: f2a32e8e01b811c60ffe24d14d5ab16a
SHA-1: de913922e8ad586a1eef3ed26d53008347153977
SHA-256: 71f3f0ec48de9b988378ccafe351e82d4a6e8f4797b89f2f6e58027bc5321d0c
Release notes
This is the first version of Location for Drupal 6 that is capable of upgrading from 5.x properly.
Please try out the upgrade path and report any problems!
Changes since DRUPAL-6--3-0-test3:
- Take advantage of the new gmap_get_key function for the google geocoder.
- Remove location_province_select_options().
- Sync theming with Drupal 5 version.
- Remove the rest of location.theme.
- Readd address field.
- Repair some broken views relationships.
Add 'allow empty' to the lid filter so the additional filter options appear. - Remove colons from field titles in the default views, add a redesigned usernode view (it uses users instead of usernodes.)
- Add a location: lid is not null filter to all the default views.
- Fix a warning in the change detection code.
- Drupal 6 version of location_generate, that hooks into devel_generate.module.
- 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 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.
Fix views 2 support for location_fax and location_phone. - Remove hack that avoids altering a usernode form.
- #286159 by Cobalt747@drupaler.ru, location side. Add missing t()s.
- Commit geodaniel's changes from #307738 comment 5.
- Commit 6.x port of location_addanother that's been sitting around in my sandbox.
- Upgrade path to Drupal 6.
Tested on MySQL and PostgreSQL.
Please be careful until this code is fully proven! - Fixed a bunch of E_ALL and did some code cleanup.