Releases for Cache Router
cacherouter 6.x-1.0-rc1
| Download | Size | md5 hash |
|---|---|---|
| cacherouter-6.x-1.0-rc1.tar.gz | 20.3 KB | 7b957f5e93726717bc04c6ec7244af37 |
Fixed the following issues:
#463758: Change module package in info file by psynaptic: Change module package in info file
#472864: Deletion warnings in APC by fgm: Deletion warnings in APC
#493198: File engine fixes by doq: File engine fixes
#352953: fileCache::delete() passes in wrong argument type for fopen() and unlink() by chenba: fileCache::delete() passes in wrong argument type for fopen() and unlink()
#353815: Cache Router fails - No way to get it working by jvieille: Cache Router fails - No way to get it working
#495736: Unwanted undefined index notice by greg.harvey: Unwanted undefined index notice
#371059: * warning: Missing argument 1 for dbCache::flush() by int: * warning: Missing argument 1 for dbCache::flush()
#526014: eaccelerator error by lizuka: eaccelerator error
#516660: Adding a "none" or "null" method? by joshk: Add none or null engine.
#516658: Adding memcached (not "memcache") method by joshk: Add memcached engine (not "memcache")
#422586: engines/file.php by expandonline: engines/file.php
#475788: File engine - Cache write error presented to users. Should log by default and only display for Administrators by harking: File engine - Cache write error presented to users. Should log by default and only display for Administrators
#365065: Refactor Cache::__construct so that it's easy to pass options to cache by Damien Tournoud: Refactor Cache::__construct so that it's easy to pass options to cache
#393430: getting some warnings on "db" mode by PlayfulWolf: getting some warnings on "db" mode
#341575: XCache causes white screen of death by janicel700, andypost, greg.harvey, et al: XCache causes white screen of death
#418764: cache_clear_all() in cacherouter.inc by mundanity, TBarregren: cache_clear_all() in cacherouter.inc
#422250: Integration with Authcache module by Jonah Ellison: Integration with Authcache module.
#463046: APC engine sets timestamps as TTL when not using CACHE_TEMPORARY or CACHE_PERMANENT by neilnz: APC engine sets timestamps as TTL when not using CACHE_TEMPORARY or CACHE_PERMANENT
#317112: PEAR namespace collisions ("Cache") by davidwhthomas, dmiric: PEAR namespace collisions ("Cache") (was PEAR problem)
cacherouter 7.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| cacherouter-7.x-1.0-beta1.tar.gz | 27.71 KB | 3f6cd9ca209d5ea4488e17a77d7f8f55 |
First official release of 7.x. The only thing not working at this point is XCache. Everything else passes all cache tests from Drupal core.
cacherouter 5.x-1.0-beta9
| Download | Size | md5 hash |
|---|---|---|
| cacherouter-5.x-1.0-beta9.tar.gz | 17.38 KB | c6e8b17b0a955ab9ea22a95073bdda14 |
Fix for ridiculous error.
cacherouter 6.x-1.0-beta8
| Download | Size | md5 hash |
|---|---|---|
| cacherouter-6.x-1.0-beta8.tar.gz | 17.01 KB | e34564252f698819e445d41da8fd6042 |
Beta7 didn't include everything I wanted so I decided to fix a few more things and make a new release.
This release includes the following fixes:
#266532 by andypost: Fix for accidental swap of $bin and $table.
#266532 by andypost: Fix for CACHE_PERMENANT instead of CACHE_PERMANENT
#315538 by higherform, #329426 by idontknowtheanswer: Fix page_fast_cache so that we can actually turn it off in the configs.
#328465 by R.Muilwijk: Fix for static caching. Now we default to FALSE for static cache so that modules like menu and localization that use their own static cache.
#286203 by vincent.mappy: Fixed the bin path setting.
cacherouter 5.x-1.0-beta8
| Download | Size | md5 hash |
|---|---|---|
| cacherouter-5.x-1.0-beta8.tar.gz | 17.38 KB | 47fd6a096e73a5dc980c67911aff268e |
Beta7 didn't include everything I wanted so I decided to fix a few more things and make a new release.
This release includes the following fixes:
#266532 by andypost: Fix for accidental swap of $bin and $table.
#266532 by andypost: Fix for CACHE_PERMENANT instead of CACHE_PERMANENT
#315538 by higherform, #329426 by idontknowtheanswer: Fix page_fast_cache so that we can actually turn it off in the configs.
#328465 by R.Muilwijk: Fix for static caching. Now we default to FALSE for static cache so that modules like menu and localization that use their own static cache.
#286203 by vincent.mappy: Fixed the bin path setting.
cacherouter 5.x-1.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| cacherouter-5.x-1.0-beta6.tar.gz | 17.19 KB | 97f4c7359ba183eb58432b7850d0cef4 |
Fixed a bunch of bugs and added simpletests.
#273618 by Nick_vh: Fixed checking for gzip in both the content and in the browser request.
#288318 by Jo Wouters: Fix for wildcard replacement.
#313289 by Murz: Fix for wrong check for $map initialization. We should be checking $this->map not $map.
#277078 by Murz: Cache items prefix with APC cache type
#325614 by R. Muilwijk : Fix for updating static cache on set. and Fix for locking problem with all engines.
Stuff I did:
- Cleanup key handling and make sure we are prefixing the static array cache as well.
- Fix serialization to match behaviour of core. This is now fixed in all engines. Thanks to R. Muilwijk for pointing it out.
- Code style cleanup and some random bug fixes that I noticed.
- Fixed static array caching, now uses $this->key($key) which should offer noticeable performance improvement.
I am hoping we are almost ready for an RC1 release. The only things I want to fix before 5.x-1.0 release are:
1) Get Session caching implemented
2) Get some stats action going.
cacherouter 6.x-1.0-beta6
| Download | Size | md5 hash |
|---|---|---|
| cacherouter-6.x-1.0-beta6.tar.gz | 16.81 KB | 600be2201424dc63da0561282996e018 |
Fixed a bunch of bugs and added simpletests.
#273618 by Nick_vh: Fixed checking for gzip in both the content and in the browser request.
#288318 by Jo Wouters: Fix for wildcard replacement.
#313289 by Murz: Fix for wrong check for $map initialization. We should be checking $this->map not $map.
#277078 by Murz: Cache items prefix with APC cache type
#325614 by R. Muilwijk : Fix for updating static cache on set. and Fix for locking problem with all engines.
Stuff I did:
- Cleanup key handling and make sure we are prefixing the static array cache as well.
- Fix serialization to match behaviour of core. This is now fixed in all engines. Thanks to R. Muilwijk for pointing it out.
- Added SimpleTest 2 tests thanks to R. Muilwijk.
- Code style cleanup and some random bug fixes that I noticed.
- Fixed static array caching, now uses $this->key($key) which should offer noticeable performance improvement.
I am hoping we are almost ready for an RC1 release. The only things I want to fix before 1.0 release are:
1) Get SimpleTests to all pass
2) Get Session caching implemented
3) Get some stats action going.
cacherouter 6.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| cacherouter-6.x-1.0-beta4.tar.gz | 14.6 KB | be2feae1749bcf1e04935511f13aecf2 |
Fixes for:
http://drupal.org/node/262830 - andypost
http://drupal.org/node/264428 - triclops
http://drupal.org/node/264430 - triclops
http://drupal.org/node/262028 - andypost
http://drupal.org/node/248529 - andypost
http://drupal.org/node/264425 - triclops
and a few others...
Thanks guys.
cacherouter 5.x-1.0-beta4
| Download | Size | md5 hash |
|---|---|---|
| cacherouter-5.x-1.0-beta4.tar.gz | 15.93 KB | 9f6a7099c3518ce2e3a4bb60e8d6f768 |
Fixed broken uninstall in beta3
cacherouter 6.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| cacherouter-6.x-1.0-beta3.tar.gz | 13.08 KB | 7234a937e6797715f35a380aa7c00ae3 |
Fix file system path issue. Now you can override the "file" cache type location in settings.php
cacherouter 5.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| cacherouter-5.x-1.0-beta3.tar.gz | 15.94 KB | ab3302d0bee515440d131b1c3550d92f |
BROKEN, DO NOT USE
cacherouter 5.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| cacherouter-5.x-1.0-beta2.tar.gz | 15.9 KB | ccd7a45ba75c039e126268da1553f61a |
Fix serialized problem.
cacherouter 5.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| cacherouter-5.x-1.0-beta1.tar.gz | 13.05 KB | c5d70c7dee8c3ae6db04e1a74a073ac6 |
Drupal 5 beta 1 w00t.
cacherouter 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| cacherouter-6.x-1.0-beta2.tar.gz | 13.03 KB | c84148f6f0472431a437f2ab1eaa5c01 |
working beta. Please test.
cacherouter 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| cacherouter-6.x-1.0-beta1.tar.gz | 9.05 KB | 708701c01d96f8f288c0dde09913694b |
BROKEN, DO NOT USE.
cacherouter 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| cacherouter-6.x-1.x-dev.tar.gz | 27.91 KB | 71f2c3bae21733c26e8b0a61319a2a3a |
Dev snapshot.
cacherouter 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| cacherouter-7.x-1.x-dev.tar.gz | 28.93 KB | a076415caa660b2f194e140991fb1eb4 |
Dev snapshot.
