You are here

CHANGELOG.txt in Advertisement 6

March 27th, 2009
 - adserve.inc
    o bug #406278: fix PHP E_ALL notice (patch by Garrett Albright)
 - ad.module
    o bug #379592: fix jQuery display method (patch by yaroslav62)

February 17th, 2009 (1.1)
 - ad.module
    o bug #375742: support manual IFrame configuration
    o feature #298608: return ad_link_attributes as array so ad_display_TYPE
                   functions can call l() rather than custom building links
 - ad.admin.inc
    o feature #346454: replace "views" with "impressions"
 - ad.install
    o feature #298608: flush all caches for new ad display functions
 - adserve.inc
    o bug #375765: do not auto-expire ads unless configured to auto-expire
    o bug #375377: remove references to no longer existing views files
 - 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

February 16th, 2009
 - ad_text.module
    o bug #375377: remove references to no longer existing ad_text_views.inc
    o bug #375270: cleanup code for E_ALL compliance
 - ad_image.module
    o bug #375377: remove references to no longer existing ad_image_views.inc
    o bug #375270: cleanup code for E_ALL compliance
 - ad.module
    o bug #375270: cleanup code for E_ALL compliance (new patch by Webchick)
    o bug #375474: don't automatically set autoactive/autoexpire date
 - ad.admin.inc
    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
 - ad.install
    o bug #294035: rebuild menu so ad_embed settings page is visible

February 16th, 2009 (1.0)
 - ad.admin.inc
    o bug #374044: when editing group, don't display "create group" button
    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 #375221: generate valid HTML snippet
    o bug #375270: cleanup code for E_ALL compliance
 - ad_external.module
    o bug #375221: generate valid HTML snippet
    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 #375241: allow ad owners to change ad status
    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 #375244: automatically make ad creator an ad owner with default perms
    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

February 12th, 2009 (1.0-rc2)
 - ad_remote.info
    o bug #294044: module dependent on ad_owners module
 - ad.module
    o bug #304326: fix permissions so user can view click details
 - ad.pages.inc
    o feature #304326: display username in overview and details
 - ad_memcache.inc
    o bug #294040: order of ad_memcache_set() parameters was swapped

February 11th, 2009
 - ad_text.module
    o feature #373016: don't require destination URL, cleanup help text
    o bug #373065: cleanup URL on ad node page
    o bug #373046: allow roles with 'create advertisements' to create ads
 - ad_image.module
    o feature #373016: cleanup help text for destination URL
    o bug #373065: cleanup URL on ad node page
    o bug #373046: allow roles with 'create advertisements' to create ads
 - ad_html.module
    o bug #373046: allow roles with 'create advertisements' to create ads
 - ad_external.module
    o bug #373046: allow roles with 'create advertisements' to create ads
 - ad_text.install
    o bug #373057: uninstall fails to remove text ads
 - ad_image.install
    o bug #373057: uninstall fails to remove image ads
 - ad_html.install
    o bug #373057: uninstall fails to remove html ads
 - adserve.inc
    o bug #373065: do not add trailing slash if there is no hostid
 - ad_cache_file.inc
    o bug #373065: generate proper redirect link

February 11th, 2009 (1.0-rc1)
  SA-CONTRIB-2009-007: http://drupal.org/node/372977

February 10th, 2009
 - ad_notify.module
    o bug #360432: don't display error if no notifications have been created
 - ad.admin.inc
    o bug #372211: fix multi-delete of advertisements via admin interface
 - adserve.inc
    o bug #277286: document how to set DRUPAL_ROOT for Windows servers, get
      path directly from DURPAL_ROOT if set

February 9th, 2009
 - ad.module
    o bug #369327: allow creation of advertisements
 - ad_notify.info
    o bug #370194: properly format dependencies
 - ad_report.info
    o properly format dependencies

