Downloads
Download tar.gz
158.41 KB
MD5: ee45c17e1e75eda90d35b96627c8eeeb
SHA-1: 5c9812ea2f7ef74c0b1686a600887d30a38c62a7
SHA-256: 891623ca83775758215a9e51c9e7b821fee0af84168db88923418ff5016e1a0c
Download zip
222.93 KB
MD5: cd2eb3c6e077c0ba5c60a3ccaf60ac3c
SHA-1: a0bb266417bff64d2351aeac703b8b5c5ecdaaa2
SHA-256: 33b9b9c85d66fa7dd15e4fabfb7b5942c23ec37b771bcb433f214f1b508eeec6
Release notes
This release fixes an issue with macros ignoring their 'center' param.
Changes since DRUPAL-5--1-0-BETA5:
- #298167 reported by zmove, bobchristenson: Fix info windows for map/node. (Although this backport is technically unncecessary, it helps reduce the differences between Drupal 5 and Drupal 6.)
- Remove an unneeded theme function.
- Fix strict warnings.
- Backport part of the D6 change to element processing.
Fix missing latlon control in the settings page. - Diff normalization.
Switch to the drupal 6 method of theming the map. (Should reduce mapid related issues.) - Remove expand_gmap, now that theme_gmap is more like the D6 way.
- Change element processing to closer match how the D6 version does it. (More diff reduction)
- Fixing align brokenness noted in comment 66 of #266595. I was treating a string as an array and accidentally stomping some css classes.
- Critical: Fix 'center' parsing that I broke in the last beta!