Issue #2243439 by amitgoyal, jonreid, mark.labrecque, mpv, pwolanin, scor,...
Issue #2243439 by amitgoyal, jonreid, mark.labrecque, mpv, pwolanin, scor, cilefen, sun: Fix up docs about config file/database locations in settings.php and READMEs in directories
@@ -503,10 +503,10 @@ function drupal_install_config_directories() {
// to the drupal core repo.
switch($config_type){
caseCONFIG_ACTIVE_DIRECTORY:
$text='This directory contains the active configuration for your Drupal site. To move this configuration between environments, contents from this directory should be placed in the staging directory on the target server. To make this configuration active, see admin/config/development/configuration/sync on the target server.';
$text='If you change the configuration system to use file storage instead of the database for the active Drupal site configuration, this directory will contain the active configuration. By default, this directory will be empty. If you are using files to store the active configuration, and you want to move it between environments, files from this directory should be placed in the staging directory on the target server. To make this configuration active, visit admin/config/development/configuration/sync on the target server.';
break;
caseCONFIG_STAGING_DIRECTORY:
$text='This directory contains configuration to be imported into your Drupal site. To make this configuration active, see admin/config/development/configuration/sync.';
$text='This directory contains configuration to be imported into your Drupal site. To make this configuration active, visit admin/config/development/configuration/sync.';
break;
}
$text.=' For information about deploying configuration between servers, see http://drupal.org/documentation/administer/config';