Update to Drupal 8.0.0-beta15. For more information, see: https://www.drupal.org/node/2563023

This commit is contained in:
Pantheon Automation 2015-09-04 13:20:09 -07:00 committed by Greg Anderson
parent 2720a9ec4b
commit f3791f1da3
1898 changed files with 54300 additions and 11481 deletions

View file

@ -0,0 +1,15 @@
id: stark_local_actions
theme: stark
weight: -10
status: true
langcode: en
region: content
plugin: local_actions_block
settings:
id: local_actions_block
label: Primary admin actions
label_display: '0'
dependencies:
theme:
- stark
visibility: { }

View file

@ -0,0 +1,15 @@
id: stark_local_tasks
theme: stark
weight: -20
status: true
langcode: en
region: content
plugin: local_tasks_block
settings:
id: local_tasks_block
label: Tabs
label_display: '0'
dependencies:
theme:
- stark
visibility: { }

View file

@ -39,5 +39,8 @@ class MinimalTest extends WebTestBase {
$this->drupalLogin($this->rootUser);
$this->drupalGet('update.php/selection');
$this->assertText('No pending updates.');
// Ensure that there are no pending entity updates after installation.
$this->assertFalse($this->container->get('entity.definition_update_manager')->needsUpdates(), 'After installation, entity schema is up to date.');
}
}

View file

@ -1,9 +1,9 @@
id: bartik_help
theme: bartik
weight: 0
weight: -30
status: true
langcode: en
region: help
region: content
plugin: help_block
settings:
id: help_block

View file

@ -0,0 +1,15 @@
id: bartik_local_actions
theme: bartik
weight: -20
status: true
langcode: en
region: content
plugin: local_actions_block
settings:
id: local_actions_block
label: Primary admin actions
label_display: '0'
dependencies:
theme:
- bartik
visibility: { }

View file

@ -0,0 +1,15 @@
id: bartik_local_tasks
theme: bartik
weight: -40
status: true
langcode: en
region: content
plugin: local_tasks_block
settings:
id: local_tasks_block
label: Tabs
label_display: '0'
dependencies:
theme:
- bartik
visibility: { }

View file

@ -0,0 +1,15 @@
id: seven_local_actions
theme: seven
weight: -10
status: true
langcode: en
region: content
plugin: local_actions_block
settings:
id: local_actions_block
label: Primary admin actions
label_display: '0'
dependencies:
theme:
- seven
visibility: { }

View file

@ -0,0 +1,17 @@
id: seven_primary_local_tasks
theme: seven
weight: 0
status: true
langcode: en
region: header
plugin: local_tasks_block
settings:
id: local_tasks_block
label: Primary tabs
label_display: '0'
primary: true
secondary: false
dependencies:
theme:
- seven
visibility: { }

View file

@ -0,0 +1,17 @@
id: seven_secondary_local_tasks
theme: seven
weight: 0
status: true
langcode: en
region: pre_content
plugin: local_tasks_block
settings:
id: local_tasks_block
label: Secondary tabs
label_display: '0'
primary: false
secondary: true
dependencies:
theme:
- seven
visibility: { }

View file

@ -24,6 +24,10 @@ settings:
items:
- Blockquote
- DrupalImage
-
name: 'Block Formatting'
items:
- Format
-
name: Tools
items:

View file

@ -11,7 +11,7 @@ filters:
status: true
weight: -10
settings:
allowed_html: '<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <h4> <h5> <h6> <p> <br> <span> <img>'
allowed_html: '<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <h2> <h3> <h4> <h5> <h6> <p> <br> <span> <img>'
filter_html_help: false
filter_html_nofollow: false
filter_align:

View file

@ -11,7 +11,7 @@ filters:
status: true
weight: -10
settings:
allowed_html: '<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <h4> <h5> <h6>'
allowed_html: '<a> <em> <strong> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <h2> <h3> <h4> <h5> <h6>'
filter_html_help: true
filter_html_nofollow: false
filter_autop:

View file

@ -0,0 +1,18 @@
name: max_1300x1300
label: 'Max 1300x1300'
effects:
04caae9a-fa3e-4ea6-ae09-9c26aec7d308:
id: image_scale
data:
width: 1300
height: 1300
upscale: false
weight: 1
uuid: 04caae9a-fa3e-4ea6-ae09-9c26aec7d308
langcode: en
dependencies:
module:
- responsive_image
enforced:
module:
- responsive_image

