Closed (fixed)
Project:
Boost
Version:
6.x-1.x-dev
Component:
Caching logic
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
9 Feb 2011 at 19:13 UTC
Updated:
8 Mar 2011 at 07:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
cotto commentedAttached is a patch that adds optional whitelisting (with wildcards) and blacklisting for domain caching. I tried to avoid taking up more config ui space than necessary for the majority of users who won't care about this, and tried to make the descriptions on the admin form as clear as I could for the ones who will. The patch should also have no significant cost to users who don't use it and a minimal cost for those who do. I tried to keep whatever processing I could in the admin form submit handler to minimize the amount of work that the code in boost_is_cacheable would need to do.
Improvements and suggestions are welcome, but I'm also comfortable with the patch being applied as-is.
Comment #2
mikeytown2 commentedComment #3
mikeytown2 commentedthanks & committed!
http://drupal.org/cvs?commit=503614