? boost-5.patch
? boost-568122.patch
Index: boost.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.install,v
retrieving revision 1.2.2.1.2.3.2.36
diff -u -p -r1.2.2.1.2.3.2.36 boost.install
--- boost.install	4 Sep 2009 07:38:25 -0000	1.2.2.1.2.3.2.36
+++ boost.install	4 Sep 2009 09:10:24 -0000
@@ -135,7 +135,7 @@ function boost_requirements($phase) {
           'value'       => $t('Boost Crawler Key Not Found.'),
         );
       }
-      elseif ($crawler_response != 200) {
+      elseif ($crawler_response != 200 && !variable_get('site_offline', 0)) {
         $requirements['boost_crawler'] = array(
           'title'       => $t('Boost'),
           'description' => $t('@number returned. Crawler URL (@url) is not available, please <a href="@link">report this issue</a>', array('@number' => $crawler_response, '@url' => array_shift(explode('?', BOOST_CRAWLER_SELF)), '@link' => 'http://drupal.org/node/add/project-issue/boost')),
