Skip to content
  1. Oct 21, 2009
    • jeremy's avatar
      - ad.module · 7c902224
      jeremy authored
          o feature #411666: when serving ads pass in the url alias, if any
       - adserve.php
          o feature #411666: register the alias where the ad is being displayed
       - ad_channel.inc
          o feature #411666: check path rules against Drupal path and alias
       - ad_channel.inc
          o feature #411666: update documentation
      7c902224
  2. May 07, 2009
  3. Apr 09, 2009
    • jeremy's avatar
      - ad.module · 6e6004ff
      jeremy authored
          o bug #404888: properly increment impressions when using the raw method to
            display advertisements
       - adserve.inc
          o bug #404888: properly display advertisements in Raw mode
       - imageserve.inc
          o bug #404888: properly increment impressions when using the raw method to
            display advertisements
      6e6004ff
  4. Mar 27, 2009
    • jeremy's avatar
      - adserve.inc · e4bfac8b
      jeremy authored
          o bug #406278: fix PHP E_ALL notices
            (fix includes patch by Garrett Albright)
       - ad_cache_file.module
          o fix PHP E_ALL notices
       - token_ad.inc
          o fix PHP E_ALL notices
      e4bfac8b
  5. Mar 18, 2009
  6. Feb 23, 2009
  7. Feb 17, 2009
    • jeremy's avatar
      - ad.module · 4ee6f2f6
      jeremy authored
          o feature #346454: replace "views" with "impressions"
       - adserve.inc
          o bug #375377: remove references to no longer existing views files
      4ee6f2f6
    • jeremy's avatar
      - adserve.inc · 0cc75552
      jeremy authored
          o bug #375765: do not auto-expire ads unless configured to auto-expire
      VS: ----------------------------------------------------------------------
      0cc75552
  8. Feb 16, 2009
    • jeremy's avatar
      - ad.admin.inc · 12efebab
      jeremy authored
          o bug #375270: cleanup code for E_ALL compliance
       - ad.module
          o bug #375270: cleanup code for E_ALL compliance
       - ad.pages.inc
          o bug #375270: cleanup code for E_ALL compliance
       - adserve.inc
          o bug #375270: cleanup code for E_ALL compliance
       - ad_cache_file.inc
          o bug #375270: cleanup code for E_ALL compliance
       - ad_cache_file.module
          o bug #375270: cleanup code for E_ALL compliance
       - ad_cache_memcache.inc
          o bug #375270: cleanup code for E_ALL compliance
       - ad_cache_memcache.module
          o bug #375270: cleanup code for E_ALL compliance
       - ad_embed.module
          o bug #375270: cleanup code for E_ALL compliance
       - ad_remote.module
          o bug #375270: cleanup code for E_ALL compliance
       - ad_external.module
          o bug #375270: cleanup code for E_ALL compliance
       - ad_image.module
          o bug #375270: cleanup code for E_ALL compliance
       - ad_text.module
          o bug #375270: cleanup code for E_ALL compliance
       - ad_html.module
          o bug #375270: cleanup code for E_ALL compliance
       - ad_remote.module
          o bug #375270: cleanup code for E_ALL compliance
       - ad_report.module
          o bug #375270: cleanup code for E_ALL compliance
       - ad_owners.module
          o bug #375270: cleanup code for E_ALL compliance
       - click_filter.install
          o bug #375270: cleanup code for E_ALL compliance
       - click_filter.module
          o bug #375270: cleanup code for E_ALL compliance
      6.x-1.0
      12efebab
    • jeremy's avatar
      - ad.admin.inc · 0e2ad78e
      jeremy authored
          o bug #374044: when editing group, don't display "create group" button
      0e2ad78e
  9. Feb 11, 2009
    • jeremy's avatar
      - ad_text.module · 11cea5a4
      jeremy authored
          o bug #373065: cleanup URL on ad node page
       - ad_image.module
          o bug #373065: cleanup URL on ad node page
       - adserve.inc
          o bug #373065: do not add trailing slash if there is no hostid
      11cea5a4
  10. Feb 10, 2009
    • jeremy's avatar
      - adserve.inc · 76b56707
      jeremy authored
          o bug #277286: document how to set DRUPAL_ROOT for Windows servers, get
            path directly from DURPAL_ROOT if set
      76b56707
  11. Jan 30, 2009
  12. Jan 29, 2009
  13. Aug 11, 2008
    • jeremy's avatar
      - adserve.inc · c082167c
      jeremy authored
          o feature #177885: optionally apply filters when displaying ads
       - ad.module
          o feature #177885: allow configurable filtering of ads
       - ad_cache_file.module
          o feature #177885: optionally apply filters when displaying ads
       - ad_cache_memcache.module
          o feature #177885: optionally apply filters when displaying ads
       - ad_external.module
          o feature #177885: optionally apply filters when displaying ads
       - ad_html.module
          o feature #177885: optionally apply filters when displaying ads
       - ad_image.module
          o feature #177885: optionally apply filters when displaying ads
       - ad_text.module
          o feature #177885: optionally apply filters when displaying ads
      c082167c
    • jeremy's avatar
      - adserve.inc · 2bc71f78
      jeremy authored
          o bug #220817: support installations using symbolic links
      2bc71f78
  14. Aug 10, 2008
    • jeremy's avatar
      - ad.module · 4fb3082e
      jeremy authored
          o feature #250289: add jQuery method for displaying advertisements
          Thanks to Wade Fitzpatrick
       - adserve.inc
          o feature #250289: support jQuery method to display advertisements
      4fb3082e
    • jeremy's avatar
      - adserve.inc · 503083bb
      jeremy authored
          o bug #271477: id can't start with a number
      503083bb
  15. Aug 09, 2008
  16. Jul 11, 2008
    • jeremy's avatar
      - adserve.inc · 1a6713d4
      jeremy authored
          o allow module using adserve_select to report when there are no more ads
      1a6713d4
    • jeremy's avatar
      - adserve.inc · b15c4e43
      jeremy authored
          o support multiple arguments when invoking function in file
          o simplify code by using _debug_echo() when possible
          o support caches with adserve hooks
       - ad_cache_file.inc
          o simplify code by using _debug_echo() when possible
          o preface debug calls with 'File cache:' to make tracing more clear
          o make cache data re-usable without having to reload it
          o introduce adserve_select hook
          o set sane file cache defaults
      b15c4e43
  17. Jul 10, 2008
    • jeremy's avatar
      - adserve.inc · 87871c92
      jeremy authored
          o adserve hooks: if include file defined and necessary, include file
          o adserve hooks: if function defined and existing, call function
      87871c92
  18. Jun 28, 2008
    • jeremy's avatar
      - ad.module · af092735
      jeremy authored
          o support adserve actions, allowing external modules to execute functions
            from adserve.inc, without bootstrapping Drupal or connecting to the db.
       - adserve.inc
          o rename adserve_invoke() function to adserve_invoke_file()
          o introduce adserve_invoke_action() function
          o simplify ad selection when not using a cache, using the standard
            adserve_select_ad function that's used by caches
          o remove considerable amount of no longer needed code
          o replace clunky _exit hook with adserve action
          o remove clunky _invoke_weight hook, to be replaced as adserve action
          o new actions: 'adserve_init_text', 'adserve_exit_text', 'adserve_select'
      af092735
  19. Apr 03, 2008
    • jeremy's avatar
      - ad.install · 97e6fca9
      jeremy authored
          o introduce adgroup into ad_statistics and ad_clicks
       - ad.module
          o track ad group on redirect
          o track ad group in statistics, when applicable
          o validate aid, group and hostid on redirect
       - serve.php
          o track ad group
          o support passing in url where ads are displayed
       - ad_cache_memcache.module
          o sync ads not in any group along with ads in groups
          o track ad group in statistics
       - ad_cache_memcache.inc
          o track ad group in statistics
          o add additional debug
      97e6fca9
  20. Mar 14, 2008
    • jeremy's avatar
      - adserve.inc · 3e0d0205
      jeremy authored
          o no need to pass an adserve variable to exit (as exit as access to
            all adserve variables)
      3e0d0205
  21. Mar 11, 2008
    • jeremy's avatar
      - ad_cache_file.module · 18811c81
      jeremy authored
          o wrap ad syncronization in a lock
       - ad_cache_memcache.inc
          o remove unecessary duplicate get from memcache for ad structure
          o repopulate ad information in memcache on error (throttled)
      18811c81
  22. Mar 06, 2008
    • jeremy's avatar
      - adserve.inc · 3291de89
      jeremy authored
          o bug #228650: properly check if DRUPAL_ROOT is defined
      3291de89
    • jeremy's avatar
      - adserve.inc · ec5943e7
      jeremy authored
          o rename adserve variable 'cache' to 'adcache' to not conflict with
            Drupal's core page cache functionality if hard coding values in
            settings.php
      ec5943e7
  23. Jan 24, 2008
    • jeremy's avatar
      - ad_cache_file.inc · 088e659a
      jeremy authored
           o introduce 'include_file_init' and 'include_func_init' for
             over-riding initilization for serving ads from the file cache
        - adserve.inc
           o when calling ad_exit hook, indicate whether or not there were
             errors
      088e659a
  24. Jan 16, 2008
    • jeremy's avatar
      - adserve.inc · d5519d0f
      jeremy authored
          o introduce 'ad_exit' hook
          o add cache support to adserve_increment
          o make counting of actions generic, not limited to 'view' and
            'count'
       - imageserve.inc
          o perform partial drupal bootstrap to allow variable overloading
          o remove adserve_increment special logic
       - ad_cache_file.module
          o make counting of actions generic, not limited to 'view' and
            'count'
      d5519d0f
    • jeremy's avatar
      - ad.module · e3a86321
      jeremy authored
          o internally switch adserve variable name 'method' to 'ad_display'
            to match
            the variable name used in ad.module.
       - adserve.inc
          o perform partial drupal bootstrap to allow variable overloading
          o rename 'method' to 'ad_display' to easy overloading of variable
          o new logic for alow adserve variable overrides from settings.php
          o allow adserve_bootstrap to be called multiple times at different
            levels
       - imageserve.inc
          o perform partial drupal bootstrap to allow variable overloading
      e3a86321
  25. Jan 08, 2008
    • jeremy's avatar
      - ad.module · 4e1c0734
      jeremy authored
          o add imageserve support for tracking traffic without ads
       - ad_cache_file.module
          o add support for tracking traffic without ads
       - ad_cache_file.inc
          o add support for tracking traffic without ads
       - imageserve.inc
          o add support for tracking traffic without ads
       - adserve.inc
          o add support for tracking traffic without ads
          o don't choke if DRUPAL_ROOT global isn't set
      4e1c0734
  26. Jan 05, 2008
    • jeremy's avatar
      - adserve.inc · dd72ebee
      jeremy authored
          o remove superfluous quotes accidentally added in bugfix #206177
       - ad.module
          o bug #196431: wrap ad status in "access statistics" permission, and
            in "adstatus" div class
      dd72ebee
  27. Jan 04, 2008
    • jeremy's avatar
      - adserve.inc · f50d8cee
      jeremy authored
          o bug #206177: properly escape text before displaying with
            JavaScript
      
      ----------------------------------------------------------------------
      f50d8cee
  28. Dec 05, 2007
    • jeremy's avatar
      - adserve.inc · 4a2c3590
      jeremy authored
          o add optional DRUPAL_ROOT configuration option to support installations
            utilizing a symbolic link
      4a2c3590
  29. Oct 22, 2007
    • jeremy's avatar
      - adserve.inc · f9deea53
      jeremy authored
          o uncomment out debug dump of advertisement
      f9deea53
  30. Oct 19, 2007
    • jeremy's avatar
      - ad_external.module · 82c4aece
      jeremy authored
          o if ad_cache_file is enabled, cache remote page in file cache
       - serve.php
          o add hooks so external modules can utilize serve.php for serving data
            without bootstrapping Drupal
       - adserve.inc
          o make adserve_invoke_cache() generic, adserve_invoke()
       - ad_cache_file.module
          o add new "ad_build_cache" hook, to be used by external ad modules
       - ad_cache_file.inc
          o build full path to cache files to allow calling from any path
       - imageserve.inc
          o change call from adserve_invoke_cache() to adserve_invoke()
      82c4aece