? boost-482000.patch
? boost-5.patch
Index: boost.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.install,v
retrieving revision 1.2.2.1.2.3.2.23
diff -u -p -r1.2.2.1.2.3.2.23 boost.install
--- boost.install	31 Jul 2009 09:49:23 -0000	1.2.2.1.2.3.2.23
+++ boost.install	1 Aug 2009 00:21:04 -0000
@@ -13,7 +13,7 @@
  * Implementation of hook_enable().
  */
 function boost_enable() {
-  drupal_set_message(t('Boost successfully installed. Please review the available <a href="@settings">configuration settings</a>.', array('@settings' => url('admin/settings/performance'))));
+  drupal_set_message(t('Boost successfully installed. Please review the available <a href="@config">configuration</a> <a href="@settings">settings</a>.', array('@config' => url('admin/settings/performance'), '@settings' => url('admin/settings/performance/boost'))));
 
   // Forcibly disable Drupal's built-in SQL caching to prevent any conflicts of interest:
   if (variable_get('cache', CACHE_DISABLED) != CACHE_DISABLED) {
@@ -201,7 +201,7 @@ function boost_schema() {
       'timer_average' => array('timer_average'),
       'page_callback' => array('page_callback'),
       'page_arguments' => array('page_arguments'),
-      'mime_type' => array('mime_type'),
+      'extension' => array('extension'),
     ),
     'primary key' => array('filename'),
   );
@@ -268,7 +268,7 @@ function boost_schema() {
       'page_arguments' => array('page_arguments'),
       'base_dir' => array('base_dir'),
       'page_id' => array('page_id'),
-      'mime_type' => array('mime_type'),
+      'extension' => array('extension'),
     ),
     'primary key' => array('csid'),
   );
@@ -386,7 +386,7 @@ function boost_update_6100() {
  */
 function boost_update_6101() {
   // copy variable
-  return update_sql("UPDATE {variable} SET name = 'boost_enabled' WHERE name = 'boost'");
+  return array(update_sql("UPDATE {variable} SET name = 'boost_enabled' WHERE name = 'boost'"));
 }
 
 /**
