| 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 |
| 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'), |