You are here

CHANGELOG.txt in Location 6.3

Same filename and directory in other branches
  1. 5.3 CHANGELOG.txt
Location 6.3.1
------------------
 - by rooby - Updated translation template location.pot for the current version of location.
 - #718928 by rooby - Fix bug intrduced in previous commit. Call to undefined mothod when using table click sorting on distance/proximity field.
 - #718928 by ankur, rooby, hutch, nicholasThompson, evan23, - Overhaul of views field/sort/filter proximity handlers so they have the same options.  Added options to use views arguments or php code for the origin coordinates.
 - #821628 by rooby - Make sure invalid numbers are not passed into the asin() function in earth_longitude_range().
 - #839652 by dboulet - Set element type to div for the address views field.
 - #130550 by killes@www.drop.org, dboulet & hutch - Increase max length of location name, additional, street & city fields to 255.
 - #343487 by danielnolde - Addition of location_latlon_rough_default function in case countries do not have their own
 - #606342 by Dustin Currie, gravisrs, matt2000, totsubo, corona ronin, hutch, rooby et al. - Add views argument handler for proximity.
 - #175193 by drupal steve - Added us zipcode database entry for 92011
 - #175193 by DarrellDuane - In us zipcode database file zipcode 10004 should be NY not NJ
 - #830352 by rooby & hutch - Postcodes for au and be have their lat/lon coords reversed.  Also, make sure all the files have consistent formatting.
 - bug #578216 by Blackice2999 - Proximity filter not working for countries that do not have a location_latlon_rough_xx() function defined.
 - #338963 by thebuckst0p & hutch - Made default values for content type max num locations and max locations added at once to 1
 - #757186 by TechnoBuddhist - Added province data for Guernsey, Jersey and Isle of Man.
 - #115323 by SeanA, catch, hutch - Allow option for display of state/province field, province name or province code
 - #503468 by hutch, sreynen, pingers, rooby - Make Google geocoding minimum accuracy a variable and allow country specific settings
 - #761768 by hutch - Added location.pot for translations
 - #487790 by dww: Added initial integration between location and panels/ctools.
