/[drupal]/contributions/modules/banner/CHANGELOG.txt
ViewVC logotype

Contents of /contributions/modules/banner/CHANGELOG.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Wed Jul 19 07:28:12 2006 UTC (3 years, 4 months ago) by wulff
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-7
Changes since 1.3: +7 -0 lines
File MIME type: text/plain
#71645 - Fixed queries in banner_cron() (scheduler integration still needs to be done)
#74130 - Fixed parameter name in cache handlers - thanks jrsturrock
#72762 - Missing target attribute on text banner links
#72767 - Problem with reporting of clicks per day/week/all time
#65378 - Minor additions to the docs - thanks js1
1 2006-07-18
2 - #71645 - Fixed queries in banner_cron() (scheduler integration still needs to be done)
3 - #74130 - Fixed parameter name in cache handlers - thanks jrsturrock
4 - #72762 - Missing target attribute on text banner links
5 - #72767 - Problem with reporting of clicks per day/week/all time
6 - #65378 - Minor additions to the docs - thanks js1
7
8 2006-06-28
9 - replace with banners-as-node version
10
11 2006-04-09
12 - #44454 - Added support for link targets
13 - #48960 - Don't count views/clicks for admin or banner owner
14 - #57881 - Remove border=0 from theme_banner_show - thanks dan_aka_jack
15 - #55141 - Banners with no URL go to an empty page - thanks jlinares
16 - #09895 - Add banner URL to link title - thanks njivy
17 - #09903 - Define banner owner by name instead of uid - thanks njivy
18
19 2006-03-19
20 - Fixed #32126 - Fatal error under PHP5.1
21 - Fixed #25615 - bootstrap changes break banner_file.php once a minute
22 - Fixed #26702 - Banners not displaying - Thanks __Tango
23 - Fixed #23666 - Text file is not recognized as a valid format under windows - Thanks Matteo
24
25 2006-03-15 (Morten Wulff):
26 - updated to Drupal 4.7 (CVS)
27
28 11/29/2005:
29 - banner.mysql
30 o bug #39167: set field defaults
31
32 7/15/2005:
33 - banner.module
34 o handle when banners configured for taxonomy but not enabled
35 - banner.mysql
36 o fix typo that prevented script from running
37
38 6/26/2005:
39 - banner.module:
40 o add ability to display banners based on taxonomy
41 (sponsored by jo1ene at Advanced Web Design)
42 - new global configuration option to associate banners with one or more
43 vocabulary
44 - new per-banner configuration option to associate banners with one or
45 more taxonomy terms
46 - add new dimension to cache structure to support terms
47 o make path to cache files relative
48 o convert some form_selects to form_radios
49 - banner.mysql:
50 o add new banner_term table for associating banners with terms
51 - banner_file.php
52 o support new banner cache format
53
54 5/11/2005:
55 - banner.module:
56 o updated to work with Drupal 4.6
57 (sponsored by crunchywelch at Advomatic LLC)
58
59 4/19/2005:
60 - banner.module:
61 o remove "key" concept for cache files
62 o updated to support multiple cache files
63 o auto-create cache files on _settings page
64
65 - banner_file.php:
66 o complete rewrite, support multiple cache files to handle busy web servers
67 o auto-detect failure to read cache files, auto create as needed
68 o defaults to old-style with 1 cache file
69 o needs testing to determine if the number of cache files should be left
70 as a configurable, or if a sane default can be chosen
71 o issue #20805: add proper content-type header
72
73 - banner_db.php:
74 o issue #20805: add proper content-type header
75
76 4/12/2005:
77 - banner.module:
78 o remove reference to misc/ in settings, no longer accurate
79
80 3/3/2005:
81 - banner_db.php
82 o issue #18306: add missing "}" to fix banner display with banner_db.php
83
84 2/27/2005:
85 - banner_file.php, banner_db.php
86 o issue #18014: fix warning when using only 1 banner
87
88 2/19/2005:
89 - banner.module:
90 o move file cache into standard (configurable) file path (out of misc/)
91 o verify banner_file.php and baner_db.php are properly installed
92 o utilize core file functions as much as possible when reading/writing
93 file_cache (no locking provided by core file functions, so we still have
94 to make some direct calls to fopen, flock and fclose. Also, when using
95 the file cache we don't have access to file.inc so we make all direct
96 calls.)
97 o issue #15881: new 'add banner' permission required to for banner managers
98 to be able to upload new banners
99 o issue #15927: db_query updated to not send renewal reminder for banners
100 that never expire
101
102 1/19/2005:
103 - banner.module
104 o fix issue #15873: fix link to user account, remove []'s around options,
105
106 12/22/2004:
107 - banner.module
108 o added support for auto-detection of progressive jpegs (thanks to
109 Alberto Gaiga for pointing out the need)
110 o added the ability to manually edit the auto-detected mime-type
111 o don't send notifications if a banner is disabled
112 - INSTALL
113 o added brief FAQ
114
115 12/6/2004
116 - README, INSTALL:
117 o removed personal email address
118 o added link to "banner module mailing list"
119
120 10/31/2004 (Ryan Phillips)
121 - banner.module
122 o allow drupal to handle menu permissions, fixing some buggy behavior
123 o use 'show banners' permission instead of nonexistant 'access banners'
124
125 10/30/2004 (Jeremy Andrews)
126 - banner.module
127 o renamed 'position' to 'group' to be more clear on its purpose
128 o make banner_display() default to group 0
129 o display banner id on administrative banner overview page
130 o fix bug #12313: replace oudated call to _banner_show() with a call to
131 theme_banner_show()
132 o Drupal 4.5 compatibility: file->path became file->filepath,
133 file->type became file->filemime
134 - INSTALL
135 o rewritten to hopefully make the installation process more clear
136 - xtemplate.patch
137 o new example patch shows how to integrate the banner module into the
138 xtemplate engine. The patch offers examples with both 'bluemarine'
139 and 'pushbutton'.
140
141 10/27/2004 (Jeremy Andrews)
142 - banner.module
143 o update to work with Drupal 4.5.0 (fixed _menu hook)
144 o auto create banner subdirectory if missing
145 o replace removed FILE_SEPARATOR with '/'
146 o make 'my banners' menu visible by default
147
148 8/16/2004 (Jeremy Andrews)
149 - banner.module
150 o patch #9893 by Nic Ivy merged (use new menu system, introduce tab support,
151 rename 'show banners' to 'access banners')
152 o patch #9898 by Nic Ivy merged (introduce theme_banner_show, use
153 drupal_goto to display proper paths)
154 o patch #9901 by Nic Ivy merged (refactor urls, add local tabs)
155 o few fixups to above patches (myself)
156 - INSTALL, README
157 o update to use new theme_banner_show() function instead of banner_display()
158
159 8/11/2004 (Jeremy Andrews)
160 - banner_db.php
161 - banner_file.php
162 o add missing {}'s around database table name
163
164 7/26/2004 (Jeremy Andrews)
165 - banner.module
166 o Fix bug #8736, don't generate anonymous/empty emails
167 o convert " to ' where logical
168 o add support for private images
169 o add support for custom image directory
170 o optionally generate notification email when user uploads new banner
171
172 4/22/2004 (Jeremy Andrews)
173 - banner.module
174 o patch by Michelangelo Partipilo:
175 "This solves a bug that was causing banner_cron to throw an error on
176 Win32/NT when expiration date was 0. I suppose it reported an empty
177 date on *nix."
178 (Affects notification mails for banners that don't have expiration date)
179
180 3/31/2004 (Jeremy Andrews):
181 - banner.module
182 o properly fix bug where clicking on a banner showed 'Page not found'
183
184 3/29/2004 (Jeremy Andrews):
185 - banner.module
186 o fix bug where clicking on a banner would result in 'Page Not Found'
187
188 3/27/2004 (Jeremy Andrews):
189 - banner.module
190 o fix form link on user page, allowing users to update banners they own
191
192 3/20/2004 (Jeremy Andrews) :
193 - banner.module
194 o replaced _banner_status_array() with _banner_status()
195 - returns text string rather than whole array
196 - reordered status values to make tablesort grouping logical
197 (WARNING: this means you manually need to update each banner
198 status after updating to this version of banner.module)
199 o add 'admin/banner/view' page to view all available info about banner
200 o updated 'admin/banner/edit' page to allow editing of all fields
201 o updated user pages:
202 - replaced custom menus with standard drupal menus
203 - admins can view all banners, or banners with a specific status
204
205 - banner_db.php, banner_file.php
206 o update to properly use new status values
207
208 3/19/2004 (Jeremy Andrews) :
209 - banner.module
210 o convert banner admin page to use tablesort when displaying banners
211 o beginning to make admin pages more friendly / more functional
212 (these changes will be backported to 4.4 when fully finished)
213
214 3/17/2004 (Jeremy Andrews) :
215 - banner.module
216 o fix bug reported by Michelangelo Partipilo
217 (two instances of invalid db_query on nonexistent field)
218
219 3/7/2004 (Jeremy Andrews <jeremy@kerneltrap.org>):
220 - banner_db.php
221 o added necessary include_once bootstrap.inc
222
223 - banner.module
224 o update banner_link() to call banner_page() when a banner is clicked
225 o manually construct url from $base_url to work with non-clean urls
226
227 2/22/2004 (Jeremy Andrews):
228 - now uses file.inc instead of fs.module
229 - updated to Drupal 4.4 (CVS)
230
231 12/07/2003 (Jeremy Andrews) :
232 - generates automatic renewal reminder emails when ads are expiring.
233 module now requires new 'reminded' database column:
234 ALTER TABLE banner ADD reminder_sent INT(1) NOT NULL DEFAULT 0;
235 - shows in user control panel ad expiration date (if any)
236 - offers help text on user control panel page

  ViewVC Help
Powered by ViewVC 1.1.2