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

Log of /contributions/modules/location/location.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.99 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 22:09:34 2009 UTC (2 months, 4 weeks ago) by bdragon
Branch: MAIN
CVS Tags: HEAD
Changes since 1.98: +6 -268 lines
Diff to previous 1.98
WARNING -- PORT IN PROGRESS -- WARNING
This is a very very very preliminary port of some pieces of Location to D7.
There's a lot of work to do before this is remotely usable.
WARNING -- PORT IN PROGRESS -- WARNING


commit 9acd11c864797596209d5c12916e25e209a074cd
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Mon Aug 31 16:51:59 2009 -0500

    D7: Fix instance saving. I have now successfully put a location on a node in D7. (Of course there's a LOT to do still, but huzzah!)

commit 868ed6352debce3720e4093b50c42397e66cf991
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Mon Aug 31 16:40:22 2009 -0500

    Fix another class bug. Fix location fieldset theming (for a given value of "fix" of course)

commit d10a646b73da9c8b00c002a13483b986f0018340
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Mon Aug 31 16:31:43 2009 -0500

    D7: fix call to private api function that got renamed.

commit b79cea16e3c74d0cc7941cd4abcd3b616b793c9f
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Mon Aug 31 16:28:00 2009 -0500

    D7: Put locative information into the vertical tabs thingie.

commit bf4df441e08a2ba1a0b6164a3688aa2275607f79
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Mon Aug 31 16:19:10 2009 -0500

    D7: Fix class arrayness and remove a stray & to make PHP stop crashing.

commit be9d1114797319f0015c266f3f6d4a6d398fea2f
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Mon Aug 31 15:22:13 2009 -0500

    D7: files[] for location_node.

commit f6c32c64cb43f06fc5baca569826ccaf88b931c3
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Mon Aug 31 15:19:30 2009 -0500

    Fix infinite loops with drupal_render_children(). Remove the drupal_render() call at the end as well as it's nonsensical now and ALSO loops.

commit 125639604c4e5c29d03b3da9265b5fc766347794
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Mon Aug 31 15:18:10 2009 -0500

    D7 does not have an implicit #theme for elements anymore.

commit 4dcf85adcd30c0a53417fa3c53b2a4882b3cadf4
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Mon Aug 31 15:08:51 2009 -0500

    Use core's country list. (Which was pulled from location in the first place, hee hee)

commit ebb58524f2b9ef2eca7513971afbb9029743290f
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Mon Aug 31 14:59:53 2009 -0500

    D7: Remove location_default_country variable and use core's site_default_country variable instead.

commit 4cf3950e1a3fa1369ad5bdecac4c3649b2783f2a
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Fri Aug 28 17:34:26 2009 -0500

    Add warning.

commit 934fdd3aecb4435b7215705d72998b13439b0920
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Fri Aug 28 17:14:51 2009 -0500

    D7: hook_node split, some of location_node.module, add file to track API changes.

commit 9e69f25d971fa6b5623fb026d5cfd6dba2cc2d70
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Fri Aug 28 16:17:18 2009 -0500

    D7: 'file' / 'file_path' stuff got rolled back.

commit 80cbd3b688c4a46dc349d449a1abc265894d619f
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Fri Aug 28 15:42:45 2009 -0500

    D7: [#161301]

commit 35f82a0845ef020411a351fb307f821f78c5e397
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Fri Aug 28 15:38:53 2009 -0500

    bit more dbtngification.

commit 161280467e70664822e397405f3892628de7acdd
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Fri Aug 28 15:26:38 2009 -0500

    dbtngify uninstall hook. The rest I'll do later.

commit d6596a08f7a6a424df5109eafae3d7a5b7ce5522
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Fri Aug 28 15:20:52 2009 -0500

    DBTNGify location.module.
    Hopefully I didn't introduce bugs.

commit 6986ba94148c19d461808d61441c0033a4abfe31
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Wed Aug 19 16:02:59 2009 -0500

    Start a todo list.

commit 397adf2c619de9708e4135442204328aac7ae2d8
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Wed Aug 19 15:57:30 2009 -0500

    D7: Use '#markup' not '#value' for markup

commit c3fbd82f21e1af2f024871b247c01bc01ca71a7e
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Wed Aug 19 15:53:17 2009 -0500

    D7: The hook_menu() and hook_theme() "file" and "file path" keys have
    been removed.

commit cf8acf59887f73b997e50aedec95aa5a9784df84
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Wed Aug 19 15:51:55 2009 -0500

    D7: Module .info files must now specify all loadable code files
    explicitly.

commit f4cf33530c11406157745db44cfab0069287da36
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Wed Aug 19 15:51:01 2009 -0500

    D7: Permissions are required to have titles and descriptions.

commit 4a29c6fbafdc1ab106c95ed74df27f7dcfe03bca
Author: Brandon Bergren <bdragon@rtk0.net>
Date:   Wed Aug 19 15:41:46 2009 -0500

    Location HEAD starting point.
    Aug 19 2009 15:42

Revision 1.95.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 8 20:53:22 2009 UTC (4 months, 3 weeks ago) by bdragon
Branch: DRUPAL-6--3
Changes since 1.95.2.2: +2 -1 lines
Diff to previous 1.95.2.2 , to branch point 1.95 , to next main 1.99
#508380 by claudiu.cristea: Fix boneheaded mistake in location_get_postalcode_data().

Revision 1.98 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 8 20:52:09 2009 UTC (4 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.97: +2 -1 lines
Diff to previous 1.97
#508380 by claudiu.cristea: Fix boneheaded mistake in location_get_postalcode_data().

Revision 1.85.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 8 20:51:01 2009 UTC (4 months, 3 weeks ago) by bdragon
Branch: DRUPAL-5--3
Changes since 1.85.2.11: +2 -1 lines
Diff to previous 1.85.2.11 , to branch point 1.85 , to next main 1.99
#508380 by claudiu.cristea: Fix boneheaded mistake in location_get_postalcode_data().

Revision 1.85.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 24 17:59:23 2009 UTC (8 months ago) by bdragon
Branch: DRUPAL-5--3
Changes since 1.85.2.10: +2 -2 lines
Diff to previous 1.85.2.10 , to branch point 1.85
Fix logic error pointed out by mikl at #412102 comment 1

Revision 1.95.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 24 17:59:12 2009 UTC (8 months ago) by bdragon
Branch: DRUPAL-6--3
Changes since 1.95.2.1: +2 -2 lines
Diff to previous 1.95.2.1 , to branch point 1.95
Fix logic error pointed out by mikl at #412102 comment 1

Revision 1.97 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 24 17:58:51 2009 UTC (8 months ago) by bdragon
Branch: MAIN
Changes since 1.96: +2 -2 lines
Diff to previous 1.96
Fix logic error pointed out by mikl at #412102 comment 1

Revision 1.96 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 17:36:46 2009 UTC (10 months, 2 weeks ago) by bdragon
Branch: MAIN
Changes since 1.95: +1 -1 lines
Diff to previous 1.95
Add comment about CS being transitional.

Revision 1.85.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 17:35:31 2009 UTC (10 months, 2 weeks ago) by bdragon
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-5--3-1-RC1
Changes since 1.85.2.9: +1 -1 lines
Diff to previous 1.85.2.9 , to branch point 1.85
Add comment about CS being transitional.

Revision 1.95.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 9 17:34:39 2009 UTC (10 months, 2 weeks ago) by bdragon
Branch: DRUPAL-6--3
CVS Tags: DRUPAL-6--3-1-RC1
Changes since 1.95: +2 -2 lines
Diff to previous 1.95
Add comment about CS being transitional.

Revision 1.85.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 19:37:21 2008 UTC (11 months, 2 weeks ago) by bdragon
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-5--3-0
Changes since 1.85.2.8: +0 -33 lines
Diff to previous 1.85.2.8 , to branch point 1.85
Killing location_latlon_form(). Sorry, place_taxonomy.module, but this isn't technically part of the external API, and since Location itself doesn't use it, keeping it around is just asking for trouble.

Revision 1.95 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 19:30:30 2008 UTC (11 months, 2 weeks ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-6--3-0
Branch point for: DRUPAL-6--3
Changes since 1.94: +0 -33 lines
Diff to previous 1.94
Killing location_latlon_form(). Sorry, place_taxonomy.module, but this isn't technically part of the external API, and since Location itself doesn't use it, keeping it around is just asking for trouble.

Revision 1.85.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 19:10:35 2008 UTC (11 months, 2 weeks ago) by bdragon
Branch: DRUPAL-5--3
Changes since 1.85.2.7: +34 -14 lines
Diff to previous 1.85.2.7 , to branch point 1.85
Doxygen nits.

Revision 1.94 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 10 19:08:48 2008 UTC (11 months, 2 weeks ago) by bdragon
Branch: MAIN
Changes since 1.93: +34 -14 lines
Diff to previous 1.93
Doxygen nits.

Revision 1.85.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 22:56:03 2008 UTC (11 months, 3 weeks ago) by bdragon
Branch: DRUPAL-5--3
Changes since 1.85.2.6: +14 -4 lines
Diff to previous 1.85.2.6 , to branch point 1.85
Backports from last commit:
* Implement multiple country autocomplete.
* Allow location_province_code() to operate on an array of countries.

Revision 1.93 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 2 22:50:21 2008 UTC (11 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.92: +15 -5 lines
Diff to previous 1.92
* Fix [#339471] (reported by theabacus) -- Make province search accept country names.
* Implement multiple country autocomplete.
* Allow location_province_code() to operate on an array of countries.
* Extend autocomplete to handle setting specific classes to join country and province fields together -- should be more robust.
* Switch to using views "force single" stuff for country and province filters.
  - If you are having trouble editing country or province filters, please see [#341827]!
* Implement autocomplete for views province filter.

Revision 1.92 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 9 17:00:27 2008 UTC (13 months, 2 weeks ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-RC2, DRUPAL-6--3-0-UNSTABLE4
Changes since 1.91: +16 -1 lines
Diff to previous 1.91
* Add function location_province_code().
* Fix $op 'delete' on hook_locationapi().
* API CHANGE: Use location_save_locations() with an empty array instead of deleting rows from {location_instance}. This lets us have "real" deletion instead of relying on garbage collection.

Before:
<code>
db_query("DELETE FROM {location_instance} WHERE genid = '%s'", 'mykey:'. $obj->id);
</code>

After:
<code>
$locations = array();
location_save_locations($locations, array('genid' => 'mykey:'. $obj->id));
</code>

* Remove garbage collection routine and UI from settings page. References are checked automatically now.

Revision 1.85.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 9 16:39:47 2008 UTC (13 months, 2 weeks ago) by bdragon
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-5--3-0-RC2, DRUPAL-5--3-0-UNSTABLE4
Changes since 1.85.2.5: +15 -0 lines
Diff to previous 1.85.2.5 , to branch point 1.85
* Add function location_province_code().
* Fix $op 'delete' on hook_locationapi().
* API CHANGE: Use location_save_locations() with an empty array instead of deleting rows from {location_instance}. This lets us have "real" deletion instead of relying on garbage collection.

Before:
<code>
db_query("DELETE FROM {location_instance} WHERE genid = '%s'", 'mykey:'. $obj->id);
</code>

After:
<code>
$locations = array();
location_save_locations($locations, array('genid' => 'mykey:'. $obj->id));
</code>

* Remove garbage collection routine and UI from settings page. References are checked automatically now.

Revision 1.91 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 16:35:30 2008 UTC (14 months, 1 week ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-RC1
Changes since 1.90: +0 -57 lines
Diff to previous 1.90
Remove location_province_select_options().

Revision 1.85.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 16:34:10 2008 UTC (14 months, 1 week ago) by bdragon
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-5--3-0-RC1
Changes since 1.85.2.4: +1 -58 lines
Diff to previous 1.85.2.4 , to branch point 1.85
Move location_province_select_options to location_views and modify it a bit. It still has caching issues.

Revision 1.85.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 16:22:54 2008 UTC (14 months, 1 week ago) by bdragon
Branch: DRUPAL-5--3
Changes since 1.85.2.3: +5 -34 lines
Diff to previous 1.85.2.3 , to branch point 1.85
Backport commit 131997: Rip out the notion of "supported countries." With the dynamic country loading, this isn't really needed.
This breaks some of the "province listing" stuff, but it needed work anyway.

Revision 1.85.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 18:27:10 2008 UTC (14 months, 1 week ago) by bdragon
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-5--3-0-test3
Changes since 1.85.2.2: +3 -1 lines
Diff to previous 1.85.2.2 , to branch point 1.85
Make location_province_name() and location_country_name() more resilient to nonstandard input.

Revision 1.90 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 16 18:23:09 2008 UTC (14 months, 1 week ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-test3
Changes since 1.89: +3 -1 lines
Diff to previous 1.89
Make location_province_name() and location_country_name() more resilient to nonstandard input.
Further refinement of views support.
Reimplementation of the 'location_directory' default view.
REMOVAL of the 'additional' field -- It is now part of Street.
Fixing sortability in the 'location_table' default view.

Revision 1.89 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 18 16:26:32 2008 UTC (15 months, 1 week ago) by bdragon
Branch: MAIN
Changes since 1.88: +17 -4 lines
Diff to previous 1.88
Cache the country stuff to save translation overhead for additional calls.

Revision 1.85.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 18 16:24:39 2008 UTC (15 months, 1 week ago) by bdragon
Branch: DRUPAL-5--3
CVS Tags: DRUPAL-5--3-0-test2
Changes since 1.85.2.1: +17 -4 lines
Diff to previous 1.85.2.1 , to branch point 1.85
Cache the country stuff to save translation overhead for additional calls.

Revision 1.88 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 18 15:27:11 2008 UTC (15 months, 1 week ago) by bdragon
Branch: MAIN
Changes since 1.87: +3 -2 lines
Diff to previous 1.87
Fix location_latlon_rough by loading the country file.

Revision 1.85.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 18 15:24:25 2008 UTC (15 months, 1 week ago) by bdragon
Branch: DRUPAL-5--3
Changes since 1.85: +3 -2 lines
Diff to previous 1.85
Fix location_latlon_rough by loading the country file.

Revision 1.87 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 6 16:38:39 2008 UTC (15 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.86: +5 -34 lines
Diff to previous 1.86
Rip out the notion of "supported countries." With the dynamic country loading, this isn't really needed.
This breaks some of the "province listing" stuff, but it needed work anyway.

Revision 1.86 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 24 19:44:00 2008 UTC (16 months ago) by bdragon
Branch: MAIN
Changes since 1.85: +5 -5 lines
Diff to previous 1.85
Initial Druapl 6 checkin: Just enough to save and show a location.

Revision 1.85 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 23 22:20:28 2008 UTC (16 months ago) by bdragon
Branch: MAIN
CVS Tags: DRUPAL-5--3-0-test1
Branch point for: DRUPAL-5--3
Changes since 1.84: +2 -596 lines
Diff to previous 1.84
Remove code that is either dead or needs to be dead.

Revision 1.84 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 23 22:13:08 2008 UTC (16 months ago) by bdragon
Branch: MAIN
Changes since 1.83: +30 -1 lines
Diff to previous 1.83
Add country_name and province_name to locations upon load for themers' convenience.

Revision 1.83 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 7 19:08:28 2008 UTC (16 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.82: +3 -1 lines
Diff to previous 1.82
#272112, patch by lyricnz: Fix map links (forgot to load country)

Thanks!

Revision 1.82 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 17 16:57:44 2008 UTC (17 months, 1 week ago) by bdragon
Branch: MAIN
Changes since 1.81: +1 -39 lines
Diff to previous 1.81
The location_geocode_meta_tags stuff has been commented out since location.module rev 1.73 from Jan 4 2007. I'm pretty sure it's safe to remove by now. ;)

Revision 1.81 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 6 21:49:22 2008 UTC (17 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.80: +1 -64 lines
Diff to previous 1.80
Move location proximity form into location_search.

Revision 1.80 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 5 21:44:17 2008 UTC (17 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.79: +9 -2 lines
Diff to previous 1.79
Temporary workaround for buggy provinces.

Revision 1.79 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 5 18:52:43 2008 UTC (17 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.78: +1 -2 lines
Diff to previous 1.78
Remove a couple dpm()s.
More moving out of user address thingie.

Revision 1.78 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 5 18:37:03 2008 UTC (17 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.77: +3 -5 lines
Diff to previous 1.77
move some of the megapatch user address book stuff out of the code (into a local file, I still have to take a look at it..)
More LOCATION_PATH removal.

Revision 1.77 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 5 16:01:04 2008 UTC (17 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.76: +10 -1 lines
Diff to previous 1.76
Delay-load general geocoders.

Revision 1.76 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 30 04:01:57 2008 UTC (18 months ago) by bdragon
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75
Fix typo, add local file.

Revision 1.75 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 29 22:07:04 2008 UTC (18 months ago) by bdragon
Branch: MAIN
Changes since 1.74: +4 -2 lines
Diff to previous 1.74
Make "not listed" equate to '', not 'xx'. Should fix bug causing extra locations to be generated.

Revision 1.74 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 28 23:36:04 2008 UTC (19 months ago) by bdragon
Branch: MAIN
Changes since 1.73: +4 -2 lines
Diff to previous 1.73
Avoid loading 'xx' include.

Revision 1.73 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 28 23:20:06 2008 UTC (19 months ago) by bdragon
Branch: MAIN
Changes since 1.72: +5 -1 lines
Diff to previous 1.72
Comment these out for now so it's more obvious that they shouldn't be being used.

"Fixes" #232632.

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 21 23:03:09 2008 UTC (20 months, 1 week ago) by bdragon
Branch: MAIN
Changes since 1.71: +1 -46 lines
Diff to previous 1.71
Remove a couple unused internal utility functions.

Revision 1.71 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 8 20:55:48 2008 UTC (20 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.70: +4 -4 lines
Diff to previous 1.70
Fix location_configured_countries().

Revision 1.70 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 8 20:23:35 2008 UTC (20 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.69: +2 -2 lines
Diff to previous 1.69
Fix the province bug that was breaking stuff...

Revision 1.69 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 8 18:38:05 2008 UTC (20 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.68: +5 -2 lines
Diff to previous 1.68
#220404 by stephenpickett: Country specific geocoding functions not being detected properly.
Thanks, stephenpickett!

Revision 1.68 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 7 21:23:37 2008 UTC (20 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.67: +1 -10 lines
Diff to previous 1.67
Remove _location_nothing_to_show(), we don't use it anymore.

Revision 1.67 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 6 16:46:08 2008 UTC (20 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.66: +87 -106 lines
Diff to previous 1.66
Committing what I have. The patch has landed.

Revision 1.66 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 4 02:48:51 2008 UTC (21 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.65: +7 -7 lines
Diff to previous 1.65
Fix #107567.
Split out a seperate cache table for the location search cache.

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 3 22:44:04 2008 UTC (21 months, 3 weeks ago) by bdragon
Branch: MAIN
Changes since 1.64: +1 -50 lines
Diff to previous 1.64
Remove some old debugging code. Remove _location_time_difference().

Revision 1.64 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 24 23:58:23 2008 UTC (22 months ago) by bdragon
Branch: MAIN
Changes since 1.63: +400 -345 lines
Diff to previous 1.63
Re-integration.

PHEW! One more file to go.

Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 24 23:09:40 2008 UTC (22 months ago) by bdragon
Branch: MAIN
Changes since 1.62: +4 -15 lines
Diff to previous 1.62
More whitespace changes. (to reduce the diff from the mega-patch..

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 24 22:59:23 2008 UTC (22 months ago) by bdragon
Branch: MAIN
Changes since 1.61: +136 -136 lines
Diff to previous 1.61
Clean up end of line whitespace.

Revision 1.61 - (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.60: +1224 -1219 lines
Diff to previous 1.60
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.60 - (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.59: +7 -6 lines
Diff to previous 1.59
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.59 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 22 23:29:32 2008 UTC (22 months, 1 week ago) by brmassa
Branch: MAIN
Changes since 1.58: +3 -3 lines
Diff to previous 1.58
Misc:
* location_field_names() renamed to location_field_names()

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 22 23:20:05 2008 UTC (22 months, 1 week ago) by brmassa
Branch: MAIN
Changes since 1.57: +76 -1 lines
Diff to previous 1.57
Misc:
* _location_search_form() moved to location.inc

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 22 22:38:38 2008 UTC (22 months, 1 week ago) by brmassa
Branch: MAIN
Changes since 1.56: +180 -1 lines
Diff to previous 1.56
Misc:
* rename some functions to avoid be called by a external hook call
* moved some functions to location.inc

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 22 22:28:36 2008 UTC (22 months, 1 week ago) by brmassa
Branch: MAIN
Changes since 1.55: +1 -410 lines
Diff to previous 1.55
Misc:
* location.address.inc will hold all address-related functions (that are not hook)

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 22 21:40:36 2008 UTC (22 months, 1 week ago) by brmassa
Branch: MAIN
Changes since 1.54: +5 -5 lines
Diff to previous 1.54
Misc:
* Rename the "supoported" directory to "countries" on code

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 22 20:53:29 2008 UTC (22 months, 1 week ago) by brmassa
Branch: MAIN
Changes since 1.53: +14 -14 lines
Diff to previous 1.53
Misc:
* location_latlon_rough() renamed to _ocation_latlon_rough()
* _location_country_configured() renamed to _location_country_enabled()
* Code organization

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 22 02:59:06 2008 UTC (22 months, 1 week ago) by brmassa
Branch: MAIN
Changes since 1.52: +27 -4 lines
Diff to previous 1.52
Bugs fixed:
* Update address were creating another one
* PHP E_ALL error

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 22 02:33:05 2008 UTC (22 months, 1 week ago) by brmassa
Branch: MAIN
Changes since 1.51: +2 -5 lines
Diff to previous 1.51
New features:
* "Create new address" button changes to "Update address" when appropriate

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 22 02:30:40 2008 UTC (22 months, 1 week ago) by brmassa
Branch: MAIN
Changes since 1.50: +31 -3 lines
Diff to previous 1.50
New features:
* _location_address_get() search on DB for a given address

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 21:54:20 2008 UTC (22 months, 1 week ago) by brmassa
Branch: MAIN
Changes since 1.49: +251 -246 lines
Diff to previous 1.49
Bugs fixed:
* all country codes are now lower case again and the upper case feature now works fine.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 21 20:03:36 2008 UTC (22 months, 1 week ago) by brmassa
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48
Bugs fixed:
* Removed the debug z() function :)
* "U.S. Virgin Islands" renamed to "United States Virgin Islands"

Revision 1.48 - (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.47: +1303 -1210 lines
Diff to previous 1.47
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.47 - (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.46: +46 -134 lines
Diff to previous 1.46
Start of a new era.

Pull DRUPAL-5 up to HEAD.

HEAD is now the development branch up to 3.0.

Revision 1.45.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 2 01:57:25 2007 UTC (2 years, 3 months ago) by ankur
Branch: DRUPAL-5
CVS Tags: 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.45.2.6: +21 -2 lines
Diff to previous 1.45.2.6 , to branch point 1.45 , to next main 1.99
Committing patches for http://drupal.org/node/158101 and http://drupal.org/node/132541
Ideas taken from patches submitted by ray007 and obscurity

Revision 1.45.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 17 23:44:58 2007 UTC (2 years, 5 months ago) by ankur
Branch: DRUPAL-5
Changes since 1.45.2.5: +0 -0 lines
Diff to previous 1.45.2.5 , to branch point 1.45
Left out theme('pager') in search results output.

Revision 1.45.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 16 03:17:52 2007 UTC (2 years, 5 months ago) by ankur
Branch: DRUPAL-5
Changes since 1.45.2.4: +275 -384 lines
Diff to previous 1.45.2.4 , to branch point 1.45
Removing location module search function's dependency on postal codes, sorta.
See http://drupal.org/node/89220 for details about something long overdue.

Revision 1.45.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 15 21:26:17 2007 UTC (2 years, 5 months ago) by ankur
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.45.2.3: +3 -4 lines
Diff to previous 1.45.2.3 , to branch point 1.45
Committing patch to use proper theming function.  Patch courtesy of d.o user
ray007 in http://drupal.org/node/152111

Revision 1.34.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 26 15:16:54 2007 UTC (2 years, 8 months ago) by geodan
Branch: DRUPAL-4-7
Changes since 1.34.2.12: +249 -246 lines
Diff to previous 1.34.2.12 , to branch point 1.34 , to next main 1.99
#91581 - step 2, updating location.inc to reflect new country list, location.install to rename Swedish country code from sw to se in the database and also removing the contents of location.sw.inc

Revision 1.45.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 26 14:56:05 2007 UTC (2 years, 8 months ago) by geodan
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1
Changes since 1.45.2.2: +249 -246 lines
Diff to previous 1.45.2.2 , to branch point 1.45
#91581 - step 2, updating location.inc to reflect new country list, location.install to rename Swedish country code from sw to se in the database and also removing the contents of location.sw.inc

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 26 14:54:29 2007 UTC (2 years, 8 months ago) by geodan
Branch: MAIN
Changes since 1.45: +249 -246 lines
Diff to previous 1.45
#91581 - step 2, updating location.inc to reflect new country list, location.install to rename Swedish country code from sw to se in the database and also removing the contents of location.sw.inc

Revision 1.45.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 24 22:30:10 2007 UTC (2 years, 8 months ago) by ankur
Branch: DRUPAL-5
Changes since 1.45.2.1: +1 -5 lines
Diff to previous 1.45.2.1 , to branch point 1.45
Removing unnecessary 'maxlength' attribute from location form arrays.  Patch
courtesy of killes in http://drupal.org/node/130550

Revision 1.34.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 21 16:24:56 2007 UTC (2 years, 8 months ago) by geodan
Branch: DRUPAL-4-7
Changes since 1.34.2.11: +5 -3 lines
Diff to previous 1.34.2.11 , to branch point 1.34
#114170 - Foreach errors when adding location information using other modules

Revision 1.34.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 00:05:08 2007 UTC (2 years, 9 months ago) by ankur
Branch: DRUPAL-4-7
Changes since 1.34.2.10: +32 -28 lines
Diff to previous 1.34.2.10 , to branch point 1.34
Patch to fix display/theming of locations to use microformats.
Patch courtesy of Tobias Maier in http://drupal.org/node/99191

Revision 1.45.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 00:01:50 2007 UTC (2 years, 9 months ago) by ankur
Branch: DRUPAL-5
Changes since 1.45: +32 -28 lines
Diff to previous 1.45
Patch to fix display/theming of locations to use microformats.
Patch courtesy of Tobias Maier in http://drupal.org/node/99191

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 11 11:14:52 2007 UTC (2 years, 10 months ago) by ankur
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.44: +4 -4 lines
Diff to previous 1.44
Porting location.module to 5.0  w/ patches courtesy of drupal.org users
greggles, webchick, and michaelfavia (see http://drupal.org/node/98255 )
HEAD to be brached to DRUPAL-5 when current functionality verified.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 5 02:41:39 2007 UTC (2 years, 10 months ago) by ankur
Branch: MAIN
Changes since 1.43: +10 -1 lines
Diff to previous 1.43
Adding ability to have multiple locations for a node.  Users will come later.
Twas only a 60 KB patch!

Revision 1.34.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 5 02:34:23 2007 UTC (2 years, 10 months ago) by ankur
Branch: DRUPAL-4-7
Changes since 1.34.2.9: +10 -1 lines
Diff to previous 1.34.2.9 , to branch point 1.34
Adding ability to enter multiple locations for nodes.  Users coming shortly.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 22 01:40:21 2006 UTC (2 years, 11 months ago) by ankur
Branch: MAIN
Changes since 1.42: +36 -22 lines
Diff to previous 1.42
Caching results of file-system intensive function _location_supported_countries()
(see http://drupal.org/node/84804 ) Patch courtesy of drupal.org user bdragon

Revision 1.34.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 22 01:38:19 2006 UTC (2 years, 11 months ago) by ankur
Branch: DRUPAL-4-7
Changes since 1.34.2.8: +36 -22 lines
Diff to previous 1.34.2.8 , to branch point 1.34
Caching results of file-system intensive function _location_supported_countries()
(see http://drupal.org/node/84804 ) Patch courtesy of drupal.org user bdragon

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 20 21:44:00 2006 UTC (3 years, 1 month ago) by ankur
Branch: MAIN
Changes since 1.41: +4 -11 lines
Diff to previous 1.41
http://drupal.org/node/90348

Revision 1.34.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 20 21:41:59 2006 UTC (3 years, 1 month ago) by ankur
Branch: DRUPAL-4-7
Changes since 1.34.2.7: +4 -11 lines
Diff to previous 1.34.2.7 , to branch point 1.34
Fixing for http://drupal.org/node/90348

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 15 23:11:27 2006 UTC (3 years, 2 months ago) by ankur
Branch: MAIN
Changes since 1.40: +15 -9 lines
Diff to previous 1.40
Committing fix regarding problem saving provinces from http://drupal.org/node/79015

Revision 1.34.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 15 23:09:15 2006 UTC (3 years, 2 months ago) by ankur
Branch: DRUPAL-4-7
Changes since 1.34.2.6: +15 -9 lines
Diff to previous 1.34.2.6 , to branch point 1.34
Fixing problem with saving of US provinces reported in http://drupal.org/node/79015

Revision 1.34.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 31 22:14:55 2006 UTC (3 years, 2 months ago) by ankur
Branch: DRUPAL-4-7
Changes since 1.34.2.5: +9 -1 lines
Diff to previous 1.34.2.5 , to branch point 1.34
See http://drupal.org/node/64050

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 31 22:13:20 2006 UTC (3 years, 2 months ago) by ankur
Branch: MAIN
Changes since 1.39: +9 -1 lines
Diff to previous 1.39
See http://drupal.org/node/64050

Revision 1.34.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 24 21:00:54 2006 UTC (3 years, 3 months ago) by ankur
Branch: DRUPAL-4-7
Changes since 1.34.2.4: +3 -3 lines
Diff to previous 1.34.2.4 , to branch point 1.34
Committing fix for gmap module compatibility.  See http://drupal.org/node/69449 for details.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 24 20:56:30 2006 UTC (3 years, 3 months ago) by ankur
Branch: MAIN
Changes since 1.38: +3 -3 lines
Diff to previous 1.38
Committing fix for gmap module compatibility.  See http://drupal.org/node/69449 for details.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 12 13:23:20 2006 UTC (3 years, 3 months ago) by ankur
Branch: MAIN
Changes since 1.37: +36 -1 lines
Diff to previous 1.37
Adding google geocoding to location module.

Revision 1.34.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 12 13:22:05 2006 UTC (3 years, 3 months ago) by ankur
Branch: DRUPAL-4-7
Changes since 1.34.2.3: +36 -1 lines
Diff to previous 1.34.2.3 , to branch point 1.34
Adding google geocoding to location module.

Revision 1.34.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 10 22:18:26 2006 UTC (3 years, 3 months ago) by ankur
Branch: DRUPAL-4-7
Changes since 1.34.2.2: +10 -3 lines
Diff to previous 1.34.2.2 , to branch point 1.34
Adding geocoding interface to location module for DRUPAL-4-7

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 10 04:20:30 2006 UTC (3 years, 3 months ago) by ankur
Branch: MAIN
Changes since 1.36: +10 -3 lines
Diff to previous 1.36
Adding geocoding capabilities to location module and interface.
Currently, only Yahoo! supported for US addresses.

Revision 1.34.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 15 12:32:37 2006 UTC (3 years, 5 months ago) by ankur
Branch: DRUPAL-4-7
Changes since 1.34.2.1: +1 -2 lines
Diff to previous 1.34.2.1 , to branch point 1.34
Fixing default country bug with patch courtesy of geodan in http://drupal.org/node/64150

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 15 12:30:06 2006 UTC (3 years, 5 months ago) by ankur
Branch: MAIN
Changes since 1.35: +1 -2 lines
Diff to previous 1.35
Fixing default country bug with patch courtesy of geodan in http://drupal.org/node/64150

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 14 10:10:17 2006 UTC (3 years, 5 months ago) by ankur
Branch: MAIN
Changes since 1.34: +3 -3 lines
Diff to previous 1.34
ng invalid xhtml error w/ patch from webchick in http://drupal.org/68819

Revision 1.34.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 14 10:07:18 2006 UTC (3 years, 5 months ago) by ankur
Branch: DRUPAL-4-7
Changes since 1.34: +3 -3 lines
Diff to previous 1.34
Fixing invalid xhtml error w/ patch from webchick in http://drupal.org/68819

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 19 00:08:32 2006 UTC (3 years, 7 months ago) by ankur
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.33: +14 -5 lines
Diff to previous 1.33
Committing modified version of patch to enable use of gmaps in manual
entry of latitude/longitude.  Original patch courtesy of user 'webgeer'
on drupal.org, submitted in http://drupal.org/node/58793

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 4 21:31:48 2006 UTC (3 years, 7 months ago) by ankur
Branch: MAIN
Changes since 1.32: +5 -9 lines
Diff to previous 1.32
Commtting patch from will@hotgazpacho.org for array_flip() error reported
in http://drupal.org/node/46176

Revision 1.22.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 4 20:50:36 2006 UTC (3 years, 7 months ago) by ankur
Branch: DRUPAL-4-6
Changes since 1.22.2.3: +2 -2 lines
Diff to previous 1.22.2.3 , to branch point 1.22 , to next main 1.99
Committing fix for validation error that is reported when a edit-node page
is loaded: http://drupal.org/node/57195

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 31 22:49:00 2006 UTC (3 years, 7 months ago) by ankur
Branch: MAIN
Changes since 1.31: +8 -8 lines
Diff to previous 1.31
Continuing port to 4.7.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 28 03:08:43 2006 UTC (3 years, 8 months ago) by weitzman
Branch: MAIN
Changes since 1.30: +1 -5 lines
Diff to previous 1.30
always use theme_add_style() to bring in a stylesheet. don't use theme('stylesheet_import') or else you break  feature

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 8 19:49:17 2006 UTC (3 years, 8 months ago) by ankur
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
Committing patch to fix path used for inclusion of location.css
Patch courtesy of 'seanr' (Sean Robertson) in http://drupal.org/node/53073

Revision 1.29 - (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
Changes since 1.28: +1 -0 lines
Diff to previous 1.28
patch #51816: adding $Id$ RCS tag to all files in location

Revision 1.22.2.3 - (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.22.2.2: +1 -0 lines
Diff to previous 1.22.2.2 , to branch point 1.22
patch #51816: adding $Id$ RCS tag to all files in location

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 21 01:32:16 2006 UTC (3 years, 9 months ago) by ankur
Branch: MAIN
Changes since 1.27: +10 -10 lines
Diff to previous 1.27
Instead of checking to see if a variable isset() AND != '', checking same condition
simply w/ empty() function.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 20 23:06:27 2006 UTC (3 years, 9 months ago) by ankur
Branch: MAIN
Changes since 1.26: +5 -4 lines
Diff to previous 1.26
Committing slightly altered version of patch submitted by KarenS in http://drupal.org/node/47831 for adding control of weight over location form fields in node submission forms.

Revision 1.22.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 15 23:05:48 2006 UTC (3 years, 9 months ago) by ankur
Branch: DRUPAL-4-6
Changes since 1.22.2.1: +1 -1 lines
Diff to previous 1.22.2.1 , to branch point 1.22
*** empty log message ***

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 15 22:45:13 2006 UTC (3 years, 9 months ago) by ankur
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
*** empty log message ***

Revision 1.22.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 1 04:37:52 2005 UTC (3 years, 11 months ago) by ankur
Branch: DRUPAL-4-6
Changes since 1.22: +0 -30 lines
Diff to previous 1.22
Fixing problems with line breaks and container-inlines in form generation as reported by kyle in http://drupal.org/node/27221

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 17 21:28:34 2005 UTC (4 years ago) by ankur
Branch: MAIN
Changes since 1.24: +182 -152 lines
Diff to previous 1.24
Committing patch from Neil Drumm to port location module to Drupal 4.7.
Patch submitted in issue at http://drupal.org/node/37964

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 12 09:02:49 2005 UTC (4 years ago) by rorris
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
Updated eventfinder for CiviCRM 1.2
Change link text in location

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 19 13:22:49 2005 UTC (4 years, 1 month ago) by ankur
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
Committing fix for http://drupal.org/node/34244 submitted by orangechicken

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 19 12:14:38 2005 UTC (4 years, 1 month ago) by ankur
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.21: +1 -0 lines
Diff to previous 1.21
http://drupal.org/node/30400

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 21 02:02:04 2005 UTC (4 years, 2 months ago) by ankur
Branch: MAIN
Changes since 1.20: +0 -1 lines
Diff to previous 1.20
Removing redundant line.  Reported by robertDouglass in http://drupal.org/node/31550

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 8 19:58:46 2005 UTC (4 years, 2 months ago) by ankur
Branch: MAIN
Changes since 1.19: +30 -0 lines
Diff to previous 1.19
Updating location module interface to allow admin to choose which mapping
sites to deep-link to.  See http://drupal.org/node/25086

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 18 02:55:22 2005 UTC (4 years, 3 months ago) by ankur
Branch: MAIN
Changes since 1.18: +9 -0 lines
Diff to previous 1.18
Adding optional interface to location for inputting latitude/longitude for locations.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 3 19:31:38 2005 UTC (4 years, 3 months ago) by ankur
Branch: MAIN
Changes since 1.17: +6 -1 lines
Diff to previous 1.17
*** empty log message ***

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 22 02:19:01 2005 UTC (4 years, 4 months ago) by ankur
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
Extending linking features.  For now, just adding more links.  Soon to come:
configurability of which mapping services are linked to.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 31 20:18:08 2005 UTC (4 years, 5 months ago) by ankur
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
Fixing an inconsistency for value returned by variable_get() for the
'location_configured_countries' variable.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 13 02:00:15 2005 UTC (4 years, 6 months ago) by ankur
Branch: MAIN
Changes since 1.14: +9 -5 lines
Diff to previous 1.14
Taking care of the foreach() error and alphabetizing the list of
countries displayed in q=admin/settings/location

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 3 00:01:49 2005 UTC (4 years, 6 months ago) by ankur
Branch: MAIN
CVS Tags: DRUPAL-4-5
Changes since 1.13: +9 -6 lines
Diff to previous 1.13
Fixing issue posted to http://drupal.org/node/21698
-Ankur Rishi

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 1 00:24:36 2005 UTC (4 years, 7 months ago) by crunchywelch
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
fixed bad chars for ankur

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 30 23:41:11 2005 UTC (4 years, 7 months ago) by ankur
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11
Takes care of http://drupal.org/node/21550.
Because I am committing from a windows machine, CVS may think that I've
changed every line in the file because of Unix and Windows use different
line-breaks.  In anycase, only the two calls to _location_province_select_options()
were changed to insert the missing third argument....

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 28 02:45:28 2005 UTC (4 years, 7 months ago) by ankur
Branch: MAIN
Changes since 1.10: +12 -0 lines
Diff to previous 1.10
Fixing http://drupal.org/node/21393

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 26 03:25:32 2005 UTC (4 years, 7 months ago) by ankur
Branch: MAIN
Changes since 1.9: +27 -14 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 26 00:07:14 2005 UTC (4 years, 7 months ago) by ankur
Branch: MAIN
Changes since 1.8: +75 -36 lines
Diff to previous 1.8
Apologies for the lenghty commit; time is scarce at present.
This commit fixes #21264, #21226, #20789, #20790.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 23 02:00:17 2005 UTC (4 years, 7 months ago) by ankur
Branch: MAIN
Changes since 1.7: +10 -0 lines
Diff to previous 1.7
These commits are all a part of a minor UI change that involves using
a postal code to fill in city and province when saving a location, if
an identifying postal code and country are available in the parameter
location.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 21 02:02:05 2005 UTC (4 years, 7 months ago) by ankur
Branch: MAIN
Changes since 1.6: +20 -147 lines
Diff to previous 1.6
location.inc has been updated to optimize postal code searching.  The API
is unaffected, but you will want to grab a copy of
modules/location/database/zipcodes.mysql when you grab this version of the file.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 20 01:54:44 2005 UTC (4 years, 7 months ago) by ankur
Branch: MAIN
Changes since 1.5: +26 -1 lines
Diff to previous 1.5
Added some testing code (commented-out in committed file).
Also reduced some redundancy in data processing when loading.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 5 02:11:29 2005 UTC (4 years, 7 months ago) by ankur
Branch: MAIN
Changes since 1.4: +7 -2 lines
Diff to previous 1.4
Changed location.inc, and location.xx.inc's so that multiple links are returned
when location_map_link() is called.  (http://drupal.org/node/19749)

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 30 22:45:32 2005 UTC (4 years, 8 months ago) by ankur
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3
Changed country abbreviation for UK from 'gb' to 'uk'.  'gb' is what I originally
got as the country's two-letter ISO code as listed in ISO 3166-1.  However, 'uk'
is used overwhelmingly and is also the convention for domain names.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 30 02:20:49 2005 UTC (4 years, 8 months ago) by ankur
Branch: MAIN
Changes since 1.2: +22 -6 lines
Diff to previous 1.2
Added a new field for to locations for the name of a location.  Original patch
courtesy of drupal.org user 'joshk'. (posted at http://drupal.org/node/19064)

Also some corrections to spelling.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 23 06:18:28 2005 UTC (4 years, 8 months ago) by robertDouglass
Branch: MAIN
Changes since 1.1: +9 -7 lines
Diff to previous 1.1
Updated include and is_dir statements to use drupal_get_path
Fixed bug with missing - 'us-MI'
Closes http://drupal.org/node/19272

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