? boost-551014.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.104
diff -u -p -r1.3.2.2.2.5.2.104 boost.module
--- boost.module	19 Aug 2009 21:07:45 -0000	1.3.2.2.2.5.2.104
+++ boost.module	19 Aug 2009 21:11:09 -0000
@@ -30,11 +30,11 @@ define('BOOST_CLEAR_CACHE_OFFLINE',  var
 define('BOOST_HALT_ON_ERRORS',       variable_get('boost_halt_on_errors', FALSE));
 define('BOOST_ROOT_FILE',            variable_get('boost_root_file', '.boost'));
 define('BOOST_FLUSH_DIR',            variable_get('boost_flush_dir', TRUE));
-define('BOOST_CACHE_XML',            variable_get('boost_cache_xml', TRUE));
+define('BOOST_CACHE_XML',            variable_get('boost_cache_xml', FALSE));
 define('BOOST_CACHE_JSON',           variable_get('boost_cache_json', FALSE));
 define('BOOST_CACHE_HTML',           variable_get('boost_cache_html', TRUE));
-define('BOOST_CACHE_CSS',            variable_get('boost_cache_css', FALSE));
-define('BOOST_CACHE_JS',             variable_get('boost_cache_js', FALSE));
+define('BOOST_CACHE_CSS',            variable_get('boost_cache_css', TRUE));
+define('BOOST_CACHE_JS',             variable_get('boost_cache_js', TRUE));
 define('BOOST_CACHE_LIFETIME',       variable_get('boost_cache_lifetime', 3600));
 define('BOOST_CACHE_XML_LIFETIME',   variable_get('boost_cache_xml_lifetime', 3600));
 define('BOOST_CACHE_JSON_LIFETIME',  variable_get('boost_cache_json_lifetime', 3600));
