Downloads

Download advcache-5.x-1.9.tar.gztar.gz 28.99 KB
MD5: 3f0ee2137a8fd2c4d98e1c326e94e3a7
SHA-1: 80be38ecc8d52e6bf9b99ab6060f94212f6c88c0
SHA-256: e7e3f53b3f54b53ea6ae54d06d8ecb3f193c9b5ec3ce0f10d40ba883136e653d
Download advcache-5.x-1.9.zipzip 62.85 KB
MD5: 7ea48cfeb5661636c20afb63101905ff
SHA-1: 99dfb6675d053cf7b22bf7b739ed09d0001ebaf6
SHA-256: befe4fa03fb1cddfdddd413fff8a152db9260e1f1a2d3a39bfbc7aaaab9bf089

Release notes

NOTE: The tagging got messed up and tags DRUPAL-5--1-7 and DRUPAL-5--1-8 are ambiguous as to their state. Releases for those tags should never be made and the proper upgrade sequence is DRUPAL-5--1-6 to DRUPAL-5--1-9.

ALSO NOTE: As I type this I realize that the "all_patches" patches haven't been updated to reflect the new node caching strategy, so they are to be avoided. I'll file an issue to track that it needs doing.

Issues addressed in this release:

  • Killing overengineered node caching (per role combination). This strategy caches based on keys of node/1, node/2, node/3 etc. for much greater simplicity and performance. Note that this MAY BREAK your site's behavior if you have nodes that appear differently for users in different roles. Please test thoroughly before deciding to use this version. Furthermore, since I've replaced all of the node_patch.patch files for all drupal versions, you should use your current version to revert the patch before updating your code base to this version.
  • robertDouglass and Steven Bartnick: Fixing table names in update functions.
  • #230235: Jeremy@kerneltrap.org. replace MySQL-centric COUNT(*) query.
  • #313049 by firebus. minor offset updates for 5.10 patches.
  • Update README.txt to reference version 5.8 and include info on broken patches. Re-roll all_files.patch.
  • #284505 by GoofyX: block cache patch for DRUPAL-5-8
  • all_files.patch for DRUPAL-5-8
  • Adding files for DRUPAL-5-8
  • all_files.patch for DRUPAL-5-7
  • Adding patches for DRUPAL-5-7
Created by: robertDouglass
Created on: 12 Oct 2008 at 10:45 UTC
Last updated: 12 Oct 2008 at 10:50 UTC
Bug fixes

Other releases