Download & Extend

Releases for Cache Actions

cache_actions 7.x-2.0-alpha5

Download Size md5 hash
cache_actions-7.x-2.0-alpha5.tar.gz 16.36 KB 6823c2db0c94393c72963d828900cf53
cache_actions-7.x-2.0-alpha5.zip 20.21 KB 5e46eb7fba35b528cbdb16c3a62d5d72
Last updated: May 31, 2012 - 09:10
Official release from tag: 7.x-2.0-alpha5

Release notes

#1506304: Add the option to cache by content language

cache_actions 7.x-2.0-alpha3

Download Size md5 hash
cache_actions-7.x-2.0-alpha3.tar.gz 13.36 KB 7e28981a0e29e65fc99040dcc9cb759e
cache_actions-7.x-2.0-alpha3.zip 16.48 KB f8b1bf8ba0a537f518e334a82fe55208
Last updated: August 19, 2011 - 13:56
Official release from tag: 7.x-2.0-alpha3

Release notes

Major change to how the panels cache invalidation works.

cache_actions 7.x-2.0-alpha2

Download Size md5 hash
cache_actions-7.x-2.0-alpha2.tar.gz 14.41 KB 36a190bae1eec6410ee23183340767d0
cache_actions-7.x-2.0-alpha2.zip 17.8 KB 00501832f6386b29fbd287aabd98bcee
Last updated: May 17, 2011 - 18:16
Official release from tag: 7.x-2.0-alpha2

Release notes

Fixes critical bug #1109094

cache_actions 7.x-2.0-alpha1

Download Size md5 hash
cache_actions-7.x-2.0-alpha1.tar.gz 14.53 KB b100d2c83385e3e09eea7699e0d37132
cache_actions-7.x-2.0-alpha1.zip 18.2 KB c32a0539ebd09140aaa32288e282c6ba
Last updated: February 6, 2011 - 15:36
Official release from tag: 7.x-2.0-alpha1

Release notes

This is the first port of Cache Actions 2 for Drupal 7. It supports everything Cache Actions 2 for Drupal 6 does except:

* Clearing Panel Pages is supported, but Panels does not seem to have a UI for clearing Panel pages yet.
* Clearing Mini Panels is supported, but Panels does not seem to have a UI for clearing Panel pages yet.
* Varnish is not supported since there is no D7 version yet.

This stuff should work:
* Clearing Views.
* Clearing Views Displays.
* Clearing Panel panes for mini panels and page manager panels.
* Clearing cache bins.
* Clearing individual cache entries.

Don't consider this version stable, and if you find any bugs, please report them.

TODO:
Unit tests for D7.

cache_actions 7.x-2.x-dev

Download Size md5 hash
cache_actions-7.x-2.x-dev.tar.gz 16.36 KB 170f66a1b35b2d75dab1d5903f7ee3a2
cache_actions-7.x-2.x-dev.zip 20.22 KB 686ed23d554fdc5802385ddb23c3c02e
Last packaged version: 7.x-2.0-alpha4+1-dev
Last updated: March 29, 2012 - 00:06
Development snapshot from branch: 7.x-2.x

Release notes

Development snapshot of the Drupal 7 branch.

cache_actions 6.x-2.0-beta2

Download Size md5 hash
cache_actions-6.x-2.0-beta2.tar.gz 20.46 KB bde41784272bf45ab9c804c3b7b2aeec
cache_actions-6.x-2.0-beta2.zip 34.43 KB b2b9c5fa6557cbef5ed6d53cf153769d
Last updated: February 4, 2011 - 22:46
Official release from tag: 6.x-2.0-beta2

Release notes

Fixes javascript problem with clear panel pane actions.

cache_actions 6.x-2.0-beta1

Download Size md5 hash
cache_actions-6.x-2.0-beta1.tar.gz 20.43 KB 73ddbc9adccd10d71486e0443c14d321
cache_actions-6.x-2.0-beta1.zip 34.42 KB 74e34eb66e25033a207960a66cfaad83
Last updated: January 15, 2011 - 17:46
Official release from tag: 6.x-2.0-beta1

Release notes

This is the first beta release, which means that we now deem this module stable enough for production use.

Among the fixes:
* No more problems with in-code and database panels.
* The cache keys should not be colliding anymore.

New features:
* Clear Views Displays, not just the whole view.
* Cache per language in panels
* Alter the Panels cache key with hook_cache_actions_panels_cache_alter().

cache_actions 6.x-2.0-alpha3

Download Size md5 hash
cache_actions-6.x-2.0-alpha3.tar.gz 19.21 KB 506863c96bb886b77e3e1a5d386963ea
cache_actions-6.x-2.0-alpha3.zip 32.68 KB f9694765f3d79eae76cfe369adb08858
Last updated: December 24, 2010 - 22:34
Official release from tag: 6.x-2.0-alpha3

