Update to Drupal 8.1.0. For more information, see https://www.drupal.org/drupal-8.1.0-release-notes

This commit is contained in:
Pantheon Automation 2016-04-20 09:56:34 -07:00 committed by Greg Anderson
parent b11a755ba8
commit c0a0d5a94c
6920 changed files with 64395 additions and 57312 deletions

View file

@ -715,11 +715,11 @@ function drupal_verify_install_file($file, $mask = NULL, $type = 'file') {
* Creates a directory with the specified permissions.
*
* @param $file
* The name of the directory to create;
* The name of the directory to create;
* @param $mask
* The permissions of the directory to create.
* The permissions of the directory to create.
* @param $message
* (optional) Whether to output messages. Defaults to TRUE.
* (optional) Whether to output messages. Defaults to TRUE.
*
* @return
* TRUE/FALSE whether or not the directory was successfully created.
@ -764,11 +764,11 @@ function drupal_install_mkdir($file, $mask, $message = TRUE) {
* 0700 and get the correct value of 0500.
*
* @param $file
* The name of the file with permissions to fix.
* The name of the file with permissions to fix.
* @param $mask
* The desired permissions for the file.
* The desired permissions for the file.
* @param $message
* (optional) Whether to output messages. Defaults to TRUE.
* (optional) Whether to output messages. Defaults to TRUE.
*
* @return
* TRUE/FALSE whether or not we were able to fix the file's permissions.
@ -921,13 +921,11 @@ function drupal_requirements_url($severity) {
*
* @param string $profile
* Name of installation profile to check.
* @param array $install_state
* The current state in the install process.
*
* @return array
* Array of the installation profile's requirements.
*/
function drupal_check_profile($profile, array $install_state) {
function drupal_check_profile($profile) {
$info = install_profile_info($profile);
// Collect requirement testing results.