/[drupal]/contributions/modules/boost/boost.install
ViewVC logotype

Diff of /contributions/modules/boost/boost.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2.2.1.2.3.2.71, Mon Nov 2 22:48:31 2009 UTC revision 1.2.2.1.2.3.2.72, Wed Nov 11 08:35:02 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: boost.install,v 1.2.2.1.2.3.2.70 2009/11/02 18:47:09 mikeytown2 Exp $  // $Id: boost.install,v 1.2.2.1.2.3.2.71 2009/11/02 22:48:31 mikeytown2 Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 198  function boost_requirements($phase) { Line 198  function boost_requirements($phase) {
198            'value'       => $t('Boost & PHP running in Safe Mode is not a good idea.'),            'value'       => $t('Boost & PHP running in Safe Mode is not a good idea.'),
199          );          );
200        }        }
201        if (BOOST_CRAWL_URL_ALIAS && BOOST_LOOPBACK_BYPASS) {  //       if (BOOST_CRAWL_URL_ALIAS && BOOST_LOOPBACK_BYPASS) {
202          $requirements['boost_crawler'] = array(  //         $requirements['boost_crawler'] = array(
203            'title'       => $t('Boost'),  //           'title'       => $t('Boost'),
204            'description' => $t('Crawler settings are inefficient. You probably want to disable the "Crawl All URL\'s in the url_alias table" <a href="@performance">setting</a>.', array('@performance' => url('admin/settings/performance/boost#edit-boost-crawl-on-cron-wrapper'))),  //           'description' => $t('Crawler settings are inefficient. You probably want to disable the "Crawl All URL\'s in the url_alias table" <a href="@performance">setting</a>.', array('@performance' => url('admin/settings/performance/boost#edit-boost-crawl-on-cron-wrapper'))),
205            'severity'    => REQUIREMENT_WARNING,  //           'severity'    => REQUIREMENT_WARNING,
206            'value'       => $t('Boost crawler does not have efficient settings.'),  //           'value'       => $t('Boost crawler does not have efficient settings.'),
207          );  //         );
208        }  //       }
209        if (!BOOST_IGNORE_SUBDIR_LIMIT && isset($GLOBALS['_boost_dir_limit_warning'])) {        if (!BOOST_IGNORE_SUBDIR_LIMIT && isset($GLOBALS['_boost_dir_limit_warning'])) {
210          $requirements['boost_dir_limit'] = array(          $requirements['boost_dir_limit'] = array(
211            'title'       => $t('Boost'),            'title'       => $t('Boost'),

Legend:
Removed from v.1.2.2.1.2.3.2.71  
changed lines
  Added in v.1.2.2.1.2.3.2.72

  ViewVC Help
Powered by ViewVC 1.1.2