Releases for Cache Router
cacherouter 6.x-1.0-rc1
First released: September 5, 2009 - 13:29
Size: 20.3 KB
md5_file hash: 7b957f5e93726717bc04c6ec7244af37
Last updated: September 5, 2009 - 13:30
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
First released: December 27, 2008 - 00:32
Size: 27.71 KB
md5_file hash: 3f6cd9ca209d5ea4488e17a77d7f8f55
Last updated: December 27, 2008 - 00:35
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
First released: December 5, 2008 - 01:23
Size: 17.38 KB
md5_file hash: c6e8b17b0a955ab9ea22a95073bdda14
Last updated: December 5, 2008 - 01:25
Fix for ridiculous error.
cacherouter 6.x-1.0-beta8
First released: November 3, 2008 - 21:31
Size: 17.01 KB
md5_file hash: e34564252f698819e445d41da8fd6042
Last updated: November 3, 2008 - 21:35
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
First released: November 3, 2008 - 21:30
Size: 17.38 KB
md5_file hash: 47fd6a096e73a5dc980c67911aff268e
Last updated: November 3, 2008 - 21:35
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
First released: October 31, 2008 - 03:59
Size: 17.19 KB
md5_file hash: 97f4c7359ba183eb58432b7850d0cef4
Last updated: October 31, 2008 - 04:00
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
First released: October 31, 2008 - 03:57
Size: 16.81 KB
md5_file hash: 600be2201424dc63da0561282996e018
Last updated: October 31, 2008 - 04:00
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
First released: June 2, 2008 - 02:13
Size: 14.6 KB
md5_file hash: be2feae1749bcf1e04935511f13aecf2
Last updated: June 2, 2008 - 02:15
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
First released: April 7, 2008 - 22:33
Size: 15.93 KB
md5_file hash: 9f6a7099c3518ce2e3a4bb60e8d6f768
Last updated: April 7, 2008 - 22:35
Fixed broken uninstall in beta3
cacherouter 6.x-1.0-beta3
First released: April 7, 2008 - 22:25
Size: 13.08 KB
md5_file hash: 7234a937e6797715f35a380aa7c00ae3
Last updated: April 7, 2008 - 22:30
Fix file system path issue. Now you can override the "file" cache type location in settings.php
cacherouter 5.x-1.0-beta3
First released: April 7, 2008 - 22:21
Size: 15.94 KB
md5_file hash: ab3302d0bee515440d131b1c3550d92f
Last updated: April 7, 2008 - 22:25
BROKEN, DO NOT USE
cacherouter 5.x-1.0-beta2
First released: April 7, 2008 - 22:10
Size: 15.9 KB
md5_file hash: ccd7a45ba75c039e126268da1553f61a
Last updated: April 7, 2008 - 22:15
Fix serialized problem.
cacherouter 5.x-1.0-beta1
First released: April 3, 2008 - 01:03
Size: 13.05 KB
md5_file hash: c5d70c7dee8c3ae6db04e1a74a073ac6
Last updated: April 3, 2008 - 01:05
Drupal 5 beta 1 w00t.
cacherouter 6.x-1.0-beta2
First released: March 31, 2008 - 09:34
Size: 13.03 KB
md5_file hash: c84148f6f0472431a437f2ab1eaa5c01
Last updated: March 31, 2008 - 09:35
working beta. Please test.
cacherouter 6.x-1.0-beta1
First released: March 31, 2008 - 09:10
Size: 9.05 KB
md5_file hash: 708701c01d96f8f288c0dde09913694b
Last updated: March 31, 2008 - 09:15
BROKEN, DO NOT USE.
cacherouter 6.x-1.x-dev
First released: March 31, 2008 - 09:09
Size: 27.91 KB
md5_file hash: 71f2c3bae21733c26e8b0a61319a2a3a
Last updated: September 6, 2009 - 00:03
Dev snapshot.
cacherouter 7.x-1.x-dev
First released: March 31, 2008 - 09:09
Size: 28.93 KB
md5_file hash: a076415caa660b2f194e140991fb1eb4
Last updated: September 3, 2009 - 12:06
Dev snapshot.
