Log of /contributions/modules/location/earth.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 20 22:55:25 2008 UTC
(18 months, 1 week ago)
by
bdragon
Branch:
MAIN
CVS Tags:
DRUPAL-5--3-0,
DRUPAL-5--3-0-RC1,
DRUPAL-5--3-0-RC2,
DRUPAL-5--3-0-UNSTABLE4,
DRUPAL-5--3-0-test1,
DRUPAL-5--3-0-test2,
DRUPAL-5--3-0-test3,
DRUPAL-5--3-1-RC1,
DRUPAL-6--3-0,
DRUPAL-6--3-0-RC1,
DRUPAL-6--3-0-RC2,
DRUPAL-6--3-0-UNSTABLE4,
DRUPAL-6--3-0-test3,
DRUPAL-6--3-1-RC1,
HEAD
Branch point for:
DRUPAL-5--3,
DRUPAL-6--3
Changes since
1.9: +9 -1 lines
Diff to
previous 1.9
Talked with ankur today, apparently earth.inc is indeed licenced under the GPL.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 24 06:46:50 2008 UTC
(22 months ago)
by
bdragon
Branch:
MAIN
Changes since
1.7: +10 -11 lines
Diff to
previous 1.7
I hate to do this, but that first patch was just unacceptable.
It is going to be faster to merge in the last 6 pages of changes by hand.
Revert (sans a few files) to DRUPAL-5 again and start over.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jan 24 02:03:53 2008 UTC
(22 months ago)
by
bdragon
Branch:
MAIN
Changes since
1.6: +8 -5 lines
Diff to
previous 1.6
Normalizing file headers, ensuring all the $Id$ tags work (Somehow a bunch of files got -kk'd in CVS so the tag expansion wasn't working), changing documentation around.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 21 19:40:37 2008 UTC
(22 months, 1 week ago)
by
brmassa
Branch:
MAIN
Changes since
1.5: +4 -6 lines
Diff to
previous 1.5
Bugs Fixed:
* Drupal code standards compliance
* PHP_E code compliance
* Proper SQL instaler for PostgreSQL
* Save installer for MySQL and PostgreSQL (easier to exchange them)
* #197107 "Typo in location.module renders location distance search unit settings ineffective"
* #199289 "Close tags in location.theme"
* #87292 "US/CA location reference non-existent 'state' location attribute"
New Features:
* Location Fax uninstaller
* Location Phone uninstaller
* Countries list is now sorted alphabetically and translated
* State list is now a autocomplete
* Users can have more that one address on the new address book
Misc:
* Several new Doxygen documentation
* 80-character per line policy
* Code organization
* Functions listed in alphabetic order
* Several functions renamed for consistency
* All non-hook functions have a _ at the beggining, to avoid to executed as a hook
Revision
1.4.4.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 16 23:52:24 2007 UTC
(2 years, 8 months ago)
by
ankur
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-0,
DRUPAL-5--1-1,
DRUPAL-5--1-2,
DRUPAL-5--2-0,
DRUPAL-5--2-1,
DRUPAL-5--2-2,
DRUPAL-5--2-3,
DRUPAL-5--2-4,
DRUPAL-5--2-5,
DRUPAL-5--2-6,
DRUPAL-5--2-7
Changes since
1.4: +14 -3 lines
Diff to
previous 1.4
, to
next main 1.10
Applying patch to make earth_distance_sql() fn in earth.inc more re-usable.
Patch courtesy of drupal.org user scott.mclewin in http://drupal.org/node/98831
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 21 02:10:10 2005 UTC
(4 years, 7 months ago)
by
ankur
Branch:
MAIN
Changes since
1.1: +1 -1 lines
Diff to
previous 1.1
Another file that was updated for the new, faster postal code database scheme.
This commit simply changes the SQL generation function for calculating the
distance of a lat/lon pair in a database table with the lat/lon submitted
to this function, earth_distance_sql(). Previously, this function was assuming
that the latitude and longitude in the DB table were in radian form. This
commit changes is so it calls the SQL RADIAN() function to convert degrees
to radians within a query.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.