location 5.x-3.0-test3
bdragon - September 17, 2008 - 15:01
| Download | Size | md5 hash |
|---|---|---|
| location-5.x-3.0-test3.tar.gz | 1.63 MB | 302a7585055649ba46b7b83cbcaf1aed |
Official release from CVS tag: DRUPAL-5--3-0-test3
Last updated: September 17, 2008 - 15:05
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.