Currently there is support for a location context (with keyword substitution, so you can create a custom panel content item and format a location however you want with keywords for each field), and a full-featured relationship to create a location context from a node context.
 - bug #394870 by mattyoung - state/province field required asterisk pushed to new line
 - #603200 by jerdiggity - Added permissions for default location views
 - #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.
 - #310828 by tonycpsu, SeanA et al. - Removed comma between state/province and postal code when locations are themed.
 - Fix #370344 reported by ccurvey: Fix postgresql incompatibility.
 - Fix #367022, reported by amccann, patch by gapple: Use drupal_json to prevent issues with devel.
 - #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
  2. ------------------
  3. - by rooby - Updated translation template location.pot for the current version of location.
  4. - #718928 by rooby - Fix bug intrduced in previous commit. Call to undefined mothod when using table click sorting on distance/proximity field.
  5. - #718928 by ankur, rooby, hutch, nicholasThompson, evan23, - Overhaul of views field/sort/filter proximity handlers so they have the same options. Added options to use views arguments or php code for the origin coordinates.
  6. - #821628 by rooby - Make sure invalid numbers are not passed into the asin() function in earth_longitude_range().
  7. - #839652 by dboulet - Set element type to div for the address views field.
  8. - #130550 by killes@www.drop.org, dboulet & hutch - Increase max length of location name, additional, street & city fields to 255.
  9. - #343487 by danielnolde - Addition of location_latlon_rough_default function in case countries do not have their own
  10. - #606342 by Dustin Currie, gravisrs, matt2000, totsubo, corona ronin, hutch, rooby et al. - Add views argument handler for proximity.
  11. - #175193 by drupal steve - Added us zipcode database entry for 92011
  12. - #175193 by DarrellDuane - In us zipcode database file zipcode 10004 should be NY not NJ
  13. - #830352 by rooby & hutch - Postcodes for au and be have their lat/lon coords reversed. Also, make sure all the files have consistent formatting.
  14. - bug #578216 by Blackice2999 - Proximity filter not working for countries that do not have a location_latlon_rough_xx() function defined.
  15. - #338963 by thebuckst0p & hutch - Made default values for content type max num locations and max locations added at once to 1
  16. - #757186 by TechnoBuddhist - Added province data for Guernsey, Jersey and Isle of Man.
  17. - #115323 by SeanA, catch, hutch - Allow option for display of state/province field, province name or province code
  18. - #503468 by hutch, sreynen, pingers, rooby - Make Google geocoding minimum accuracy a variable and allow country specific settings
  19. - #761768 by hutch - Added location.pot for translations
  20. - #487790 by dww: Added initial integration between location and panels/ctools.
  21. Currently there is support for a location context (with keyword substitution, so you can create a custom panel content item and format a location however you want with keywords for each field), and a full-featured relationship to create a location context from a node context.
  22. - bug #394870 by mattyoung - state/province field required asterisk pushed to new line
  23. - #603200 by jerdiggity - Added permissions for default location views
  24. - #182786 by fuerst, hutch, rooby - Added option to have map link open in a new window
  25. - #432232 by seanr - Move map link inside location div when locations are themed.
  26. - #310828 by tonycpsu, SeanA et al. - Removed comma between state/province and postal code when locations are themed.
  27. - Fix #370344 reported by ccurvey: Fix postgresql incompatibility.
  28. - Fix #367022, reported by amccann, patch by gapple: Use drupal_json to prevent issues with devel.
  29. - #665800 by nfreear, ankur: Wrap locations in div
  30. - #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
  31. - #617226 by nrussell, nickl: stop PHP error about foreach() applied to non-array
  32. - #340856 by SeanA: Use CSS instead of em tags to style location name
  33. - bug #584914 by claudiu.cristea: Fixed Romanian province list
  34. - Fixed prefixing bug in location_cck.install; patch courtesy of reubidium in #757594
  35. - Improved support for Denmark; patch courtesy of mikl and kaerast in #412112
  36. - fix for map links issue at #340740; using patch by mikl given in #412102
  37. - Fixed click sort for distance field handler; thanks to nickl and traxer for revisions of the patch in #326569
  38. - add new div with it's own class for location map links; revisions of patch by BWPanda and anonymous5190 in #172646
  39. - Committing fix for bug causing wrong default operator for provice operator; patch from ooh_truck in #746295
  40. - location_cck fixes from #391160; thank you nickl and smk-ka for patches
  41. - Fix #692668 requested by greggles in IRC: Reimplement gmap locpick proximity filter.
  42. - Fix #322328, original patch by AdAstra, rerolled by chx, rewritten to fix the root cause by BDragon: Fix country_name and province_name tokens.
  43. - Fix #679864 reported by ycwjjjj.
  44. - Fix #685946, original patch by mvc, alternate solution by me: Don't cause a php warning when attempting to load an unsupported country.
  45. - Fix #381498, patches by KarenS and jeffschuler -- Fix PHP warning.
  46. - Fix #403194, patch by eojthebrave (line added by BDragon as per the issue) -- Views support for phone/fax fields.
  47. - Fix [#441272], patch by mrtoner: Use non-broken code for special-casing the additional field.
  48. - Bring CCK tests in sync with base COW tests.
  49. - Fix location_cck node deletion (Apparently this never worked in the first place.)
  50. - Remove extra checks from location_cck that were working around a bug in location.
  51. - Fix a few bugs in location_cck discovered while revamping the tests.
  52. - location_is_empty() will now consider a node with the delete checkbox checked to be "empty."
  53. - Change reorderLocations() in the test suite to work on CCK fields.
  54. - Fix emptiness check centrally, instead of relying on location_save().
  55. - Remove cck validator -- the condition it was checking for was a bug, not a feature.
  56. - Add another test to the COW tests.
  57. - Start of CCK tests. (Finally!)
  58. - Fix bug in field determination that was screwing up defaults.
  59. - Add form based node creation routine based on [#212304].
  60. - Fix bug preventing hcards from working.
  61. - By popular demand, add phone and fax support. (hi skyred)
  62. - More #511378 work: Fix warning, remove non functioning code that was forcing the zoom to 0. (Should address deva1983's problem).
  63. - More #511378 work: Fix another instance of using the wrong default gmap macro.
  64. - Followup for #511378: Use cleaner defaults, keep settings even with gmap disabled.
  65. - #511378, #373465 fixes for Array errors in location_cck.
  66. Differences pulled from #511378 comment 10, which in theory
  67. matches #373465 comment 60. (Will verify in a moment.)
  68. Thanks alexw, noahb et al!
  69. - #511378 by KarenS: Modernize location_cck.module. Note: I did not verify the correctness of the gmap parts yet.
  70. - #507606 by roball (additional formatting fix by me): Fix encoding and accented characters on location.at.inc
  71. - #508380 by claudiu.cristea: Fix boneheaded mistake in location_get_postalcode_data().
  72. - #485642 by r
  73. - Fix #431226.
  74. - #482588 by andyhu (small modification by me): Remove broken characters from location.cn.inc
  75. - #462454 by alexw: Add Kenya and Panama to google geocoder list.
  76. - Add a utilities page to the settings interface.
  77. - Add buttons to clear the location country support / province caches.
  78. - #402964 reported by VeryMisunderstood, patch by webchick: Fix notices.
  79. - Beginnings of location / taxonomy integration, requested in #260726
  80. - Augment instance_links by adding 'type', move the node and user implementations to where they belong.
  81. - #421656 reported by geodaniel: Add missing t() to 'NOT LISTED'.
  82. - Fix logic error pointed out by mikl at #412102 comment 1
  83. Location 6.3.1 RC1
  84. ------------------
  85. - Don't lose location data when previewing.
  86. - Fix (somewhat) CCK empty/ defaults handling
  87. - Hide location settings that aren't used for cck locations.
  88. - #351840 by erantone: Fix weight on additional field.
  89. - #352550 by Morbus Iff: Allow long/lat to be hidden in collection/display.
  90. - Add relationship support for location CCK fields. This gets us most of the way to full location_cck views support.
  91. - API CHANGE! location_api_variant() now returns 2.
  92. - Don't check_plain() arrays.
  93. - Several mult-istep and CCK fixes. CCK should be much much happier in CVS now.
  94. - #351630 by claudiu.cristea: Fix error while uninstalling location_add_another.
  95. - #351642, reported by Aren Cambre: Fix placeholder text in location_cck.info.
  96. - Fix validation stupidity. It doesn't matter what add is set to if max is 0.
  97. - Fix tests, which were broken by the validation reactivation.
  98. - Add 'nodiff' option to fields in the 'defaults' op of hook_locationapi().
  99. - This is needed to unbreak cow after the [#352550] change.
  100. - Unbreak cow, again.
  101. - #356077 reported by kenorb: Fix country force default.
  102. - #355320 reported by WesleyTx, patch by bec, modified by me: Make CCK Location respect the "hide fields" settings.
  103. - Port old tests to simpletest 2.x.
  104. - Only merge in stuff that actually has defaults, to prevent warnings.
  105. - Sync google geocoder list, alphabetize to match spreadsheet, add country names for easier maintenance.
  106. - Add comment about CS being transitional.
  107. - Modernize the HTTP geocoder call in google.inc.
  108. - #356806 reported by jackspiv: Don't crash if locpick is a string.
  109. - Change broken requirements code to not drop fields on the floor.
  110. - Add a test for LID conservation. (Which I just noticed is broken again, hence the test.)
  111. - Fix LID conservation.
  112. - #351754, reported by carlogen, patch by erantone, akahn, modified by me: Fix province filter.
  113. - Repair element validation.
  114. - #356492, reported by traxer: Fix using multiple distance fields.
  115. - Fix bug skyred had ran into in IRC:
  116. - Fix delete location checkbox when not collecting coordinates, due to a misplaced brace.
  117. - #369264 by litwol: Remove trailing whitespace from provinces, to fix validation.
  118. - Part of #317159, patch by karens & me: Fix accidental displaying 0.00,0.00 coords.
  119. - #368141 by jhedstrom: Fix missing include on earth.test.
  120. - Remove bogus 'callbacks' stuff. #326945 removed it, and nobody updated the upgrade docs :(
  121. - Minimal fix for #359348: Implement token support for CCK fields.
  122. - Part of #346694. patch by pathfinderelite, modified by me: Fix map links.
  123. - Fix #373723. This is a modified version of the patch I provided there, changed slightly to be appropriate for general inclusion.
  124. - 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.
  125. - #382758, reported by skyredwang: Allow the user to hide all fields, not just "real" fields, on the location address field.
  126. - Part of #383244 by dragonwize: Make cck load and cache locations properly.
  127. - No need to load the location now that CCK caches it properly.
  128. - Split location_node out like I did for location_user. Huzzah!
  129. - Refactor RSS support to make it easier to reuse. *cough*cck georss support?*cough*
  130. - Fix tests to load location_node.
  131. - Split relevant uninstall sections out into location_node.install and location_user.install.
  132. - #383216 by dragonwize: Fix location_addanother dependencies.
  133. - #387830 by VeryMisunderstood: Grammar fix in location.admin.inc.
  134. - Remove unneeded hook_simpletest().
  135. - garbage collect some commented out stuff, minor whitespace change.
  136. Location 6.3.0
  137. --------------