? boost-596930.patch
? boost-598490.patch
Index: boost.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.install,v
retrieving revision 1.2.2.1.2.3.2.52
diff -u -p -r1.2.2.1.2.3.2.52 boost.install
--- boost.install	7 Oct 2009 03:28:52 -0000	1.2.2.1.2.3.2.52
+++ boost.install	7 Oct 2009 20:46:39 -0000
@@ -831,6 +831,7 @@ function boost_update_6117() {
   while ($old = db_fetch_array($result)) {
     drupal_set_message(t('Due to a bug in Boost, this view\'s scope was not set correctly. It has been deleted, and needs to be re-set.<br /><br /> Base Dir: %dir<br /> View Name: %args<br /> Cache Lifetime: %time', array('%dir' => $old['base_dir'], '%args' => $old['page_arguments'], '%time' => format_interval($old['lifetime'], 1))), 'warning');
     $ret[] = update_sql('DELETE FROM {boost_cache_settings} WHERE csid = %d', $old['csid']);
+    $ret[] = array('success' => TRUE, 'query' => t('This setting needs to be re-set.<br /><br /> Base Dir: %dir<br /> View Name: %args<br /> Cache Lifetime: %time', array('%dir' => $old['base_dir'], '%args' => $old['page_arguments'], '%time' => format_interval($old['lifetime'], 1))));
   }
 
   db_change_field($ret, 'boost_cache', 'page_id', 'page_id', array(
