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

Contents of /contributions/modules/banner/CHANGELOG

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


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

  ViewVC Help
Powered by ViewVC 1.1.2