Skip to content
  1. Sep 18, 2009
    • jeremy's avatar
      - ad.module · 1a52ecaf
      jeremy authored
          o bug #551598: allow input filter to be configured to something other than
                         'Filtered HTML'
      1a52ecaf
  2. Aug 05, 2009
  3. Aug 04, 2009
    • jeremy's avatar
      - ad.module · edb97778
      jeremy authored
          o bug #527658: don't require user to choose ad type if only one is available
      edb97778
  4. Jul 29, 2009
    • jeremy's avatar
      - ad.module · 92f1febe
      jeremy authored
          o bug #496406: don't display body field if disabled
            Patch thanks to perarnet
      92f1febe
  5. Jul 06, 2009
    • jeremy's avatar
      - ad.module · e4c2d957
      jeremy authored
          o bug #480884: remove unnecessary call to ad_groups_list().
            Patch thanks to 'lonelyrobot'.
      e4c2d957
  6. May 08, 2009
    • jeremy's avatar
      - ad_channel.inc · 2ae6839f
      jeremy authored
          o bug: validate that a non-zero channel weight has been set, otherwise fall
            back to default weight
      2ae6839f
  7. Apr 16, 2009
  8. Apr 15, 2009
  9. Apr 14, 2009
  10. 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
  11. Apr 02, 2009
  12. Mar 31, 2009
    • jeremy's avatar
      - ad_owners.module · ba937107
      jeremy authored
          o feature #418382: introduce 'grant default per ad type permissions' permission
       - ad.module
          o feature #418382: introduce 'edit any advertisements', 'delete own advertisement',
            and 'delete any advertisements' permissions
       - ad_text.module
          o properly display advertisement in reports
      ba937107
  13. Mar 29, 2009
    • jeremy's avatar
      - ad_notify.module · d9b48d27
      jeremy authored
          o bug #417512: use proper variable names in emails
       - ad_token.inc
          o bug #417512: (renamed from token_ad.inc to match the ad module's naming
            standards) cleanup logic to always return a value even if 0, remove
            nonexistent this_week_impressions and this_week_clicks variables
       - ad_token.install
          o bug #417512: replace old variables with new variables in already
            existing notifications
      d9b48d27
    • jeremy's avatar
      - ad.module · 99e21c53
      jeremy authored
          o bug #417414: properly save autoactivate and autoexpire timestamps
      99e21c53
  14. Mar 26, 2009
    • jeremy's avatar
      - ad.module · 7c2acfc7
      jeremy authored
          o by default, only rebuil cache file when cron runs -- to rebuild
            immediately set 'ad_cache_file_rebuild_realtime' to TRUE in your $conf
            array in settings.php.
      7c2acfc7
  15. Mar 11, 2009
    • jeremy's avatar
      - ad.module · a1d54613
      jeremy authored
          o feature #382928: select ad type with inline AHAH switcher
                             (patch thanks to "neochief")
       - ad.install
          o feature #382928: flush cache so AHAH switcher will work
      a1d54613
  16. Mar 05, 2009
    • jeremy's avatar
      Cleanup CDATA implementation. · d0c07340
      jeremy authored
      d0c07340
    • jeremy's avatar
      - ad.module · 4e857e2b
      jeremy authored
          o feature #173176: use token module when generating notifications
       - ad_notify.install
          o feature #173176: new "roles" column to allow per-role notifications
       - ad_notify.module
          o feature #173176: add global per-role notifications, integrate token module
      4e857e2b
    • jeremy's avatar
      - ad.module · 5e43f28e
      jeremy authored
          o simplify ad redirect path to avoid mismatched parameters
       - ad_cache.inc
          o properly display $extra parameters
          o simplify ad redirect path to avoid mismatched parameters
       - ad_report.module
          o  bug #386794: generate proper report when selecting group(s)
      5e43f28e
  17. Mar 03, 2009
    • jeremy's avatar
      - ad_cache_file.module · 10b58b9c
      jeremy authored
          o fix PHP E_ALL notices
       - ad_image.install
          o feature #388712: add remote_image field for remotely hosting images
       - ad_image.module
          o feature #388712: optionally allow images to be hosted remotely
            (must go to "Administer > Content management > Ads > Settings > Image ad"
             and check "Allow remote hosted images" to use this feature.)
       - ad.module
          o allow ad-type module global settings changes to be saved
       - ad_owners.module
          o allow ad-type module global settings changes to be saved
      10b58b9c
  18. Feb 27, 2009
    • jeremy's avatar
      - ad.module · 997772a9
      jeremy authored
          o bug #383008: ad_status_display should only return allowed permissions
          o fix PHP E_ALL notices
       - ad_html.module
          o fix PHP E_ALL notices
       - ad_text.module
          o fix PHP E_ALL notices
       - ad_owners.module
          o make it possible to set default permissions
          o make it possible to set per-advertisement permissions
      997772a9
    • jeremy's avatar
      - ad.module · 7f91cf3b
      jeremy authored
          o bug #382970: ad_permission must handle aid as int or node object
      7f91cf3b
  19. Feb 23, 2009
  20. Feb 17, 2009
    • jeremy's avatar
      - ad.module · e705c112
      jeremy authored
          o feature #298608: return ad_link_attributes as array so ad_display_TYPE
                         functions can call l() rather than custom building links
       - ad.install
          o feature #298608: flush all caches for new ad display functions
       - ad_external.module
          o feature #298608: display external ad with themeable function
       - ad_html.module
          o feature #298608: display html ad with themeable function
       - ad_image.module
          o feature #298608: display image ad with themeable function
       - ad_text.module
          o feature #298608: display text ad with themeable function
      e705c112
    • jeremy's avatar
      - ad.module · 0664b958
      jeremy authored
          o bug #375742: support manual IFrame configuration
      0664b958
    • jeremy's avatar
      - ad.module · a7d52bcc
      jeremy authored
          o bug #375270: cleanup code for E_ALL compliance
       - ad_owners.module
          o bug #375270: cleanup code for E_ALL compliance
      a7d52bcc
    • jeremy's avatar
      - ad.module · 5dfd0b47
      jeremy authored
          o bug #375474: don't automatically set autoactive/autoexpire date
      5dfd0b47
    • jeremy's avatar
      - ad.module · fbda7b38
      jeremy authored
          o bug #375270: cleanup code for E_ALL compliance
       - ad_owners.module
          o bug #375270: cleanup code for E_ALL compliance
       - ad_embed.module
          o bug #294035: fixup ad_embed module to work with Drupal 6
      fbda7b38
  21. 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
  22. Feb 12, 2009
    • jeremy's avatar
      - ad.module · ac30548e
      jeremy authored
          o bug #304326: fix permissions so user can view click details
       - ad.pages.inc
          o feature #304326: display username in overview and details
      ac30548e
  23. Feb 09, 2009
  24. Jan 30, 2009
  25. Jan 29, 2009
  26. Jan 26, 2009
    • jeremy's avatar
      - ad.module · ca6b6f68
      jeremy authored
          o bug #355662: rename _drupal_add_js() to drupal_add_js()
      ca6b6f68
    • jeremy's avatar
      November 25th, 2008 · 2a38bd69
      jeremy authored
       - ad.module
          o cleanup Drupal 6 port
       - ad_html.module
          o cleanup Drupal 6 port
       - click_filter.module
          o cleanup Drupal 6 port
      2a38bd69