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

Log of /contributions/modules/ip2cc/ip2cc.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.10.2.7.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 27 09:55:28 2009 UTC (2 months ago) by mrfelton
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.10.2.7.2.8: +2 -2 lines
Diff to previous 1.10.2.7.2.8 , to branch point 1.10.2.7 , to next main 1.10.2.9
[587998] use trim() on each line of ip-to-country.cvs
Show more meaningful error messages than 'undefined'

Revision 1.10.2.7.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 9 15:16:22 2009 UTC (3 months, 2 weeks ago) by mrfelton
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1
Changes since 1.10.2.7.2.7: +8 -166 lines
Diff to previous 1.10.2.7.2.7 , to branch point 1.10.2.7
moved ip2cc node functionality into its own submodule

Revision 1.10.2.7.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 9 14:15:47 2009 UTC (3 months, 2 weeks ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.10.2.7.2.6: +10 -4 lines
Diff to previous 1.10.2.7.2.6 , to branch point 1.10.2.7
 - wrap table name in {} to ensure it works with db_prefix is used
 - More accurate status messages in the update database page

Revision 1.10.2.7.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 4 10:23:30 2009 UTC (6 months, 3 weeks ago) by mrfelton
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1-BETA3
Changes since 1.10.2.7.2.5: +155 -150 lines
Diff to previous 1.10.2.7.2.5 , to branch point 1.10.2.7
[#452912] Added documentation and simplified update process
[#452720] Use more appropriate tests in hook_requirements
[#433858] Extracted building of SQL file into module.
[#433742] Removed the flush option - flush is now assumed on update

Revision 1.10.2.7.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 23 07:17:59 2009 UTC (7 months ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.10.2.7.2.4: +14 -51 lines
Diff to previous 1.10.2.7.2.4 , to branch point 1.10.2.7
remove unneeded hook_update
standardise on the way we collect the users IP address (use ip_address)

Revision 1.10.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 21:49:53 2009 UTC (7 months, 4 weeks ago) by mrfelton
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1-BETA1, DRUPAL-5--1-1-BETA2
Changes since 1.10.2.8: +134 -37 lines
Diff to previous 1.10.2.8 , to branch point 1.10 , to next main 1.15
#417634 Ensure fetchdb.sh doe not grow the loadfile without boubd (thanks rfay)
#268690 Remove ip2cc database as it is not under GPL License
remove iso3166 database table
use hook_requirements to alert user to problems with their installation
Get extra country data from countries_api module if available

Revision 1.10.2.7.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 30 21:48:25 2009 UTC (7 months, 4 weeks ago) by mrfelton
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-1-BETA1, DRUPAL-6--1-1-BETA2
Changes since 1.10.2.7.2.3: +91 -27 lines
Diff to previous 1.10.2.7.2.3 , to branch point 1.10.2.7
#417634 Ensure fetchdb.sh doe not grow the loadfile without boubd (thanks rfay)
#268690 Remove ip2cc database as it is not under GPL License
remove iso3166 database table
use hook_requirements to alert user to problems with their installation
Get extra country data from countries_api module if available

Revision 1.10.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 7 12:01:28 2009 UTC (8 months, 3 weeks ago) by mrfelton
Branch: DRUPAL-5
Changes since 1.10.2.7: +24 -19 lines
Diff to previous 1.10.2.7 , to branch point 1.10
#217085 fix coding standards violations

Revision 1.10.2.7.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 11 13:25:01 2009 UTC (10 months, 2 weeks ago) by mrfelton
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA2
Changes since 1.10.2.7.2.2: +3 -3 lines
Diff to previous 1.10.2.7.2.2 , to branch point 1.10.2.7
- Removed periods from menu items.

Revision 1.10.2.7.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 11 13:15:10 2009 UTC (10 months, 2 weeks ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.10.2.7.2.1: +37 -20 lines
Diff to previous 1.10.2.7.2.1 , to branch point 1.10.2.7
Error on update due to empty line at end of mysql file

Revision 1.10.2.7.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 10 21:01:23 2009 UTC (10 months, 2 weeks ago) by mrfelton
Branch: DRUPAL-6--1
Changes since 1.10.2.7: +94 -80 lines
Diff to previous 1.10.2.7
- Inital port to D6 (ran throught deadwood and coder modules)

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 25 16:53:36 2007 UTC (2 years, 1 month ago) by sugree
Branch: MAIN
CVS Tags: HEAD
Changes since 1.14: +19 -1 lines
Diff to previous 1.14
merged json patch

Revision 1.10.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 25 16:39:30 2007 UTC (2 years, 1 month ago) by sugree
Branch: DRUPAL-5
Branch point for: DRUPAL-6--1
Changes since 1.10.2.6: +19 -1 lines
Diff to previous 1.10.2.6 , to branch point 1.10
added patch #186410 by mr.j

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 5 14:29:25 2007 UTC (2 years, 4 months ago) by sugree
Branch: MAIN
Changes since 1.13: +4 -4 lines
Diff to previous 1.13
called theme_image

Revision 1.10.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 5 14:28:50 2007 UTC (2 years, 4 months ago) by sugree
Branch: DRUPAL-5
Changes since 1.10.2.5: +4 -4 lines
Diff to previous 1.10.2.5 , to branch point 1.10
called theme_image

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 12 04:00:36 2007 UTC (2 years, 7 months ago) by sugree
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
changed url() to check_url()

Revision 1.1.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 12 03:59:56 2007 UTC (2 years, 7 months ago) by sugree
Branch: DRUPAL-4-7
Changes since 1.1.4.2: +2 -2 lines
Diff to previous 1.1.4.2 , to branch point 1.1 , to next main 1.15
changed url() to check_url()

Revision 1.10.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 12 03:59:34 2007 UTC (2 years, 7 months ago) by sugree
Branch: DRUPAL-5
Changes since 1.10.2.4: +2 -2 lines
Diff to previous 1.10.2.4 , to branch point 1.10
changed url() to check_url()

Revision 1.1.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 23 07:19:17 2007 UTC (2 years, 9 months ago) by sugree
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--1-0
Changes since 1.1.4.1: +2 -2 lines
Diff to previous 1.1.4.1 , to branch point 1.1
#121597, thanks smk-ka

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 23 07:18:29 2007 UTC (2 years, 9 months ago) by sugree
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
merged from DRUPAL-5

Revision 1.10.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 23 07:15:39 2007 UTC (2 years, 9 months ago) by sugree
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.10.2.3: +2 -2 lines
Diff to previous 1.10.2.3 , to branch point 1.10
#121597, thanks smk-ka

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 21 07:52:46 2007 UTC (2 years, 9 months ago) by sugree
Branch: MAIN
Changes since 1.10: +131 -10 lines
Diff to previous 1.10
merged from DRUPAL-5

Revision 1.10.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 21 07:41:44 2007 UTC (2 years, 9 months ago) by sugree
Branch: DRUPAL-5
Changes since 1.10.2.2: +100 -6 lines
Diff to previous 1.10.2.2 , to branch point 1.10
updated ipdb

Revision 1.10.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 7 14:53:10 2007 UTC (2 years, 10 months ago) by sugree
Branch: DRUPAL-5
Changes since 1.10.2.1: +25 -4 lines
Diff to previous 1.10.2.1 , to branch point 1.10
fixed incorrect getting node_types

Revision 1.10.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 6 16:34:52 2007 UTC (2 years, 10 months ago) by sugree
Branch: DRUPAL-5
Changes since 1.10: +10 -4 lines
Diff to previous 1.10
fixed hook_link

Revision 1.1.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 3 01:59:18 2007 UTC (2 years, 10 months ago) by sugree
Branch: DRUPAL-4-7
Changes since 1.1: +144 -12 lines
Diff to previous 1.1
merged from head

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 6 16:16:17 2006 UTC (3 years, 8 months ago) by sugree
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
fixed relative url not work in 4.7.0 beta 5

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 10 08:53:23 2006 UTC (3 years, 9 months ago) by sugree
Branch: MAIN
Changes since 1.8: +37 -6 lines
Diff to previous 1.8
added view permissions

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 7 16:43:35 2006 UTC (3 years, 9 months ago) by sugree
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7
added default to  in hook_link()

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 4 02:05:07 2006 UTC (3 years, 9 months ago) by sugree
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
called drupal_get_path() to support multisite environment

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 1 17:19:10 2006 UTC (3 years, 9 months ago) by sugree
Branch: MAIN
Changes since 1.5: +45 -6 lines
Diff to previous 1.5
added flag to node by types

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 30 19:00:21 2006 UTC (3 years, 9 months ago) by sugree
Branch: MAIN
Changes since 1.4: +55 -2 lines
Diff to previous 1.4
added flag to comment

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 30 04:57:31 2006 UTC (3 years, 9 months ago) by sugree
Branch: MAIN
Changes since 1.3: +8 -8 lines
Diff to previous 1.3
added missing UK and showed IP if not know

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 28 04:05:58 2006 UTC (3 years, 10 months ago) by sugree
Branch: MAIN
Changes since 1.2: +5 -2 lines
Diff to previous 1.2
handled unknown country

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 28 03:32:39 2006 UTC (3 years, 10 months ago) by sugree
Branch: MAIN
Changes since 1.1: +10 -4 lines
Diff to previous 1.1
added netname and asn

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 22 01:02:03 2006 UTC (3 years, 10 months ago) by sugree
Branch: MAIN
Branch point for: DRUPAL-4-6, DRUPAL-4-7
initial revision

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