Downloads
Download tar.gz
1.62 MB
MD5: 62ef18bdc2c888ba8319d88b07b9b1a0
SHA-1: 28a29c1054c1dfc54e546cc269d9bcaa4915b6a7
SHA-256: 841c5c88b80ae4cf72c46516ec9c562b996b1f4f79b97c12d9297ecae2881f7f
Download zip
1.75 MB
MD5: 08988e1fa2eac8bd3ae8b9dec6d3ca7c
SHA-1: a2461f35ee1a6ccbf2ea982117c4db90d1d56030
SHA-256: f9103c69b338982f8340939bd5d41dcb6f4fd6436d34360987530cb15b24c914
Release notes
Changes since DRUPAL-5--3-1-RC1:
- Fix logic error pointed out by mikl at #412102 comment 1
- #421656 reported by geodaniel: Add missing t() to 'NOT LISTED'.
- Augment instance_links by adding 'type', move the node and user implementations to where they belong.
- Add a utilities page to the settings interface.
Add buttons to clear the location country support / province caches. - #462454 by alexw: Add Kenya and Panama to google geocoder list.
- #482588 by andyhu (small modification by bdragon): Remove broken characters from location.cn.inc.
- #485642 by r�tzi: Map links for Switzerland.
- #508380 by claudiu.cristea: Fix boneheaded mistake in location_get_postalcode_data().
- #507606 by roball (additional formatting fix by bdragon): Fix encoding and accented characters on location.at.inc.
- Fix bug preventing hcards from working.
By popular demand, add phone and fax support. (hi skyred) - Fix emptiness check centrally, instead of relying on location_save().
- Fix [#441272], patch by mrtoner: Use non-broken code for special-casing the additional field.
- Fix [#381498], patches by KarenS and jeffschuler -- Fix PHP warning.
- Fix #685946, original patch by mvc, alternate solution by bdragon: Don't cause a php warning when attempting to load an unsupported country.
Additionally, document the function properly and return success or failure. - Fix #322328, original patch by AdAstra, rerolled by chx, rewritten to fix the root cause by bdragon: Fix country_name and province_name tokens.
- add new div with it's own class for location map links;
revisions of patch by BWPanda and anonymous5190 in #172646 - Committing fix for map links issue at #340740; using patch by mikl
given in #412102 - Improved support for Denmark; patch courtesy of mikl and kaerast in #412112
- bug #584914 by claudiu.cristea: Fixed Romanian province list
- #340856 by SeanA: Use CSS instead of em tags to style location name
- #617226 by nrussell, nickl: stop PHP error about foreach() applied to non-array
- Manual backport: #736190 by aviram: Fixed unicode chars and accents in supported/location.br.inc and better handling of off-site links to google maps in location.br.inc
- Fix #665800 by nfreear, ankur: Wrap locations in div
- Fix #769094 by hutch: Move div into if() so we don't output invalid html.
- Fix #367022 -- Drupal 5 version (reported by amccann, patch by bdragon)
In D5, we don't have a nice drupal_json function, but we can set the header ourselves, as not doing so is an actual bug. - #182786 by fuerst, hutch, rooby - Added option to have map link open in a new window
- #432232 by seanr - Move map link inside location div when locations are themed.
- bug #394870 by mattyoung - state/province field required asterisk pushed to new line
- #310828 by tonycpsu, SeanA et al. - Removed comma between state/province and postal code when locations are themed.
- #503468 by hutch, sreynen, pingers, rooby - Make Google geocoding minimum accuracy a variable and allow country specific settings
- #115323 by SeanA, catch, hutch - Allow option for display of state/province field, province name or province code
- #757186 by TechnoBuddhist - Added province data for Guernsey, Jersey and Isle of Man.
- #338963 by thebuckst0p & hutch - Made default values for content type max num locations and max locations added at once to 1
- bug #578216 by Blackice2999 - Proximity filter not working for countries that do not have a location_latlon_rough_xx() function defined.
- #830352 by rooby & hutch - Postcodes for au and be have their lat/lon coords reversed. Also, make sure all the files have consistent formatting.
- #175193 by DarrellDuane - In us zipcode database file zipcode 10004 should be NY not NJ
- #175193 by drupal steve - Added us zipcode database entry for 92011
- #343487 by danielnolde - Addition of location_latlon_rough_default function in case countries do not have their own
- #130550 by killes@www.drop.org, dboulet & hutch - Increase max length of location name, additional, street & city fields to 255.
- #821628 by rooby - Make sure invalid numbers are not passed into the asin() function in earth_longitude_range().