ad 11.0.0-alpha12

Bug fixes
New features

Contributors (3)

Anybody, Grevil, LRWebks

Changelog

Issues: 5 issues resolved.

Changes since 11.0.0-alpha11 (compare):

ad 11.0.0-alpha11

Bug fixes

Hotfix for loading old js files:

feat: #3580961 Remove VERSION from libraries.yml

ad 11.0.0-alpha10

Bug fixes
New features

Add a summary here

Contributors (3)

Anybody, Grevil, LRWebks

Changelog

Issues: 5 issues resolved.

Changes since 11.0.0-alpha9 (compare):

ad 11.0.0-alpha9

New features

Changelog

Issues: 2 issues resolved.

Changes since 11.0.0-alpha8 (compare):

Task

  • feat: #3574329 Unify banner sizes
  • feat: #3574333 Allow disabling (status) advertisement placements By: anybody

ad 11.0.0-alpha6

Changelog

Issues: 2 issues resolved.

Changes since 11.0.0-alpha5 (compare):

Bug

Feature

ad 10.x-dev

Drupal 10.3+ compatibility, dropping Drupal 9 compatibility.

ad 7.x-3.0-beta1

Bug fixes
New features
Unsupported

Ready for early beta testers, this is a complete rewrite of the Ad module.

Depends on the following:

ad 6.x-2.4

Bug fixes
Unsupported

May 20th, 2012 (6.x-2.4)
- Bug #1587578 by MadOverlord: Channel selection regression.
- Bug #1585986 by smyleeface: hook_update_N() must return something.

ad 6.x-2.3

Security update
Unsupported

See SA-CONTRIB-2012-77 - Advertisement - Cross Site Scripting & Information Disclosure.

  • bug #797274 by tacituseu: apply modified version of tacituseu's patch to get charts to appear
  • bug #1252536 by osopolar: fix iframe scrolling options
  • Clean up AHAH selection of type
  • Require a debug key to show debugging information

ad 6.x-3.x-dev

New features

This release aims to refactor the code, leverage other modules as much as possible (views, scheduler and workflow in particular), and adopt a stronger client/server model for the module.

ad 6.x-2.3-beta1

Bug fixes
Insecure
Unsupported
  • general
    • bug #1103066: missing t() on some strings passed to drupal_set_message()
    • other minor issues
  • ad_owners.install
    • bug #743848: fix uninstall
  • ad_channel.module
    • bug #1081730: Allow edits to ads in a channel with full inventory
  • ad_report.module
    • bug #802492: report actual percentage
    • bug #1113336: fix mismatched CSV column headers, terminology
  • ad.module
    • bug #797794 by kingandy, John Franklin: Only serve the latest revision of an ad.

ad 7.x-2.x-dev

A complete rewrite of the ad module, aims to fully leverage core APIs to offer much more flexible functionality.

ad 7.x-1.x-dev

Aims to be a straight port of the DRUPAL-6--2 ad module to Drupal 7.

ad 6.x-2.2

Insecure
Unsupported

The 6.x-2.2 version of the ad module includes a complete rewrite of the Ad Report module which now uses Google's Charts API to create more attractive and flexible reports. The Ad Notify module has been removed, completely replaced by the Ad Actions module which provides numerous triggers and actions allowing you to build highly customizable notifications, and much more.

Be sure to disable the ad_report and ad_notify modules before you upgrade to this latest Ad module release.

Changes since 6.x-2.2-rc1:

ad 6.x-2.2-rc1

New features
Bug fixes
Insecure
Unsupported

The 6.x-2.2 version of the ad module includes a complete rewrite of the Ad Report module, and replaces the Ad Notify module with a completely new Ad Actions module. The Ad Report module now uses Google's Charts API to create more attractive and more flexible reports. The Ad Actions module provides numerous triggers and actions allowing you to build highly customizable notifications and much more.

Be sure to disable the ad_report and ad_notify modules before you upgrade to this latest Ad module release.

New features:

ad 6.x-2.1

New features
Bug fixes
Insecure
Unsupported

Changes since 6.x-2.1-rc1

Bug fixes:

ad 6.x-2.0

Bug fixes
Insecure
Unsupported

The 6.x-2.0 version of the ad module introduces channels, weighting, and premier advertisements, offering much greater control over which advertisements appear on your website, where they appear, and how often they appear. The ability to display advertisements on remote websites has also seen several improvements. The ad module's reporting layer has received many enhancements, among other things allowing advertisers to run reports over specific date ranges, and giving administrators the ability to export statistics as CSV files. The underlying caching layer has been completely rewritten, simplifying the underlying code to minimize bugs, facilitating integration with third party code, and improving overall performance.

The entire code base has been reviewed to ensure E_ALL compliance, ensuring general correctness, and improving security. Thanks to the active participation of dozens of beta testers, there have been countless bugs fixed during the active development phase.

Finally, the ad module's permissions system has been greatly improved. All standard Drupal content-type permissions have been properly implemented, and the ad module's own permissions layer has been moved into an optional module and further enhanced. The ability to define different advertiser roles and to control exactly what each of these roles can do has been greatly improved.

ad 6.x-2.0-rc1

Insecure
Unsupported

The 6.x-2.0 version of the ad module introduces channels, weighting, and premier advertisements, offering much greater control over which advertisements appear on your website, where they appear, and how often they appear. The ability to display advertisements on remote websites has also seen several improvements. The ad module's reporting layer has received many enhancements, among other things allowing advertisers to run reports over specific date ranges, and giving administrators the ability to export statistics as CSV files. The underlying caching layer has been completely rewritten, simplifying the underlying code to minimize bugs, facilitating integration with third party code, and improving overall performance.

