annotate documentation/CHANGELOG.txt @ 7:6aeff3329e01 ad

maj module ad 2.1rc1
author piotre
date Mon, 20 Jul 2009 13:54:40 +0000
parents 0d1c70d51fbe
children 32c1a7d9e1fa
rev   line source
piotre@7 1 $Id: CHANGELOG.txt,v 1.2.2.40.2.176.2.41.2.94 2009/07/17 21:29:38 jeremy Exp $
sly@2 2
piotre@7 3 July 17th, 2009
piotre@7 4 - ad_channel.module
piotre@7 5 o feature #506512: filter reports on ads not assigned to any channel
piotre@7 6 o bug #511200: document <front> as an acceptable path
piotre@7 7
piotre@7 8 July 11th, 2009
piotre@7 9 - ad_channel.module
piotre@7 10 o feature #487966: provide inventory for channels, allowing remnant ads to
piotre@7 11 fill in missing inventory
piotre@7 12
piotre@7 13 July 9th, 2009
piotre@7 14 - imageserve.inc
piotre@7 15 o bug #491324: remove unnecessary object
piotre@7 16
piotre@7 17 July 6th, 2009
piotre@7 18 - ad_embed.module
piotre@7 19 o bug #476480: add missing ';' to properly display '<' in form.
piotre@7 20 - ad.module
piotre@7 21 o bug #480884: remove unnecessary call to ad_groups_list().
piotre@7 22 Patch thanks to 'lonelyrobot'.
piotre@7 23
piotre@7 24 July 3rd, 2009
piotre@7 25 - ad_report.module
piotre@7 26 o bug #485218: proper filtering by group and by both group and channel
piotre@7 27 - ad_cache_file.module
piotre@7 28 o feature #485236: provide manual mechanism for flushing file cache
piotre@7 29 - ad_weight_probability.module
piotre@7 30 o feature #485244: display probability on ad overview page
piotre@7 31
piotre@7 32 May 21st, 2009
piotre@7 33 - ad.channel.module
piotre@7 34 o replace probability with percentage to ease administration
piotre@7 35 - ad_channel.inc
piotre@7 36 o remove non-channel probabilities, replace with percentages. improve
piotre@7 37 channel selection to ensure proper weighting regardless of how many
piotre@7 38 channels and how many ads in channels and not in channels.
piotre@7 39 - ad_channel.install
piotre@7 40 o replace no_channel_weight row with no_channel_percentage. Automatically
piotre@7 41 convert existing configurations from weight to percentage.
piotre@7 42
piotre@7 43 May 15th, 2009
piotre@7 44 - ad_image.module
piotre@7 45 o bug #437580: properly validate remote image, allowing it to be set as
piotre@7 46 active
piotre@7 47
piotre@7 48 May 7th, 2009
piotre@7 49 - adcache.inc
piotre@7 50 o bug #453236: properly cast db query so can filter on multiple nids or tids
piotre@7 51 - ad_channel.inc
piotre@7 52 o bug: validate that a non-zero channel weight has been set, otherwise fall
piotre@7 53 back to default weight
piotre@7 54
piotre@7 55 April 22nd, 2009 (6.x-2.0)
sly@4 56 - ad_channel.module
sly@4 57 o bug #436234: allow nodes to save properly on creation
sly@4 58 - ad_weight_percentage.module
sly@4 59 o bug #436234: allow nodes to save properly on creation
sly@4 60
sly@4 61 April 17th, 2009
sly@4 62 - ad_cache_file.install
sly@4 63 o bug #436926: be sure the file cache is disabled when the ad file cache
sly@4 64 module is disabled (patch thanks to Garrett Albright)
sly@4 65
piotre@7 66 April 16th, 2009 (6.x-2.0-rc1)
sly@3 67 - ad.module
sly@3 68 o feature #170497: introduce configurable option to remove ad nodes from
sly@3 69 search results, enabled by default. Advertisements will still show up
sly@3 70 in search results for users with 'administer advertisements' or 'edit any
sly@3 71 advertisement' permissions.
sly@3 72 o feature #321184: introduce configurable option to remove ad nodes from
sly@3 73 remote search engines using the 'noindex' meta tag, enabled by default
sly@3 74
sly@3 75 April 15th, 2009
sly@3 76 - ad_channel.install
sly@3 77 o bug #433432: add missing no_channel_weight column to schema definition
sly@3 78 - ad.module
sly@3 79 o bug #400734: get aid from node->nid if available
sly@3 80
sly@3 81 April 14th, 2009 (6.x-2.0-beta6)
sly@2 82 - ad.module
sly@2 83 o bug #431806: use valid XHTML when displaying advertisements
sly@2 84
sly@2 85 April 9th, 2009
sly@2 86 - ad.module
sly@2 87 o bug #404888: properly increment impressions when using the raw method to
sly@2 88 display advertisements
sly@2 89 - adserve.inc
sly@2 90 o bug #404888: properly display advertisements in Raw mode
sly@2 91 - imageserve.inc
sly@2 92 o bug #404888: properly increment impressions when using the raw method to
sly@2 93 display advertisements
sly@2 94 - ad_channel.inc
sly@2 95 o feature #421038: allow weighting of non-channel advertisements
sly@2 96 - ad_channel.install
sly@2 97 o feature #421038: allow weighting of non-channel advertisements
sly@2 98 - ad_channel.module
sly@2 99 o feature #421038: allow weighting of non-channel advertisements
sly@2 100
sly@2 101 April 7th, 2009
sly@2 102 - ad_cache_file
sly@2 103 o bug #425482: support older versions of PHP when building cache
sly@2 104 - ad_channel.module
sly@2 105 o #426292: sanitize urls trimming white space from start and end of lines
sly@2 106 to be sure they match as expected
sly@2 107 - ad_cache_file.info
sly@2 108 o bug #376924: list ad_owner as ad_cache_file dependency
sly@2 109 - ad_channel.module
sly@2 110 o bug #426300: allow the deletion of channels and containers
sly@2 111 - ad_channel.install
sly@2 112 o bug #426300: rebuild menu so channels and containers can be deleted
sly@2 113
sly@2 114 April 3rd, 2009
sly@2 115 - ad_channel.module
sly@2 116 o feature #421046: optionally limit the number of channels that can be
sly@2 117 assigned to a single advertisement
sly@2 118 - ad.install
sly@2 119 o bug #422936: add missing extra fields from table definitions
sly@2 120
sly@2 121 April 2nd, 2009
sly@2 122 - ad_channel.module
sly@2 123 o bug #421008: make premier status configurable to anyone with 'configure
sly@2 124 premier status' permission
sly@2 125 - ad.module
sly@2 126 o feature #421026: add notification event for an advertisement being taken
sly@2 127 offline
sly@2 128 o feature #421026: add notification event for an advertisement being updated
sly@2 129 - ad_notify.module
sly@2 130 o remove outdated notification references to _views, changing to the new
sly@2 131 _impressions syntax
sly@2 132 - ad_image.module
sly@2 133 o feature #421054: enforce optional maximum filesize
sly@2 134 o enforce maximum size, and minimum/maximum height and width o422936n remotely
sly@2 135 hosted images in addition to locally hosted images
sly@2 136 - ad_image.install
sly@2 137 o feature #421054: add new max_size field for enforcing maximum filesize
sly@2 138
sly@2 139 March 31st, 2009
sly@2 140 - ad_owners.module
sly@2 141 o bug #419140: always be sure $permissions is an array
sly@2 142 - ad_file_cache.inc
sly@2 143 o bug #400734: validate cache element exists before using it
pierre@1 144
pierre@1 145 March 30th, 2009 (6.x-2.0-beta5)
pierre@1 146 - ad_channel.module
pierre@1 147 o bug #418758: validate that $group is an array before treating it as one
pierre@1 148 - ad_owners.module
pierre@1 149 o feature #418382: make per-ad-type default permissions also per-role
pierre@1 150 o feature #418382: introduce 'grant default per ad type permissions' permission
pierre@1 151 - ad.module
pierre@1 152 o feature #418382: introduce 'edit any advertisements', 'delete own advertisement',
pierre@1 153 and 'delete any advertisements' permissions
pierre@1 154 - ad_text.module
pierre@1 155 o properly display advertisement in reports
pierre@1 156
pierre@1 157 March 28th, 2009
pierre@1 158 - ad.module
pierre@1 159 o bug #417414: properly save autoactivate and autoexpire timestamps
pierre@1 160 - ad_notify.module
pierre@1 161 o bug #417512: implement hook_mail so that notifications are actually sent
pierre@1 162 o bug #417512: use proper variable names in emails
pierre@1 163 - ad_token.inc
pierre@1 164 o bug #417512: (renamed from token_ad.inc to match the ad module's naming
pierre@1 165 standards) cleanup logic to always return a value even if 0, remove
pierre@1 166 nonexistent this_week_impressions and this_week_clicks variables
pierre@1 167 - ad_token.install
pierre@1 168 o bug #417512: replace old variables with new variables in already
pierre@1 169 existing notifications
pierre@1 170
pierre@1 171 March 27th, 2009 (6.x-2.0-beta4)
pierre@1 172 - adserve.inc
pierre@1 173 o bug #406278: fix PHP E_ALL notices
pierre@1 174 (fix includes patch by Garrett Albright)
pierre@1 175 - ad_cache_file.module
pierre@1 176 o fix PHP E_ALL notices
pierre@1 177 - token_ad.inc
pierre@1 178 o fix PHP E_ALL notices
pierre@1 179 - adcache.inc
pierre@1 180 o fix PHP E_ALL notices
pierre@1 181 - ad_channel.module
pierre@1 182 o fix PHP E_ALL notices
pierre@1 183 o bug #416110: build proper joins when filtering by channel or premiere
pierre@1 184 o feature #416164: a configurable option to display channels along with
pierre@1 185 or instead of groups on the admin ads listing page
pierre@1 186 - ad_weight_probability.module
pierre@1 187 o fix PHP E_ALL notices
pierre@1 188 - ad_report.module
pierre@1 189 o bug #404892: only display reports tab on advertisements
pierre@1 190 - ad_notify.module
pierre@1 191 o bug #404892: only display notify tab on advertisements
pierre@1 192 o feature #173176: complete implementation of default notifications
pierre@1 193 - ad_notify.install
pierre@1 194 o feature #173176: new "template" column to allow per-role notifications
pierre@1 195 - ad.install
pierre@1 196 o remove unintentional call-time pass-by-reference
pierre@1 197 - ad_image.install
pierre@1 198 o remove unintentional call-time pass-by-reference
pierre@1 199
pierre@1 200 March 26th, 2009
pierre@1 201 - ad.module
pierre@1 202 o by default, only rebuild cache file when cron runs -- to rebuild
pierre@1 203 immediately set 'ad_cache_file_rebuild_realtime' to TRUE in your $conf
pierre@1 204 array in settings.php.
pierre@1 205 - ad_weight_probability.module
pierre@1 206 o only add/update probability information when working with ads
pierre@1 207 o don't rebuild cache twice, it will be rebuilt on save by the ad module
pierre@1 208
pierre@1 209 March 18th, 2009
pierre@1 210 - adserve.inc
pierre@1 211 o add timestamp to debug output
pierre@1 212 o add memory information to debug output
pierre@1 213 - ad_cache_file.inc
pierre@1 214 o by default, only rebuil cache file when cron runs -- to rebuild
pierre@1 215 immediately set 'ad_cache_file_rebuild_realtime' to TRUE in your $conf
pierre@1 216 array in settings.php.
pierre@1 217 - ad_cache_file.module
pierre@1 218 o rebuild file cache in cron hook
pierre@1 219 o add debug output when rebuilding cache
pierre@1 220
pierre@1 221 March 11th, 2009
pierre@1 222 - ad.module
pierre@1 223 o feature #382928: select ad type with inline AHAH switcher
pierre@1 224 (patch thanks to "neochief")
pierre@1 225 - ad.install
pierre@1 226 o feature #382928: flush cache so AHAH switcher will work
pierre@1 227 - ad_channel.module
pierre@1 228 o feature #386796: allow per-channel reports
pierre@1 229 - ad_report.module
pierre@1 230 o feature #386796: allow external modules to modify reports
pierre@1 231
pierre@1 232 March 5th, 2009 (6.x-2.0-beta3)
pierre@1 233 - ad.module
pierre@1 234 o simplify ad redirect path to avoid mismatched parameters
pierre@1 235 o feature #173176: use token module when generating notifications
pierre@1 236 - ad_cache.inc
pierre@1 237 o properly display $extra parameters
pierre@1 238 o simplify ad redirect path to avoid mismatched parameters
pierre@1 239 - ad_report.module
pierre@1 240 o bug #386794: generate proper report when selecting group(s)
pierre@1 241 - ad_channel.module
pierre@1 242 o add filter by premiere status to administrative ad overview page
pierre@1 243 - ad_notify.install
pierre@1 244 o feature #173176: new "roles" column to allow per-role notifications
pierre@1 245 - ad_notify.module
pierre@1 246 o feature #173176: add global per-role notifications, integrate token module
pierre@1 247
pierre@1 248 March 4th, 2009
pierre@1 249 - ad_image.module
pierre@1 250 o bug #389724: properly display locally hosted images
pierre@1 251 o bug #391392: properly display locally hosted images
pierre@1 252 - ad_channel.module
pierre@1 253 o bug #389700: fix filtering by ad channel
pierre@1 254
pierre@1 255 March 3rd, 2009 (6.x-2.0-beta2)
pierre@1 256 - ad_cache_file.module
pierre@1 257 o fix PHP E_ALL notices
pierre@1 258 - ad_image.install
pierre@1 259 o feature #388712: add remote_image field for remotely hosting images
pierre@1 260 - ad_image.module
pierre@1 261 o feature #388712: optionally allow images to be hosted remotely
pierre@1 262 (must go to "Administer > Content management > Ads > Settings > Image ad"
pierre@1 263 and check "Allow remote hosted images" to use this feature.)
pierre@1 264 - ad.module
pierre@1 265 o allow ad-type module global settings changes to be saved
pierre@1 266 - ad_owners.module
pierre@1 267 o allow ad-type module global settings changes to be saved
pierre@1 268
pierre@1 269 March 2nd, 2009
pierre@1 270 - ad_channel
pierre@1 271 o bug #388720: display channels by name, not by description
pierre@1 272 - ad_remote
pierre@1 273 o bug #387164: generate proper snippet for tracking remote url
pierre@1 274
pierre@1 275 March 1st, 2009 (6.x-2.0-beta1)
pierre@1 276 - ad_remote.module
pierre@1 277 o bug #387164: display advertisements with javascript to capture remote
pierre@1 278 URL and properly support ad_channels
pierre@1 279 - ad_channel.module
pierre@1 280 o feature #386832: allow filtering by channel on ad admin page
pierre@1 281
pierre@1 282 February 28th, 2009 (6.x-2.0-alpha2)
pierre@1 283 - ad_owners.module
pierre@1 284 o rename ad_host_id_create to ad_owners_create_hostid for consistency
pierre@1 285 - ad_remote.module
pierre@1 286 o replace call to ad_host_id_create with ad_owners_create_hostid
pierre@1 287 - ad_weight_probability.module
pierre@1 288 o bug #386816: new ads default to a weight of 1
pierre@1 289 - ad_html.module
pierre@1 290 o fix PHP E_ALL notices
pierre@1 291 - ad.pages.inc
pierre@1 292 o bug #386824: fix grammatical typo
pierre@1 293 - ad_channel.module
pierre@1 294 o feature #386810: set channel after ad group
pierre@1 295 o feature #386820: display channels when viewing node (if have 'administer
pierre@1 296 channels' permissions)
pierre@1 297
pierre@1 298 February 27th, 2009 (6.x-2.0-alpha1)
pierre@1 299 - ad_report.module
pierre@1 300 o fix PHP notice, validate element before using it
pierre@1 301 - ad.module
pierre@1 302 o bug #382970: ad_permission must handle aid as int or node object
pierre@1 303 o bug #383008: ad_status_display should only return allowed permissions
pierre@1 304 o fix PHP E_ALL notices
pierre@1 305 - ad_html.module
pierre@1 306 o fix PHP E_ALL notices
pierre@1 307 - ad_text.module
pierre@1 308 o fix PHP E_ALL notices
pierre@1 309 - ad_owners.module
pierre@1 310 o make it possible to set default permissions
pierre@1 311 o make it possible to set per-advertisement permissions
pierre@1 312 - ad_weight_probability.module
pierre@1 313 o update form_alter to work with Drupal 6
pierre@1 314 - ad_weight_probability.inc
pierre@1 315 o fix PHP E_ALL notices
pierre@1 316 - ad_channel.module
pierre@1 317 o port to Drupal 6
pierre@1 318 - ad_cache_file.module
pierre@1 319 o bug #383836: fix typo in adapi
pierre@1 320 o fix PHP E_ALL notices
pierre@1 321 - ad_cace_memcache.info
pierre@1 322 o REMOVED: module needs a major update, it is currently unusable
pierre@1 323
pierre@1 324 February 24th, 2009
pierre@1 325 - ad_report.module
pierre@1 326 o complete porting to 6.x, fixup paths
pierre@1 327
pierre@1 328 February 23rd, 2009
pierre@1 329 - ad_report.module
pierre@1 330 o porting to 6.x
pierre@1 331
pierre@1 332 February 23rd, 2009 (branched 6.x-2.x)
pierre@1 333 - imported changes from 5.x-2.x-dev branch
pierre@0 334
pierre@0 335 February 17th, 2009 (1.1)
pierre@0 336 - ad.module
pierre@0 337 o bug #375742: support manual IFrame configuration
pierre@0 338 o feature #298608: return ad_link_attributes as array so ad_display_TYPE
pierre@0 339 functions can call l() rather than custom building links
pierre@0 340 - ad.admin.inc
pierre@0 341 o feature #346454: replace "views" with "impressions"
pierre@0 342 - ad.install
pierre@0 343 o feature #298608: flush all caches for new ad display functions
pierre@0 344 - adserve.inc
pierre@0 345 o bug #375765: do not auto-expire ads unless configured to auto-expire
pierre@0 346 o bug #375377: remove references to no longer existing views files
pierre@0 347 - ad_external.module
pierre@0 348 o feature #298608: display external ad with themeable function
pierre@0 349 - ad_html.module
pierre@0 350 o feature #298608: display html ad with themeable function
pierre@0 351 - ad_image.module
pierre@0 352 o feature #298608: display image ad with themeable function
pierre@0 353 - ad_text.module
pierre@0 354 o feature #298608: display text ad with themeable function
pierre@0 355
pierre@0 356 February 16th, 2009
pierre@0 357 - ad_text.module
pierre@0 358 o bug #375377: remove references to no longer existing ad_text_views.inc
pierre@0 359 o bug #375270: cleanup code for E_ALL compliance
pierre@0 360 - ad_image.module
pierre@0 361 o bug #375377: remove references to no longer existing ad_image_views.inc
pierre@0 362 o bug #375270: cleanup code for E_ALL compliance
pierre@0 363 - ad.module
pierre@0 364 o bug #375270: cleanup code for E_ALL compliance (new patch by Webchick)
pierre@0 365 o bug #375474: don't automatically set autoactive/autoexpire date
pierre@0 366 - ad.admin.inc
pierre@0 367 o bug #375270: cleanup code for E_ALL compliance
pierre@0 368 - ad_owners.module
pierre@0 369 o bug #375270: cleanup code for E_ALL compliance
pierre@0 370 - ad_embed.module
pierre@0 371 o bug #294035: fixup ad_embed module to work with Drupal 6
pierre@0 372 - ad.install
pierre@0 373 o bug #294035: rebuild menu so ad_embed settings page is visible
pierre@0 374
pierre@0 375 February 16th, 2009 (1.0)
pierre@0 376 - ad.admin.inc
pierre@0 377 o bug #374044: when editing group, don't display "create group" button
pierre@0 378 o bug #375270: cleanup code for E_ALL compliance
pierre@0 379 - ad.module
pierre@0 380 o bug #375270: cleanup code for E_ALL compliance
pierre@0 381 - ad.pages.inc
pierre@0 382 o bug #375270: cleanup code for E_ALL compliance
pierre@0 383 - adserve.inc
pierre@0 384 o bug #375270: cleanup code for E_ALL compliance
pierre@0 385 - ad_cache_file.inc
pierre@0 386 o bug #375270: cleanup code for E_ALL compliance
pierre@0 387 - ad_cache_file.module
pierre@0 388 o bug #375270: cleanup code for E_ALL compliance
pierre@0 389 - ad_cache_memcache.inc
pierre@0 390 o bug #375270: cleanup code for E_ALL compliance
pierre@0 391 - ad_cache_memcache.module
pierre@0 392 o bug #375270: cleanup code for E_ALL compliance
pierre@0 393 - ad_embed.module
pierre@0 394 o bug #375270: cleanup code for E_ALL compliance
pierre@0 395 - ad_remote.module
pierre@0 396 o bug #375221: generate valid HTML snippet
pierre@0 397 o bug #375270: cleanup code for E_ALL compliance
pierre@0 398 - ad_external.module
pierre@0 399 o bug #375221: generate valid HTML snippet
pierre@0 400 o bug #375270: cleanup code for E_ALL compliance
pierre@0 401 - ad_image.module
pierre@0 402 o bug #375270: cleanup code for E_ALL compliance
pierre@0 403 - ad_text.module
pierre@0 404 o bug #375241: allow ad owners to change ad status
pierre@0 405 o bug #375270: cleanup code for E_ALL compliance
pierre@0 406 - ad_html.module
pierre@0 407 o bug #375270: cleanup code for E_ALL compliance
pierre@0 408 - ad_remote.module
pierre@0 409 o bug #375270: cleanup code for E_ALL compliance
pierre@0 410 - ad_report.module
pierre@0 411 o bug #375270: cleanup code for E_ALL compliance
pierre@0 412 - ad_owners.module
pierre@0 413 o bug #375244: automatically make ad creator an ad owner with default perms
pierre@0 414 o bug #375270: cleanup code for E_ALL compliance
pierre@0 415 - click_filter.install
pierre@0 416 o bug #375270: cleanup code for E_ALL compliance
pierre@0 417 - click_filter.module
pierre@0 418 o bug #375270: cleanup code for E_ALL compliance
pierre@0 419
pierre@0 420 February 12th, 2009 (1.0-rc2)
pierre@0 421 - ad_remote.info
pierre@0 422 o bug #294044: module dependent on ad_owners module
pierre@0 423 - ad.module
pierre@0 424 o bug #304326: fix permissions so user can view click details
pierre@0 425 - ad.pages.inc
pierre@0 426 o feature #304326: display username in overview and details
pierre@0 427 - ad_memcache.inc
pierre@0 428 o bug #294040: order of ad_memcache_set() parameters was swapped
pierre@0 429
pierre@0 430 February 11th, 2009
pierre@0 431 - ad_text.module
pierre@0 432 o feature #373016: don't require destination URL, cleanup help text
pierre@0 433 o bug #373065: cleanup URL on ad node page
pierre@0 434 o bug #373046: allow roles with 'create advertisements' to create ads
pierre@0 435 - ad_image.module
pierre@0 436 o feature #373016: cleanup help text for destination URL
pierre@0 437 o bug #373065: cleanup URL on ad node page
pierre@0 438 o bug #373046: allow roles with 'create advertisements' to create ads
pierre@0 439 - ad_html.module
pierre@0 440 o bug #373046: allow roles with 'create advertisements' to create ads
pierre@0 441 - ad_external.module
pierre@0 442 o bug #373046: allow roles with 'create advertisements' to create ads
pierre@0 443 - ad_text.install
pierre@0 444 o bug #373057: uninstall fails to remove text ads
pierre@0 445 - ad_image.install
pierre@0 446 o bug #373057: uninstall fails to remove image ads
pierre@0 447 - ad_html.install
pierre@0 448 o bug #373057: uninstall fails to remove html ads
pierre@0 449 - adserve.inc
pierre@0 450 o bug #373065: do not add trailing slash if there is no hostid
pierre@0 451 - ad_cache_file.inc
pierre@0 452 o bug #373065: generate proper redirect link
pierre@0 453
pierre@0 454 February 11th, 2009 (1.0-rc1)
pierre@0 455 SA-CONTRIB-2009-007: http://drupal.org/node/372977
pierre@0 456
pierre@0 457 February 10th, 2009
pierre@0 458 - ad_notify.module
pierre@0 459 o bug #360432: don't display error if no notifications have been created
pierre@0 460 - ad.admin.inc
pierre@0 461 o bug #372211: fix multi-delete of advertisements via admin interface
pierre@0 462 - adserve.inc
pierre@0 463 o bug #277286: document how to set DRUPAL_ROOT for Windows servers, get
pierre@0 464 path directly from DURPAL_ROOT if set
pierre@0 465
pierre@0 466 February 9th, 2009
pierre@0 467 - ad.module
pierre@0 468 o bug #369327: allow creation of advertisements
pierre@0 469 - ad_notify.info
pierre@0 470 o bug #370194: properly format dependencies
pierre@0 471 - ad_report.info
pierre@0 472 o properly format dependencies
pierre@0 473
pierre@1 474 December 18th, 2008
pierre@1 475 - ad.module
pierre@1 476 o generate click history in a function
pierre@1 477 o remove administrative statistics page (replaced by configurable reports)
pierre@1 478 - ad_report.module
pierre@1 479 o display click history along with other report data
pierre@1 480 o provide administrative reports, with downloadable CSV's
pierre@1 481 o put year first in path for reports, to avoid issue with # of digits
pierre@1 482 o default all reports to current month
pierre@1 483 - ad_report.install
pierre@1 484 o flush cache_menu to register new administrative paths
pierre@1 485
pierre@1 486 December 17th, 2008
pierre@1 487 - ad.install
pierre@1 488 o introduce 'extra' field in 'ad_statistics' and 'ad_clicks' tables
pierre@1 489 - ad.module
pierre@1 490 o store 'extra' data when advertisements are clicked
pierre@1 491 - adcache.inc
pierre@1 492 o support 'hook_increment_extra' allowing add-ons to add granularity
pierre@1 493 o modify click URL to include 'extra' field
pierre@1 494 o store 'extra' field when incrementing counters
pierre@1 495 - ad_cache_file.inc
pierre@1 496 o store 'extra' field when incrementing counters
pierre@1 497 - ad_cache_file.module
pierre@1 498 o support 'hook_increment_extra' allowing add-ons to add granularity
pierre@1 499 o store 'extra' field when incrementing counters
pierre@1 500 - ad_channel.module
pierre@1 501 o declare _increment_extra hook
pierre@1 502 - ad_channel.inc
pierre@1 503 o track which channels displayed advertisements were selected from
pierre@1 504 o implement _increment_extra hook to track per-channel granularity
pierre@1 505
pierre@1 506 December 16th, 2008
pierre@1 507 - ad_report.module
pierre@1 508 o prevent division by zero when generating reports
pierre@1 509
pierre@1 510 December 12th, 2008
pierre@1 511 - ad_report.module
pierre@1 512 o feature #333040: make report range configurable (optionally enable the
pierre@1 513 jstools jscalendar module for popup calendar selection)
pierre@1 514 o feature #333040: provide per-group table breakdown of ad statistics
pierre@1 515
pierre@1 516 December 11th, 2008
pierre@1 517 - ad.module
pierre@1 518 o provide new granular status permissions with logical workflow:
pierre@1 519 set status as pending, set status as denied,
pierre@1 520 set status from pending to approved, set status from pending to denied,
pierre@1 521 set status from approved to active, set status from approved to offline,
pierre@1 522 set status from active to offline, set status from active to expired,
pierre@1 523 set status from offline to active, set status from offline to expired
pierre@1 524 o remove 'unpublished' adstatus, an uppublished node is now an 'expired' ad
pierre@1 525 o flush the cache when admin modifies ad status in bulk operation
pierre@1 526 o when editing ad, only display ad status options have perms to control
pierre@1 527 o feature #167042: provide access to statistics and clicks by default if
pierre@1 528 the ad_permission module is not enabled
pierre@1 529 - ad_image.module
pierre@1 530 o rename 'manage active ad' to 'manage active image'
pierre@1 531 o grant permission to new ad owners by default
pierre@1 532 - ad_text.module
pierre@1 533 o grant 'manage ad text' permission to new ad owners by default
pierre@1 534 - ad_html.module
pierre@1 535 o grant 'manage ad html' permission to new ad owners by default
pierre@1 536 - ad_notify.module
pierre@1 537 o grant 'manage own notifications' permission to new ad owners by default
pierre@1 538 o grant 'edit notification email' permission to new ad owners by default
pierre@1 539 - ad_permission.module
pierre@1 540 o allow control of per-ad type default permissions
pierre@1 541 - ad_permission.install
pierre@1 542 o use CREATE TABLE IF NOT EXISTS correctly (was resulting in an error)
pierre@1 543 o update old permission names to new permission names ('manage status'
pierre@1 544 gets changed to the default status permissions for that ad type.)
pierre@1 545
pierre@1 546 December 10th, 2008
pierre@1 547 - ad_remote.module
pierre@1 548 o add javascript for recording remote url on which remote ads are served
pierre@1 549 - ad.module
pierre@1 550 o use single quotes when displaying javascript, so we can display it within
pierre@1 551 other javascript (for ad_remote)
pierre@1 552 o provide option to display ad url without any <div> wrappers
pierre@1 553 o provide mechanism for flushing cache
pierre@1 554 o automatically flush cache when ads are updated
pierre@1 555 - adserve.inc
pierre@1 556 o make best effort attempt at setting a proper remote url when serving
pierre@1 557 ads with the ad_remote module
pierre@1 558 - ad_channel.module
pierre@1 559 o provide configuration option for how to treat ads not in a channel
pierre@1 560 o flush cache when channel information changes
pierre@1 561 - ad_channel.inc
pierre@1 562 o respect configuration option for ads not in a channel
pierre@1 563 - ad_cache_file.module
pierre@1 564 o ad module now auto-flushes cache when ad is updated
pierre@1 565 - ad_weight_probability.module
pierre@1 566 o flush cache when weight changes
pierre@1 567
pierre@1 568 December 9th, 2008
pierre@1 569 - ad.module
pierre@1 570 o replace call to old ad_owners_add() with new ad_permission_owners_add()
pierre@1 571 - ad_permission.install
pierre@1 572 o only create tables if not already existing (on upgrades, these tables
pierre@1 573 were already created by the core ad module)
pierre@1 574 - ad_remote.info
pierre@1 575 o ad_remote now dependent on new ad_permission module
pierre@1 576 - ad_remote.module
pierre@1 577 o replace call to ad_host_id_create() with new ad_permission_create_hostid()
pierre@1 578
pierre@1 579 December 8th, 2008
pierre@1 580 - ad_permission.install
pierre@1 581 o fix namespace collision
pierre@1 582 - ad_permission.module
pierre@1 583 o for consistency, don't change title as updating permissisons
pierre@1 584 - adserve.php
pierre@1 585 o define debug error handler
pierre@1 586 o when debugging display all warnings except for misleading header and
pierre@1 587 session warnings caused by debugging
pierre@1 588 - ad_cache_file.inc
pierre@1 589 o fix strict PHP warnings
pierre@1 590 - adcache.inc
pierre@1 591 o fix strict PHP warnings
pierre@1 592 - ad_channel.inc
pierre@1 593 o fix strict PHP warnings
pierre@1 594
pierre@1 595 December 7th, 2008
pierre@1 596 - ad.install
pierre@1 597 o move permissions schema into ad_permission module
pierre@1 598 - ad.module
pierre@1 599 o move permissions logic into ad_permission module
pierre@1 600 - ad_html.module
pierre@1 601 o replace call to ad_adaccess() with call to ad_permission()
pierre@1 602 - ad_image.module
pierre@1 603 o replace call to ad_adaccess() with call to ad_permission()
pierre@1 604 - ad_text.module
pierre@1 605 o replace call to ad_adaccess() with call to ad_permission()
pierre@1 606 - ad_permission.module
pierre@1 607 o provide granular permissions for advertisements
pierre@1 608
pierre@1 609 December 6th, 2008
pierre@1 610 - adcache.inc
pierre@1 611 o introduce hook_weight
pierre@1 612 - ad_cache_file.module
pierre@1 613 o introduce hook_weight
pierre@1 614 - ad_channel.inc
pierre@1 615 o allow the display of more than one premiere advertisement
pierre@1 616 - ad_channel.module
pierre@1 617 o support 'configure ad premiere status' permission
pierre@1 618 Feature #139928:
pierre@1 619 - ad_weight_probability.module
pierre@1 620 o support weighting the probability that a given ad will be displayed
pierre@1 621
pierre@1 622
pierre@1 623 December 5th, 2008
pierre@1 624 - serve.php
pierre@1 625 o include new adcache.inc file
pierre@1 626 - adserve.inc
pierre@1 627 o divide ad serving functions into hooks
pierre@1 628 o move display functionality into adcache.inc to standardize caching
pierre@1 629 o rework hook functionality
pierre@1 630 o fix debug output to include adserve.inc and adcache.inc
pierre@1 631 - adcache.inc
pierre@1 632 o standardize caching and debugging code
pierre@1 633 - ad_cache_file.inc
pierre@1 634 o simplify by utilizing functions provided in adcache.inc
pierre@1 635 o properly track views and clicks with group-level granularity
pierre@1 636 - ad_cache_file.module
pierre@1 637 o properly track views and clicks with group-level granularity
pierre@1 638 - ad_channel.inc
pierre@1 639 o utilize functions provided by adcache.inc
pierre@1 640 o add support for premiere advertisements
pierre@1 641 - ad_channel.module
pierre@1 642 o cleanup wording and fieldsets
pierre@1 643 o fix group validation when no groups are selected
pierre@1 644 o add support for premiere advertisements
pierre@1 645 - ad_channel.install
pierre@1 646 o add support for premiere advertisements
pierre@1 647
pierre@1 648 November 28th, 2008
pierre@1 649 Feature #337505:
pierre@1 650 - ad.module
pierre@1 651 o track URL where serving advertisements
pierre@1 652 - adserve.inc
pierre@1 653 o introduce adserve_filter hook
pierre@1 654 - ad_cache_file.inc
pierre@1 655 o introduce adserve_filter hook
pierre@1 656 o convert include_hook_init, include_hook_select to hook_init, hook_select
pierre@1 657 - ad_cache_file.module
pierre@1 658 o support multiple hook_init, hook_filter, and hook_select hooks
pierre@1 659 - ad_channel.module
pierre@1 660 o add cache support
pierre@1 661 - ad_channel.inc
pierre@1 662 o implement cache support
pierre@1 663
pierre@1 664 November 27th, 2008
pierre@1 665 Feature #337505:
pierre@1 666 - ad_channel.module
pierre@1 667 o implement ability to assign ads to channels
pierre@1 668
pierre@1 669 November 21st, 2008
pierre@1 670 Feature #337505:
pierre@1 671 - ad_channel.module
pierre@1 672 o implement creation, editing and deletion of channels
pierre@1 673 o implement creation, editing and deletion of containers
pierre@1 674 o implement channel overview page
pierre@1 675
pierre@1 676 November 20th, 2008
pierre@1 677 Feature #337505:
pierre@1 678 - ad_channel.module
pierre@1 679 o draft administrative pages for ad channels.
pierre@1 680 o administrative interface for creating channels
pierre@1 681 o administrative interface for creating channel containers
pierre@1 682 - ad_channel.install
pierre@1 683 o define ad_channel schema
pierre@1 684
pierre@0 685 November 19th, 2008
pierre@0 686 - ad.module
pierre@0 687 o bug #329475: remove translations on internal status names
pierre@0 688 - ad_text.module
pierre@0 689 o bug #335466: fix unclosed div
pierre@0 690 - ad.install
pierre@0 691 o bug #330173: fix infinite loop when uninstalling the ad module
pierre@0 692 - click_filter.module
pierre@0 693 o bug #294037: remove calls to db_num_rows
pierre@0 694 (patch thanks to James Glasgow, aka jrglasgow)
pierre@0 695 - ad_report.module
pierre@0 696 o bug #330104: port module to Drupal 6
pierre@0 697 (patch by Mehmet Alkanlar, aka mehmeta)
pierre@0 698
pierre@0 699 October 30th 2008
pierre@0 700 - ad.module
pierre@0 701 o bug #294029: Display theme, properly redirect
pierre@0 702 - click_filter.module
pierre@0 703 o bug #294037
pierre@0 704
pierre@0 705 August 11th 2008
pierre@0 706 Branched 6.x from 5.x-1.6