Downloads

Download tar.gz 33.26 KB
MD5: 0087d337e38bf7ebf8ce82e7a5cffb80
SHA-1: fe40c0c843153461f0c4e127dad0b4788ca72b33
SHA-256: b8d75be5668f99c42fb51e589b91cf1c07f7bc81ea8631c61d697756e5ebdefe
Download zip 41.22 KB
MD5: 998eca1165ae4fbd4ec0989f80dd8c55
SHA-1: a42fedf9cddd6d0c186739b7f493e8f711384a6b
SHA-256: d0b1761d23b75ddbf09160c92144ce572f581b2d5a0663eb1322fc5473582673

Release notes

The goal for 2.0 is simple: make the CDN module kick ass. This will be done in three ways:

  1. ✓ significant expansion of functionality
  2. ✓ awesome UI
  3. ✓ excellent documentation, including high-quality screencasts

(Screencasts are yet to be made.)

Upgrade notes
(Can also be found in UPGRADE.txt.)

Upgrading from CDN integration 1.x to 2.x requires applying a new core patch. Alternatively, there is now a new type of CDN integration that does not require a core patch, instead it relies on the theme layer to alter file URLs. It is slower and won't be able to alter *all* file URLs, but it is easier to use. When the module detects that the patch is not applied, it will automatically fall back to this mechanism.
Also note that the core patch is already included in Pressflow!

The recommended steps to update your Drupal site are:
1) Copy the 1.x core patch (patches/drupal6.patch) to the Drupal root directory.
2) Revert the 1.x core patch:

patch -p0 -R < drupal6.patch

3) Disable CDN integration at admin/settings/cdn.
4) Update the CDN integration module code.
5) Copy the 2.x core patch (patches/drupal6.patch) to the Drupal root directory.
6) Apply the 2.x core patch:

patch -p0 < drupal6.patch

7) Re-enable CDN integration at admin/settings/cdn.

The ImageCache module patch has remained unchanged since version 1.x. When you did not apply the core patch and thus want to rely on the theme layer fallback mechanism, you don't have to apply the ImageCache module patch either.
But when you update to an ImageCache version that's newer than 2.0 beta 10, you will have to apply the alternative patch: patches/imagecache_6--2.patch.

(Additional note for those who are running a 2.x-dev release, a beta or an RC of version 2.0: the Drupal core patch has last changed in 2.0 beta 6 (not in this final 2.0 version)! So, before updating, revert the patch of 2.0 beta 3 (or from 2.0 beta 2, if you're upgrading from 2.0 beta 2). Then update the code. Then apply the new patch.)

Created by: wim leers
Created on: 1 Dec 2010 at 10:17 UTC
Last updated: 1 Aug 2018 at 22:49 UTC
New features
Insecure
Unsupported

Other releases