Downloads
Download tar.gz
1.63 MB
MD5: 302a7585055649ba46b7b83cbcaf1aed
SHA-1: 6e95c5e1aa4f28cf6eeeca5079cdadec743bb2f5
SHA-256: 3bcafd9d194c94e357e7925ba19d856228cab7524e3c41b148c42b67ca5bb89b
Download zip
1.76 MB
MD5: 6903121a60203f3b5e1120876de78971
SHA-1: 5f43f2a4fc5e83d57475d87c5f8c9b3e9166cb45
SHA-256: bf4f56c83caf6df3e6007a9bc72bef484d54bfcac0d4a432825316de48693fad
Release notes
Changes since DRUPAL-5--3-0-test2:
- #297913 by catch: Use province names instead of codes for autocompletion.
- #297968 by scottgifford: Map link should use latitude/longitude if available.
- #297978 by scottgifford, patch modified by me: Zero latitude/longitude sometimes displayed. I relaxed things a bit to allow ONE of the two to be zero.
- #297965 by scottgifford: Instructions for entering latitude/longitude are wrapped poorly.
- #305474 by becw: Add more countries to google geocoder supported list.
- Split location_search variables out from the main settings page, as they were confusing *ME*, which means that they were probabaly REALLY confusing the *users*.
- Fix XHTML non-compliance issues.
- Fix country overriding.
- Remove some dead code.
- Fix default value for 'additional' field.
- Provide some feedback for previously geocoded locations.
- Allow hiding arbitrary fields on display.
- Add the concept of "virtual fields" to fix the "Module declared field without empty default" error for good.
#287220 by scottgifford, nicholasThompson: Fix regeocoding on removal of user submitted coordinates. - Turn collapsehack back on.
- #301540 by lyricnz: Change default RSS mode to 'simple'.
- Convert to update_sql to hopefully get more feedback on the problem where some people aren't having location_instance installed properly. (#301542, #298306)
- Fix RSS.
- #306171: Make COW use less lids.
- add location_save_locations api.
- Backport commit http://drupal.org/cvs?commit=139463 by ankur. Enforce required fields for just the first location when there are multiple location form inputs. (Some comments added)
- Backport rev. 1.178 (http://drupal.org/cvs?commit=139455): Only include textfield for 'Additional' when 'Street' is 'Allowed' or 'Required'.
- Diff minimization.
- #308913 by mburak: Avoid saving empty locations to the database.
- Add deletability to locations.
- Make location_province_name() and location_country_name() more resilient to nonstandard input.