diff documentation/CHANGELOG.txt @ 0:d8a3998dac8e ad

ajout module ad
author pierre
date Fri, 20 Feb 2009 14:04:09 +0000
parents
children 948362c2a207
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/documentation/CHANGELOG.txt	Fri Feb 20 14:04:09 2009 +0000
@@ -0,0 +1,163 @@
+$Id: CHANGELOG.txt,v 1.2.2.40.2.176.2.41 2009/02/17 19:26:51 jeremy Exp $
+
+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