authcache 7.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| authcache-7.x-1.4.tar.gz | 40.92 KB | 26bb900050497a333419bebd76d26cc4 |
| authcache-7.x-1.4.zip | 48.59 KB | 10fbbff52b76ab5d0c82a3adecf9d9b6 |
Release notes
This is another bug-fix release containing the following improvements:
- Issue #1985674 by IWasBornToWin: Exclude authcache on ajax file-upload menu callback
#1985674: Ajax not working on node edit page. Authcache seems to cache page regardless of settings - Issue #1983892 by IWasBornToWin: Fix warnings in _authcache_comment_num_new ajax callback
#1983892: Warning: array_combine() expects parameter & Warning: array_map() [function.array-map] - Issue #1966182 by anik8z: Site displays gibberish when authcache is enabled
#1966182: Site displays gibberish when authcache is enabled
Note that in this release the standard bootstrap level for delivering cached pages changed from DRUPAL_BOOTSTRAP_PAGE_CACHE (or DRUPAL_BOOTSTRAP_DATABASE when the database backend is used) to DRUPAL_BOOTSTRAP_VARIABLES. This is actually a much safer default configuration. When using a third party cache-class for the page-cache (like e.g. memcache), it is possible to circumvent hitting the database completely by specifying $conf['page_cache_without_database'] = TRUE along with all the configuration options necessary for the third party cache class in settings.php.
authcache 7.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| authcache-7.x-1.3.tar.gz | 40.78 KB | 19d450703e9de0fb2c5af2236c7929c1 |
| authcache-7.x-1.3.zip | 48.42 KB | ec67535f1851aad5e7d1dad5bb8ce8dd |
Release notes
This is another bug-fix release containing the following improvements:
- #1916442 by quickly: Prevent strict-warning in _authcache_backendstatus()
#1916442: Strict warning: Only variables should be passed by reference in _authcache_backendstatus() - #1917040 by bkonetzny: Fix package name in authcache example module
#1917040: Authcache Example reports wrong package in info-file - #1939038 by Gastonia: Do not set cookies on install when run from command line
#1939038: Warnings when enabling with Drush - #1939046 by Gastonia: Fix strict warning when saving configuration options
#1939046: Strict warning when setting configuration options - #1481036 by RumpledElf: Fix notice undefined offset: 0 in _authcache_is_account_cacheable()
#1481036: Notice: Undefined offset: 0 in _authcache_is_account_cacheable() - #1967694 by Punk_UnDeaD: Fix AJAX callback for multilingual sites with path-prefix
#1967694: ajax block in multilingual site
Additionally the following improvements were made:
- Remove a potentially harmful call to
variable_getfrom withinhook_init - Remove a call to
ob_startfromhook_init. Drupal 7 always starts output buffering. - Move authcache ajax settings in block configuration into vertical tabs, otherwise the settings are displayed in an awkward position (either at the top or at the bottom of the form)
authcache 7.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| authcache-7.x-1.2.tar.gz | 40.4 KB | 802995bb9b9e71aea1fb5821f394ef5c |
| authcache-7.x-1.2.zip | 47.89 KB | e6a45d7a6b9cb54e74a409f63ddd4cb7 |
Release notes
This is the second and probably last maintenance release for authcache 7.x-1.x. The following issues are resolved in this release:
- Do not cache pages when a status-message is shown
- Backport of
hook_authcache_request_excludefrom 7.x-2.x #1904316: Allow edit of $_authcache_is_cacheable - Fix forum-support
- Fix block-support
- Fix support for tabs and local-tasks
- Fix support for poll-module
- Fix comment-form and edit-own-comment link
A rewrite of authcache is well underway. Please keep an eye on the 7.x-2.x branch.
authcache 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| authcache-7.x-2.x-dev.tar.gz | 86.25 KB | 7561a1869d8acf7b65d9825f7e4806cc |
| authcache-7.x-2.x-dev.zip | 144.81 KB | 6ec960b6c136374f9686e161dc500295 |
Release notes
When upgrading from a dev-release prior to 2013-04-11, the authcache_debug module must be disabled during the upgrade. It can be re enabled afterwards.
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_uidcookie 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.
authcache 7.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| authcache-7.x-1.1.tar.gz | 40.14 KB | d7082e4573f48667de34efcd2211a162 |
| authcache-7.x-1.1.zip | 47.6 KB | a34a12b6d24505efc682ec70396c9542 |
Release notes
- clean up some D6 code remnants (znerol)
- fix site-wide contact form issue (znerol)
- code clean up of authcache.php (znerol)
- exclude private and temporary file download links (znerol)
- add option to exclude pages based on "is_page_admin" flag (znerol)
- add better subtab navigation in authcache config (creaoy, awm086 and znerol)
- add "multi-variant" caching functionality (ability for devs to have their own custom cache keys.
see http://drupal.org/node/966152#comment-6906912 for explanation
authcache 7.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| authcache-7.x-1.0.tar.gz | 40.25 KB | 0cc37753691693302048f1fad69153a6 |
| authcache-7.x-1.0.zip | 47.73 KB | 3eac9c74f66595964b559fece2209cb2 |
Release notes
Users are strongly recommended to upgrade from the dev version.
fix: Do not call node_tag_new on nonexistent nodes.
http://drupal.org/node/1847372
It is not possible to find authcache from admin/config settings
http://drupal.org/node/1804506
fix: Blocks disappears when is checked "Load block with Ajax on cached Authcache pages"
http://drupal.org/node/1847372
authcache 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| authcache-7.x-1.x-dev.tar.gz | 41.01 KB | 7c4501f06f48c5c63fc7eaf6dfc36803 |
| authcache-7.x-1.x-dev.zip | 48.7 KB | 1475098906c1857612f50336057730a6 |
Release notes
Initial dev release of D7 port
authcache 6.x-1.0-rc2
| Download | Size | md5 hash |
|---|---|---|
| authcache-6.x-1.0-rc2.tar.gz | 34.1 KB | 97dc0f1ff5842c48333b3ecf003f24d2 |
| authcache-6.x-1.0-rc2.zip | 41.97 KB | ea3fbc52ac0097a23e5413434e7d177a |
Release notes
RELEASE CANDIDATE 2
- Made "Disable caching for this browser session" nocache option not receive cached pages
- Fix for Memcache API 6.x-1.4 for flusing expired cache tables
#683108: authcache with memcache serves old content.
- Changed rulesets for caching roles: "authenticated user (without additional roles)" doesn't need to be checked to enable caching for other roles.
#586934: Explain that "authenticated user" role is required by other user roles
- Prevent Ajax requests from being cached
#603700: "Authcache Footer JSON" text being appended to ajax JSON when full bootstrap is done.
- In debug mode, display all Authcache Ajax requests called via Authcache.ajaxRequest();
#628712: Ajax callback not even called for authcache_example module (hidden parsererror)
- More specific form token handling code (help prevent Validation Errors when using certain contributed modules)
#670238: Validation Error
- Delete authcache_debug cookie if debugging is disabled
(Had to remove "authcache_debug" page to support this feature)
#595506: Debugging options are not taken into account unless the cookie is deleted
- W3C valid script tags
#581856: not w3c valid
- Misc. Drupal code standards cleanup
authcache 6.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| authcache-6.x-1.0-rc1.tar.gz | 33.84 KB | 1b5a72940a6fca53c50c9994ac179783 |
| authcache-6.x-1.0-rc1.zip | 41.84 KB | 7cde1779082cd45bf411087779b223f0 |
Release notes
RELEASE CANDIDATE 1
- Removed Cache Router fork code (must download Cache Router separately)
- Removed "Maximum page lifetime" since this conflicts with cache handler modules (pages stored with CACHE_TEMPORARY ttl, like Drupal core)
- Added content-type: javascript header for Ajax phase
- More modular support for cache handler modules #566086: Integration with the cache module.
- Added "Non-HTML Cached Pages" configuration textbox #560808: Bug with debug info in the end of file
- Added cache support for all XML pages #574600: XML Sitemap incompatibility
UPGRADING FROM BETA
If you are upgrading from a beta version (if you have been using Authcache before 2009-09-13), please delete the "authcache" module directory and then extract the new release.
"ajax_authcache.php" also no longer needs to be in the Drupal root directory. Make sure to follow the new configuration settings (like downloading the latest Cache Router and using the correct $conf values in settings.php).
authcache 6.x-6.x-dev
| Download | Size | md5 hash |
|---|---|---|
| authcache-6.x-6.x-dev.tar.gz | 38.74 KB | 56859cac5a8d004c98078798b83cdcd8 |
| authcache-6.x-6.x-dev.zip | 46.49 KB | 66073405947e6488a352d309a8aa4c41 |
Release notes
dev
authcache 6.x-1.0-beta7
| Download | Size | md5 hash |
|---|---|---|
| authcache-6.x-1.0-beta7.tar.gz | 41 KB | df3366d4373304eabc3726dc9e6ac226 |
| authcache-6.x-1.0-beta7.zip | 55.34 KB | a13b2e86127b55bef2144bd9b3d648ff |
Release notes
- More informative debugging messages and fixed "n/a" cache_render issue? Using Etag caching headers instead of Last-Modified #462786: Authcache_Debug: cache_render statistics occasionally fail, #510894: Can't get APC to populate
- Added integration with Memcache module (http://drupal.org/project/memcache) #495478: Authcache and memcache module integration
- CacheRouter API now obeys "expire" on cache_clear_all(). #511984: Authcache is invalidating forms Maximum page lifetime can no longer be permanent (0), otherwise cache invalidation will fail.
- Less zealous error_get_last() use and deprecated fix #398728: NO_CACHE: "Page not cached."
- Changed Authcache template variables scope #463866: Change scope of $user_name & $user_link variables
- Expanded default no cache paths #460802: Expanded List of Excluded Paths
- Added support for PHP 5.1 #435166: Incompatiable with PHP 5.1
- Fixed timezone typo #462992: Typo in authcache_init() ($conf['configurable_timezones'])
authcache 6.x-1.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| authcache-6.x-1.0-beta6.tar.gz | 39.85 KB | 739ea7d85b2c32711fd1b154f05ece61 |
| authcache-6.x-1.0-beta6.zip | 53.45 KB | 3430094bcb97abd68c681838d20bdd94 |
Release notes
Fixed Views exposed form validation error status message #406508: Validation error on Views with exposed filters
Fixed contact page form validation error for logged in users
authcache 6.x-1.0-beta5
| Download | Size | md5 hash |
|---|---|---|
| authcache-6.x-1.0-beta5.tar.gz | 39.65 KB | 7a317c1ff4e9a474cee1fd7d5e0aa2a9 |
| authcache-6.x-1.0-beta5.zip | 53.3 KB | 71d8bca4200b94f489b85eb90ffcd690 |
Release notes
Added support for poll.module
Added proper theme code for menu tasks (page tabs)
Added Authcache.getValue() in authcache.js to easily pick out values embedded in class names
Moved authcache_key() out of Cache Router module fork
Fixed #401262: Error in logs (?) -- (When is $_GET undefined?)
authcache 6.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| authcache-6.x-1.0-beta4.tar.gz | 38.91 KB | c16438acf69accdcb69d8470fe6088ba |
| authcache-6.x-1.0-beta4.zip | 52.46 KB | 57a21bbea6c989f18607c10b5a1d13d3 |
Release notes
Updated Cache Router engine files
#395894: File engine update
#395824: Allow minutes for max page lifetime
authcache 6.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| authcache-6.x-1.0-beta3.tar.gz | 38.38 KB | b36866d596581798f402d2fef859a308 |
| authcache-6.x-1.0-beta3.zip | 51.61 KB | d4aa78aab4c026282f5ff1ead944e618 |
Release notes
Timezone fix
authcache 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| authcache-6.x-1.0-beta2.tar.gz | 38.23 KB | 8b5880723b2fd53ba550d470417eafc6 |
| authcache-6.x-1.0-beta2.zip | 51.46 KB | 940a63548f17a0c29aaca65282f66ba4 |
Release notes
First release
authcache 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| authcache-6.x-1.x-dev.tar.gz | 38.88 KB | a4ec2c9c73712efd3bb24ad8f4d553ea |
| authcache-6.x-1.x-dev.zip | 46.14 KB | 1faa887e204dc9e818a5f12b0657dfed |
Release notes
Bleeding edge release with new features and bug fixes, though not thoroughly tested.
Use at your own risk.
Next release will be 1.0 stable. Currently in dev:
- New!: Authcache Ajax Blocks feature allows blocks to be easily configured to load during Ajax phase #989964: Allow blocks to be easily loaded during Authcache Ajax phase (aka Ajaxify Regions)
- New: Allow authcache_custom.php to be placed in site settings directory #805644: Location of authcache_custom.php
- New: Pressflow support (by creating has_js cookie). If you're using Varnish, you must update your config to ignore this cookie. #646256: cache for authenticated users not work for Pressflow, #967972: Add Pressflow compatibility by changing JavaScript detection method
- New: Option to switch Ajax to POST #916266: Option to switch ajax send method GET/POST by igor.ro, modified to have 'Automatic' setting
- New: Option to disable caching for non-200 OK requests (404/403/etc) #1005660: Don't cache 404 pages
- New: Improved admin UI/debugging
- Change: Cache Drupal Ajax requests by default since this is Drupal core behavior (Ajax caching can be disabled if required); better detection of non-HTML pages.
- Change: Less sensitive info in Authcache Footer JSON #805900: Ajax usage for anonymous users, #984066: Hiding Footer Information from anonymous users
- Change/Fix: Tabs should render correctly. Removed 'tab_hide' functionality (too aggressive and can't handle modules like Node Access). #694438: Edit Tab on Nodes Disappearing after completed page load, #825356: Autcache Tabs
- Change: Use HTML5 "data-" attributes instead of putting data inside CSS classes #1009050: Use HTML5 "data-" attributes instead of putting data inside CSS classes
authcache 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| authcache-6.x-1.0-beta1.tar.gz | 19.85 KB | 41e07c1d169f2f19a342f53439e8786f |
| authcache-6.x-1.0-beta1.zip | 24.12 KB | c29a30d0dfdcce0aeb1717fb74d96f7f |
Release notes
(broken -- bad CVS tag)