Releases for Advanced cache
advcache 6.x-1.x-dev
First released: April 1, 2009 - 15:35
Size: 12.75 KB
md5_file hash: 025e45aa9f2af16e91afd19d8169159a
Last updated: April 2, 2009 - 00:01
For the brave.
advcache 5.x-1.9
First released: October 12, 2008 - 10:45
Size: 28.99 KB
md5_file hash: 3f0ee2137a8fd2c4d98e1c326e94e3a7
Last updated: October 12, 2008 - 10:55
NOTE: The tagging got messed up and tags DRUPAL-5--1-7 and DRUPAL-5--1-8 are ambiguous as to their state. Releases for those tags should never be made and the proper upgrade sequence is DRUPAL-5--1-6 to DRUPAL-5--1-9.
ALSO NOTE: As I type this I realize that the "all_patches" patches haven't been updated to reflect the new node caching strategy, so they are to be avoided. I'll file an issue to track that it needs doing.
Issues addressed in this release:
- Killing overengineered node caching (per role combination). This strategy caches based on keys of node/1, node/2, node/3 etc. for much greater simplicity and performance. Note that this MAY BREAK your site's behavior if you have nodes that appear differently for users in different roles. Please test thoroughly before deciding to use this version. Furthermore, since I've replaced all of the node_patch.patch files for all drupal versions, you should use your current version to revert the patch before updating your code base to this version.
- robertDouglass and Steven Bartnick: Fixing table names in update functions.
- #230235: Jeremy@kerneltrap.org. replace MySQL-centric COUNT(*) query.
- #313049 by firebus. minor offset updates for 5.10 patches.
- Update README.txt to reference version 5.8 and include info on broken patches. Re-roll all_files.patch.
advcache 5.x-1.6
First released: July 10, 2007 - 05:54
Size: 19.82 KB
md5_file hash: 3f4c3ce2a2e631c0c2d5e2271cb0be9a
Last updated: July 10, 2007 - 05:55
Fixed a bug in taxonomy caching and hopefully remedied the mistakes I made packaging the 1.4 and 1.5 releases.
advcache 5.x-1.5
First released: July 9, 2007 - 19:00
Size: 20.02 KB
md5_file hash: 1c46df9ca5e884017e38d0c3d4daf74b
Last updated: July 9, 2007 - 19:05
I screwed up 1.4 by not including all_patches.patch.
advcache 5.x-1.4
First released: July 9, 2007 - 18:22
Size: 19.86 KB
md5_file hash: 650d30d184ea17798f0793cb6a817e84
Last updated: July 9, 2007 - 18:25
- Feature: #72897 - Block caching =) Not like the blockcache module... no configuration... just apply patch and go. Shaves 1.5 ms off of each page load on my MacBook, anonymous as well as authenticated.
- Feature: new strategy for node cache clearing to accommodate the role-based caching. Needs some eyeballs (that means you, slantview ;-) Also fixes a call to undefined function in the case that forum module is not enabled.
- Bugfix: fixed order of operations in hook_comment.
- Bugfix: clear comment cache on publish and unpublish.
advcache 5.x-1.3
First released: May 31, 2007 - 17:36
Size: 16.46 KB
md5_file hash: 147e5c2ef36cab74d4e1042fee2a8caf
Last updated: May 31, 2007 - 17:40
- #147977 fixing node cache so that the same rules apply to loading the cache as to setting. #147456 allowing a variable, 'advcache_node_exclude_types', determine whether a node type should be excluded from caching. Defaults to array('poll') so polls work. Rolling against DRUPAL-5-1
- Re-rolling all patches against DRUPAL-5-1
- #148279 by aymerick and robertDouglass: add forum caching. Same warning as with taxonomy caching applies here... if db_rewrite_sql is rewriting taxonomy queries, as is the case in taxonomy access type modules, this patch should not be used.
- Updating README and all_patches.patch to reflect new forum_cache.patch changes.
advcache 5.x-1.2
First released: May 28, 2007 - 11:20
Size: 16.41 KB
md5_file hash: e5b72182216dadad4192eda1f11eca6f
Last updated: May 28, 2007 - 11:25
- adding an all_patches.patch that combines all cache patches into one for the ambitious and the lazy
- Taxonomy cache not clearing correctly on nodeapi
advcache 5.x-1.1
First released: May 28, 2007 - 10:40
Size: 14.71 KB
md5_file hash: 9955d135ebb01d0db8a7c480ce963114
Last updated: May 28, 2007 - 10:45
- adding hook_devel_caches
- Disable node caching for uid = 1.
- #147240 uninitialized array in comment caching
- taxonomy_node_get_terms wasn't keyed correctly
advcache 5.x-1.0
First released: May 23, 2007 - 12:23
Size: 14.42 KB
md5_file hash: 845a1f40c1837e503e80feee4a071ea2
Last updated: May 23, 2007 - 12:25
Initial release. Please see README.txt.
advcache 5.x-1.x-dev
First released: May 22, 2007 - 16:12
Size: 29.04 KB
md5_file hash: 6794e3d304a217e3eb0ce0e0ff753f3c
Last updated: February 27, 2009 - 00:01
Initial commit. Node, comment and taxonomy caching implemented.
