Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
authorJeff Veit <jeff.veit@gmail.com>
Wed, 27 Oct 2021 12:58:23 +0000 (13:58 +0100)
committerJeff Veit <jeff.veit@gmail.com>
Wed, 27 Oct 2021 12:58:23 +0000 (13:58 +0100)
commit1c1cb0980bfa6caf0c24cce671b6bb541dc87583
tree2dc4eb92e07a1600c7123ee5b7bf972693390e4f
parent9424afc6c1f518c301bf87a23c047d1873435d05
Further Drupal 8.6.4 changes. Some core files were not committed before a commit was pushed. Fixed.
224 files changed:
composer.json
composer.lock
vendor/composer/installed.json
web/.ht.router.php
web/core/MAINTAINERS.txt
web/core/includes/common.inc
web/core/lib/Drupal.php
web/core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php
web/core/lib/Drupal/Component/Utility/Mail.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Block/BlockBase.php
web/core/lib/Drupal/Core/Database/Install/Tasks.php
web/core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php
web/core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php
web/core/lib/Drupal/Core/Entity/Query/Sql/Tables.php
web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
web/core/lib/Drupal/Core/Entity/entity.api.php
web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/StringFormatter.php
web/core/lib/Drupal/Core/Layout/LayoutPluginManager.php
web/core/lib/Drupal/Core/Mail/MailManager.php
web/core/lib/Drupal/Core/Path/AliasStorage.php
web/core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php
web/core/lib/Drupal/Core/Render/Element/StatusMessages.php
web/core/lib/Drupal/Core/Render/PreviewFallbackInterface.php [new file with mode: 0644]
web/core/lib/Drupal/Core/Routing/Router.php
web/core/lib/Drupal/Core/Session/SessionManager.php
web/core/lib/Drupal/Core/TempStore/PrivateTempStore.php
web/core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php
web/core/misc/tableheader.es6.js
web/core/misc/tableheader.js
web/core/modules/aggregator/src/Tests/AggregatorTestBase.php
web/core/modules/aggregator/tests/src/Functional/AggregatorCronTest.php
web/core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php
web/core/modules/aggregator/tests/src/Functional/DeleteFeedTest.php
web/core/modules/aggregator/tests/src/Functional/FeedParserTest.php
web/core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php
web/core/modules/aggregator/tests/src/Functional/UpdateFeedItemTest.php
web/core/modules/block/js/block.admin.es6.js
web/core/modules/block/js/block.admin.js
web/core/modules/block/src/BlockListBuilder.php
web/core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php [new file with mode: 0644]
web/core/modules/block/tests/src/Functional/BlockTest.php
web/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php [new file with mode: 0644]
web/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php
web/core/modules/block/tests/src/Kernel/Plugin/migrate/source/d7/BlockTranslationTest.php [new file with mode: 0644]
web/core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTypeTest.php
web/core/modules/content_moderation/src/EntityOperations.php
web/core/modules/content_moderation/src/Plugin/Field/ModerationStateFieldItemList.php
web/core/modules/content_moderation/tests/src/Functional/ModerationContentTranslationTest.php [new file with mode: 0644]
web/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php
web/core/modules/content_moderation/tests/src/Kernel/ModerationStateFieldItemListTest.php
web/core/modules/content_translation/migrations/d6_taxonomy_term_localized_translation.yml [new file with mode: 0644]
web/core/modules/content_translation/migrations/d7_block_translation.yml [new file with mode: 0644]
web/core/modules/content_translation/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTranslationTest.php
web/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php [moved from web/core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php with 64% similarity]
web/core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php [new file with mode: 0644]
web/core/modules/field/tests/src/Kernel/String/StringFormatterTest.php
web/core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
web/core/modules/file/file.module
web/core/modules/file/tests/src/Functional/MultipleFileUploadTest.php [new file with mode: 0644]
web/core/modules/language/src/ConfigurableLanguageManager.php
web/core/modules/language/tests/src/Functional/ConfigurableLanguageManagerTest.php [new file with mode: 0644]
web/core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageContentTaxonomyVocabularySettingsTest.php
web/core/modules/layout_builder/css/layout-builder.css
web/core/modules/layout_builder/layout_builder.info.yml
web/core/modules/layout_builder/layout_builder.module
web/core/modules/layout_builder/layout_builder.routing.yml
web/core/modules/layout_builder/src/Controller/ChooseBlockController.php
web/core/modules/layout_builder/src/Controller/LayoutBuilderController.php
web/core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php
web/core/modules/layout_builder/src/EventSubscriber/BlockComponentRenderArray.php
web/core/modules/layout_builder/src/Form/LayoutBuilderEntityViewDisplayForm.php
web/core/modules/layout_builder/src/LayoutEntityHelperTrait.php
web/core/modules/layout_builder/src/LayoutTempstoreRepository.php
web/core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php
web/core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php
web/core/modules/layout_builder/src/Plugin/Block/FieldBlock.php
web/core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php
web/core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php
web/core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
web/core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
web/core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageLocalTaskProviderInterface.php [new file with mode: 0644]
web/core/modules/layout_builder/src/Section.php
web/core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php
web/core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/config/schema/layout_builder_fieldblock_test.schema.yml [new file with mode: 0644]
web/core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/layout_builder_fieldblock_test.info.yml [new file with mode: 0644]
web/core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/src/Plugin/Block/FieldBlock.php [new file with mode: 0644]
web/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
web/core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php
web/core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php
web/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php
web/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php
web/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php
web/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php [new file with mode: 0644]
web/core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php
web/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php
web/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderInstallTest.php
web/core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php
web/core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php
web/core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php
web/core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php
web/core/modules/media/src/Entity/Media.php
web/core/modules/media/src/OEmbed/ResourceFetcher.php
web/core/modules/media/src/Plugin/media/Source/Image.php
web/core/modules/media/tests/fixtures/oembed/video_collegehumor.xml
web/core/modules/media/tests/src/Functional/Rest/MediaResourceTestBase.php
web/core/modules/media/tests/src/FunctionalJavascript/MediaSourceImageTest.php
web/core/modules/media/tests/src/Kernel/MediaSourceTest.php
web/core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php
web/core/modules/menu_link_content/tests/src/Unit/MenuLinkPluginTest.php [new file with mode: 0644]
web/core/modules/migrate/src/Plugin/MigrationPluginManager.php
web/core/modules/migrate/src/Plugin/migrate/process/FormatDate.php
web/core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php
web/core/modules/migrate/src/Plugin/migrate/source/SqlBase.php
web/core/modules/migrate/tests/src/Kernel/HighWaterTest.php
web/core/modules/migrate/tests/src/Kernel/MigrateEmbeddedDataTest.php
web/core/modules/migrate/tests/src/Unit/process/FormatDateTest.php
web/core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php
web/core/modules/migrate_drupal/tests/fixtures/drupal6.php
web/core/modules/migrate_drupal/tests/fixtures/drupal7.php
web/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php
web/core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php
web/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6Test.php
web/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7ReviewPageTest.php
web/core/modules/node/node.post_update.php
web/core/modules/node/src/NodeViewsData.php
web/core/modules/node/src/Plugin/migrate/source/d7/NodeType.php
web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_nid.yml
web/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_vid.yml
web/core/modules/node/tests/src/Kernel/Views/RevisionRelationshipsTest.php
web/core/modules/path/src/Plugin/Field/FieldType/PathFieldItemList.php
web/core/modules/path/src/Plugin/Field/FieldType/PathItem.php
web/core/modules/path/src/Plugin/Validation/Constraint/PathAliasConstraintValidator.php
web/core/modules/path/tests/src/Functional/PathContentModerationTest.php
web/core/modules/path/tests/src/Functional/PathLanguageUiTest.php
web/core/modules/shortcut/src/ShortcutForm.php
web/core/modules/simpletest/simpletest.module
web/core/modules/system/src/Tests/Ajax/ElementValidationTest.php [deleted file]
web/core/modules/system/src/Tests/Ajax/FormValuesTest.php [deleted file]
web/core/modules/system/src/Tests/Ajax/FrameworkTest.php [deleted file]
web/core/modules/system/src/Tests/Form/TriggeringElementTest.php [deleted file]
web/core/modules/system/src/Tests/Session/StackSessionHandlerIntegrationTest.php [deleted file]
web/core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php
web/core/modules/system/tests/modules/ajax_forms_test/src/Form/AjaxFormsTestSimpleForm.php
web/core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php [moved from web/core/modules/system/src/Tests/Form/ElementsTableSelectTest.php with 65% similarity]
web/core/modules/system/tests/src/Functional/Form/RebuildTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Form/StorageTest.php [moved from web/core/modules/system/src/Tests/Form/StorageTest.php with 61% similarity]
web/core/modules/system/tests/src/Functional/Mail/MailTest.php
web/core/modules/system/tests/src/Functional/Routing/RouterTest.php [moved from web/core/modules/system/src/Tests/Routing/RouterTest.php with 79% similarity]
web/core/modules/system/tests/src/Functional/Session/SessionAuthenticationTest.php [moved from web/core/modules/system/src/Tests/Session/SessionAuthenticationTest.php with 77% similarity]
web/core/modules/system/tests/src/Functional/Session/SessionTest.php [moved from web/core/modules/system/src/Tests/Session/SessionTest.php with 89% similarity]
web/core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Functional/Theme/ThemeTest.php
web/core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php [moved from web/core/modules/system/src/Tests/Form/RebuildTest.php with 53% similarity]
web/core/modules/system/tests/src/FunctionalJavascript/Form/TriggeringElementTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php [new file with mode: 0644]
web/core/modules/system/tests/src/Kernel/Extension/ModuleHandlerTest.php
web/core/modules/system/tests/themes/test_theme/test_theme.info.yml
web/core/modules/system/tests/themes/test_theme_settings/config/schema/test_theme_settings.schema.yml
web/core/modules/system/tests/themes/test_theme_settings/theme-settings.php
web/core/modules/taxonomy/src/Plugin/migrate/source/d6/TermLocalizedTranslation.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTest.php
web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateTermLocalizedTranslationTest.php [new file with mode: 0644]
web/core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyFieldInstanceTest.php
web/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d6/TermLocalizedTranslationTest.php [new file with mode: 0644]
web/core/modules/user/user.api.php
web/core/modules/views/src/Plugin/Block/ViewsBlockBase.php
web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_click_sort_ajax.yml [new file with mode: 0644]
web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager_ajax.yml [new file with mode: 0644]
web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_full_ajax.yml [new file with mode: 0644]
web/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_user_path.yml [new file with mode: 0644]
web/core/modules/views/tests/src/Functional/UserPathTest.php [new file with mode: 0644]
web/core/modules/views_ui/src/Tests/PreviewTest.php [deleted file]
web/core/modules/views_ui/tests/src/Functional/PreviewTest.php [new file with mode: 0644]
web/core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php [new file with mode: 0644]
web/core/modules/workspaces/src/EntityTypeInfo.php
web/core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraint.php [new file with mode: 0644]
web/core/modules/workspaces/src/Plugin/Validation/Constraint/EntityReferenceSupportedNewEntitiesConstraintValidator.php [new file with mode: 0644]
web/core/modules/workspaces/src/WorkspaceManager.php
web/core/modules/workspaces/src/WorkspaceManagerInterface.php
web/core/modules/workspaces/tests/src/Functional/WorkspaceTest.php
web/core/modules/workspaces/tests/src/Kernel/EntityReferenceSupportedNewEntitiesConstraintValidatorTest.php [new file with mode: 0644]
web/core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
web/core/modules/workspaces/tests/src/Kernel/WorkspaceTestTrait.php [new file with mode: 0644]
web/core/modules/workspaces/workspaces.module
web/core/modules/workspaces/workspaces.services.yml
web/core/profiles/demo_umami/config/install/views.view.articles_aside.yml
web/core/profiles/demo_umami/config/install/views.view.featured_articles.yml
web/core/profiles/demo_umami/config/install/views.view.frontpage.yml
web/core/profiles/demo_umami/config/install/views.view.recipes.yml
web/core/profiles/demo_umami/themes/umami/css/components/blocks/footer-promo/footer-promo.css
web/core/profiles/demo_umami/themes/umami/css/components/blocks/search/search-results.css
web/core/profiles/demo_umami/themes/umami/css/components/blocks/search/search.css
web/core/profiles/demo_umami/themes/umami/css/components/content-types/recipe/recipe.css
web/core/profiles/demo_umami/themes/umami/css/components/fields/recipe-instruction.css
web/core/profiles/demo_umami/themes/umami/css/components/forms/contact.css
web/core/profiles/demo_umami/themes/umami/css/components/messages/messages.css
web/core/profiles/demo_umami/themes/umami/css/components/navigation/breadcrumbs/breadcrumbs.css
web/core/profiles/demo_umami/themes/umami/css/components/navigation/menu-account/menu-account.css
web/core/profiles/demo_umami/themes/umami/css/components/navigation/menu-main/menu-main.css
web/core/profiles/demo_umami/themes/umami/css/components/navigation/tabs/tabs.css
web/core/profiles/demo_umami/themes/umami/css/components/views/promoted-items.css
web/core/tests/Drupal/FunctionalJavascriptTests/Ajax/ElementValidationTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php [new file with mode: 0644]
web/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
web/core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php
web/core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php
web/core/tests/Drupal/KernelTests/AssertConfigTrait.php
web/core/tests/Drupal/KernelTests/Core/Common/SizeTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php
web/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php
web/core/tests/Drupal/KernelTests/Core/Plugin/EntityContextTypedDataTest.php [new file with mode: 0644]
web/core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php
web/core/tests/Drupal/Tests/BrowserTestBase.php
web/core/tests/Drupal/Tests/Component/Utility/MailTest.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/Core/Layout/LayoutPluginManagerTest.php
web/core/tests/Drupal/Tests/Core/Plugin/Context/ContextAwarePluginBaseTest.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/Core/Routing/RouterTest.php [new file with mode: 0644]
web/core/tests/Drupal/Tests/UiHelperTrait.php
web/core/tests/Drupal/Tests/WebAssert.php
web/core/themes/bartik/bartik.theme
web/robots.txt
web/sites/example.sites.php