Downloads
Download tar.gz
31.85 KB
MD5: 7a95d90d18b8d3c874d5a72f7003f59e
SHA-1: c6aad3ba575597b5308a5d9d2fa4174c0eec6509
SHA-256: a2cbdbe5033c226222f4ca5fe7cf16831969ab78078e9563d866b95f7b797861
Download zip
38.76 KB
MD5: 268dbe8bd88da1691f1678dac9c80834
SHA-1: 9669bd24db593c362363542426e403dbfd7de0f6
SHA-256: bf9822b1dd450bf1ad0ed02e77d630edb6a8a418c73b0b6663a51538892e4633
Release notes
The goal for 2.0 is simple: make the CDN module kick ass. This will be done in three ways:
- ✓ significant expansion of functionality
- ✓ awesome UI
- excellent documentation, including high-quality screencasts
IMPORTANT NOTE:
The Drupal core patch has changed in beta 6 (not in this RC)! So, before updating, revert the patch of beta 3 (or from beta 2, if you're upgrading from beta 2). Then update the code. Then apply the new patch.
Changes since DRUPAL-6--2-0-RC1:
- Rewrote the "Description" section of the README for improved legibility.
- Fixed #935180 by mikeytown2: HTTPS check causes PHP notice
- Fixed the default value for the exceptions by path whitelist.
- Change the module's package from "Performance" to "Performance and scalability", which is more accurate, and is the same package as used by the JavaScript Aggregator module.
- #938616: Provide a fallback mechanism that uses the theme layer to rewrite file URLs
- #938638: Balance number of files served by each CDN instead of only looking at file type
- Only show the server in a file link in the page stats, if there actually is a server on which the file exists.
- #938670: Allow for Boost integration: provide a public API function that returns all CDN domains
- Fixed bug in cdn_advanced_get_servers().
- Follow-up patch for #938616 by mikeytown2 and wimleers: only load cdn.fallback.inc when it will actually be used.
- #939086: Allow cdn_pick_server() to be an actual function *or* some eval()'d PHP code
- Fixed all coder warnings.
- Fixed #940050 by Shellingfox: Undefined in cdn_file_url_alter() -- aka bug in https mode
- #940096 by Shellingfox and wimleers: New patch for ImageCache 2 (latest version in DRUPAL-6--2 branch)
- #939640: New type of exceptions: Drupal paths (or: disable the CDN on configurable Drupal paths)