November 19th, 2008
 - ad.module
    o bug #329475: remove translations on internal status names
 - ad_text.module
    o bug #335466: fix unclosed div
 - ad.install
    o bug #330173: fix infinite loop when uninstalling the ad module
 - click_filter.module
    o bug #294037: remove calls to db_num_rows
      (patch thanks to James Glasgow, aka jrglasgow)
 - ad_report.module
    o bug #330104: port module to Drupal 6
      (patch by Mehmet Alkanlar, aka mehmeta)

October 30th 2008
 - ad.module
    o bug #294029: Display theme, properly redirect
 - click_filter.module
    o bug #294037

August 11th 2008
Branched 6.x from 5.x-1.6

File

documentation/CHANGELOG.txt
View source
  1. March 27th, 2009
  2. - adserve.inc
  3. o bug #406278: fix PHP E_ALL notice (patch by Garrett Albright)
  4. - ad.module
  5. o bug #379592: fix jQuery display method (patch by yaroslav62)
  6. February 17th, 2009 (1.1)
  7. - ad.module
  8. o bug #375742: support manual IFrame configuration
  9. o feature #298608: return ad_link_attributes as array so ad_display_TYPE
  10. functions can call l() rather than custom building links
  11. - ad.admin.inc
  12. o feature #346454: replace "views" with "impressions"
  13. - ad.install
  14. o feature #298608: flush all caches for new ad display functions
  15. - adserve.inc
  16. o bug #375765: do not auto-expire ads unless configured to auto-expire
  17. o bug #375377: remove references to no longer existing views files
  18. - ad_external.module
  19. o feature #298608: display external ad with themeable function
  20. - ad_html.module
  21. o feature #298608: display html ad with themeable function
  22. - ad_image.module
  23. o feature #298608: display image ad with themeable function
  24. - ad_text.module
  25. o feature #298608: display text ad with themeable function
  26. February 16th, 2009
  27. - ad_text.module
  28. o bug #375377: remove references to no longer existing ad_text_views.inc
  29. o bug #375270: cleanup code for E_ALL compliance
  30. - ad_image.module
  31. o bug #375377: remove references to no longer existing ad_image_views.inc
  32. o bug #375270: cleanup code for E_ALL compliance
  33. - ad.module
  34. o bug #375270: cleanup code for E_ALL compliance (new patch by Webchick)
  35. o bug #375474: don't automatically set autoactive/autoexpire date
  36. - ad.admin.inc
  37. o bug #375270: cleanup code for E_ALL compliance
  38. - ad_owners.module
  39. o bug #375270: cleanup code for E_ALL compliance
  40. - ad_embed.module
  41. o bug #294035: fixup ad_embed module to work with Drupal 6
  42. - ad.install
  43. o bug #294035: rebuild menu so ad_embed settings page is visible
  44. February 16th, 2009 (1.0)
  45. - ad.admin.inc
  46. o bug #374044: when editing group, don't display "create group" button
  47. o bug #375270: cleanup code for E_ALL compliance
  48. - ad.module
  49. o bug #375270: cleanup code for E_ALL compliance
  50. - ad.pages.inc
  51. o bug #375270: cleanup code for E_ALL compliance
  52. - adserve.inc
  53. o bug #375270: cleanup code for E_ALL compliance
  54. - ad_cache_file.inc
  55. o bug #375270: cleanup code for E_ALL compliance
  56. - ad_cache_file.module
  57. o bug #375270: cleanup code for E_ALL compliance
  58. - ad_cache_memcache.inc
  59. o bug #375270: cleanup code for E_ALL compliance
  60. - ad_cache_memcache.module
  61. o bug #375270: cleanup code for E_ALL compliance
  62. - ad_embed.module
  63. o bug #375270: cleanup code for E_ALL compliance
  64. - ad_remote.module
  65. o bug #375221: generate valid HTML snippet
  66. o bug #375270: cleanup code for E_ALL compliance
  67. - ad_external.module
  68. o bug #375221: generate valid HTML snippet
  69. o bug #375270: cleanup code for E_ALL compliance
  70. - ad_image.module
  71. o bug #375270: cleanup code for E_ALL compliance
  72. - ad_text.module
  73. o bug #375241: allow ad owners to change ad status
  74. o bug #375270: cleanup code for E_ALL compliance
  75. - ad_html.module
  76. o bug #375270: cleanup code for E_ALL compliance
  77. - ad_remote.module
  78. o bug #375270: cleanup code for E_ALL compliance
  79. - ad_report.module
  80. o bug #375270: cleanup code for E_ALL compliance
  81. - ad_owners.module
  82. o bug #375244: automatically make ad creator an ad owner with default perms
  83. o bug #375270: cleanup code for E_ALL compliance
  84. - click_filter.install
  85. o bug #375270: cleanup code for E_ALL compliance
  86. - click_filter.module
  87. o bug #375270: cleanup code for E_ALL compliance
  88. February 12th, 2009 (1.0-rc2)
  89. - ad_remote.info
  90. o bug #294044: module dependent on ad_owners module
  91. - ad.module
  92. o bug #304326: fix permissions so user can view click details
  93. - ad.pages.inc
  94. o feature #304326: display username in overview and details
  95. - ad_memcache.inc
  96. o bug #294040: order of ad_memcache_set() parameters was swapped
  97. February 11th, 2009
  98. - ad_text.module
  99. o feature #373016: don't require destination URL, cleanup help text
  100. o bug #373065: cleanup URL on ad node page
  101. o bug #373046: allow roles with 'create advertisements' to create ads
  102. - ad_image.module
  103. o feature #373016: cleanup help text for destination URL
  104. o bug #373065: cleanup URL on ad node page
  105. o bug #373046: allow roles with 'create advertisements' to create ads
  106. - ad_html.module
  107. o bug #373046: allow roles with 'create advertisements' to create ads
  108. - ad_external.module
  109. o bug #373046: allow roles with 'create advertisements' to create ads
  110. - ad_text.install
  111. o bug #373057: uninstall fails to remove text ads
  112. - ad_image.install
  113. o bug #373057: uninstall fails to remove image ads
  114. - ad_html.install
  115. o bug #373057: uninstall fails to remove html ads
  116. - adserve.inc
  117. o bug #373065: do not add trailing slash if there is no hostid
  118. - ad_cache_file.inc
  119. o bug #373065: generate proper redirect link
  120. February 11th, 2009 (1.0-rc1)
  121. SA-CONTRIB-2009-007: http://drupal.org/node/372977
  122. February 10th, 2009
  123. - ad_notify.module
  124. o bug #360432: don't display error if no notifications have been created
  125. - ad.admin.inc
  126. o bug #372211: fix multi-delete of advertisements via admin interface
  127. - adserve.inc
  128. o bug #277286: document how to set DRUPAL_ROOT for Windows servers, get
  129. path directly from DURPAL_ROOT if set
  130. February 9th, 2009
  131. - ad.module
  132. o bug #369327: allow creation of advertisements
  133. - ad_notify.info
  134. o bug #370194: properly format dependencies
  135. - ad_report.info
  136. o properly format dependencies
  137. November 19th, 2008
  138. - ad.module
  139. o bug #329475: remove translations on internal status names
  140. - ad_text.module
  141. o bug #335466: fix unclosed div
  142. - ad.install
  143. o bug #330173: fix infinite loop when uninstalling the ad module
  144. - click_filter.module
  145. o bug #294037: remove calls to db_num_rows
  146. (patch thanks to James Glasgow, aka jrglasgow)
  147. - ad_report.module
  148. o bug #330104: port module to Drupal 6
  149. (patch by Mehmet Alkanlar, aka mehmeta)
  150. October 30th 2008
  151. - ad.module
  152. o bug #294029: Display theme, properly redirect
  153. - click_filter.module
  154. o bug #294037
  155. August 11th 2008
  156. Branched 6.x from 5.x-1.6