[contributions:grugnog] /modules/drush drush.php /modules/drush/includes core_commands.drush.inc environment.inc
User: grugnog Branch: HEAD Date: Sat, 28 Feb 2009 18:46:46 +0000 Modified files: /modules/drush drush.php /modules/drush/includes core_commands.drush.inc environment.inc Log message: Various debugging/cleanup for the bootstrap process: * drush_locate_root() no longer has a static cache, because this was caching FALSE from the call in drush_load_config() when drush is called from outside the Drupal root, and then fails to find a valid Drupal root when provided by a drushrc.php. * Standardized on global $var as much as possible, rather than $GLOBALS['var'], in line with the majority of core. * Improved error handling when specifying a config file, and when printing the Drupal root on bootstrap fail message. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/drush/drush.php&ol... http://cvs.drupal.org/diff.php?path=contributions/modules/drush/includes/cor... http://cvs.drupal.org/diff.php?path=contributions/modules/drush/includes/env...
participants (1)
-
drupal-cvs@drupal.org