/[drupal]/contributions/modules/location/earth.inc
ViewVC logotype

Log of /contributions/modules/location/earth.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

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.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 24 09:29:47 2008 UTC (22 months ago) by bdragon
Branch: MAIN
Changes since 1.8: +11 -10 lines
Diff to previous 1.8
Re-integration.

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.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 19:06:15 2008 UTC (22 months, 1 week ago) by bdragon
Branch: MAIN
Changes since 1.4: +13 -2 lines
Diff to previous 1.4
Start of a new era.

Pull DRUPAL-5 up to HEAD.

HEAD is now the development branch up to 3.0.

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.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 16 23:51:30 2007 UTC (2 years, 8 months ago) by ankur
Branch: DRUPAL-4-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.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 8 06:53:37 2006 UTC (3 years, 8 months ago) by dww
Branch: MAIN
Branch point for: DRUPAL-4-7, DRUPAL-5
Changes since 1.3: +1 -0 lines
Diff to previous 1.3
patch #51816: adding $Id$ RCS tag to all files in location

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 8 06:53:15 2006 UTC (3 years, 8 months ago) by dww
Branch: DRUPAL-4-6
Changes since 1.3: +1 -0 lines
Diff to previous 1.3 , to next main 1.10
patch #51816: adding $Id$ RCS tag to all files in location

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 10 22:55:44 2005 UTC (4 years, 6 months ago) by ankur
Branch: MAIN
CVS Tags: DRUPAL-4-5
Branch point for: DRUPAL-4-6
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Fixing MySQL.  Actually, just working around its less than exact manipulation
of floating point numbers.

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.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 17 05:31:34 2005 UTC (4 years, 8 months ago) by ankur
Branch: MAIN
Project renamed from 'address' to 'location'.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2