Install

Works with Drupal: 7.x

Using dev releases is not recommended, except for testing.

Using Composer to manage Drupal site dependencies

Downloads

Download authcache-7.x-2.x-dev.tar.gztar.gz 211.95 KB
MD5: 10a9f940414ed16dba8c8e3a91c76202
SHA-1: 8a10f4321ebf7c5fe27e70aa98057d27daf504b0
SHA-256: 1daceb142efd1c8a766c3ee09f01b009bd3ce6cd97d87a1c6758a0d130768b3b
Download authcache-7.x-2.x-dev.zipzip 512.34 KB
MD5: 0df09a64493bfe93245fb22cf306408a
SHA-1: 3f75b5f5ad8e0a59809e6e7964cec4bfcce95225
SHA-256: 4c50bcd1c72d368535bec99cf8fca194c7f580b7a0e4d95d4044c70244790a97

Release notes

As of 2013-21-11, at least drupal 7.24 is required

The authcache 2.x branch is everything about breaking up the code into several submodules. First this allows deactivating support-code for core-modules not in use. Second by using our own API, it will automatically improve such that third-party integration becomes much easier.

The following things changed in the 7.x-2.x branch:

  • Extract AJAX-support into an optional submodule
  • Extracted support for the following core modules into separate submodules: block, comment, contact, forum, poll, statistics
  • Extracted the debug widget into its separate submodule
  • Split up ajax/authcache.php and placed submodule-specific code into the proper places.
  • Split up authcache.js as well as convert everything to Drupal.behaviors.
  • Get rid of all global variables
  • Get rid of cache_uid cookie and generally leak less unnecessary info.
  • Attach JavaScript without preg_replace-ing stuff in the built page. This leads to much less headache when delivering non-html content.
Created by: znerol
Created on: 6 Feb 2013 at 20:20 UTC
Last updated: 30 Apr 2021 at 15:41 UTC
New features

Other releases