Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 40.79 KB
MD5: 1d575071cd4d6074fb0c4ca419aa90da
SHA-1: a2f25c8f8867641b4dfbbd7f0c35ff3d2e7c5c78
SHA-256: 98cb28b2b5c9af34bc474a32c81ef3ddae442de76b34099f897f91e2131c6b25
Download zip 50.51 KB
MD5: 42c3626837b3f851692946ca00902d91
SHA-1: a8ee0140b91e047b0f94693e2681a985d05dddca
SHA-256: a1794b368a6c13aa539f0e80be681f27ac136058b88d6d9a5da366f8bb971072

Release notes

Version 2.0 beta 1 had some severe bugs. It also took much too long for fixes provided by the community to get committed. My apologies for that. This release fixes all known bugs, and brings significant new features. Most importantly: we've now reached feature parity with the Drupal 6 version of this module!

Major new functionality:
- Far Future expiration support (port from Drupal 6 sponsored by ONE Agency!)
- Advanced Help support
- hook_cdn_blacklist(): modules can now blacklist files that should not be served from a CDN

Changes since 7.x-2.0-beta1:

  • Follow-up patch for #1413162: only call theme('advanced_help_topic', …) when Advanced Help is enabled.
  • #974350: Far Future setting for Origin Pull mode. Port to Drupal 7 sponsored by ONE Agency, http://www.one-agency.be.
  • Fix authenticated user blacklist.
  • Follow-up patch for #1413162: only perform the Advanced Help check once on the CDN admin pages.
  • Update UPGRADE.txt for Drupal 7.
  • #1413162 by bendodd and wimleers: Advanced Help support
  • Minor cleanup.
  • Follow-up patch for #1070938; move '*image_captcha/*' from the hardcoded default blacklist into CDN's hook_cdn_blacklist() implementation.
  • Follow-up patch for #1070938; remove '*.js' from the default blacklist.
  • Fixed #1224664: cdn_post_render_html_alter() not defined when using block cache
  • #1412552: File Conveyor now supports origin file deletion; don't break down when this is used
  • #968614: Link to Amazon CloudFront custom origin docs
  • #1070938: Support hook_cdn_blacklist() and hook_cdn_blacklist_alter() to deal with same-origin policy more flexibly
  • #1097742 by BManuel and wimleers: Dumb proof setup for Origin Pull mode
  • #1344948: Update README.txt for 7.x
  • Fixed #1236008: Ensure compatibility with File Conveyor 1.0
  • Fixed #1080716: Drupal path blacklist: move the admin* blacklisted path
  • Follow-up patch for #970632
  • Fixed #1233298 by pebosi: Protocol becomes 'httpss' if file already served via 'https'--author=pebosi
  • Fixed #1165404: Thumbnail served from CDN but not the original image
  • Follow-up patch for #1025762 by Berdir and wimleers.
  • Fixed #1025762 by Berdir and Wim Leers: CDN module doesn't work for public:// files
  • Fixed #1138252 by drewish: Touch links don't include redirect back to previous location
  • Fixed #1272408: Possible division by zero in theme.inc when `touch`ing file through UI.
  • Minor fix that ensures correct URLs in the per-page statistics.
  • #1047182 by Vacilando, Wim Leers: Document that HTTPS breaks if one uses a vanity subdomain (CNAME) for a CDN that supports HTTPS requests.
  • Stripping CVS keywords
  • #1046222: Document that no cookies should be sent to the CDN
  • Added clarification about using normal servers instead of CDNs to the Origin Pull mode explanation in the README. Also added a link to the Parallel project page to learn more about parallelizing downloads.
  • Improved the README's "advanced criteria" section.
Created by: wim leers
Created on: 23 Jan 2012 at 10:04 UTC
Last updated: 1 Aug 2018 at 23:53 UTC
New features
Bug fixes
Insecure
Unsupported

Other releases