/[drupal]/contributions/modules/ad_geoip/CHANGELOG.txt
ViewVC logotype

Log of /contributions/modules/ad_geoip/CHANGELOG.txt

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


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

Revision 1.2.2.11.2.3 - (view) (download) (annotate) - [select for diffs]
Sat Apr 18 14:23:46 2009 UTC (7 months, 1 week ago) by jeremy
Branch: DRUPAL-6--2
Changes since 1.2.2.11.2.2: +1 -1 lines
Diff to previous 1.2.2.11.2.2 , to branch point 1.2.2.11 , to next main 1.2.2.12
minor cleanups

Revision 1.2.2.12 - (view) (download) (annotate) - [select for diffs]
Fri Apr 17 16:22:12 2009 UTC (7 months, 1 week ago) by jeremy
Branch: DRUPAL-5
Changes since 1.2.2.11: +4 -0 lines
Diff to previous 1.2.2.11 , to branch point 1.2
 - ad_geoip.module
    o bug #301664: fix typo, GEOIP_CITY_EDITION_REV => GEOIP_CITY_EDITION_REV1

Revision 1.2.2.11.2.2 - (view) (download) (annotate) - [select for diffs]
Fri Apr 17 16:20:34 2009 UTC (7 months, 1 week ago) by jeremy
Branch: DRUPAL-6--2
Changes since 1.2.2.11.2.1: +5 -1 lines
Diff to previous 1.2.2.11.2.1 , to branch point 1.2.2.11
 - ad_geoip.module
    o fix typo, GEOIP_CITY_EDITION_REV => GEOIP_CITY_EDITION_REV1

Revision 1.2.2.11.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Apr 17 16:06:11 2009 UTC (7 months, 1 week ago) by jeremy
Branch: DRUPAL-6--2
Changes since 1.2.2.11: +2 -65 lines
Diff to previous 1.2.2.11
Port module to Drupal 6.
The significant portion of the porting effort thanks to webchick and neochief.

Revision 1.2.2.11 - (view) (download) (annotate) - [select for diffs]
Sat Nov 29 01:48:20 2008 UTC (11 months, 3 weeks ago) by jeremy
Branch: DRUPAL-5
CVS Tags: DRUPAL-6--2-0-RC1
Branch point for: DRUPAL-6--2
Changes since 1.2.2.10: +4 -0 lines
Diff to previous 1.2.2.10 , to branch point 1.2
 - ad_geoip.module
    o feature #337505: support new cache hook_select

Revision 1.2.2.10 - (view) (download) (annotate) - [select for diffs]
Tue Sep 30 18:38:25 2008 UTC (13 months, 3 weeks ago) by jeremy
Branch: DRUPAL-5
Changes since 1.2.2.9: +5 -1 lines
Diff to previous 1.2.2.9 , to branch point 1.2
 - ad_geoip.module
    o bug #315386: only load ad_geoip data for advertisement nodes

Revision 1.2.2.9 - (view) (download) (annotate) - [select for diffs]
Wed Jul 30 00:56:37 2008 UTC (15 months, 3 weeks ago) by jeremy
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1-1
Changes since 1.2.2.8: +6 -0 lines
Diff to previous 1.2.2.8 , to branch point 1.2
 - ad_geoip.install
    o bug #288641: create ad_geoip_ads_city table
 - ad_geoip.module
    o fix typo in GEOIP_CITY_EDITION_REV1 definition

Revision 1.2.2.8 - (view) (download) (annotate) - [select for diffs]
Thu Jul 24 03:26:41 2008 UTC (16 months ago) by jeremy
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.2.2.7: +4 -0 lines
Diff to previous 1.2.2.7 , to branch point 1.2
 - ad_geoip.module
    o add support for geotargeting by city
    o add help text to geotargeting fieldset
 - ad_geoip.inc
    o add support for geotargeting by city
 - ad_geoip.install
    o add ad_geoip_ads_city table

