/[drupal]/contributions/modules/geonames/geonames.module
ViewVC logotype

Log of /contributions/modules/geonames/geonames.module

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.1.4.1.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 6 02:23:47 2009 UTC (2 weeks, 5 days ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.22: +5 -5 lines
Diff to previous 1.1.4.1.2.22 , to branch point 1.1.4.1 , to next main 1.1.4.2
#623720: sort geonames results, even when they come from cache.

Revision 1.1.4.1.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 6 02:16:44 2009 UTC (2 weeks, 5 days ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.21: +5 -5 lines
Diff to previous 1.1.4.1.2.21 , to branch point 1.1.4.1
Use array_key_exists() to check for $options entries, rather than looking at values.

Revision 1.1.4.1.2.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 22 10:16:55 2009 UTC (4 weeks, 5 days ago) by lyricnz
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2, DRUPAL-6--1-2-BETA1
Changes since 1.1.4.1.2.20: +5 -5 lines
Diff to previous 1.1.4.1.2.20 , to branch point 1.1.4.1
#437266 by bangpound: further cleanups to use of t()

Revision 1.1.4.1.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 14 14:41:29 2009 UTC (2 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.19: +28 -2 lines
Diff to previous 1.1.4.1.2.19 , to branch point 1.1.4.1
#325023: add 'get' webservice implementation and tests.

Revision 1.1.4.1.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 14 14:18:14 2009 UTC (2 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.18: +8 -428 lines
Diff to previous 1.1.4.1.2.18 , to branch point 1.1.4.1
Move admin and doc components to separate include files.
Fix a few more E_NOTICE messages.
Add more functionality to the simpletest.

Revision 1.1.4.1.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 14 12:59:20 2009 UTC (2 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.17: +8 -6 lines
Diff to previous 1.1.4.1.2.17 , to branch point 1.1.4.1
Fix more E_NOTICE warnings. Add a simple test for geonames.

Revision 1.1.4.1.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 14 09:43:18 2009 UTC (2 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.16: +14 -14 lines
Diff to previous 1.1.4.1.2.16 , to branch point 1.1.4.1
Coder updates.

Revision 1.1.4.1.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 14 09:36:52 2009 UTC (2 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.15: +5 -1 lines
Diff to previous 1.1.4.1.2.15 , to branch point 1.1.4.1
#576710: fixup some E_NOTICE messages.

Revision 1.1.4.1.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 14 05:40:57 2009 UTC (2 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.14: +10 -11 lines
Diff to previous 1.1.4.1.2.14 , to branch point 1.1.4.1
Replace file_get_contents() with drupal_http_request()

Revision 1.1.4.1.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 14 03:44:22 2009 UTC (2 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.13: +3 -8 lines
Diff to previous 1.1.4.1.2.13 , to branch point 1.1.4.1
Simplify cache clearing code, now that geonames uses its own table.

Revision 1.1.4.1.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 14 03:38:00 2009 UTC (2 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.12: +3 -20 lines
Diff to previous 1.1.4.1.2.12 , to branch point 1.1.4.1
More work on removing cache configuration.

Revision 1.1.4.1.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 14 03:01:46 2009 UTC (2 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.11: +1 -30 lines
Diff to previous 1.1.4.1.2.11 , to branch point 1.1.4.1
#359959: check for SimpleXML when installing module.
Move hook_requirements to .install where it belongs.

Revision 1.1.4.1.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 13 15:02:57 2009 UTC (2 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.10: +12 -1 lines
Diff to previous 1.1.4.1.2.10 , to branch point 1.1.4.1
#576112: create and use {cache_geonames} rather than {cache}

Revision 1.1.4.1.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 13 14:33:02 2009 UTC (2 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.9: +3 -3 lines
Diff to previous 1.1.4.1.2.9 , to branch point 1.1.4.1
#576044: fix errors when flushing cache.

Revision 1.1.4.1.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 13 13:29:54 2009 UTC (2 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.8: +1 -15 lines
Diff to previous 1.1.4.1.2.8 , to branch point 1.1.4.1
Remove unused geonames_menu_link() and geonames_access().

Revision 1.1.4.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 12 17:43:03 2009 UTC (2 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.7: +31 -17 lines
Diff to previous 1.1.4.1.2.7 , to branch point 1.1.4.1
Start fixing use of t() - http://api.drupal.org/api/function/t/6
* use t() substitutions, not string concatenation
* don't translate menu entries

Revision 1.1.4.1.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 10 06:05:45 2009 UTC (2 months, 2 weeks ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.6: +35 -5 lines
Diff to previous 1.1.4.1.2.6 , to branch point 1.1.4.1
#572364: add support for warning about missing geonames metadata.

Revision 1.1.4.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 10 05:10:22 2009 UTC (2 months, 2 weeks ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.5: +37 -1 lines
Diff to previous 1.1.4.1.2.5 , to branch point 1.1.4.1
#572364: add support for manually refreshing metadata.

Revision 1.1.4.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 10 04:09:29 2009 UTC (2 months, 2 weeks ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.4: +12 -1 lines
Diff to previous 1.1.4.1.2.4 , to branch point 1.1.4.1
#370976 by jfxberns: implement hook_theme()

Revision 1.1.4.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 7 13:42:12 2009 UTC (2 months, 2 weeks ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.3: +30 -15 lines
Diff to previous 1.1.4.1.2.3 , to branch point 1.1.4.1
#334726: fix geonames_metadata_update() for new data formats.

Revision 1.1.4.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 16 07:20:04 2009 UTC (7 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.2: +3 -3 lines
Diff to previous 1.1.4.1.2.2 , to branch point 1.1.4.1
#334726 by bangpound: update countryinfo table format

Revision 1.1.4.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 16 00:18:46 2009 UTC (7 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1.2.1: +213 -219 lines
Diff to previous 1.1.4.1.2.1 , to branch point 1.1.4.1
#433720 by bangpound: fix coding-style

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 14 20:24:49 2008 UTC (11 months, 1 week ago) by lyricnz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +3 -2 lines
Diff to previous 1.2
#344156: fix misplaced bracket

Revision 1.1.4.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 14 20:23:58 2008 UTC (11 months, 1 week ago) by lyricnz
Branch: DRUPAL-6--1
Changes since 1.1.4.1: +3 -2 lines
Diff to previous 1.1.4.1
#344156: fix misplaced bracket

Revision 1.1.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 14 20:19:52 2008 UTC (11 months, 1 week ago) by lyricnz
Branch: DRUPAL-5
Changes since 1.1.2.4: +4 -3 lines
Diff to previous 1.1.2.4 , to branch point 1.1 , to next main 1.3
#344156: fix misplaced bracket

Revision 1.1.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 13 08:36:32 2008 UTC (17 months, 1 week ago) by serosero
Branch: DRUPAL-6--2
Changes since 1.1.4.1: +11 -6 lines
Diff to previous 1.1.4.1 , to branch point 1.1 , to next main 1.3
Trying to replace the current stable release
- Added Hierarchy Service (thanx swill, http://drupal.org/node/266240)
- Converted all file_get_contents calls to drupal_http_request (thanks litrik,
http://drupal.org/node/266519)

Revision 1.1.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 10 18:10:47 2008 UTC (18 months, 2 weeks ago) by serosero
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--2-0
Branch point for: DRUPAL-6--1
Changes since 1.1: +559 -349 lines
Diff to previous 1.1
Trying the first D6 release...

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 10 17:53:59 2008 UTC (18 months, 2 weeks ago) by serosero
Branch: MAIN
Changes since 1.1: +559 -349 lines
Diff to previous 1.1
Initial Drupal 6 release

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 28 23:40:45 2007 UTC (2 years, 1 month ago) by serosero
Branch: DRUPAL-5
Changes since 1.1.2.3: +0 -0 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Fixed a couple of minor bugs, not all wikipedia data was returned properly

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 20 16:59:08 2007 UTC (2 years, 2 months ago) by serosero
Branch: DRUPAL-5
Changes since 1.1.2.2: +49 -12 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Fixed the parser. if gmt/dstoffset was requested by passing the $option
variable, and timezone was not set -- they were not returned. Also fixed
a minor issue that affected the 'search' module, the row "distance" was
returned when setting the parameter 'style' and not passing columns option.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 20 11:16:42 2007 UTC (2 years, 2 months ago) by serosero
Branch: DRUPAL-5
Changes since 1.1.2.1: +1298 -0 lines
Diff to previous 1.1.2.1 , to branch point 1.1
The first release

Revision 1.1.2.1
Thu Sep 20 10:55:58 2007 UTC (2 years, 2 months ago) by serosero
Branch: DRUPAL-5
Changes since 1.1: +0 -1298 lines
FILE REMOVED
file geonames.module was added on branch DRUPAL-5 on 2007-09-20 11:16:42 +0000

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 20 10:55:58 2007 UTC (2 years, 2 months ago) by serosero
Branch: MAIN
Branch point for: DRUPAL-5, DRUPAL-6--2
First commit for Geonames API

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