Closed (fixed)
Project:
Location
Version:
6.x-3.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
29 Jul 2010 at 13:32 UTC
Updated:
18 Sep 2016 at 07:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
hutch commentedThe description is indeed inadequate, 'distance' can be ither a number or a pair of decimal degrees, comma delimited.
patch_344.txt is the wrong way around and has too many commas.
The most informative patches are made on a fresh checkout, on DRUPAL-6--3 so that the patch builds on the current dev, using the following command from the location module folder:
cvs diff -up > location-868516-2.patch
This shows us which module, which issue and which patch in that issue.
This format gives a unified diff, showing what class/function it is being applied to, with the revision number and the path to the file.
Comment #2
yesct commentedtotsubo, thanks for starting this.
Comment #3
Anonymous (not verified) commentedMy pleasure!
Sorry for the patch not being quite up to snuff but I don't get my updates from CVS but just download the latest stable version. (Come to think of it I don't even have a CVS account or CVS set up on my machine).
I wish I could contribute more in terms of coding but in the mean time the least I can do is help make modules better by reporting bugs :)
Comment #4
yesct commentedtotsubo, I dont use CVS for making patches, I just click on "dev" version and use that one. :)
Comment #5
rooby commentedCommitted patch in #1 to 6.x-3.x and HEAD. Thanks.
http://drupal.org/cvs?commit=474920
http://drupal.org/cvs?commit=474922