Release notes

#976266 by nevets: Fixed Improper form element for Wildcard.
#944102 by sigent, bibo, fabsor: Fixed upgrade path and added better error handling.
..and some coding style issues.

cache_actions 6.x-2.0-alpha2

Download Size md5 hash
cache_actions-6.x-2.0-alpha2.tar.gz 18.93 KB e04beb9034e4b206863332ca03c248da
cache_actions-6.x-2.0-alpha2.zip 32.38 KB 7cb101990240fb59e7de35c2ecd43e9e
Last updated: December 24, 2010 - 22:34
Official release from tag: 6.x-2.0-alpha2

Release notes

This release fixes so that in-code panels will work as intended with cache actions. If you use in-code panels then you should update immidiately, since the old version removed the cache of all in-code panels instead of just the one panel it is supposed to clear the cache for.

As a result of this, the tests for this module finally passes =)

cache_actions 6.x-2.0-alpha1

Download Size md5 hash
cache_actions-6.x-2.0-alpha1.tar.gz 18.63 KB 660611e74b344483056927f77bc9284c
cache_actions-6.x-2.0-alpha1.zip 32.11 KB 1a115d584ac3f84cc957adbfcd343e8d
Last updated: December 24, 2010 - 22:34
Official release from tag: 6.x-2.0-alpha1

Release notes

The first Alpha Release of version 2. New features in short:

* Clearing The cache of more than one view at a time
* Clearing The cache of specific panel page variants
* Clearing The cache of specific panel page panes
* Clearing The cache of specific mini panel variants
* Clearing The cache of specific mini panel panes
* Unit tests
* Clearing the varnish cache with rules, if the varnish module is enabled. This means we have token support and support for varnish regular expressions.

cache_actions 6.x-1.0

Download Size md5 hash
cache_actions-6.x-1.0.tar.gz 8.95 KB 77c0fe70011affbc891513173c22d2e8
cache_actions-6.x-1.0.zip 10.63 KB e7c9266a0e9e35f578940ae1054511ea
Last updated: December 24, 2010 - 22:34
Official release from tag: 6.x-1.0

Release notes

There haven't been any big issues in the alpha release so we skip the beta stage and just go for a real release now.

Fixes in this release:

* The js cache actually gets cleared by the "Clear css and js" action.
* The readme file is updated (a little =).

cache_actions 6.x-2.x-dev

Download Size md5 hash
cache_actions-6.x-2.x-dev.tar.gz 20.8 KB e2a4766df8a5fbc8b7a61dce522213b7
cache_actions-6.x-2.x-dev.zip 33.9 KB cceb7f1f509c6916e64862b1419e10f5
Last packaged version: 6.x-2.0+0-dev
Last updated: February 2, 2012 - 00:09
Development snapshot from branch: 6.x-2.x

Release notes

This is the first dev version of cache actions 2.x

New features are:

* Support for clearing the cache for specific panel variants for mini panels and panel pages.
* Support for clearing the cache for specific panel panes for mini panels and panel pages.
* Better views support. We are now taking the cache plugin into account.
* Support for clearing more than one view in one action.
* Support for clearing varnish pages, when the varnish module is active.
* Support for clearing specific cache sids.
* Tests.

cache_actions 6.x-1.0-alpha2

Download Size md5 hash
cache_actions-6.x-1.0-alpha2.tar.gz 8.97 KB 65b33c56eff8e11afd3761976632584a
cache_actions-6.x-1.0-alpha2.zip 10.69 KB 43230b2f101d698711215c69282c1809
Last updated: December 24, 2010 - 22:34
Official release from tag: 6.x-1.0-alpha2

Release notes

* Fixed issue with the views cache plugin. It should work as intended now.
* Added some if statements to protect from crashes when disabling panels or views.

cache_actions 6.x-1.0-alpha1

Download Size md5 hash
cache_actions-6.x-1.0-alpha1.tar.gz 8.66 KB 303918150fc5af64b0d7ed9008c874c6
cache_actions-6.x-1.0-alpha1.zip 10.04 KB 2477e97733cec47780d6443cc42c09d4
Last updated: December 24, 2010 - 22:34
Official release from tag: 6.x-1.0-alpha1

Release notes

This is the first alpha release of this module. It should be fairly stable, but needs further testing before we can make a real release. Please test this and report any bugs you may find.

cache_actions 6.x-1.x-dev

Download Size md5 hash
cache_actions-6.x-1.x-dev.tar.gz 8.84 KB 361a0a5533d02510506d3edc944f1ea9
cache_actions-6.x-1.x-dev.zip 10.42 KB ea6864409086d77b40bd62e87fbbd47d
Last updated: February 25, 2011 - 07:28
Development snapshot from branch: 6.x-1.x

Release notes

This is the development snapshot of this module. Please try it out and report any bugs you may find!

Subscribe with RSS Syndicate content