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