The entire code base has been reviewed to ensure E_ALL compliance, ensuring general correctness, and improving security. Thanks to the active participation of dozens of beta testers, there have been countless bugs fixed during the active development phase.

Finally, the ad module's permissions system has been greatly improved. All standard Drupal content-type permissions have been properly implemented, and the ad module's own permissions layer has been moved into an optional module and further enhanced. The ability to define different advertiser roles and to control exactly what each of these roles can do has been greatly improved.

ad 6.x-2.0-beta6

New features
Bug fixes
Insecure
Unsupported

New features::

  • #421026: add notification events for an advertisement being taken offline, and for an advertisement being updated
  • #421038: allow weighting of non-channel advertisements
  • #421054: enforce optional maximum filesize for image ads, enforce maximum size, and minimum/maximum height and width on remotely hosted images in addition to locally hosted images

Bug fixes:

  • #376924: list ad_owner as ad_cache_file dependency
  • #400734: validate cache element exists before using it
  • #404888: properly display advertisements and increment impressions when using the raw method to display advertisements
  • #419140: always be sure $permissions is an array
  • #421008: make premier status configurable to anyone with 'configure premier status' permission
  • #421046: optionally limit the number of channels that can be assigned to a single advertisement
  • #422936: add missing extra fields from table definitions
  • #425482: support older versions of PHP when building cache
  • #426292: sanitize ad channel urls, trimming white space from start and end of lines to be sure they match as expected
  • #426300: allow the deletion of channels and containers
  • #431806: use valid XHTML when displaying advertisements

ad 6.x-2.0-beta5

New features
Bug fixes
Insecure
Unsupported

New features:

  • feature #418382: make per-ad-type default permissions also per-role; introduce 'grant default per ad type permissions' permission; introduce 'edit any advertisements', 'delete own advertisement', and 'delete any advertisements' permissions

Bug fixes:

ad 6.x-2.0-beta3

New features
Bug fixes
Insecure
Unsupported

- ad.module
o simplify ad redirect path to avoid mismatched parameters
o feature #173176: use token module when generating notifications
- ad_cache.inc
o properly display $extra parameters
o simplify ad redirect path to avoid mismatched parameters
- ad_report.module
o bug #386794: generate proper report when selecting group(s)
- ad_channel.module
o add filter by premiere status to administrative ad overview page
- ad_notify.install

ad 6.x-2.0-beta2

New features
Bug fixes
Insecure
Unsupported

March 3rd, 2009 (6.x-2.0-beta2)
- ad_cache_file.module
o fix PHP E_ALL notices
- ad_image.install
o feature #388712: add remote_image field for remotely hosting images
- ad_image.module
o feature #388712: optionally allow images to be hosted remotely
(must go to "Administer > Content management > Ads > Settings > Image ad"
and check "Allow remote hosted images" to use this feature.)
- ad.module
o allow ad-type module global settings changes to be saved
- ad_owners.module

ad 6.x-2.0-beta1

New features
Bug fixes
Insecure
Unsupported

- ad_remote.module
o bug #387164: display advertisements with javascript to capture remote
URL and properly support ad_channels
- ad_channel.module
o feature #386832: allow filtering by channel on ad admin page

ad 6.x-2.0-alpha2

New features
Bug fixes
Insecure
Unsupported

- ad_owners.module
o rename ad_host_id_create to ad_owners_create_hostid for consistency
- ad_remote.module
o replace call to ad_host_id_create with ad_owners_create_hostid
- ad_weight_probability.module
o bug #386816: new ads default to a weight of 1
- ad_html.module
o fix PHP E_ALL notices
- ad.pages.inc
o bug #386824: fix grammatical typo
- ad_channel.module
o feature #386810: set channel after ad group
o feature #386820: display channels when viewing node (if have 'administer

ad 6.x-2.0-alpha1

New features
Bug fixes
Insecure
Unsupported

Major new features include ad channels, premiere ads, and ad weighting. The caching layer has also been completely reworked.

ad 6.x-1.1

New features
Bug fixes
Unsupported

New features:

  • feature #298608: display advertisement with themeable functions
  • feature #346454: replace visible instances of "views" with "impressions"

Bug fixes:

ad 6.x-1.0

New features
Bug fixes
Unsupported

The ad module is a powerful advertising system for Drupal-powered websites. It supports the random display and tracking of graphical (banner) and text ads. Ads can easily be displayed in themes, blocks, or embedded in site content. The module records comprehensive statistics about when and how often ads are viewed and clicked, including a plug-in module for generating graphical time-based reports. Ads can be assigned to multiple owners, each of which can be assigned their own set of permissions. Installation is simple by design. An API is provided allowing the development of additional functionality and integration with other Drupal modules.

ad 6.x-1.0-rc2

New features
Bug fixes
Unsupported

Features:

  • feature #304326: display username in click overview and click details
  • feature #373016: don't require destination URL for text ad, cleanup help text
  • feature #373016: cleanup help text for destination URL in image ad

Bugs:

ad 6.x-1.0-rc1

Security update
New features
Bug fixes
Unsupported

First 6.x release candidate.
SA-CONTRIB-2009-007 - Advertisement Cross-site scripting

ad 5.x-1.7

Security update
Unsupported

SA-CONTRIB-2009-007 - Advertisement Cross-site scripting

Be sure to follow step #9 from documentation/INSTALL.txt even when upgrading from an earlier version of the ad module.

ad 5.x-2.x-dev

New features

Latest development version of the ad module -- development has stopped in this branch, and was moved to the 6.x-2.x branch. It is doubtful that this branch will ever have a stable release.

Pages

Subscribe with RSS Subscribe to Releases for Advertisement