Revision 1.2.2.7 - (view) (download) (annotate) - [select for diffs]
Wed Jul 23 23:57:22 2008 UTC (16 months ago) by jeremy
Branch: DRUPAL-5
Changes since 1.2.2.6: +8 -0 lines
Diff to previous 1.2.2.6 , to branch point 1.2
 - ad_geoip.module
    o add support for geotargeting by region (state & province)
 - ad_geoip.inc
    o add support for geotargeting by region (state & province)
    o move duplicated code into a single function
    o code cleanup and simplification
 - ad_geoip.install
    o rename ad_geoip_ads to ad_geoip_ads_country
    o add ad_geoip_ads_region table

Revision 1.2.2.6 - (view) (download) (annotate) - [select for diffs]
Wed Jul 23 17:56:50 2008 UTC (16 months ago) by jeremy
Branch: DRUPAL-5
Changes since 1.2.2.5: +4 -0 lines
Diff to previous 1.2.2.5 , to branch point 1.2
 - ad_geoip.module
    o add detailed status report to assist in locating installed GeoIP databases

Revision 1.2.2.5 - (view) (download) (annotate) - [select for diffs]
Fri Jul 11 16:49:23 2008 UTC (16 months, 2 weeks ago) by jeremy
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.2.2.4: +1 -0 lines
Diff to previous 1.2.2.4 , to branch point 1.2
 - ad_geoip.inc
    o optimize when processing an unkown IP address

Revision 1.2.2.4 - (view) (download) (annotate) - [select for diffs]
Fri Jul 11 14:45:00 2008 UTC (16 months, 2 weeks ago) by jeremy
Branch: DRUPAL-5
Changes since 1.2.2.3: +6 -0 lines
Diff to previous 1.2.2.3 , to branch point 1.2
 - ad_geoip.inc
    o add additional debug tracing
    o notify adserve when there are no more available ads
    o properly support displaying ads when quantity > 1

Revision 1.2.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Jul 11 02:00:21 2008 UTC (16 months, 2 weeks ago) by jeremy
Branch: DRUPAL-5
Changes since 1.2.2.2: +6 -0 lines
Diff to previous 1.2.2.2 , to branch point 1.2
 - ad_geoip.inc
    o support geotargeting with ad cache enabled
 - ad_geoip.module
    o populate cache with geotargeting information

Revision 1.2.2.2 - (view) (download) (annotate) - [select for diffs]
Thu Jul 10 01:59:44 2008 UTC (16 months, 2 weeks ago) by jeremy
Branch: DRUPAL-5
Changes since 1.2.2.1: +22 -0 lines
Diff to previous 1.2.2.1 , to branch point 1.2
 - ad_geoip.module
    o add defines for three types of geotargeting support
 - ad_geoip.inc
    o implement basic support for geotargeting countries (no cache support yet)

Revision 1.2.2.1
Sat Jun 28 00:24:04 2008 UTC (16 months, 4 weeks ago) by jeremy
Branch: DRUPAL-5
Changes since 1.2: +0 -16 lines
FILE REMOVED
file CHANGELOG.txt was added on branch DRUPAL-5 on 2008-07-10 01:59:44 +0000

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Jun 28 00:24:04 2008 UTC (16 months, 4 weeks ago) by jeremy
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5
Changes since 1.1: +5 -0 lines
Diff to previous 1.1
 - ad_geoip.module
    o initial test definition of adapi() 'adserve_select' hook
    o code cleanup, make current ad_geoip_update_iso3166() usage default

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Jun 12 00:34:30 2008 UTC (17 months, 2 weeks ago) by jeremy
Branch: MAIN
 - ad_geoip.module
    o alter advertisement forms, adding section to configure GeoTargeting
    o automatically populate ad_geoip_codes table, downloading ISO3166 document
      every 30 days to register 2 letter country codes and country names
 - ad_geoip.install
    o create ad_geoip_codes table for storing country codes and names
    o create ad_geoip_ads table for storing ad geotargeting configuration

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