You are here

CHANGELOG.txt in Location 5.3

Same filename in this branch
  1. 5.3 CHANGELOG.txt
  2. 5.3 contrib/location_views/CHANGELOG.txt
Same filename and directory in other branches
  1. 6.3 CHANGELOG.txt
Location 6.3.1-RC-XXX [ongoing]
------------------
 - #665800 by nfreear, ankur: Wrap locations in div
 - #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
 - #617226 by nrussell, nickl: stop PHP error about foreach() applied to non-array
 - #340856 by SeanA: Use CSS instead of em tags to style location name
 - bug #584914 by claudiu.cristea: Fixed Romanian province list
 - Fixed prefixing bug in location_cck.install; patch courtesy of reubidium in #757594
 - Improved support for Denmark; patch courtesy of mikl and kaerast in #412112
 - fix for map links issue at #340740; using patch by mikl given in #412102
 - Fixed click sort for distance field handler; thanks to nickl and traxer for revisions of the patch in #326569
 - add new div with it's own class for location map links; revisions of patch by BWPanda and anonymous5190 in #172646
 - Committing fix for bug causing wrong default operator for provice operator; patch from ooh_truck in #746295
 - location_cck fixes from #391160; thank you nickl and smk-ka for patches
 - Fix #692668 requested by greggles in IRC: Reimplement gmap locpick proximity filter.
 - Fix #322328, original patch by AdAstra, rerolled by chx, rewritten to fix the root cause by BDragon: Fix country_name and province_name tokens.
 - Fix #679864 reported by ycwjjjj.
 - Fix #685946, original patch by mvc, alternate solution by me: Don't cause a php warning when attempting to load an unsupported country.
 - Fix #381498, patches by KarenS and jeffschuler -- Fix PHP warning.
 - Fix #403194, patch by eojthebrave (line added by BDragon as per the issue) -- Views support for phone/fax fields.
 - Fix [#441272], patch by mrtoner: Use non-broken code for special-casing the additional field.
 - Bring CCK tests in sync with base COW tests.
 - Fix location_cck node deletion (Apparently this never worked in the first place.)
 - Remove extra checks from location_cck that were working around a bug in location. 
 - Fix a few bugs in location_cck discovered while revamping the tests.
 - location_is_empty() will now consider a node with the delete checkbox checked to be "empty." 
 - Change reorderLocations() in the test suite to work on CCK fields.
 - Fix emptiness check centrally, instead of relying on location_save().
 - Remove cck validator -- the condition it was checking for was a bug, not a feature.
 - Add another test to the COW tests.
 - Start of CCK tests. (Finally!)
 - Fix bug in field determination that was screwing up defaults.
 - Add form based node creation routine based on [#212304].
 - Fix bug preventing hcards from working.
 - By popular demand, add phone and fax support. (hi skyred)
 - More #511378 work: Fix warning, remove non functioning code that was forcing the zoom to 0. (Should address deva1983's problem).
 - More #511378 work: Fix another instance of using the wrong default gmap macro.
 - Followup for #511378: Use cleaner defaults, keep settings even with gmap disabled.
 - #511378, #373465 fixes for Array errors in location_cck.
   Differences pulled from #511378 comment 10, which in theory
   matches #373465 comment 60. (Will verify in a moment.)
   Thanks alexw, noahb et al!
 - #511378 by KarenS: Modernize location_cck.module.  Note: I did not verify the correctness of the gmap parts yet.
 - #507606 by roball (additional formatting fix by me): Fix encoding and accented characters on location.at.inc
 - #508380 by claudiu.cristea: Fix boneheaded mistake in location_get_postalcode_data().
 - #485642 by r
 - Fix #431226.
 - #482588 by andyhu (small modification by me): Remove broken characters from location.cn.inc
 - #462454 by alexw: Add Kenya and Panama to google geocoder list.
 - Add a utilities page to the settings interface.
 - Add buttons to clear the location country support / province caches.
 - #402964 reported by VeryMisunderstood, patch by webchick: Fix notices.
 - Beginnings of location / taxonomy integration, requested in #260726
 - Augment instance_links by adding 'type', move the node and user implementations to where they belong.
 - #421656 reported by geodaniel: Add missing t() to 'NOT LISTED'.
 - Fix logic error pointed out by mikl at #412102 comment 1


Location 6.3.1 RC1
------------------
 - Don't lose location data when previewing.
 - Fix (somewhat) CCK empty/ defaults handling
 - Hide location settings that aren't used for cck locations.
 - #351840 by erantone: Fix weight on additional field.
 - #352550 by Morbus Iff: Allow long/lat to be hidden in collection/display.
 - Add relationship support for location CCK fields. This gets us most of the way to full location_cck views support.
 - API CHANGE! location_api_variant() now returns 2.
 - Don't check_plain() arrays.
 - Several mult-istep and CCK fixes. CCK should be much much happier in CVS now.
 - #351630 by claudiu.cristea: Fix error while uninstalling location_add_another.
 - #351642, reported by Aren Cambre: Fix placeholder text in location_cck.info.
 - Fix validation stupidity. It doesn't matter what add is set to if max is 0.
 - Fix tests, which were broken by the validation reactivation.
 - Add 'nodiff' option to fields in the 'defaults' op of hook_locationapi().
 - This is needed to unbreak cow after the [#352550] change.
 - Unbreak cow, again.
 - #356077 reported by kenorb: Fix country force default.
 - #355320 reported by WesleyTx, patch by bec, modified by me: Make CCK Location respect the "hide fields" settings.
 - Port old tests to simpletest 2.x.
 - Only merge in stuff that actually has defaults, to prevent warnings.
 - Sync google geocoder list, alphabetize to match spreadsheet, add country names for easier maintenance.
 - Add comment about CS being transitional.
 - Modernize the HTTP geocoder call in google.inc.
 - #356806 reported by jackspiv: Don't crash if locpick is a string.
 - Change broken requirements code to not drop fields on the floor.
 - Add a test for LID conservation. (Which I just noticed is broken again, hence the test.)
 - Fix LID conservation.
 - #351754, reported by carlogen, patch by erantone, akahn, modified by me: Fix province filter.
 - Repair element validation.
 - #356492, reported by traxer: Fix using multiple distance fields.
 - Fix bug skyred had ran into in IRC:
 - Fix delete location checkbox when not collecting coordinates, due to a misplaced brace.
 - #369264 by litwol: Remove trailing whitespace from provinces, to fix validation.
 - Part of #317159, patch by karens & me: Fix accidental displaying 0.00,0.00 coords.
 - #368141 by jhedstrom: Fix missing include on earth.test.
 - Remove bogus 'callbacks' stuff. #326945 removed it, and nobody updated the upgrade docs :(
 - Minimal fix for #359348: Implement token support for CCK fields.
 - Part of #346694. patch by pathfinderelite, modified by me: Fix map links.
 - Fix #373723. This is a modified version of the patch I provided there, changed slightly to be appropriate for general inclusion.
 - Add JIT geocoding. To use with bulk importing, set the source to 4 when inserting your locations into the {location} table, and enable JIT geocoding on the Location settings page.
 - #382758, reported by skyredwang: Allow the user to hide all fields, not just "real" fields, on the location address field.
 - Part of #383244 by dragonwize: Make cck load and cache locations properly.
 - No need to load the location now that CCK caches it properly.
 - Split location_node out like I did for location_user. Huzzah!
 - Refactor RSS support to make it easier to reuse. *cough*cck georss support?*cough*
 - Fix tests to load location_node.
 - Split relevant uninstall sections out into location_node.install and location_user.install.
 - #383216 by dragonwize: Fix location_addanother dependencies.
 - #387830 by VeryMisunderstood: Grammar fix in location.admin.inc.
 - Remove unneeded hook_simpletest().
 - garbage collect some commented out stuff, minor whitespace change.


Location 6.3.0
--------------

File

CHANGELOG.txt
View source
  1. Location 6.3.1-RC-XXX [ongoing]
  2. ------------------
  3. - #665800 by nfreear, ankur: Wrap locations in div
  4. - #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
  5. - #617226 by nrussell, nickl: stop PHP error about foreach() applied to non-array
  6. - #340856 by SeanA: Use CSS instead of em tags to style location name
  7. - bug #584914 by claudiu.cristea: Fixed Romanian province list
  8. - Fixed prefixing bug in location_cck.install; patch courtesy of reubidium in #757594
  9. - Improved support for Denmark; patch courtesy of mikl and kaerast in #412112
  10. - fix for map links issue at #340740; using patch by mikl given in #412102
  11. - Fixed click sort for distance field handler; thanks to nickl and traxer for revisions of the patch in #326569
  12. - add new div with it's own class for location map links; revisions of patch by BWPanda and anonymous5190 in #172646
  13. - Committing fix for bug causing wrong default operator for provice operator; patch from ooh_truck in #746295
  14. - location_cck fixes from #391160; thank you nickl and smk-ka for patches
  15. - Fix #692668 requested by greggles in IRC: Reimplement gmap locpick proximity filter.
  16. - Fix #322328, original patch by AdAstra, rerolled by chx, rewritten to fix the root cause by BDragon: Fix country_name and province_name tokens.
  17. - Fix #679864 reported by ycwjjjj.
  18. - Fix #685946, original patch by mvc, alternate solution by me: Don't cause a php warning when attempting to load an unsupported country.
  19. - Fix #381498, patches by KarenS and jeffschuler -- Fix PHP warning.
  20. - Fix #403194, patch by eojthebrave (line added by BDragon as per the issue) -- Views support for phone/fax fields.
  21. - Fix [#441272], patch by mrtoner: Use non-broken code for special-casing the additional field.
  22. - Bring CCK tests in sync with base COW tests.
  23. - Fix location_cck node deletion (Apparently this never worked in the first place.)
  24. - Remove extra checks from location_cck that were working around a bug in location.
  25. - Fix a few bugs in location_cck discovered while revamping the tests.
  26. - location_is_empty() will now consider a node with the delete checkbox checked to be "empty."
  27. - Change reorderLocations() in the test suite to work on CCK fields.
  28. - Fix emptiness check centrally, instead of relying on location_save().
  29. - Remove cck validator -- the condition it was checking for was a bug, not a feature.
  30. - Add another test to the COW tests.
  31. - Start of CCK tests. (Finally!)
  32. - Fix bug in field determination that was screwing up defaults.
  33. - Add form based node creation routine based on [#212304].
  34. - Fix bug preventing hcards from working.
  35. - By popular demand, add phone and fax support. (hi skyred)
  36. - More #511378 work: Fix warning, remove non functioning code that was forcing the zoom to 0. (Should address deva1983's problem).
  37. - More #511378 work: Fix another instance of using the wrong default gmap macro.
  38. - Followup for #511378: Use cleaner defaults, keep settings even with gmap disabled.
  39. - #511378, #373465 fixes for Array errors in location_cck.
  40. Differences pulled from #511378 comment 10, which in theory
  41. matches #373465 comment 60. (Will verify in a moment.)
  42. Thanks alexw, noahb et al!
  43. - #511378 by KarenS: Modernize location_cck.module. Note: I did not verify the correctness of the gmap parts yet.
  44. - #507606 by roball (additional formatting fix by me): Fix encoding and accented characters on location.at.inc
  45. - #508380 by claudiu.cristea: Fix boneheaded mistake in location_get_postalcode_data().
  46. - #485642 by r
  47. - Fix #431226.
  48. - #482588 by andyhu (small modification by me): Remove broken characters from location.cn.inc
  49. - #462454 by alexw: Add Kenya and Panama to google geocoder list.
  50. - Add a utilities page to the settings interface.
  51. - Add buttons to clear the location country support / province caches.
  52. - #402964 reported by VeryMisunderstood, patch by webchick: Fix notices.
  53. - Beginnings of location / taxonomy integration, requested in #260726
  54. - Augment instance_links by adding 'type', move the node and user implementations to where they belong.
  55. - #421656 reported by geodaniel: Add missing t() to 'NOT LISTED'.
  56. - Fix logic error pointed out by mikl at #412102 comment 1
  57. Location 6.3.1 RC1
  58. ------------------
  59. - Don't lose location data when previewing.
  60. - Fix (somewhat) CCK empty/ defaults handling
  61. - Hide location settings that aren't used for cck locations.
  62. - #351840 by erantone: Fix weight on additional field.
  63. - #352550 by Morbus Iff: Allow long/lat to be hidden in collection/display.
  64. - Add relationship support for location CCK fields. This gets us most of the way to full location_cck views support.
  65. - API CHANGE! location_api_variant() now returns 2.
  66. - Don't check_plain() arrays.
  67. - Several mult-istep and CCK fixes. CCK should be much much happier in CVS now.
  68. - #351630 by claudiu.cristea: Fix error while uninstalling location_add_another.
  69. - #351642, reported by Aren Cambre: Fix placeholder text in location_cck.info.
  70. - Fix validation stupidity. It doesn't matter what add is set to if max is 0.
  71. - Fix tests, which were broken by the validation reactivation.
  72. - Add 'nodiff' option to fields in the 'defaults' op of hook_locationapi().
  73. - This is needed to unbreak cow after the [#352550] change.
  74. - Unbreak cow, again.
  75. - #356077 reported by kenorb: Fix country force default.
  76. - #355320 reported by WesleyTx, patch by bec, modified by me: Make CCK Location respect the "hide fields" settings.
  77. - Port old tests to simpletest 2.x.
  78. - Only merge in stuff that actually has defaults, to prevent warnings.
  79. - Sync google geocoder list, alphabetize to match spreadsheet, add country names for easier maintenance.
  80. - Add comment about CS being transitional.
  81. - Modernize the HTTP geocoder call in google.inc.
  82. - #356806 reported by jackspiv: Don't crash if locpick is a string.
  83. - Change broken requirements code to not drop fields on the floor.
  84. - Add a test for LID conservation. (Which I just noticed is broken again, hence the test.)
  85. - Fix LID conservation.
  86. - #351754, reported by carlogen, patch by erantone, akahn, modified by me: Fix province filter.
  87. - Repair element validation.
  88. - #356492, reported by traxer: Fix using multiple distance fields.
  89. - Fix bug skyred had ran into in IRC:
  90. - Fix delete location checkbox when not collecting coordinates, due to a misplaced brace.
  91. - #369264 by litwol: Remove trailing whitespace from provinces, to fix validation.
  92. - Part of #317159, patch by karens & me: Fix accidental displaying 0.00,0.00 coords.
  93. - #368141 by jhedstrom: Fix missing include on earth.test.
  94. - Remove bogus 'callbacks' stuff. #326945 removed it, and nobody updated the upgrade docs :(
  95. - Minimal fix for #359348: Implement token support for CCK fields.
  96. - Part of #346694. patch by pathfinderelite, modified by me: Fix map links.
  97. - Fix #373723. This is a modified version of the patch I provided there, changed slightly to be appropriate for general inclusion.
  98. - Add JIT geocoding. To use with bulk importing, set the source to 4 when inserting your locations into the {location} table, and enable JIT geocoding on the Location settings page.
  99. - #382758, reported by skyredwang: Allow the user to hide all fields, not just "real" fields, on the location address field.
  100. - Part of #383244 by dragonwize: Make cck load and cache locations properly.
  101. - No need to load the location now that CCK caches it properly.
  102. - Split location_node out like I did for location_user. Huzzah!
  103. - Refactor RSS support to make it easier to reuse. *cough*cck georss support?*cough*
  104. - Fix tests to load location_node.
  105. - Split relevant uninstall sections out into location_node.install and location_user.install.
  106. - #383216 by dragonwize: Fix location_addanother dependencies.
  107. - #387830 by VeryMisunderstood: Grammar fix in location.admin.inc.
  108. - Remove unneeded hook_simpletest().
  109. - garbage collect some commented out stuff, minor whitespace change.
  110. Location 6.3.0
  111. --------------