Skip to content
  1. 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
  2. Feb 16, 2009
  3. Jan 29, 2009
  4. 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
  5. Jan 11, 2008
  6. 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
  7. 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
  8. Aug 03, 2007
  9. Jul 29, 2007
    • jeremy's avatar
      - ad_module · 5ce2b209
      jeremy authored
          o Allow displaying of image counters without CSS (useful if displaying on
            RSS pages)
      5.x-1.3
      5ce2b209
  10. Jul 25, 2007
    • jeremy's avatar
      - ad_cache_file.inc · 7df77b02
      jeremy authored
          o move logic for obtaining a lock on a cache file into a function for reuse
          o track file descriptor as static in function for easily passing around
       - adserve.inc
          o move cache invocation into function for reuse
          o make it possible to unset an adserve_variable()
       - imageserve.inc
          o functions to display blank images for counting ad views
      7df77b02