View file

@ -0,0 +1,18 @@
name: max_2600x2600
label: 'Max 2600x2600'
effects:
9b311dd1-0351-45a1-9500-cd069e4670cb:
id: image_scale
data:
width: 2600
height: 2600
upscale: false
weight: 3
uuid: 9b311dd1-0351-45a1-9500-cd069e4670cb
langcode: en
dependencies:
module:
- responsive_image
enforced:
module:
- responsive_image

View file

@ -0,0 +1,18 @@
name: max_325x325
label: 'Max 325x325'
effects:
cb842cc8-682f-42a6-bd05-5a1ac726f0d8:
id: image_scale
data:
width: 325
height: 325
upscale: false
weight: 1
uuid: cb842cc8-682f-42a6-bd05-5a1ac726f0d8
langcode: en
dependencies:
module:
- responsive_image
enforced:
module:
- responsive_image

View file

@ -0,0 +1,18 @@
name: max_650x650
label: 'Max 650x650'
effects:
949c201a-77f5-48f6-ba00-be91eb1aad47:
id: image_scale
data:
width: 650
height: 650
upscale: false
weight: 1
uuid: 949c201a-77f5-48f6-ba00-be91eb1aad47
langcode: en
dependencies:
module:
- responsive_image
enforced:
module:
- responsive_image

View file

@ -0,0 +1,23 @@
uuid: 8eb79e19-da57-4bd3-8304-4e0b5a147276
status: true
dependencies:
config:
- image.style.max_1300x1300
- image.style.max_650x650
- image.style.max_325x325
langcode: en
id: narrow
label: Narrow
image_style_mappings:
-
breakpoint_id: responsive_image.viewport_sizing
multiplier: 1x
image_mapping_type: sizes
image_mapping:
sizes: '(min-width: 1290px) 325px, (min-width: 851px) 25vw, (min-width: 560px) 50vw, 100vw'
sizes_image_styles:
- max_1300x1300
- max_650x650
- max_325x325
breakpoint_group: responsive_image
fallback_image_style: max_325x325

View file

@ -0,0 +1,25 @@
uuid: 5cffd3ef-5656-4446-b200-b771d8076568
status: true
dependencies:
config:
- image.style.max_2600x2600
- image.style.max_1300x1300
- image.style.max_650x650
- image.style.max_325x325
langcode: en
id: wide
label: Wide
image_style_mappings:
-
breakpoint_id: responsive_image.viewport_sizing
multiplier: 1x
image_mapping_type: sizes
image_mapping:
sizes: '(min-width: 1290px) 1290px, 100vw'
sizes_image_styles:
- max_2600x2600
- max_1300x1300
- max_650x650
- max_325x325
breakpoint_group: responsive_image
fallback_image_style: max_325x325

View file

@ -157,6 +157,25 @@ class StandardTest extends WebTestBase {
$this->drupalLogin($this->rootUser);
$this->drupalGet('update.php/selection');
$this->assertText('No pending updates.');
}
// Ensure that there are no pending entity updates after installation.
$this->assertFalse($this->container->get('entity.definition_update_manager')->needsUpdates(), 'After installation, entity schema is up to date.');
// Make sure the optional image styles are not installed.
$this->drupalGet('admin/config/media/image-styles');
$this->assertNoText('Max 325x325');
$this->assertNoText('Max 650x650');
$this->assertNoText('Max 1300x1300');
$this->assertNoText('Max 2600x2600');
// Make sure the optional image styles are installed after enabling
// the responsive_image module.
\Drupal::service('module_installer')->install(array('responsive_image'));
$this->rebuildContainer();
$this->drupalGet('admin/config/media/image-styles');
$this->assertText('Max 325x325');
$this->assertText('Max 650x650');
$this->assertText('Max 1300x1300');
$this->assertText('Max 2600x2600');
}
}

View file

@ -0,0 +1,8 @@
id: completely_new
label: Completely new optional configuration
weight: 0
protected_property: Default
status: true
dependencies:
module:
- dblog