From 8a48f779086c2a066236ceeb2a1485e5d037902b Mon Sep 17 00:00:00 2001 From: spz Date: Mon, 29 Oct 2018 20:05:44 +0000 Subject: Pullup ticket #5864 - requested by taca www/drupal8: security update Revisions pulled up: - www/drupal8/Makefile 1.11-1.12 - www/drupal8/PLIST 1.9-1.10 - www/drupal8/distinfo 1.10-1.11 ------------------------------------------------------------------- Module Name: pkgsrc Committed By: wen Date: Tue Oct 2 02:56:59 UTC 2018 Modified Files: pkgsrc/www/drupal8: Makefile PLIST distinfo Log Message: Update to 8.6.1 Upstrean changelog is too long, please visit: https://www.drupal.org/project/drupal/releases/8.6.0 https://www.drupal.org/project/drupal/releases/8.6.1 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/drupal8/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/drupal8/PLIST cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/drupal8/distinfo ------------------------------------------------------------------- Module Name: pkgsrc Committed By: taca Date: Thu Oct 18 14:39:38 UTC 2018 Modified Files: pkgsrc/www/drupal8: Makefile PLIST distinfo Log Message: www/drupal8: update to 8.6.2 Release notes Maintenance and security release of the Drupal 8 series. This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the notes below and the security announcement: * Drupal Core - Multiple vulnerabilities - SA-CORE-2018-006 No other fixes are included. Sites on 8.5.x should update immediately to Drupal 8.5.8 instead, and plan to update to the latest 8.6.x release before May 2019. Important update information Site update and module owners planning to update to this should take note of the following important changes. For site owners * Previously, users who didn't have access to use any Content Moderation transitions were granted implicit access to update content provided the state of the content did not change. This access has been removed. Site owners should ensure that all content editor roles have access to appropriate transitions for moderated content types (including published to published where appropriate). * There are no database updates in this release, but site owners will need to run update.php to ensure a cache clear. * No changes have been made to the .htaccess, web.config, robots.txt or default settings.php files in this release, so upgrading custom versions of those files is not necessary. For contributed and custom module developers * \Drupal\Core\EventSubscriber\RedirectResponseSubscriber::sanitizeDestination() has been removed. If you have extended that class or are calling that method, you should review your implementation in line with the changes in the patch. * An additional method has been added to StateTransitionValidationInterface. Implementations should review the new method and ensure compatibility with it. * ModerationStateConstraintValidator now has two additional service dependencies. Subclasses will need to update their constructor to inject the new services. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/drupal8/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/drupal8/PLIST cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/drupal8/distinfo --- www/drupal8/Makefile | 4 +- www/drupal8/PLIST | 851 ++++++++++++++++++++++++++++++++++++++++++--------- www/drupal8/distinfo | 10 +- 3 files changed, 707 insertions(+), 158 deletions(-) diff --git a/www/drupal8/Makefile b/www/drupal8/Makefile index c795e322ac5..d7486fade75 100644 --- a/www/drupal8/Makefile +++ b/www/drupal8/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2018/08/15 10:52:45 wen Exp $ +# $NetBSD: Makefile,v 1.10.2.1 2018/10/29 20:05:44 spz Exp $ -DISTNAME= drupal-8.5.6 +DISTNAME= drupal-8.6.2 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ diff --git a/www/drupal8/PLIST b/www/drupal8/PLIST index 2c44f88946d..1289b55079e 100644 --- a/www/drupal8/PLIST +++ b/www/drupal8/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2018/08/15 10:52:45 wen Exp $ +@comment $NetBSD: PLIST,v 1.8.2.1 2018/10/29 20:05:44 spz Exp $ share/drupal/.csslintrc share/drupal/.editorconfig share/drupal/.eslintignore @@ -12,11 +12,14 @@ share/drupal/README.txt share/drupal/autoload.php share/drupal/composer.json share/drupal/composer.lock +share/drupal/core/.env.example share/drupal/core/.eslintignore share/drupal/core/.eslintrc.json share/drupal/core/.eslintrc.legacy.json share/drupal/core/.eslintrc.passing.json share/drupal/core/.gitignore +share/drupal/core/.prettierignore +share/drupal/core/.prettierrc.json share/drupal/core/.stylelintrc.json share/drupal/core/CHANGELOG.txt share/drupal/core/COPYRIGHT.txt @@ -478,6 +481,7 @@ share/drupal/core/core.api.php share/drupal/core/core.libraries.yml share/drupal/core/core.link_relation_types.yml share/drupal/core/core.services.yml +share/drupal/core/drupalci.yml share/drupal/core/globals.api.php share/drupal/core/includes/batch.inc share/drupal/core/includes/bootstrap.inc @@ -627,6 +631,8 @@ share/drupal/core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface share/drupal/core/lib/Drupal/Component/Plugin/Context/ContextInterface.php share/drupal/core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php share/drupal/core/lib/Drupal/Component/Plugin/ContextAwarePluginInterface.php +share/drupal/core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionInterface.php +share/drupal/core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionTrait.php share/drupal/core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php share/drupal/core/lib/Drupal/Component/Plugin/Definition/PluginDefinition.php share/drupal/core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php @@ -647,6 +653,7 @@ share/drupal/core/lib/Drupal/Component/Plugin/Exception/InvalidDecoratedMethod.p share/drupal/core/lib/Drupal/Component/Plugin/Exception/InvalidDeriverException.php share/drupal/core/lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php share/drupal/core/lib/Drupal/Component/Plugin/Exception/MapperExceptionInterface.php +share/drupal/core/lib/Drupal/Component/Plugin/Exception/MissingValueContextException.php share/drupal/core/lib/Drupal/Component/Plugin/Exception/PluginException.php share/drupal/core/lib/Drupal/Component/Plugin/Exception/PluginNotFoundException.php share/drupal/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php @@ -972,8 +979,10 @@ share/drupal/core/lib/Drupal/Core/Action/ActionInterface.php share/drupal/core/lib/Drupal/Core/Action/ActionManager.php share/drupal/core/lib/Drupal/Core/Action/ActionPluginCollection.php share/drupal/core/lib/Drupal/Core/Action/ConfigurableActionBase.php +share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/DeleteAction.php share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityChangedActionDeriver.php +share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityDeleteActionDeriver.php share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityPublishedActionDeriver.php share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/PublishAction.php @@ -981,6 +990,8 @@ share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/SaveAction.php share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/UnpublishAction.php share/drupal/core/lib/Drupal/Core/Ajax/AddCssCommand.php share/drupal/core/lib/Drupal/Core/Ajax/AfterCommand.php +share/drupal/core/lib/Drupal/Core/Ajax/AjaxFormHelperTrait.php +share/drupal/core/lib/Drupal/Core/Ajax/AjaxHelperTrait.php share/drupal/core/lib/Drupal/Core/Ajax/AjaxResponse.php share/drupal/core/lib/Drupal/Core/Ajax/AjaxResponseAttachmentsProcessor.php share/drupal/core/lib/Drupal/Core/Ajax/AlertCommand.php @@ -1059,6 +1070,7 @@ share/drupal/core/lib/Drupal/Core/Authentication/AuthenticationManager.php share/drupal/core/lib/Drupal/Core/Authentication/AuthenticationProviderChallengeInterface.php share/drupal/core/lib/Drupal/Core/Authentication/AuthenticationProviderFilterInterface.php share/drupal/core/lib/Drupal/Core/Authentication/AuthenticationProviderInterface.php +share/drupal/core/lib/Drupal/Core/Batch/BatchBuilder.php share/drupal/core/lib/Drupal/Core/Batch/BatchStorage.php share/drupal/core/lib/Drupal/Core/Batch/BatchStorageInterface.php share/drupal/core/lib/Drupal/Core/Batch/Percentage.php @@ -1135,6 +1147,8 @@ share/drupal/core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php share/drupal/core/lib/Drupal/Core/Cache/ListCacheBinsPass.php share/drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php share/drupal/core/lib/Drupal/Core/Cache/MemoryBackendFactory.php +share/drupal/core/lib/Drupal/Core/Cache/MemoryCache/MemoryCache.php +share/drupal/core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheInterface.php share/drupal/core/lib/Drupal/Core/Cache/MemoryCounterBackend.php share/drupal/core/lib/Drupal/Core/Cache/NullBackend.php share/drupal/core/lib/Drupal/Core/Cache/NullBackendFactory.php @@ -1153,6 +1167,9 @@ share/drupal/core/lib/Drupal/Core/Command/DbImportCommand.php share/drupal/core/lib/Drupal/Core/Command/DbToolsApplication.php share/drupal/core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php share/drupal/core/lib/Drupal/Core/Command/GenerateProxyClassCommand.php +share/drupal/core/lib/Drupal/Core/Command/InstallCommand.php +share/drupal/core/lib/Drupal/Core/Command/QuickStartCommand.php +share/drupal/core/lib/Drupal/Core/Command/ServerCommand.php share/drupal/core/lib/Drupal/Core/Composer/Composer.php share/drupal/core/lib/Drupal/Core/Condition/Annotation/Condition.php share/drupal/core/lib/Drupal/Core/Condition/ConditionAccessResolverTrait.php @@ -1199,6 +1216,7 @@ share/drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php share/drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php share/drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php share/drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityTypeInterface.php +share/drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php share/drupal/core/lib/Drupal/Core/Config/Entity/DraggableListBuilder.php share/drupal/core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php share/drupal/core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php @@ -1213,6 +1231,7 @@ share/drupal/core/lib/Drupal/Core/Config/FileStorage.php share/drupal/core/lib/Drupal/Core/Config/FileStorageFactory.php share/drupal/core/lib/Drupal/Core/Config/ImmutableConfig.php share/drupal/core/lib/Drupal/Core/Config/ImmutableConfigException.php +share/drupal/core/lib/Drupal/Core/Config/Importer/ConfigImporterBatch.php share/drupal/core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php share/drupal/core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php share/drupal/core/lib/Drupal/Core/Config/InstallStorage.php @@ -1241,6 +1260,9 @@ share/drupal/core/lib/Drupal/Core/Config/TypedConfigManager.php share/drupal/core/lib/Drupal/Core/Config/TypedConfigManagerInterface.php share/drupal/core/lib/Drupal/Core/Config/UnmetDependenciesException.php share/drupal/core/lib/Drupal/Core/Config/UnsupportedDataTypeConfigException.php +share/drupal/core/lib/Drupal/Core/Controller/ArgumentResolver/Psr7RequestValueResolver.php +share/drupal/core/lib/Drupal/Core/Controller/ArgumentResolver/RawParameterValueResolver.php +share/drupal/core/lib/Drupal/Core/Controller/ArgumentResolver/RouteMatchValueResolver.php share/drupal/core/lib/Drupal/Core/Controller/ControllerBase.php share/drupal/core/lib/Drupal/Core/Controller/ControllerResolver.php share/drupal/core/lib/Drupal/Core/Controller/ControllerResolverInterface.php @@ -1441,6 +1463,7 @@ share/drupal/core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php share/drupal/core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php share/drupal/core/lib/Drupal/Core/Entity/EntityDeleteForm.php share/drupal/core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php +share/drupal/core/lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php share/drupal/core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php share/drupal/core/lib/Drupal/Core/Entity/EntityDisplayBase.php share/drupal/core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php @@ -1506,12 +1529,14 @@ share/drupal/core/lib/Drupal/Core/Entity/Exception/UndefinedLinkTemplateExceptio share/drupal/core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php share/drupal/core/lib/Drupal/Core/Entity/FieldableEntityInterface.php share/drupal/core/lib/Drupal/Core/Entity/FieldableEntityStorageInterface.php +share/drupal/core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php share/drupal/core/lib/Drupal/Core/Entity/HtmlEntityFormController.php share/drupal/core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueContentEntityStorage.php share/drupal/core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php share/drupal/core/lib/Drupal/Core/Entity/KeyValueStore/Query/Condition.php share/drupal/core/lib/Drupal/Core/Entity/KeyValueStore/Query/Query.php share/drupal/core/lib/Drupal/Core/Entity/KeyValueStore/Query/QueryFactory.php +share/drupal/core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php share/drupal/core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php share/drupal/core/lib/Drupal/Core/Entity/Plugin/DataType/EntityAdapter.php share/drupal/core/lib/Drupal/Core/Entity/Plugin/DataType/EntityReference.php @@ -1525,6 +1550,8 @@ share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/BundleCons share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/CompositeConstraintBase.php share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraint.php share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraintValidator.php +share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraint.php +share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityHasFieldConstraintValidator.php share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraint.php share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php @@ -1631,20 +1658,25 @@ share/drupal/core/lib/Drupal/Core/Executable/ExecutableInterface.php share/drupal/core/lib/Drupal/Core/Executable/ExecutableManagerInterface.php share/drupal/core/lib/Drupal/Core/Executable/ExecutablePluginBase.php share/drupal/core/lib/Drupal/Core/Extension/Discovery/RecursiveExtensionFilterIterator.php +share/drupal/core/lib/Drupal/Core/Extension/Exception/UninstalledExtensionException.php +share/drupal/core/lib/Drupal/Core/Extension/Exception/UnknownExtensionException.php share/drupal/core/lib/Drupal/Core/Extension/Extension.php share/drupal/core/lib/Drupal/Core/Extension/ExtensionDiscovery.php +share/drupal/core/lib/Drupal/Core/Extension/ExtensionList.php share/drupal/core/lib/Drupal/Core/Extension/ExtensionNameLengthException.php share/drupal/core/lib/Drupal/Core/Extension/InfoParser.php share/drupal/core/lib/Drupal/Core/Extension/InfoParserDynamic.php share/drupal/core/lib/Drupal/Core/Extension/InfoParserException.php share/drupal/core/lib/Drupal/Core/Extension/InfoParserInterface.php share/drupal/core/lib/Drupal/Core/Extension/MissingDependencyException.php +share/drupal/core/lib/Drupal/Core/Extension/ModuleExtensionList.php share/drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php share/drupal/core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php share/drupal/core/lib/Drupal/Core/Extension/ModuleInstaller.php share/drupal/core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php share/drupal/core/lib/Drupal/Core/Extension/ModuleUninstallValidatorException.php share/drupal/core/lib/Drupal/Core/Extension/ModuleUninstallValidatorInterface.php +share/drupal/core/lib/Drupal/Core/Extension/ProfileExtensionList.php share/drupal/core/lib/Drupal/Core/Extension/RequiredModuleUninstallValidator.php share/drupal/core/lib/Drupal/Core/Extension/ThemeHandler.php share/drupal/core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php @@ -1672,6 +1704,7 @@ share/drupal/core/lib/Drupal/Core/Field/FieldDefinitionListener.php share/drupal/core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php share/drupal/core/lib/Drupal/Core/Field/FieldException.php share/drupal/core/lib/Drupal/Core/Field/FieldFilteredMarkup.php +share/drupal/core/lib/Drupal/Core/Field/FieldInputValueNormalizerTrait.php share/drupal/core/lib/Drupal/Core/Field/FieldItemBase.php share/drupal/core/lib/Drupal/Core/Field/FieldItemInterface.php share/drupal/core/lib/Drupal/Core/Field/FieldItemList.php @@ -1848,9 +1881,11 @@ share/drupal/core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php share/drupal/core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php share/drupal/core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php share/drupal/core/lib/Drupal/Core/Installer/InstallerKernel.php +share/drupal/core/lib/Drupal/Core/Installer/InstallerModuleExtensionList.php share/drupal/core/lib/Drupal/Core/Installer/InstallerRedirectTrait.php share/drupal/core/lib/Drupal/Core/Installer/InstallerRouteBuilder.php share/drupal/core/lib/Drupal/Core/Installer/InstallerServiceProvider.php +share/drupal/core/lib/Drupal/Core/Installer/NormalInstallerServiceProvider.php share/drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php share/drupal/core/lib/Drupal/Core/KeyValueStore/DatabaseStorageExpirable.php share/drupal/core/lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php @@ -2000,6 +2035,8 @@ share/drupal/core/lib/Drupal/Core/Plugin/Context/ContextHandlerInterface.php share/drupal/core/lib/Drupal/Core/Plugin/Context/ContextInterface.php share/drupal/core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php share/drupal/core/lib/Drupal/Core/Plugin/Context/ContextRepositoryInterface.php +share/drupal/core/lib/Drupal/Core/Plugin/Context/EntityContext.php +share/drupal/core/lib/Drupal/Core/Plugin/Context/EntityContextDefinition.php share/drupal/core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php share/drupal/core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php share/drupal/core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php @@ -2018,6 +2055,8 @@ share/drupal/core/lib/Drupal/Core/Plugin/Discovery/YamlDirectoryDiscovery.php share/drupal/core/lib/Drupal/Core/Plugin/Discovery/YamlDiscovery.php share/drupal/core/lib/Drupal/Core/Plugin/Discovery/YamlDiscoveryDecorator.php share/drupal/core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php +share/drupal/core/lib/Drupal/Core/Plugin/FilteredPluginManagerInterface.php +share/drupal/core/lib/Drupal/Core/Plugin/FilteredPluginManagerTrait.php share/drupal/core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php share/drupal/core/lib/Drupal/Core/Plugin/PluginBase.php share/drupal/core/lib/Drupal/Core/Plugin/PluginDependencyTrait.php @@ -2028,6 +2067,7 @@ share/drupal/core/lib/Drupal/Core/Plugin/PluginFormInterface.php share/drupal/core/lib/Drupal/Core/Plugin/PluginManagerPass.php share/drupal/core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php share/drupal/core/lib/Drupal/Core/Plugin/PluginWithFormsTrait.php +share/drupal/core/lib/Drupal/Core/Plugin/plugin.api.php share/drupal/core/lib/Drupal/Core/PrivateKey.php share/drupal/core/lib/Drupal/Core/ProxyBuilder/ProxyBuilder.php share/drupal/core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php @@ -2290,6 +2330,7 @@ share/drupal/core/lib/Drupal/Core/Test/AssertMailTrait.php share/drupal/core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php share/drupal/core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php share/drupal/core/lib/Drupal/Core/Test/ObjectSerialization.php +share/drupal/core/lib/Drupal/Core/Test/RefreshVariablesTrait.php share/drupal/core/lib/Drupal/Core/Test/TestDatabase.php share/drupal/core/lib/Drupal/Core/Test/TestKernel.php share/drupal/core/lib/Drupal/Core/Test/TestRunnerKernel.php @@ -2561,6 +2602,7 @@ share/drupal/core/misc/machine-name.js share/drupal/core/misc/menu-collapsed-rtl.png share/drupal/core/misc/menu-collapsed.png share/drupal/core/misc/menu-expanded.png +share/drupal/core/misc/normalize-fixes.css share/drupal/core/misc/print.css share/drupal/core/misc/progress.es6.js share/drupal/core/misc/progress.js @@ -2882,6 +2924,7 @@ share/drupal/core/modules/block/src/Plugin/migrate/process/BlockSettings.php share/drupal/core/modules/block/src/Plugin/migrate/process/BlockTheme.php share/drupal/core/modules/block/src/Plugin/migrate/process/BlockVisibility.php share/drupal/core/modules/block/src/Plugin/migrate/source/Block.php +share/drupal/core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php share/drupal/core/modules/block/src/Tests/BlockTestBase.php share/drupal/core/modules/block/src/Theme/AdminDemoNegotiator.php share/drupal/core/modules/block/templates/block.html.twig @@ -2958,9 +3001,11 @@ share/drupal/core/modules/block/tests/src/Kernel/BlockInterfaceTest.php share/drupal/core/modules/block/tests/src/Kernel/BlockRebuildTest.php share/drupal/core/modules/block/tests/src/Kernel/BlockStorageUnitTest.php share/drupal/core/modules/block/tests/src/Kernel/BlockViewBuilderTest.php +share/drupal/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockContentTranslationTest.php share/drupal/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php share/drupal/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php share/drupal/core/modules/block/tests/src/Kernel/Plugin/migrate/source/BlockTest.php +share/drupal/core/modules/block/tests/src/Kernel/Plugin/migrate/source/d6/BlockTranslationTest.php share/drupal/core/modules/block/tests/src/Traits/BlockCreationTrait.php share/drupal/core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php share/drupal/core/modules/block/tests/src/Unit/BlockFormTest.php @@ -2978,6 +3023,7 @@ share/drupal/core/modules/block_content/block_content.links.contextual.yml share/drupal/core/modules/block_content/block_content.links.task.yml share/drupal/core/modules/block_content/block_content.module share/drupal/core/modules/block_content/block_content.pages.inc +share/drupal/core/modules/block_content/block_content.post_update.php share/drupal/core/modules/block_content/block_content.routing.yml share/drupal/core/modules/block_content/block_content.services.yml share/drupal/core/modules/block_content/config/install/core.entity_view_mode.block_content.full.yml @@ -2990,7 +3036,12 @@ share/drupal/core/modules/block_content/migrations/block_content_entity_form_dis share/drupal/core/modules/block_content/migrations/block_content_type.yml share/drupal/core/modules/block_content/migrations/d6_custom_block.yml share/drupal/core/modules/block_content/migrations/d7_custom_block.yml +share/drupal/core/modules/block_content/src/Access/AccessGroupAnd.php +share/drupal/core/modules/block_content/src/Access/DependentAccessInterface.php +share/drupal/core/modules/block_content/src/Access/RefinableDependentAccessInterface.php +share/drupal/core/modules/block_content/src/Access/RefinableDependentAccessTrait.php share/drupal/core/modules/block_content/src/BlockContentAccessControlHandler.php +share/drupal/core/modules/block_content/src/BlockContentEvents.php share/drupal/core/modules/block_content/src/BlockContentForm.php share/drupal/core/modules/block_content/src/BlockContentInterface.php share/drupal/core/modules/block_content/src/BlockContentListBuilder.php @@ -3004,21 +3055,27 @@ share/drupal/core/modules/block_content/src/BlockContentViewsData.php share/drupal/core/modules/block_content/src/Controller/BlockContentController.php share/drupal/core/modules/block_content/src/Entity/BlockContent.php share/drupal/core/modules/block_content/src/Entity/BlockContentType.php +share/drupal/core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php share/drupal/core/modules/block_content/src/Form/BlockContentDeleteForm.php share/drupal/core/modules/block_content/src/Form/BlockContentTypeDeleteForm.php share/drupal/core/modules/block_content/src/Plugin/Block/BlockContentBlock.php share/drupal/core/modules/block_content/src/Plugin/Derivative/BlockContent.php share/drupal/core/modules/block_content/src/Plugin/Menu/LocalAction/BlockContentAddLocalAction.php share/drupal/core/modules/block_content/src/Plugin/migrate/source/d6/Box.php +share/drupal/core/modules/block_content/src/Plugin/migrate/source/d6/BoxTranslation.php share/drupal/core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php share/drupal/core/modules/block_content/src/Plugin/views/area/ListingEmpty.php +share/drupal/core/modules/block_content/src/Plugin/views/wizard/BlockContent.php share/drupal/core/modules/block_content/src/Tests/BlockContentTestBase.php share/drupal/core/modules/block_content/src/Tests/Views/BlockContentTestBase.php share/drupal/core/modules/block_content/templates/block-content-add-list.html.twig +share/drupal/core/modules/block_content/tests/fixtures/update/drupal-8.views_block_content-2976334.php +share/drupal/core/modules/block_content/tests/fixtures/update/views.view.block_content_2976334.yml share/drupal/core/modules/block_content/tests/modules/block_content_test/block_content_test.info.yml share/drupal/core/modules/block_content/tests/modules/block_content_test/block_content_test.module share/drupal/core/modules/block_content/tests/modules/block_content_test/block_content_test.routing.yml share/drupal/core/modules/block_content/tests/modules/block_content_test/config/install/block.block.foobargorilla.yml +share/drupal/core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php share/drupal/core/modules/block_content/tests/modules/block_content_test_views/block_content_test_views.info.yml share/drupal/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_redirect_destination.yml share/drupal/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_revision_id.yml @@ -3060,23 +3117,33 @@ share/drupal/core/modules/block_content/tests/src/Functional/Rest/BlockContentXm share/drupal/core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlBasicAuthTest.php share/drupal/core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlCookieTest.php share/drupal/core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php +share/drupal/core/modules/block_content/tests/src/Functional/Update/BlockContentReusableUpdateTest.php share/drupal/core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php share/drupal/core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php share/drupal/core/modules/block_content/tests/src/Functional/Views/BlockContentIntegrationTest.php share/drupal/core/modules/block_content/tests/src/Functional/Views/BlockContentRedirectTest.php share/drupal/core/modules/block_content/tests/src/Functional/Views/BlockContentTestBase.php +share/drupal/core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php share/drupal/core/modules/block_content/tests/src/Functional/Views/FieldTypeTest.php share/drupal/core/modules/block_content/tests/src/Functional/Views/RevisionRelationshipsTest.php +share/drupal/core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php share/drupal/core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php +share/drupal/core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php +share/drupal/core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityDisplayTest.php share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentStubTest.php share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentTypeTest.php share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateBlockContentTest.php +share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateCustomBlockContentTranslationTest.php share/drupal/core/modules/block_content/tests/src/Kernel/Migrate/d7/MigrateCustomBlockTest.php share/drupal/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTest.php +share/drupal/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d6/BoxTranslationTest.php share/drupal/core/modules/block_content/tests/src/Kernel/Plugin/migrate/source/d7/BlockCustomTest.php +share/drupal/core/modules/block_content/tests/src/Unit/Access/AccessGroupAndTest.php +share/drupal/core/modules/block_content/tests/src/Unit/Access/AccessibleTestingTrait.php +share/drupal/core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php share/drupal/core/modules/block_content/tests/src/Unit/Menu/BlockContentLocalTasksTest.php share/drupal/core/modules/block_place/block_place.info.yml share/drupal/core/modules/block_place/block_place.libraries.yml @@ -3390,6 +3457,7 @@ share/drupal/core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php share/drupal/core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php share/drupal/core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php share/drupal/core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php +share/drupal/core/modules/comment/src/Plugin/migrate/D7Comment.php share/drupal/core/modules/comment/src/Plugin/migrate/destination/EntityComment.php share/drupal/core/modules/comment/src/Plugin/migrate/destination/EntityCommentType.php share/drupal/core/modules/comment/src/Plugin/migrate/source/d6/Comment.php @@ -3416,9 +3484,6 @@ share/drupal/core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentNam share/drupal/core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php share/drupal/core/modules/comment/src/Plugin/views/sort/Thread.php share/drupal/core/modules/comment/src/Plugin/views/wizard/Comment.php -share/drupal/core/modules/comment/src/Tests/CommentCacheTagsTest.php -share/drupal/core/modules/comment/src/Tests/CommentNewIndicatorTest.php -share/drupal/core/modules/comment/src/Tests/CommentPagerTest.php share/drupal/core/modules/comment/src/Tests/CommentTestBase.php share/drupal/core/modules/comment/src/Tests/CommentTestTrait.php share/drupal/core/modules/comment/src/Tests/Views/CommentTestBase.php @@ -3447,15 +3512,18 @@ share/drupal/core/modules/comment/tests/src/Functional/CommentAnonymousTest.php share/drupal/core/modules/comment/tests/src/Functional/CommentBlockTest.php share/drupal/core/modules/comment/tests/src/Functional/CommentBookTest.php share/drupal/core/modules/comment/tests/src/Functional/CommentCSSTest.php +share/drupal/core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php share/drupal/core/modules/comment/tests/src/Functional/CommentEntityTest.php share/drupal/core/modules/comment/tests/src/Functional/CommentFieldsTest.php share/drupal/core/modules/comment/tests/src/Functional/CommentInterfaceTest.php share/drupal/core/modules/comment/tests/src/Functional/CommentLanguageTest.php share/drupal/core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php share/drupal/core/modules/comment/tests/src/Functional/CommentLinksTest.php +share/drupal/core/modules/comment/tests/src/Functional/CommentNewIndicatorTest.php share/drupal/core/modules/comment/tests/src/Functional/CommentNodeAccessTest.php share/drupal/core/modules/comment/tests/src/Functional/CommentNodeChangesTest.php share/drupal/core/modules/comment/tests/src/Functional/CommentNonNodeTest.php +share/drupal/core/modules/comment/tests/src/Functional/CommentPagerTest.php share/drupal/core/modules/comment/tests/src/Functional/CommentPreviewTest.php share/drupal/core/modules/comment/tests/src/Functional/CommentRssTest.php share/drupal/core/modules/comment/tests/src/Functional/CommentStatisticsTest.php @@ -3489,6 +3557,7 @@ share/drupal/core/modules/comment/tests/src/Functional/Rest/CommentXmlAnonTest.p share/drupal/core/modules/comment/tests/src/Functional/Rest/CommentXmlBasicAuthTest.php share/drupal/core/modules/comment/tests/src/Functional/Rest/CommentXmlCookieTest.php share/drupal/core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php +share/drupal/core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php share/drupal/core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php share/drupal/core/modules/comment/tests/src/Functional/Views/ArgumentUserUIDTest.php share/drupal/core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php @@ -3507,6 +3576,7 @@ share/drupal/core/modules/comment/tests/src/Functional/Views/WizardTest.php share/drupal/core/modules/comment/tests/src/Kernel/CommentBundlesTest.php share/drupal/core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php share/drupal/core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php +share/drupal/core/modules/comment/tests/src/Kernel/CommentHostnameTest.php share/drupal/core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php share/drupal/core/modules/comment/tests/src/Kernel/CommentItemTest.php share/drupal/core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php @@ -3558,7 +3628,6 @@ share/drupal/core/modules/config/src/Form/ConfigSingleImportForm.php share/drupal/core/modules/config/src/Form/ConfigSync.php share/drupal/core/modules/config/src/StorageReplaceDataWrapper.php share/drupal/core/modules/config/src/Tests/AssertConfigEntityImportTrait.php -share/drupal/core/modules/config/src/Tests/ConfigInstallProfileUnmetDependenciesTest.php share/drupal/core/modules/config/src/Tests/SchemaCheckTestTrait.php share/drupal/core/modules/config/tests/config_clash_test_theme/config/install/config_test.dynamic.dotted.default.yml share/drupal/core/modules/config/tests/config_clash_test_theme/config/install/language/fr/config_test.dynamic.dotted.default.yml @@ -3589,6 +3658,7 @@ share/drupal/core/modules/config/tests/config_import_test/config_import_test.ser share/drupal/core/modules/config/tests/config_import_test/src/EventSubscriber.php share/drupal/core/modules/config/tests/config_install_dependency_test/config/install/config_other_module_config_test.weird_simple_config.yml share/drupal/core/modules/config/tests/config_install_dependency_test/config/install/config_test.dynamic.other_module_test_with_dependency.yml +share/drupal/core/modules/config/tests/config_install_dependency_test/config/optional/config_test.dynamic.dependency_for_unmet2.yml share/drupal/core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.info.yml share/drupal/core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.module share/drupal/core/modules/config/tests/config_install_double_dependency_test/config/install/config_test.dynamic.other_module_test_with_dependency.yml @@ -3603,6 +3673,7 @@ share/drupal/core/modules/config/tests/config_integration_test/config/schema/con share/drupal/core/modules/config/tests/config_integration_test/config_integration_test.info.yml share/drupal/core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test.yml share/drupal/core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test_optional_entity_unmet.yml +share/drupal/core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test_optional_entity_unmet2.yml share/drupal/core/modules/config/tests/config_other_module_config_test/config/optional/config_test.dynamic.other_module_test_unmet.yml share/drupal/core/modules/config/tests/config_other_module_config_test/config/schema/config_other_module_config_test.schema.yml share/drupal/core/modules/config/tests/config_other_module_config_test/config_other_module_config_test.info.yml @@ -3631,7 +3702,7 @@ share/drupal/core/modules/config/tests/config_schema_test/config/schema/config_s share/drupal/core/modules/config/tests/config_schema_test/config_schema_test.info.yml share/drupal/core/modules/config/tests/config_schema_test/config_schema_test.module share/drupal/core/modules/config/tests/config_test/config/install/config_test.dynamic.dotted.default.yml -share/drupal/core/modules/config/tests/config_test/config/install/config_test.dynamic.isinstallable.default.yml +share/drupal/core/modules/config/tests/config_test/config/install/config_test.dynamic.isinstallable.yml share/drupal/core/modules/config/tests/config_test/config/install/config_test.no_status.default.yml share/drupal/core/modules/config/tests/config_test/config/install/config_test.system.yml share/drupal/core/modules/config/tests/config_test/config/install/config_test.types.yml @@ -3669,6 +3740,8 @@ share/drupal/core/modules/config/tests/config_test/tests/src/Functional/Rest/Con share/drupal/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlAnonTest.php share/drupal/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlBasicAuthTest.php share/drupal/core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestXmlCookieTest.php +share/drupal/core/modules/config/tests/config_test_id_mismatch/config/install/config_test.dynamic.no_id_match.yml +share/drupal/core/modules/config/tests/config_test_id_mismatch/config_test_id_mismatch.info.yml share/drupal/core/modules/config/tests/config_test_language/config/install/config_test.dynamic.dotted.english.yml share/drupal/core/modules/config/tests/config_test_language/config/install/config_test.dynamic.dotted.french.yml share/drupal/core/modules/config/tests/config_test_language/config_test_language.info.yml @@ -3688,6 +3761,7 @@ share/drupal/core/modules/config/tests/src/Functional/ConfigImportInstallProfile share/drupal/core/modules/config/tests/src/Functional/ConfigImportUITest.php share/drupal/core/modules/config/tests/src/Functional/ConfigImportUploadTest.php share/drupal/core/modules/config/tests/src/Functional/ConfigInstallProfileOverrideTest.php +share/drupal/core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php share/drupal/core/modules/config/tests/src/Functional/ConfigInstallWebTest.php share/drupal/core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php share/drupal/core/modules/config/tests/src/Functional/ConfigOtherModuleTest.php @@ -3711,6 +3785,7 @@ share/drupal/core/modules/config_translation/config_translation.services.yml share/drupal/core/modules/config_translation/css/config_translation.admin.css share/drupal/core/modules/config_translation/migrations/d6_system_maintenance_translation.yml share/drupal/core/modules/config_translation/migrations/d6_system_site_translation.yml +share/drupal/core/modules/config_translation/migrations/d6_taxonomy_vocabulary_translation.yml share/drupal/core/modules/config_translation/migrations/d6_user_mail_translation.yml share/drupal/core/modules/config_translation/migrations/d6_user_profile_field_instance_translation.yml share/drupal/core/modules/config_translation/migrations/d6_user_settings_translation.yml @@ -3729,6 +3804,8 @@ share/drupal/core/modules/config_translation/src/Controller/ConfigTranslationEnt share/drupal/core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php share/drupal/core/modules/config_translation/src/Controller/ConfigTranslationListController.php share/drupal/core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php +share/drupal/core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php +share/drupal/core/modules/config_translation/src/Event/ConfigTranslationEvents.php share/drupal/core/modules/config_translation/src/Exception/ConfigMapperLanguageException.php share/drupal/core/modules/config_translation/src/Form/ConfigTranslationAddForm.php share/drupal/core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php @@ -3749,7 +3826,6 @@ share/drupal/core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTra share/drupal/core/modules/config_translation/src/Plugin/migrate/source/d6/I18nProfileField.php share/drupal/core/modules/config_translation/src/Plugin/migrate/source/d6/ProfileFieldTranslation.php share/drupal/core/modules/config_translation/src/Routing/RouteSubscriber.php -share/drupal/core/modules/config_translation/src/Tests/ConfigTranslationInstallTest.php share/drupal/core/modules/config_translation/templates/config_translation_manage_form_element.html.twig share/drupal/core/modules/config_translation/tests/modules/config_translation_test/config/install/config_translation_test.content.yml share/drupal/core/modules/config_translation/tests/modules/config_translation_test/config/schema/config_translation_test.schema.yml @@ -3757,15 +3833,19 @@ share/drupal/core/modules/config_translation/tests/modules/config_translation_te share/drupal/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.info.yml share/drupal/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.links.task.yml share/drupal/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module +share/drupal/core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.services.yml +share/drupal/core/modules/config_translation/tests/modules/config_translation_test/src/EventSubscriber/ConfigTranslationTestSubscriber.php share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationCacheTest.php share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationDateFormatUiTest.php share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationFormTest.php +share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationInstallTest.php share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationListUiTest.php share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationOverviewTest.php share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationUiThemeTest.php share/drupal/core/modules/config_translation/tests/src/Functional/ConfigTranslationViewListUiTest.php share/drupal/core/modules/config_translation/tests/src/FunctionalJavascript/ConfigTranslationUiTest.php +share/drupal/core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php share/drupal/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemMaintenanceTranslationTest.php share/drupal/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateSystemSiteTranslationTest.php share/drupal/core/modules/config_translation/tests/src/Kernel/Migrate/d6/MigrateUserConfigsTranslationTest.php @@ -3857,7 +3937,6 @@ share/drupal/core/modules/contact/tests/src/Kernel/Migrate/d7/MigrateContactSett share/drupal/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/ContactCategoryTest.php share/drupal/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/d6/ContactSettingsTest.php share/drupal/core/modules/contact/tests/src/Unit/MailHandlerTest.php -share/drupal/core/modules/content_moderation/config/install/workflows.workflow.editorial.yml share/drupal/core/modules/content_moderation/config/optional/views.view.moderated_content.yml share/drupal/core/modules/content_moderation/config/schema/content_moderation.schema.yml share/drupal/core/modules/content_moderation/config/schema/content_moderation.views.schema.yml @@ -3966,6 +4045,7 @@ share/drupal/core/modules/content_moderation/tests/src/Kernel/NodeAccessTest.php share/drupal/core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php share/drupal/core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php share/drupal/core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php +share/drupal/core/modules/content_moderation/tests/src/Traits/ContentModerationTestTrait.php share/drupal/core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php share/drupal/core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php share/drupal/core/modules/content_moderation/tests/src/Unit/LatestRevisionCheckTest.php @@ -3985,8 +4065,18 @@ share/drupal/core/modules/content_translation/content_translation.module share/drupal/core/modules/content_translation/content_translation.permissions.yml share/drupal/core/modules/content_translation/content_translation.services.yml share/drupal/core/modules/content_translation/css/content_translation.admin.css +share/drupal/core/modules/content_translation/migrations/d6_block_translation.yml +share/drupal/core/modules/content_translation/migrations/d6_custom_block_translation.yml +share/drupal/core/modules/content_translation/migrations/d6_entity_reference_translation.yml +share/drupal/core/modules/content_translation/migrations/d6_menu_links_translation.yml +share/drupal/core/modules/content_translation/migrations/d6_node_translation.yml share/drupal/core/modules/content_translation/migrations/d6_taxonomy_term_translation.yml +share/drupal/core/modules/content_translation/migrations/d7_entity_reference_translation.yml share/drupal/core/modules/content_translation/migrations/d7_entity_translation_settings.yml +share/drupal/core/modules/content_translation/migrations/d7_node_translation.yml +share/drupal/core/modules/content_translation/migrations/d7_user_entity_translation.yml +share/drupal/core/modules/content_translation/migrations/node_translation_menu_links.yml +share/drupal/core/modules/content_translation/migrations/statistics_node_translation_counter.yml share/drupal/core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php share/drupal/core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php share/drupal/core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php @@ -4058,6 +4148,7 @@ share/drupal/core/modules/contextual/contextual.info.yml share/drupal/core/modules/contextual/contextual.libraries.yml share/drupal/core/modules/contextual/contextual.module share/drupal/core/modules/contextual/contextual.permissions.yml +share/drupal/core/modules/contextual/contextual.post_update.php share/drupal/core/modules/contextual/contextual.routing.yml share/drupal/core/modules/contextual/contextual.views.inc share/drupal/core/modules/contextual/css/contextual.icons.theme.css @@ -4088,12 +4179,12 @@ share/drupal/core/modules/contextual/src/ContextualController.php share/drupal/core/modules/contextual/src/Element/ContextualLinks.php share/drupal/core/modules/contextual/src/Element/ContextualLinksPlaceholder.php share/drupal/core/modules/contextual/src/Plugin/views/field/ContextualLinks.php -share/drupal/core/modules/contextual/src/Tests/ContextualDynamicContextTest.php share/drupal/core/modules/contextual/tests/modules/contextual_test/contextual_test.info.yml share/drupal/core/modules/contextual/tests/modules/contextual_test/contextual_test.links.contextual.yml share/drupal/core/modules/contextual/tests/modules/contextual_test/contextual_test.module share/drupal/core/modules/contextual/tests/modules/contextual_test/contextual_test.routing.yml share/drupal/core/modules/contextual/tests/modules/contextual_test/src/Controller/TestController.php +share/drupal/core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php share/drupal/core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinkClickTrait.php share/drupal/core/modules/contextual/tests/src/FunctionalJavascript/ContextualLinksTest.php share/drupal/core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php @@ -4146,12 +4237,15 @@ share/drupal/core/modules/datetime/tests/src/Kernel/Views/DateTimeSchemaTest.php share/drupal/core/modules/datetime/tests/src/Kernel/Views/FilterDateTest.php share/drupal/core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php share/drupal/core/modules/datetime/tests/src/Kernel/Views/SortDateTimeTest.php +share/drupal/core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldLegacyTest.php share/drupal/core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldTest.php +share/drupal/core/modules/datetime/tests/src/Unit/Plugin/migrate/field/d6/DateFieldLegacyTest.php share/drupal/core/modules/datetime/tests/src/Unit/Plugin/migrate/field/d6/DateFieldTest.php share/drupal/core/modules/datetime_range/config/schema/datetime_range.schema.yml share/drupal/core/modules/datetime_range/datetime_range.info.yml share/drupal/core/modules/datetime_range/datetime_range.module share/drupal/core/modules/datetime_range/datetime_range.post_update.php +share/drupal/core/modules/datetime_range/datetime_range.views.inc share/drupal/core/modules/datetime_range/src/DateTimeRangeTrait.php share/drupal/core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeCustomFormatter.php share/drupal/core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangeDefaultFormatter.php @@ -4161,9 +4255,15 @@ share/drupal/core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeIte share/drupal/core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDatelistWidget.php share/drupal/core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php share/drupal/core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeWidgetBase.php +share/drupal/core/modules/datetime_range/tests/fixtures/update/datetime_range-filter-values.php +share/drupal/core/modules/datetime_range/tests/fixtures/update/field.field.node.page.field_range.yml +share/drupal/core/modules/datetime_range/tests/fixtures/update/field.storage.node.field_range.yml +share/drupal/core/modules/datetime_range/tests/fixtures/update/views.view.test_datetime_range_filter_values.yml share/drupal/core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php +share/drupal/core/modules/datetime_range/tests/src/Functional/Update/DatetimeRangeViewUpdateTest.php share/drupal/core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php share/drupal/core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php +share/drupal/core/modules/datetime_range/tests/src/Kernel/Views/FilterDateTest.php share/drupal/core/modules/dblog/config/install/dblog.settings.yml share/drupal/core/modules/dblog/config/optional/views.view.watchdog.yml share/drupal/core/modules/dblog/config/schema/dblog.schema.yml @@ -4200,7 +4300,9 @@ share/drupal/core/modules/dblog/tests/src/Functional/ConnectionFailureTest.php share/drupal/core/modules/dblog/tests/src/Functional/DbLogResourceTest.php share/drupal/core/modules/dblog/tests/src/Functional/DbLogTest.php share/drupal/core/modules/dblog/tests/src/Functional/DbLogViewsTest.php +share/drupal/core/modules/dblog/tests/src/Functional/FakeLogEntries.php share/drupal/core/modules/dblog/tests/src/Functional/Update/DblogFiltersAndFieldsUpgradeTest.php +share/drupal/core/modules/dblog/tests/src/Functional/Update/DblogNoLogsAvailableUpgradeTest.php share/drupal/core/modules/dblog/tests/src/Functional/Update/DblogRecentLogsUsingViewsUpdateTest.php share/drupal/core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php share/drupal/core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php @@ -4252,11 +4354,6 @@ share/drupal/core/modules/editor/src/Plugin/EditorManager.php share/drupal/core/modules/editor/src/Plugin/EditorPluginInterface.php share/drupal/core/modules/editor/src/Plugin/Filter/EditorFileReference.php share/drupal/core/modules/editor/src/Plugin/InPlaceEditor/Editor.php -share/drupal/core/modules/editor/src/Tests/EditorAdminTest.php -share/drupal/core/modules/editor/src/Tests/EditorLoadingTest.php -share/drupal/core/modules/editor/src/Tests/EditorSecurityTest.php -share/drupal/core/modules/editor/src/Tests/EditorUploadImageScaleTest.php -share/drupal/core/modules/editor/src/Tests/QuickEditIntegrationLoadingTest.php share/drupal/core/modules/editor/tests/editor_private_test/config/install/editor.editor.private_images.yml share/drupal/core/modules/editor/tests/editor_private_test/config/install/filter.format.private_images.yml share/drupal/core/modules/editor/tests/editor_private_test/editor_private_test.info.yml @@ -4267,11 +4364,16 @@ share/drupal/core/modules/editor/tests/modules/editor_test.module share/drupal/core/modules/editor/tests/modules/src/EditorXssFilter/Insecure.php share/drupal/core/modules/editor/tests/modules/src/Plugin/Editor/TRexEditor.php share/drupal/core/modules/editor/tests/modules/src/Plugin/Editor/UnicornEditor.php +share/drupal/core/modules/editor/tests/src/Functional/EditorAdminTest.php share/drupal/core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php +share/drupal/core/modules/editor/tests/src/Functional/EditorLoadingTest.php share/drupal/core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php +share/drupal/core/modules/editor/tests/src/Functional/EditorSecurityTest.php +share/drupal/core/modules/editor/tests/src/Functional/EditorUploadImageScaleTest.php share/drupal/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonAnonTest.php share/drupal/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonBasicAuthTest.php share/drupal/core/modules/editor/tests/src/Functional/Hal/EditorHalJsonCookieTest.php +share/drupal/core/modules/editor/tests/src/Functional/QuickEditIntegrationLoadingTest.php share/drupal/core/modules/editor/tests/src/Functional/Rest/EditorJsonAnonTest.php share/drupal/core/modules/editor/tests/src/Functional/Rest/EditorJsonBasicAuthTest.php share/drupal/core/modules/editor/tests/src/Functional/Rest/EditorJsonCookieTest.php @@ -4348,23 +4450,10 @@ share/drupal/core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerFor share/drupal/core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerViewMode.php share/drupal/core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php share/drupal/core/modules/field/src/ProxyClass/FieldUninstallValidator.php -share/drupal/core/modules/field/src/Tests/Boolean/BooleanFormatterSettingsTest.php -share/drupal/core/modules/field/src/Tests/Email/EmailFieldTest.php share/drupal/core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php -share/drupal/core/modules/field/src/Tests/EntityReference/EntityReferenceFileUploadTest.php share/drupal/core/modules/field/src/Tests/EntityReference/EntityReferenceTestTrait.php -share/drupal/core/modules/field/src/Tests/FieldDefaultValueCallbackProvider.php -share/drupal/core/modules/field/src/Tests/FieldDefaultValueCallbackTest.php -share/drupal/core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php share/drupal/core/modules/field/src/Tests/FieldTestBase.php -share/drupal/core/modules/field/src/Tests/FormTest.php -share/drupal/core/modules/field/src/Tests/NestedFormTest.php -share/drupal/core/modules/field/src/Tests/Number/NumberFieldTest.php -share/drupal/core/modules/field/src/Tests/String/StringFieldTest.php share/drupal/core/modules/field/src/Tests/Views/FieldTestBase.php -share/drupal/core/modules/field/src/Tests/Views/FieldUITest.php -share/drupal/core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php -share/drupal/core/modules/field/src/Tests/reEnableModuleFieldTest.php share/drupal/core/modules/field/tests/fixtures/update/drupal-8.email_widget_size_setting-2578741.php share/drupal/core/modules/field/tests/fixtures/update/drupal-8.remove_handler_submit_setting-2715589.php share/drupal/core/modules/field/tests/fixtures/update/drupal-8.update_deleted_field_definitions-2931436.php @@ -4385,6 +4474,7 @@ share/drupal/core/modules/field/tests/modules/field_test/field_test.info.yml share/drupal/core/modules/field/tests/modules/field_test/field_test.module share/drupal/core/modules/field/tests/modules/field_test/field_test.permissions.yml share/drupal/core/modules/field/tests/modules/field_test/field_test.routing.yml +share/drupal/core/modules/field/tests/modules/field_test/src/FieldDefaultValueCallbackProvider.php share/drupal/core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldApplicableFormatter.php share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php @@ -4399,6 +4489,7 @@ share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldT share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php +share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultilingual.php share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultipleSingleValues.php share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php @@ -4425,21 +4516,29 @@ share/drupal/core/modules/field/tests/modules/field_timestamp_test/config/instal share/drupal/core/modules/field/tests/modules/field_timestamp_test/config/install/field.storage.entity_test.timestamp.yml share/drupal/core/modules/field/tests/modules/field_timestamp_test/field_timestamp_test.info.yml share/drupal/core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php +share/drupal/core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php +share/drupal/core/modules/field/tests/src/Functional/Email/EmailFieldTest.php share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAutoCreateTest.php share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php +share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFileUploadTest.php share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceIntegrationTest.php share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceXSSTest.php share/drupal/core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php share/drupal/core/modules/field/tests/src/Functional/FieldAccessTest.php +share/drupal/core/modules/field/tests/src/Functional/FieldDefaultValueCallbackTest.php share/drupal/core/modules/field/tests/src/Functional/FieldHelpTest.php +share/drupal/core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php share/drupal/core/modules/field/tests/src/Functional/FieldTestBase.php +share/drupal/core/modules/field/tests/src/Functional/FormTest.php share/drupal/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonAnonTest.php share/drupal/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonBasicAuthTest.php share/drupal/core/modules/field/tests/src/Functional/Hal/FieldConfigHalJsonCookieTest.php share/drupal/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php share/drupal/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php share/drupal/core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php +share/drupal/core/modules/field/tests/src/Functional/NestedFormTest.php +share/drupal/core/modules/field/tests/src/Functional/Number/NumberFieldTest.php share/drupal/core/modules/field/tests/src/Functional/Rest/FieldConfigJsonAnonTest.php share/drupal/core/modules/field/tests/src/Functional/Rest/FieldConfigJsonBasicAuthTest.php share/drupal/core/modules/field/tests/src/Functional/Rest/FieldConfigJsonCookieTest.php @@ -4454,11 +4553,18 @@ share/drupal/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigReso share/drupal/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlAnonTest.php share/drupal/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlBasicAuthTest.php share/drupal/core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlCookieTest.php +share/drupal/core/modules/field/tests/src/Functional/String/StringFieldTest.php share/drupal/core/modules/field/tests/src/Functional/TranslationWebTest.php share/drupal/core/modules/field/tests/src/Functional/Update/EmailWidgetSizeSettingUpdateTest.php share/drupal/core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php share/drupal/core/modules/field/tests/src/Functional/Update/FieldUpdateTest.php +share/drupal/core/modules/field/tests/src/Functional/Views/FieldTestBase.php +share/drupal/core/modules/field/tests/src/Functional/Views/FieldUITest.php +share/drupal/core/modules/field/tests/src/Functional/Views/HandlerFieldFieldTest.php +share/drupal/core/modules/field/tests/src/Functional/reEnableModuleFieldTest.php +share/drupal/core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php share/drupal/core/modules/field/tests/src/FunctionalJavascript/FormJSAddMoreTest.php +share/drupal/core/modules/field/tests/src/FunctionalJavascript/Number/NumberFieldTest.php share/drupal/core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php share/drupal/core/modules/field/tests/src/Kernel/Boolean/BooleanItemTest.php share/drupal/core/modules/field/tests/src/Kernel/BulkDeleteTest.php @@ -4475,6 +4581,7 @@ share/drupal/core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php share/drupal/core/modules/field/tests/src/Kernel/FieldCrudTest.php share/drupal/core/modules/field/tests/src/Kernel/FieldDataCountTest.php share/drupal/core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php +share/drupal/core/modules/field/tests/src/Kernel/FieldDisplayTest.php share/drupal/core/modules/field/tests/src/Kernel/FieldImportChangeTest.php share/drupal/core/modules/field/tests/src/Kernel/FieldImportCreateTest.php share/drupal/core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php @@ -4643,6 +4750,7 @@ share/drupal/core/modules/file/src/Entity/File.php share/drupal/core/modules/file/src/FileAccessControlHandler.php share/drupal/core/modules/file/src/FileAccessFormatterControlHandlerInterface.php share/drupal/core/modules/file/src/FileInterface.php +share/drupal/core/modules/file/src/FileServiceProvider.php share/drupal/core/modules/file/src/FileStorage.php share/drupal/core/modules/file/src/FileStorageInterface.php share/drupal/core/modules/file/src/FileStorageSchema.php @@ -4689,32 +4797,15 @@ share/drupal/core/modules/file/src/Plugin/migrate/source/d6/File.php share/drupal/core/modules/file/src/Plugin/migrate/source/d6/Upload.php share/drupal/core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php share/drupal/core/modules/file/src/Plugin/migrate/source/d7/File.php +share/drupal/core/modules/file/src/Plugin/rest/resource/FileUploadResource.php share/drupal/core/modules/file/src/Plugin/views/argument/Fid.php share/drupal/core/modules/file/src/Plugin/views/field/File.php share/drupal/core/modules/file/src/Plugin/views/filter/Status.php share/drupal/core/modules/file/src/Plugin/views/wizard/File.php -share/drupal/core/modules/file/src/Tests/DownloadTest.php -share/drupal/core/modules/file/src/Tests/FileFieldAnonymousSubmissionTest.php -share/drupal/core/modules/file/src/Tests/FileFieldDisplayTest.php -share/drupal/core/modules/file/src/Tests/FileFieldFormatterAccessTest.php -share/drupal/core/modules/file/src/Tests/FileFieldPathTest.php -share/drupal/core/modules/file/src/Tests/FileFieldRSSContentTest.php -share/drupal/core/modules/file/src/Tests/FileFieldRevisionTest.php share/drupal/core/modules/file/src/Tests/FileFieldTestBase.php -share/drupal/core/modules/file/src/Tests/FileFieldValidateTest.php share/drupal/core/modules/file/src/Tests/FileFieldWidgetTest.php -share/drupal/core/modules/file/src/Tests/FileListingTest.php share/drupal/core/modules/file/src/Tests/FileManagedFileElementTest.php share/drupal/core/modules/file/src/Tests/FileManagedTestBase.php -share/drupal/core/modules/file/src/Tests/FileOnTranslatedEntityTest.php -share/drupal/core/modules/file/src/Tests/FilePrivateTest.php -share/drupal/core/modules/file/src/Tests/FileTokenReplaceTest.php -share/drupal/core/modules/file/src/Tests/PrivateFileOnTranslatedEntityTest.php -share/drupal/core/modules/file/src/Tests/RemoteFileSaveUploadTest.php -share/drupal/core/modules/file/src/Tests/SaveUploadFormTest.php -share/drupal/core/modules/file/src/Tests/SaveUploadTest.php -share/drupal/core/modules/file/src/Tests/Update/FileUpdateTest.php -share/drupal/core/modules/file/src/Tests/Views/RelationshipUserFileDataTest.php share/drupal/core/modules/file/templates/file-audio.html.twig share/drupal/core/modules/file/templates/file-link.html.twig share/drupal/core/modules/file/templates/file-managed-file.html.twig @@ -4744,16 +4835,35 @@ share/drupal/core/modules/file/tests/fixtures/update/field.storage.node.field_fi share/drupal/core/modules/file/tests/modules/file_test_views/file_test_views.info.yml share/drupal/core/modules/file/tests/modules/file_test_views/test_views/views.view.file_extension_view.yml share/drupal/core/modules/file/tests/modules/file_test_views/test_views/views.view.test_file_user_file_data.yml +share/drupal/core/modules/file/tests/src/Functional/DownloadTest.php +share/drupal/core/modules/file/tests/src/Functional/FileFieldAnonymousSubmissionTest.php share/drupal/core/modules/file/tests/src/Functional/FileFieldCreationTrait.php +share/drupal/core/modules/file/tests/src/Functional/FileFieldDisplayTest.php +share/drupal/core/modules/file/tests/src/Functional/FileFieldFormatterAccessTest.php +share/drupal/core/modules/file/tests/src/Functional/FileFieldPathTest.php +share/drupal/core/modules/file/tests/src/Functional/FileFieldRSSContentTest.php +share/drupal/core/modules/file/tests/src/Functional/FileFieldRevisionTest.php share/drupal/core/modules/file/tests/src/Functional/FileFieldTestBase.php +share/drupal/core/modules/file/tests/src/Functional/FileFieldValidateTest.php +share/drupal/core/modules/file/tests/src/Functional/FileListingTest.php share/drupal/core/modules/file/tests/src/Functional/FileManagedAccessTest.php share/drupal/core/modules/file/tests/src/Functional/FileManagedTestBase.php +share/drupal/core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php +share/drupal/core/modules/file/tests/src/Functional/FilePrivateTest.php +share/drupal/core/modules/file/tests/src/Functional/FileTokenReplaceTest.php +share/drupal/core/modules/file/tests/src/Functional/FileUploadJsonBasicAuthTest.php +share/drupal/core/modules/file/tests/src/Functional/FileUploadJsonCookieTest.php share/drupal/core/modules/file/tests/src/Functional/Formatter/FileAudioFormatterTest.php share/drupal/core/modules/file/tests/src/Functional/Formatter/FileMediaFormatterTestBase.php share/drupal/core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php share/drupal/core/modules/file/tests/src/Functional/Hal/FileHalJsonAnonTest.php share/drupal/core/modules/file/tests/src/Functional/Hal/FileHalJsonBasicAuthTest.php share/drupal/core/modules/file/tests/src/Functional/Hal/FileHalJsonCookieTest.php +share/drupal/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonBasicAuthTest.php +share/drupal/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonCookieTest.php +share/drupal/core/modules/file/tests/src/Functional/Hal/FileUploadHalJsonTestBase.php +share/drupal/core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php +share/drupal/core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php share/drupal/core/modules/file/tests/src/Functional/Rest/FileJsonAnonTest.php share/drupal/core/modules/file/tests/src/Functional/Rest/FileJsonBasicAuthTest.php share/drupal/core/modules/file/tests/src/Functional/Rest/FileJsonCookieTest.php @@ -4761,7 +4871,12 @@ share/drupal/core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.ph share/drupal/core/modules/file/tests/src/Functional/Rest/FileXmlAnonTest.php share/drupal/core/modules/file/tests/src/Functional/Rest/FileXmlBasicAuthTest.php share/drupal/core/modules/file/tests/src/Functional/Rest/FileXmlCookieTest.php +share/drupal/core/modules/file/tests/src/Functional/SaveUploadFormTest.php +share/drupal/core/modules/file/tests/src/Functional/SaveUploadTest.php +share/drupal/core/modules/file/tests/src/Functional/Update/FileUpdateTest.php share/drupal/core/modules/file/tests/src/Functional/Update/FileUsageTemporaryDeletionConfigurationUpdateTest.php +share/drupal/core/modules/file/tests/src/Functional/Views/RelationshipUserFileDataTest.php +share/drupal/core/modules/file/tests/src/FunctionalJavascript/FileFieldValidateTest.php share/drupal/core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php share/drupal/core/modules/file/tests/src/Kernel/AccessTest.php share/drupal/core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php @@ -4804,9 +4919,12 @@ share/drupal/core/modules/file/tests/src/Kernel/Views/FileViewsFieldAccessTest.p share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d6/FileCckTest.php share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/FileCckTest.php share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/ImageCckTest.php +share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/FileFieldLegacyTest.php share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/FileFieldTest.php share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/ImageFieldTest.php +share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/FileFieldLegacyTest.php share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/FileFieldTest.php +share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldLegacyTest.php share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/CckFileTest.php share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/FieldFileTest.php @@ -5037,9 +5155,9 @@ share/drupal/core/modules/hal/tests/modules/hal_test/hal_test.info.yml share/drupal/core/modules/hal/tests/modules/hal_test/hal_test.module share/drupal/core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonTestBase.php share/drupal/core/modules/hal/tests/src/Functional/EntityResource/Feed/FeedHalJsonTestBase.php +share/drupal/core/modules/hal/tests/src/Functional/EntityResource/File/FileUploadHalJsonTestBase.php share/drupal/core/modules/hal/tests/src/Functional/EntityResource/HalEntityNormalizationTrait.php share/drupal/core/modules/hal/tests/src/Functional/EntityResource/Item/ItemHalJsonTestBase.php -share/drupal/core/modules/hal/tests/src/Functional/FileDenormalizeTest.php share/drupal/core/modules/hal/tests/src/Functional/Update/CreateHalSettingsForLinkDomainUpdateTest.php share/drupal/core/modules/hal/tests/src/Functional/Update/MigrateLinkDomainSettingFromRestToHalUpdateTest.php share/drupal/core/modules/hal/tests/src/Kernel/DenormalizeTest.php @@ -5182,10 +5300,13 @@ share/drupal/core/modules/image/templates/image-crop-summary.html.twig share/drupal/core/modules/image/templates/image-formatter.html.twig share/drupal/core/modules/image/templates/image-resize-summary.html.twig share/drupal/core/modules/image/templates/image-rotate-summary.html.twig +share/drupal/core/modules/image/templates/image-scale-and-crop-summary.html.twig share/drupal/core/modules/image/templates/image-scale-summary.html.twig share/drupal/core/modules/image/templates/image-style-preview.html.twig share/drupal/core/modules/image/templates/image-style.html.twig share/drupal/core/modules/image/templates/image-widget.html.twig +share/drupal/core/modules/image/tests/fixtures/update/image.image_style.test_scale_and_crop_add_anchor.yml +share/drupal/core/modules/image/tests/fixtures/update/test_scale_and_crop_add_anchor.php share/drupal/core/modules/image/tests/modules/image_module_test/config/schema/image_module_test.schema.yml share/drupal/core/modules/image/tests/modules/image_module_test/image_module_test.info.yml share/drupal/core/modules/image/tests/modules/image_module_test/image_module_test.module @@ -5222,9 +5343,11 @@ share/drupal/core/modules/image/tests/src/Functional/Rest/ImageStyleXmlAnonTest. share/drupal/core/modules/image/tests/src/Functional/Rest/ImageStyleXmlBasicAuthTest.php share/drupal/core/modules/image/tests/src/Functional/Rest/ImageStyleXmlCookieTest.php share/drupal/core/modules/image/tests/src/Functional/Update/ImageUpdateTest.php +share/drupal/core/modules/image/tests/src/Functional/Update/ScaleAndCropAddAnchorUpdateTest.php share/drupal/core/modules/image/tests/src/FunctionalJavascript/ImageAdminStylesTest.php share/drupal/core/modules/image/tests/src/FunctionalJavascript/ImageFieldTestBase.php share/drupal/core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php +share/drupal/core/modules/image/tests/src/FunctionalJavascript/QuickEditImageEditorTestTrait.php share/drupal/core/modules/image/tests/src/FunctionalJavascript/QuickEditImageTest.php share/drupal/core/modules/image/tests/src/Kernel/ImageFieldCreationTrait.php share/drupal/core/modules/image/tests/src/Kernel/ImageFormatterTest.php @@ -5458,12 +5581,13 @@ share/drupal/core/modules/layout_builder/layout_builder.permissions.yml share/drupal/core/modules/layout_builder/layout_builder.post_update.php share/drupal/core/modules/layout_builder/layout_builder.routing.yml share/drupal/core/modules/layout_builder/layout_builder.services.yml +share/drupal/core/modules/layout_builder/src/Access/LayoutBuilderAccessCheck.php +share/drupal/core/modules/layout_builder/src/Access/LayoutPreviewAccessAllowed.php share/drupal/core/modules/layout_builder/src/Access/LayoutSectionAccessCheck.php share/drupal/core/modules/layout_builder/src/Annotation/SectionStorage.php share/drupal/core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php share/drupal/core/modules/layout_builder/src/Context/LayoutBuilderContextTrait.php share/drupal/core/modules/layout_builder/src/Controller/AddSectionController.php -share/drupal/core/modules/layout_builder/src/Controller/AjaxHelperTrait.php share/drupal/core/modules/layout_builder/src/Controller/ChooseBlockController.php share/drupal/core/modules/layout_builder/src/Controller/ChooseSectionController.php share/drupal/core/modules/layout_builder/src/Controller/LayoutBuilderController.php @@ -5476,24 +5600,34 @@ share/drupal/core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGen share/drupal/core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php share/drupal/core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php share/drupal/core/modules/layout_builder/src/EventSubscriber/BlockComponentRenderArray.php +share/drupal/core/modules/layout_builder/src/EventSubscriber/SetInlineBlockDependency.php share/drupal/core/modules/layout_builder/src/Field/LayoutSectionItemList.php share/drupal/core/modules/layout_builder/src/Form/AddBlockForm.php -share/drupal/core/modules/layout_builder/src/Form/AjaxFormHelperTrait.php share/drupal/core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php share/drupal/core/modules/layout_builder/src/Form/ConfigureSectionForm.php +share/drupal/core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php share/drupal/core/modules/layout_builder/src/Form/LayoutBuilderEntityViewDisplayForm.php share/drupal/core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php share/drupal/core/modules/layout_builder/src/Form/RemoveBlockForm.php share/drupal/core/modules/layout_builder/src/Form/RemoveSectionForm.php share/drupal/core/modules/layout_builder/src/Form/RevertOverridesForm.php share/drupal/core/modules/layout_builder/src/Form/UpdateBlockForm.php +share/drupal/core/modules/layout_builder/src/InlineBlockEntityOperations.php +share/drupal/core/modules/layout_builder/src/InlineBlockUsage.php +share/drupal/core/modules/layout_builder/src/LayoutBuilderEnabledInterface.php share/drupal/core/modules/layout_builder/src/LayoutBuilderEvents.php +share/drupal/core/modules/layout_builder/src/LayoutBuilderServiceProvider.php +share/drupal/core/modules/layout_builder/src/LayoutEntityHelperTrait.php share/drupal/core/modules/layout_builder/src/LayoutTempstoreRepository.php share/drupal/core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php share/drupal/core/modules/layout_builder/src/OverridesSectionStorageInterface.php +share/drupal/core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php share/drupal/core/modules/layout_builder/src/Plugin/Block/FieldBlock.php +share/drupal/core/modules/layout_builder/src/Plugin/Block/InlineBlock.php share/drupal/core/modules/layout_builder/src/Plugin/DataType/SectionData.php +share/drupal/core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php share/drupal/core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php +share/drupal/core/modules/layout_builder/src/Plugin/Derivative/InlineBlockDeriver.php share/drupal/core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php share/drupal/core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php share/drupal/core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php @@ -5511,11 +5645,31 @@ share/drupal/core/modules/layout_builder/src/SectionStorage/SectionStorageManage share/drupal/core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php share/drupal/core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php share/drupal/core/modules/layout_builder/src/SectionStorageInterface.php +share/drupal/core/modules/layout_builder/tests/fixtures/update/layout-builder-enable.php +share/drupal/core/modules/layout_builder/tests/fixtures/update/layout-builder-extra.php +share/drupal/core/modules/layout_builder/tests/fixtures/update/layout-builder.php share/drupal/core/modules/layout_builder/tests/fixtures/update/section-dependencies.php +share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.info.yml +share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/layout_builder_test.module +share/drupal/core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAjaxBlock.php +share/drupal/core/modules/layout_builder/tests/modules/layout_builder_views_test/config/install/views.view.test_block_view.yml +share/drupal/core/modules/layout_builder/tests/modules/layout_builder_views_test/layout_builder_views_test.info.yml +share/drupal/core/modules/layout_builder/tests/modules/no_transitions_css/css/css_fix.theme.css +share/drupal/core/modules/layout_builder/tests/modules/no_transitions_css/no_transitions_css.info.yml +share/drupal/core/modules/layout_builder/tests/modules/no_transitions_css/no_transitions_css.libraries.yml +share/drupal/core/modules/layout_builder/tests/modules/no_transitions_css/no_transitions_css.module share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php +share/drupal/core/modules/layout_builder/tests/src/Functional/Update/ExtraFieldUpdatePathTest.php +share/drupal/core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderEnableUpdatePathTest.php share/drupal/core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php +share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/AjaxBlockTest.php share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php +share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php +share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php +share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php +share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/ItemLayoutFieldBlockTest.php +share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderOptInTest.php share/drupal/core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php share/drupal/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php share/drupal/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php @@ -5586,13 +5740,17 @@ share/drupal/core/modules/link/tests/modules/link_test_views/link_test_views.inf share/drupal/core/modules/link/tests/modules/link_test_views/test_views/views.view.test_link_tokens.yml share/drupal/core/modules/link/tests/src/Functional/LinkFieldTest.php share/drupal/core/modules/link/tests/src/Functional/LinkFieldUITest.php +share/drupal/core/modules/link/tests/src/Kernel/LinkItemSerializationTest.php share/drupal/core/modules/link/tests/src/Kernel/LinkItemTest.php +share/drupal/core/modules/link/tests/src/Kernel/Plugin/migrate/cckfield/d7/LinkCckDeprecationTest.php share/drupal/core/modules/link/tests/src/Kernel/Plugin/migrate/cckfield/d7/LinkCckTest.php +share/drupal/core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldLegacyTest.php share/drupal/core/modules/link/tests/src/Kernel/Plugin/migrate/field/d7/LinkFieldTest.php share/drupal/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkAccessConstraintValidatorTest.php share/drupal/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkExternalProtocolsConstraintValidatorTest.php share/drupal/core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php share/drupal/core/modules/link/tests/src/Unit/Plugin/migrate/cckfield/LinkCckTest.php +share/drupal/core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldLegacyTest.php share/drupal/core/modules/link/tests/src/Unit/Plugin/migrate/field/d6/LinkFieldTest.php share/drupal/core/modules/link/tests/src/Unit/Plugin/migrate/process/FieldLinkTest.php share/drupal/core/modules/link/tests/src/Unit/Plugin/migrate/process/d6/FieldLinkTest.php @@ -5720,6 +5878,10 @@ share/drupal/core/modules/locale/tests/test.nl.po share/drupal/core/modules/locale/tests/test.xx.po share/drupal/core/modules/media/config/install/core.entity_view_mode.media.full.yml share/drupal/core/modules/media/config/install/media.settings.yml +share/drupal/core/modules/media/config/optional/system.action.media_delete_action.yml +share/drupal/core/modules/media/config/optional/system.action.media_publish_action.yml +share/drupal/core/modules/media/config/optional/system.action.media_save_action.yml +share/drupal/core/modules/media/config/optional/system.action.media_unpublish_action.yml share/drupal/core/modules/media/config/optional/views.view.media.yml share/drupal/core/modules/media/config/schema/media.schema.yml share/drupal/core/modules/media/images/icons/audio.png @@ -5745,10 +5907,14 @@ share/drupal/core/modules/media/media.routing.yml share/drupal/core/modules/media/media.services.yml share/drupal/core/modules/media/src/Access/MediaRevisionAccessCheck.php share/drupal/core/modules/media/src/Annotation/MediaSource.php +share/drupal/core/modules/media/src/Controller/OEmbedIframeController.php share/drupal/core/modules/media/src/Entity/Media.php share/drupal/core/modules/media/src/Entity/MediaType.php share/drupal/core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php +share/drupal/core/modules/media/src/Form/MediaSettingsForm.php share/drupal/core/modules/media/src/Form/MediaTypeDeleteConfirmForm.php +share/drupal/core/modules/media/src/IFrameMarkup.php +share/drupal/core/modules/media/src/IFrameUrlHelper.php share/drupal/core/modules/media/src/MediaAccessControlHandler.php share/drupal/core/modules/media/src/MediaForm.php share/drupal/core/modules/media/src/MediaInterface.php @@ -5759,24 +5925,60 @@ share/drupal/core/modules/media/src/MediaSourceEntityConstraintsInterface.php share/drupal/core/modules/media/src/MediaSourceFieldConstraintsInterface.php share/drupal/core/modules/media/src/MediaSourceInterface.php share/drupal/core/modules/media/src/MediaSourceManager.php +share/drupal/core/modules/media/src/MediaStorage.php share/drupal/core/modules/media/src/MediaTypeAccessControlHandler.php share/drupal/core/modules/media/src/MediaTypeForm.php share/drupal/core/modules/media/src/MediaTypeInterface.php share/drupal/core/modules/media/src/MediaTypeListBuilder.php share/drupal/core/modules/media/src/MediaViewsData.php +share/drupal/core/modules/media/src/OEmbed/Endpoint.php +share/drupal/core/modules/media/src/OEmbed/Provider.php +share/drupal/core/modules/media/src/OEmbed/ProviderException.php +share/drupal/core/modules/media/src/OEmbed/ProviderRepository.php +share/drupal/core/modules/media/src/OEmbed/ProviderRepositoryInterface.php +share/drupal/core/modules/media/src/OEmbed/Resource.php +share/drupal/core/modules/media/src/OEmbed/ResourceException.php +share/drupal/core/modules/media/src/OEmbed/ResourceFetcher.php +share/drupal/core/modules/media/src/OEmbed/ResourceFetcherInterface.php +share/drupal/core/modules/media/src/OEmbed/UrlResolver.php +share/drupal/core/modules/media/src/OEmbed/UrlResolverInterface.php share/drupal/core/modules/media/src/Plugin/Field/FieldFormatter/MediaThumbnailFormatter.php +share/drupal/core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php +share/drupal/core/modules/media/src/Plugin/Field/FieldWidget/OEmbedWidget.php share/drupal/core/modules/media/src/Plugin/QueueWorker/ThumbnailDownloader.php +share/drupal/core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraint.php +share/drupal/core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraintValidator.php share/drupal/core/modules/media/src/Plugin/media/Source/AudioFile.php share/drupal/core/modules/media/src/Plugin/media/Source/File.php share/drupal/core/modules/media/src/Plugin/media/Source/Image.php +share/drupal/core/modules/media/src/Plugin/media/Source/OEmbed.php +share/drupal/core/modules/media/src/Plugin/media/Source/OEmbedDeriver.php +share/drupal/core/modules/media/src/Plugin/media/Source/OEmbedInterface.php share/drupal/core/modules/media/src/Plugin/media/Source/VideoFile.php share/drupal/core/modules/media/src/Plugin/views/wizard/Media.php share/drupal/core/modules/media/src/Plugin/views/wizard/MediaRevision.php +share/drupal/core/modules/media/templates/media-oembed-iframe.html.twig share/drupal/core/modules/media/templates/media-reference-help.html.twig share/drupal/core/modules/media/templates/media.html.twig share/drupal/core/modules/media/tests/fixtures/example_1.jpeg share/drupal/core/modules/media/tests/fixtures/example_2.jpeg -share/drupal/core/modules/media/tests/fixtures/update/drupal-8.media-enabled.php +share/drupal/core/modules/media/tests/fixtures/oembed/photo_flickr.html +share/drupal/core/modules/media/tests/fixtures/oembed/photo_flickr.json +share/drupal/core/modules/media/tests/fixtures/oembed/providers.json +share/drupal/core/modules/media/tests/fixtures/oembed/rich_twitter.json +share/drupal/core/modules/media/tests/fixtures/oembed/video_collegehumor.html +share/drupal/core/modules/media/tests/fixtures/oembed/video_collegehumor.xml +share/drupal/core/modules/media/tests/fixtures/oembed/video_vimeo.html +share/drupal/core/modules/media/tests/fixtures/oembed/video_vimeo.json +share/drupal/core/modules/media/tests/fixtures/update/drupal-8.4.0-media_installed.php +share/drupal/core/modules/media/tests/fixtures/update/drupal-8.media-add-additional-permissions.php +share/drupal/core/modules/media/tests/modules/media_test_oembed/media_test_oembed.info.yml +share/drupal/core/modules/media/tests/modules/media_test_oembed/media_test_oembed.module +share/drupal/core/modules/media/tests/modules/media_test_oembed/media_test_oembed.routing.yml +share/drupal/core/modules/media/tests/modules/media_test_oembed/src/Controller/ResourceController.php +share/drupal/core/modules/media/tests/modules/media_test_oembed/src/MediaTestOembedServiceProvider.php +share/drupal/core/modules/media/tests/modules/media_test_oembed/src/ProviderRepository.php +share/drupal/core/modules/media/tests/modules/media_test_oembed/src/UrlResolver.php share/drupal/core/modules/media/tests/modules/media_test_source/config/schema/media_test_source.schema.yml share/drupal/core/modules/media/tests/modules/media_test_source/media_test_source.info.yml share/drupal/core/modules/media/tests/modules/media_test_source/src/Plugin/Validation/Constraint/MediaTestConstraint.php @@ -5788,7 +5990,9 @@ share/drupal/core/modules/media/tests/modules/media_test_source/src/Plugin/media share/drupal/core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestWithHiddenSourceField.php share/drupal/core/modules/media/tests/modules/media_test_type/config/install/media.type.test.yml share/drupal/core/modules/media/tests/modules/media_test_type/media_test_type.info.yml +share/drupal/core/modules/media/tests/modules/media_test_views/config/install/views.view.test_media_bulk_form.yml share/drupal/core/modules/media/tests/modules/media_test_views/media_test_views.info.yml +share/drupal/core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php share/drupal/core/modules/media/tests/src/Functional/Hal/MediaHalJsonAnonTest.php share/drupal/core/modules/media/tests/src/Functional/Hal/MediaHalJsonBasicAuthTest.php share/drupal/core/modules/media/tests/src/Functional/Hal/MediaHalJsonCookieTest.php @@ -5796,6 +6000,7 @@ share/drupal/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonAnonTes share/drupal/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonBasicAuthTest.php share/drupal/core/modules/media/tests/src/Functional/Hal/MediaTypeHalJsonCookieTest.php share/drupal/core/modules/media/tests/src/Functional/MediaAccessTest.php +share/drupal/core/modules/media/tests/src/Functional/MediaBulkFormTest.php share/drupal/core/modules/media/tests/src/Functional/MediaCacheTagsTest.php share/drupal/core/modules/media/tests/src/Functional/MediaContextualLinksTest.php share/drupal/core/modules/media/tests/src/Functional/MediaFunctionalTestBase.php @@ -5804,9 +6009,12 @@ share/drupal/core/modules/media/tests/src/Functional/MediaFunctionalTestTrait.ph share/drupal/core/modules/media/tests/src/Functional/MediaInstallTest.php share/drupal/core/modules/media/tests/src/Functional/MediaOverviewPageTest.php share/drupal/core/modules/media/tests/src/Functional/MediaRevisionTest.php +share/drupal/core/modules/media/tests/src/Functional/MediaSettingsTest.php share/drupal/core/modules/media/tests/src/Functional/MediaSourceFileTest.php share/drupal/core/modules/media/tests/src/Functional/MediaTemplateSuggestionsTest.php share/drupal/core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php +share/drupal/core/modules/media/tests/src/Functional/ProviderRepositoryTest.php +share/drupal/core/modules/media/tests/src/Functional/ResourceFetcherTest.php share/drupal/core/modules/media/tests/src/Functional/Rest/MediaJsonAnonTest.php share/drupal/core/modules/media/tests/src/Functional/Rest/MediaJsonBasicAuthTest.php share/drupal/core/modules/media/tests/src/Functional/Rest/MediaJsonCookieTest.php @@ -5822,12 +6030,14 @@ share/drupal/core/modules/media/tests/src/Functional/Rest/MediaXmlAnonTest.php share/drupal/core/modules/media/tests/src/Functional/Rest/MediaXmlBasicAuthTest.php share/drupal/core/modules/media/tests/src/Functional/Rest/MediaXmlCookieTest.php share/drupal/core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php +share/drupal/core/modules/media/tests/src/Functional/UrlResolverTest.php share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaDisplayTest.php share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaJavascriptTestBase.php share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaReferenceFieldHelpTest.php share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaSourceAudioVideoTest.php share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaSourceFileTest.php share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaSourceImageTest.php +share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaSourceOEmbedVideoTest.php share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaSourceTestBase.php share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaTypeCreationTest.php share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaUiJavascriptTest.php @@ -5839,6 +6049,75 @@ share/drupal/core/modules/media/tests/src/Kernel/MediaSourceFileTest.php share/drupal/core/modules/media/tests/src/Kernel/MediaSourceTest.php share/drupal/core/modules/media/tests/src/Kernel/MediaTest.php share/drupal/core/modules/media/tests/src/Kernel/MediaTranslationTest.php +share/drupal/core/modules/media/tests/src/Kernel/OEmbedIframeControllerTest.php +share/drupal/core/modules/media/tests/src/Traits/MediaTypeCreationTrait.php +share/drupal/core/modules/media/tests/src/Traits/OEmbedTestTrait.php +share/drupal/core/modules/media/tests/src/Unit/IFrameUrlHelperTest.php +share/drupal/core/modules/media_library/config/install/core.entity_form_mode.media.media_library.yml +share/drupal/core/modules/media_library/config/install/core.entity_view_mode.media.media_library.yml +share/drupal/core/modules/media_library/config/install/views.view.media_library.yml +share/drupal/core/modules/media_library/config/optional/core.entity_form_display.media.audio.media_library.yml +share/drupal/core/modules/media_library/config/optional/core.entity_form_display.media.file.media_library.yml +share/drupal/core/modules/media_library/config/optional/core.entity_form_display.media.image.media_library.yml +share/drupal/core/modules/media_library/config/optional/core.entity_form_display.media.video.media_library.yml +share/drupal/core/modules/media_library/config/optional/core.entity_view_display.media.audio.media_library.yml +share/drupal/core/modules/media_library/config/optional/core.entity_view_display.media.file.media_library.yml +share/drupal/core/modules/media_library/config/optional/core.entity_view_display.media.image.media_library.yml +share/drupal/core/modules/media_library/config/optional/core.entity_view_display.media.remote_video.media_library.yml +share/drupal/core/modules/media_library/config/optional/core.entity_view_display.media.video.media_library.yml +share/drupal/core/modules/media_library/css/media_library.module.css +share/drupal/core/modules/media_library/css/media_library.theme.css +share/drupal/core/modules/media_library/js/media_library.click_to_select.es6.js +share/drupal/core/modules/media_library/js/media_library.click_to_select.js +share/drupal/core/modules/media_library/js/media_library.view.es6.js +share/drupal/core/modules/media_library/js/media_library.view.js +share/drupal/core/modules/media_library/js/media_library.widget.es6.js +share/drupal/core/modules/media_library/js/media_library.widget.js +share/drupal/core/modules/media_library/media_library.info.yml +share/drupal/core/modules/media_library/media_library.install +share/drupal/core/modules/media_library/media_library.libraries.yml +share/drupal/core/modules/media_library/media_library.links.action.yml +share/drupal/core/modules/media_library/media_library.links.task.yml +share/drupal/core/modules/media_library/media_library.module +share/drupal/core/modules/media_library/media_library.routing.yml +share/drupal/core/modules/media_library/media_library.views.inc +share/drupal/core/modules/media_library/src/Form/MediaLibraryUploadForm.php +share/drupal/core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php +share/drupal/core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php +share/drupal/core/modules/media_library/templates/media--media-library.html.twig +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_four.default.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_four.media_library.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_one.default.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_three.default.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_three.media_library.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.media.type_two.default.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_form_display.node.basic_page.default.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_one.default.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_three.default.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.media.type_two.default.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/core.entity_view_display.node.basic_page.default.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_four.field_media_extra_image.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_four.field_media_test_image.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_one.field_media_test.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_three.field_media_test_image.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.media.type_two.field_media_test_1.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.node.basic_page.field_noadd_media.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.node.basic_page.field_twin_media.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.field.node.basic_page.field_unlimited_media.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.media.field_media_extra_image.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.media.field_media_test.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.media.field_media_test_1.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.media.field_media_test_image.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_noadd_media.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_twin_media.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/field.storage.node.field_unlimited_media.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/media.type.type_four.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/media.type.type_one.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/media.type.type_three.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/media.type.type_two.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/config/install/node.type.basic_page.yml +share/drupal/core/modules/media_library/tests/modules/media_library_test/media_library_test.info.yml +share/drupal/core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTest.php share/drupal/core/modules/menu_link_content/menu_link_content.info.yml share/drupal/core/modules/menu_link_content/menu_link_content.install share/drupal/core/modules/menu_link_content/menu_link_content.links.menu.yml @@ -5846,9 +6125,7 @@ share/drupal/core/modules/menu_link_content/menu_link_content.links.task.yml share/drupal/core/modules/menu_link_content/menu_link_content.module share/drupal/core/modules/menu_link_content/menu_link_content.routing.yml share/drupal/core/modules/menu_link_content/migrations/d6_menu_links.yml -share/drupal/core/modules/menu_link_content/migrations/d6_menu_links_translation.yml share/drupal/core/modules/menu_link_content/migrations/d7_menu_links.yml -share/drupal/core/modules/menu_link_content/migrations/node_translation_menu_links.yml share/drupal/core/modules/menu_link_content/src/Controller/MenuController.php share/drupal/core/modules/menu_link_content/src/Entity/MenuLinkContent.php share/drupal/core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php @@ -5882,6 +6159,7 @@ share/drupal/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkCo share/drupal/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlAnonTest.php share/drupal/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlBasicAuthTest.php share/drupal/core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentXmlCookieTest.php +share/drupal/core/modules/menu_link_content/tests/src/Functional/Update/MenuLinkContentUpdateTest.php share/drupal/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentCacheabilityBubblingTest.php share/drupal/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeleteTest.php share/drupal/core/modules/menu_link_content/tests/src/Kernel/MenuLinkContentDeriverTest.php @@ -6013,6 +6291,7 @@ share/drupal/core/modules/migrate/src/Plugin/migrate/process/EntityExists.php share/drupal/core/modules/migrate/src/Plugin/migrate/process/Explode.php share/drupal/core/modules/migrate/src/Plugin/migrate/process/Extract.php share/drupal/core/modules/migrate/src/Plugin/migrate/process/FileCopy.php +share/drupal/core/modules/migrate/src/Plugin/migrate/process/FileProcessBase.php share/drupal/core/modules/migrate/src/Plugin/migrate/process/Flatten.php share/drupal/core/modules/migrate/src/Plugin/migrate/process/FormatDate.php share/drupal/core/modules/migrate/src/Plugin/migrate/process/Get.php @@ -6109,6 +6388,7 @@ share/drupal/core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php share/drupal/core/modules/migrate/tests/src/Unit/MigrationTest.php share/drupal/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php share/drupal/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php +share/drupal/core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityTestBase.php share/drupal/core/modules/migrate/tests/src/Unit/RowTest.php share/drupal/core/modules/migrate/tests/src/Unit/SqlBaseTest.php share/drupal/core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php @@ -6123,12 +6403,14 @@ share/drupal/core/modules/migrate/tests/src/Unit/process/ConcatTest.php share/drupal/core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php share/drupal/core/modules/migrate/tests/src/Unit/process/ExplodeTest.php share/drupal/core/modules/migrate/tests/src/Unit/process/ExtractTest.php +share/drupal/core/modules/migrate/tests/src/Unit/process/FileCopyTest.php share/drupal/core/modules/migrate/tests/src/Unit/process/FlattenTest.php share/drupal/core/modules/migrate/tests/src/Unit/process/FormatDateTest.php share/drupal/core/modules/migrate/tests/src/Unit/process/GetTest.php share/drupal/core/modules/migrate/tests/src/Unit/process/IteratorTest.php share/drupal/core/modules/migrate/tests/src/Unit/process/MachineNameTest.php share/drupal/core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php +share/drupal/core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php share/drupal/core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php share/drupal/core/modules/migrate/tests/src/Unit/process/MigrationLookupTest.php share/drupal/core/modules/migrate/tests/src/Unit/process/MigrationTest.php @@ -6144,8 +6426,6 @@ share/drupal/core/modules/migrate_drupal/migrate_drupal.info.yml share/drupal/core/modules/migrate_drupal/migrate_drupal.install share/drupal/core/modules/migrate_drupal/migrate_drupal.module share/drupal/core/modules/migrate_drupal/migrate_drupal.services.yml -share/drupal/core/modules/migrate_drupal/migrations/d6_entity_reference_translation.yml -share/drupal/core/modules/migrate_drupal/migrations/d7_entity_reference_translation.yml share/drupal/core/modules/migrate_drupal/src/Annotation/MigrateCckField.php share/drupal/core/modules/migrate_drupal/src/Annotation/MigrateField.php share/drupal/core/modules/migrate_drupal/src/MigrateDrupalServiceProvider.php @@ -6216,6 +6496,8 @@ share/drupal/core/modules/migrate_drupal/tests/src/Unit/source/VariableTest.php share/drupal/core/modules/migrate_drupal/tests/src/Unit/source/d6/Drupal6SqlBaseTest.php share/drupal/core/modules/migrate_drupal/tests/src/Unit/source/d6/VariableTranslationTest.php share/drupal/core/modules/migrate_drupal/tests/src/Unit/source/d6/i18nVariableTest.php +share/drupal/core/modules/migrate_drupal_multilingual/migrate_drupal_multilingual.info.yml +share/drupal/core/modules/migrate_drupal_multilingual/migrate_drupal_multilingual.module share/drupal/core/modules/migrate_drupal_ui/css/components/upgrade-analysis-report-tables.css share/drupal/core/modules/migrate_drupal_ui/migrate_drupal_ui.info.yml share/drupal/core/modules/migrate_drupal_ui/migrate_drupal_ui.install @@ -6240,8 +6522,11 @@ share/drupal/core/modules/migrate_drupal_ui/tests/modules/migration_provider_tes share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateAccessTest.php share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php +share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeI18nReviewPageTestBase.php share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeReviewPageTestBase.php share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php +share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6I18nReviewPageTest.php +share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6NoMultilingualTest.php share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6ReviewPageTest.php share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6Test.php share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/core/modules/simpletest/files/html-1.txt @@ -6251,6 +6536,7 @@ share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/core/m share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/core/modules/simpletest/files/image-test.jpg share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/core/modules/simpletest/files/image-test.png share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/tmp/some-temp-file.jpg +share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7NoMultilingualTest.php share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7ReviewPageTest.php share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d7/files/sites/default/files/cube.jpeg @@ -6291,14 +6577,13 @@ share/drupal/core/modules/node/migrations/d6_node_setting_promote.yml share/drupal/core/modules/node/migrations/d6_node_setting_status.yml share/drupal/core/modules/node/migrations/d6_node_setting_sticky.yml share/drupal/core/modules/node/migrations/d6_node_settings.yml -share/drupal/core/modules/node/migrations/d6_node_translation.yml share/drupal/core/modules/node/migrations/d6_node_type.yml share/drupal/core/modules/node/migrations/d6_view_modes.yml share/drupal/core/modules/node/migrations/d7_node.yml +share/drupal/core/modules/node/migrations/d7_node_entity_translation.yml share/drupal/core/modules/node/migrations/d7_node_revision.yml share/drupal/core/modules/node/migrations/d7_node_settings.yml share/drupal/core/modules/node/migrations/d7_node_title_label.yml -share/drupal/core/modules/node/migrations/d7_node_translation.yml share/drupal/core/modules/node/migrations/d7_node_type.yml share/drupal/core/modules/node/node.admin.inc share/drupal/core/modules/node/node.api.php @@ -6390,6 +6675,7 @@ share/drupal/core/modules/node/src/Plugin/migrate/source/d6/NodeType.php share/drupal/core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php share/drupal/core/modules/node/src/Plugin/migrate/source/d6/ViewModeBase.php share/drupal/core/modules/node/src/Plugin/migrate/source/d7/Node.php +share/drupal/core/modules/node/src/Plugin/migrate/source/d7/NodeEntityTranslation.php share/drupal/core/modules/node/src/Plugin/migrate/source/d7/NodeRevision.php share/drupal/core/modules/node/src/Plugin/migrate/source/d7/NodeType.php share/drupal/core/modules/node/src/Plugin/views/area/ListingEmpty.php @@ -6414,11 +6700,7 @@ share/drupal/core/modules/node/src/Plugin/views/wizard/NodeRevision.php share/drupal/core/modules/node/src/ProxyClass/ParamConverter/NodePreviewConverter.php share/drupal/core/modules/node/src/Routing/RouteSubscriber.php share/drupal/core/modules/node/src/Tests/AssertButtonsTrait.php -share/drupal/core/modules/node/src/Tests/NodeRevisionsTest.php share/drupal/core/modules/node/src/Tests/NodeTestBase.php -share/drupal/core/modules/node/src/Tests/NodeTypeTest.php -share/drupal/core/modules/node/src/Tests/PagePreviewTest.php -share/drupal/core/modules/node/src/Tests/Views/NodeContextualLinksTest.php share/drupal/core/modules/node/src/Tests/Views/NodeTestBase.php share/drupal/core/modules/node/templates/field--node--created.html.twig share/drupal/core/modules/node/templates/field--node--title.html.twig @@ -6503,6 +6785,7 @@ share/drupal/core/modules/node/tests/src/Functional/NodeQueryAlterTest.php share/drupal/core/modules/node/tests/src/Functional/NodeRSSContentTest.php share/drupal/core/modules/node/tests/src/Functional/NodeRevisionPermissionsTest.php share/drupal/core/modules/node/tests/src/Functional/NodeRevisionsAllTest.php +share/drupal/core/modules/node/tests/src/Functional/NodeRevisionsTest.php share/drupal/core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php share/drupal/core/modules/node/tests/src/Functional/NodeRevisionsUiTest.php share/drupal/core/modules/node/tests/src/Functional/NodeSaveTest.php @@ -6513,9 +6796,11 @@ share/drupal/core/modules/node/tests/src/Functional/NodeTitleTest.php share/drupal/core/modules/node/tests/src/Functional/NodeTitleXSSTest.php share/drupal/core/modules/node/tests/src/Functional/NodeTranslationUITest.php share/drupal/core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php +share/drupal/core/modules/node/tests/src/Functional/NodeTypeTest.php share/drupal/core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php share/drupal/core/modules/node/tests/src/Functional/NodeViewLanguageTest.php share/drupal/core/modules/node/tests/src/Functional/NodeViewTest.php +share/drupal/core/modules/node/tests/src/Functional/PagePreviewTest.php share/drupal/core/modules/node/tests/src/Functional/PageViewTest.php share/drupal/core/modules/node/tests/src/Functional/Rest/NodeJsonAnonTest.php share/drupal/core/modules/node/tests/src/Functional/Rest/NodeJsonBasicAuthTest.php @@ -6537,6 +6822,7 @@ share/drupal/core/modules/node/tests/src/Functional/Views/BulkFormTest.php share/drupal/core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php share/drupal/core/modules/node/tests/src/Functional/Views/FilterUidRevisionTest.php share/drupal/core/modules/node/tests/src/Functional/Views/FrontPageTest.php +share/drupal/core/modules/node/tests/src/Functional/Views/NodeContextualLinksTest.php share/drupal/core/modules/node/tests/src/Functional/Views/NodeFieldFilterTest.php share/drupal/core/modules/node/tests/src/Functional/Views/NodeFieldTokensTest.php share/drupal/core/modules/node/tests/src/Functional/Views/NodeIntegrationTest.php @@ -6547,6 +6833,8 @@ share/drupal/core/modules/node/tests/src/Functional/Views/PathPluginTest.php share/drupal/core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php share/drupal/core/modules/node/tests/src/Functional/Views/RowPluginTest.php share/drupal/core/modules/node/tests/src/Functional/Views/StatusExtraTest.php +share/drupal/core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php +share/drupal/core/modules/node/tests/src/FunctionalJavascript/NodePreviewLinkTest.php share/drupal/core/modules/node/tests/src/FunctionalJavascript/TestSettingSummariesContentType.php share/drupal/core/modules/node/tests/src/Kernel/Action/UnpublishByKeywordActionTest.php share/drupal/core/modules/node/tests/src/Kernel/Config/NodeImportChangeTest.php @@ -6586,6 +6874,7 @@ share/drupal/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTes share/drupal/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTranslationTest.php share/drupal/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTypeTest.php share/drupal/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/ViewModeTest.php +share/drupal/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeEntityTranslationTest.php share/drupal/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTest.php share/drupal/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTranslationTest.php share/drupal/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTypeTest.php @@ -6693,6 +6982,7 @@ share/drupal/core/modules/path/tests/src/Functional/PathAliasTest.php share/drupal/core/modules/path/tests/src/Functional/PathContentModerationTest.php share/drupal/core/modules/path/tests/src/Functional/PathLanguageTest.php share/drupal/core/modules/path/tests/src/Functional/PathLanguageUiTest.php +share/drupal/core/modules/path/tests/src/Functional/PathMediaFormTest.php share/drupal/core/modules/path/tests/src/Functional/PathNodeFormTest.php share/drupal/core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php share/drupal/core/modules/path/tests/src/Functional/PathTestBase.php @@ -6775,17 +7065,22 @@ share/drupal/core/modules/quickedit/tests/modules/quickedit_test.module share/drupal/core/modules/quickedit/tests/modules/src/MockEditEntityFieldAccessCheck.php share/drupal/core/modules/quickedit/tests/modules/src/MockQuickEditEntityFieldAccessCheck.php share/drupal/core/modules/quickedit/tests/modules/src/Plugin/InPlaceEditor/WysiwygEditor.php +share/drupal/core/modules/quickedit/tests/src/FunctionalJavascript/FieldTest.php +share/drupal/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php +share/drupal/core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditJavascriptTestBase.php share/drupal/core/modules/quickedit/tests/src/Kernel/EditorSelectionTest.php share/drupal/core/modules/quickedit/tests/src/Kernel/MetadataGeneratorTest.php share/drupal/core/modules/quickedit/tests/src/Kernel/QuickEditTestBase.php share/drupal/core/modules/quickedit/tests/src/Unit/Access/QuickEditEntityFieldAccessCheckTest.php share/drupal/core/modules/rdf/config/schema/rdf.data_types.schema.yml share/drupal/core/modules/rdf/config/schema/rdf.schema.yml +share/drupal/core/modules/rdf/migrations/d7_rdf_mapping.yml share/drupal/core/modules/rdf/rdf.api.php share/drupal/core/modules/rdf/rdf.info.yml share/drupal/core/modules/rdf/rdf.module share/drupal/core/modules/rdf/src/CommonDataConverter.php share/drupal/core/modules/rdf/src/Entity/RdfMapping.php +share/drupal/core/modules/rdf/src/Plugin/migrate/source/d7/RdfMapping.php share/drupal/core/modules/rdf/src/RdfMappingInterface.php share/drupal/core/modules/rdf/src/SchemaOrgDataConverter.php share/drupal/core/modules/rdf/templates/rdf-metadata.html.twig @@ -6826,6 +7121,8 @@ share/drupal/core/modules/rdf/tests/src/Kernel/Field/NumberFieldRdfaTest.php share/drupal/core/modules/rdf/tests/src/Kernel/Field/StringFieldRdfaTest.php share/drupal/core/modules/rdf/tests/src/Kernel/Field/TelephoneFieldRdfaTest.php share/drupal/core/modules/rdf/tests/src/Kernel/Field/TextFieldRdfaTest.php +share/drupal/core/modules/rdf/tests/src/Kernel/Migrate/d7/MigrateRdfMappingTest.php +share/drupal/core/modules/rdf/tests/src/Kernel/Plugin/migrate/source/d7/RdfMappingTest.php share/drupal/core/modules/rdf/tests/src/Kernel/RdfaAttributesTest.php share/drupal/core/modules/rdf/tests/src/Unit/RdfMappingConfigEntityUnitTest.php share/drupal/core/modules/responsive_image/config/schema/responsive_image.schema.yml @@ -6919,7 +7216,6 @@ share/drupal/core/modules/rest/src/RestServiceProvider.php share/drupal/core/modules/rest/src/RouteProcessor/RestResourceGetRouteProcessorBC.php share/drupal/core/modules/rest/src/Routing/ResourceRoutes.php share/drupal/core/modules/rest/src/Tests/RESTTestBase.php -share/drupal/core/modules/rest/src/Tests/Update/RestExportAuthCorrectionUpdateTest.php share/drupal/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_post_update_resource_granularity.php share/drupal/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8201.php share/drupal/core/modules/rest/tests/fixtures/update/drupal-8.rest-rest_update_8203.php @@ -6970,7 +7266,6 @@ share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityFormMod share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceRestTestCoverageTest.php share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestResourceTestBase.php -share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestTextItemNormalizerTest.php share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleResourceTestBase.php share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelResourceTestBase.php share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayResourceTestBase.php @@ -7003,6 +7298,7 @@ share/drupal/core/modules/rest/tests/src/Functional/EntityResource/User/UserReso share/drupal/core/modules/rest/tests/src/Functional/EntityResource/View/ViewResourceTestBase.php share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyResourceTestBase.php share/drupal/core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php +share/drupal/core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php share/drupal/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonAnonTest.php share/drupal/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonBasicAuthTest.php share/drupal/core/modules/rest/tests/src/Functional/Hal/RestResourceConfigHalJsonCookieTest.php @@ -7018,6 +7314,7 @@ share/drupal/core/modules/rest/tests/src/Functional/Rest/RestResourceConfigXmlCo share/drupal/core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php share/drupal/core/modules/rest/tests/src/Functional/Update/ResourceGranularityUpdateTest.php share/drupal/core/modules/rest/tests/src/Functional/Update/RestConfigurationEntitiesUpdateTest.php +share/drupal/core/modules/rest/tests/src/Functional/Update/RestExportAuthCorrectionUpdateTest.php share/drupal/core/modules/rest/tests/src/Functional/Update/RestExportAuthUpdateTest.php share/drupal/core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php share/drupal/core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php @@ -7083,20 +7380,6 @@ share/drupal/core/modules/search/src/SearchPageRepository.php share/drupal/core/modules/search/src/SearchPageRepositoryInterface.php share/drupal/core/modules/search/src/SearchPluginManager.php share/drupal/core/modules/search/src/SearchQuery.php -share/drupal/core/modules/search/src/Tests/SearchAdvancedSearchFormTest.php -share/drupal/core/modules/search/src/Tests/SearchBlockTest.php -share/drupal/core/modules/search/src/Tests/SearchCommentTest.php -share/drupal/core/modules/search/src/Tests/SearchConfigSettingsFormTest.php -share/drupal/core/modules/search/src/Tests/SearchEmbedFormTest.php -share/drupal/core/modules/search/src/Tests/SearchLanguageTest.php -share/drupal/core/modules/search/src/Tests/SearchNodeUpdateAndDeletionTest.php -share/drupal/core/modules/search/src/Tests/SearchNumberMatchingTest.php -share/drupal/core/modules/search/src/Tests/SearchNumbersTest.php -share/drupal/core/modules/search/src/Tests/SearchPageCacheTagsTest.php -share/drupal/core/modules/search/src/Tests/SearchPageTextTest.php -share/drupal/core/modules/search/src/Tests/SearchPreprocessLangcodeTest.php -share/drupal/core/modules/search/src/Tests/SearchQueryAlterTest.php -share/drupal/core/modules/search/src/Tests/SearchRankingTest.php share/drupal/core/modules/search/src/Tests/SearchTestBase.php share/drupal/core/modules/search/src/ViewsSearchQuery.php share/drupal/core/modules/search/templates/search-result.html.twig @@ -7125,14 +7408,28 @@ share/drupal/core/modules/search/tests/src/Functional/Rest/SearchPageResourceTes share/drupal/core/modules/search/tests/src/Functional/Rest/SearchPageXmlAnonTest.php share/drupal/core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php share/drupal/core/modules/search/tests/src/Functional/Rest/SearchPageXmlCookieTest.php +share/drupal/core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php +share/drupal/core/modules/search/tests/src/Functional/SearchBlockTest.php share/drupal/core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php +share/drupal/core/modules/search/tests/src/Functional/SearchCommentTest.php +share/drupal/core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php share/drupal/core/modules/search/tests/src/Functional/SearchDateIntervalTest.php +share/drupal/core/modules/search/tests/src/Functional/SearchEmbedFormTest.php share/drupal/core/modules/search/tests/src/Functional/SearchExactTest.php share/drupal/core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php +share/drupal/core/modules/search/tests/src/Functional/SearchLanguageTest.php share/drupal/core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php share/drupal/core/modules/search/tests/src/Functional/SearchNodeDiacriticsTest.php share/drupal/core/modules/search/tests/src/Functional/SearchNodePunctuationTest.php +share/drupal/core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php +share/drupal/core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php +share/drupal/core/modules/search/tests/src/Functional/SearchNumbersTest.php +share/drupal/core/modules/search/tests/src/Functional/SearchPageCacheTagsTest.php share/drupal/core/modules/search/tests/src/Functional/SearchPageOverrideTest.php +share/drupal/core/modules/search/tests/src/Functional/SearchPageTextTest.php +share/drupal/core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php +share/drupal/core/modules/search/tests/src/Functional/SearchQueryAlterTest.php +share/drupal/core/modules/search/tests/src/Functional/SearchRankingTest.php share/drupal/core/modules/search/tests/src/Functional/SearchSetLocaleTest.php share/drupal/core/modules/search/tests/src/Functional/SearchSimplifyTest.php share/drupal/core/modules/search/tests/src/Functional/SearchTestBase.php @@ -7168,6 +7465,7 @@ share/drupal/core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.ph share/drupal/core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php share/drupal/core/modules/serialization/src/Normalizer/EntityNormalizer.php share/drupal/core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php +share/drupal/core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizerTrait.php share/drupal/core/modules/serialization/src/Normalizer/FieldItemNormalizer.php share/drupal/core/modules/serialization/src/Normalizer/FieldNormalizer.php share/drupal/core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php @@ -7195,6 +7493,7 @@ share/drupal/core/modules/serialization/tests/serialization_test/src/Serializati share/drupal/core/modules/serialization/tests/src/Kernel/EntityResolverTest.php share/drupal/core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php share/drupal/core/modules/serialization/tests/src/Kernel/FieldItemSerializationTest.php +share/drupal/core/modules/serialization/tests/src/Kernel/MapDataNormalizerTest.php share/drupal/core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php share/drupal/core/modules/serialization/tests/src/Kernel/SerializationTest.php share/drupal/core/modules/serialization/tests/src/Unit/CompilerPass/RegisterSerializationClassesCompilerPassTest.php @@ -7339,6 +7638,7 @@ share/drupal/core/modules/simpletest/files/html-1.txt share/drupal/core/modules/simpletest/files/html-2.html share/drupal/core/modules/simpletest/files/image-1.png share/drupal/core/modules/simpletest/files/image-2.jpg +share/drupal/core/modules/simpletest/files/image-3.jpg share/drupal/core/modules/simpletest/files/image-test-no-transparency.gif share/drupal/core/modules/simpletest/files/image-test-transparent-indexed.gif share/drupal/core/modules/simpletest/files/image-test-transparent-out-of-range.gif @@ -7373,6 +7673,7 @@ share/drupal/core/modules/simpletest/src/AssertContentTrait.php share/drupal/core/modules/simpletest/src/AssertHelperTrait.php share/drupal/core/modules/simpletest/src/BlockCreationTrait.php share/drupal/core/modules/simpletest/src/BrowserTestBase.php +share/drupal/core/modules/simpletest/src/Cache/Context/TestDiscoveryCacheContext.php share/drupal/core/modules/simpletest/src/ContentTypeCreationTrait.php share/drupal/core/modules/simpletest/src/Exception/MissingGroupException.php share/drupal/core/modules/simpletest/src/Form/SimpletestResultsForm.php @@ -7393,6 +7694,7 @@ share/drupal/core/modules/simpletest/src/Tests/InstallationProfileModuleTestsTes share/drupal/core/modules/simpletest/src/Tests/KernelTestBaseTest.php share/drupal/core/modules/simpletest/src/Tests/MissingCheckedRequirementsTest.php share/drupal/core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php +share/drupal/core/modules/simpletest/src/Tests/SimpleTestErrorCollectorTest.php share/drupal/core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php share/drupal/core/modules/simpletest/src/Tests/SimpleTestTest.php share/drupal/core/modules/simpletest/src/Tests/SkipRequiredModulesTest.php @@ -7410,6 +7712,8 @@ share/drupal/core/modules/simpletest/tests/fixtures/simpletest_phpunit_browserte share/drupal/core/modules/simpletest/tests/fixtures/simpletest_phpunit_run_command_test.php share/drupal/core/modules/simpletest/tests/modules/phpunit_test/phpunit_test.info.yml share/drupal/core/modules/simpletest/tests/modules/phpunit_test/src/PhpUnitTestDummyClass.php +share/drupal/core/modules/simpletest/tests/modules/simpletest_deprecation_test/simpletest_deprecation_test.info.yml +share/drupal/core/modules/simpletest/tests/modules/simpletest_deprecation_test/simpletest_deprecation_test.module share/drupal/core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.info.yml share/drupal/core/modules/simpletest/tests/modules/simpletest_test/simpletest_test.install share/drupal/core/modules/simpletest/tests/src/Functional/FolderTest.php @@ -7417,10 +7721,11 @@ share/drupal/core/modules/simpletest/tests/src/Functional/MailCaptureTest.php share/drupal/core/modules/simpletest/tests/src/Functional/OtherInstallationProfileTestsTest.php share/drupal/core/modules/simpletest/tests/src/Functional/ThroughUITest.php share/drupal/core/modules/simpletest/tests/src/Functional/UserHelpersTest.php -share/drupal/core/modules/simpletest/tests/src/FunctionalJavascript/BrowserWithJavascriptTest.php -share/drupal/core/modules/simpletest/tests/src/FunctionalJavascript/JavascriptGetDrupalSettingsTest.php +share/drupal/core/modules/simpletest/tests/src/Kernel/Cache/Context/TestDiscoveryCacheContextTest.php share/drupal/core/modules/simpletest/tests/src/Kernel/Migrate/d6/MigrateSimpletestConfigsTest.php share/drupal/core/modules/simpletest/tests/src/Kernel/Migrate/d7/MigrateSimpletestSettingsTest.php +share/drupal/core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php +share/drupal/core/modules/simpletest/tests/src/Kernel/TestDiscoveryDeprecationTest.php share/drupal/core/modules/simpletest/tests/src/Traits/TestTrait.php share/drupal/core/modules/simpletest/tests/src/Unit/AssertContentTraitTest.php share/drupal/core/modules/simpletest/tests/src/Unit/PhpUnitAutoloaderTest.php @@ -7434,7 +7739,6 @@ share/drupal/core/modules/statistics/config/install/statistics.settings.yml share/drupal/core/modules/statistics/config/schema/statistics.schema.yml share/drupal/core/modules/statistics/config/schema/statistics.views.schema.yml share/drupal/core/modules/statistics/migrations/statistics_node_counter.yml -share/drupal/core/modules/statistics/migrations/statistics_node_translation_counter.yml share/drupal/core/modules/statistics/migrations/statistics_settings.yml share/drupal/core/modules/statistics/src/NodeStatisticsDatabaseStorage.php share/drupal/core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php @@ -7663,8 +7967,6 @@ share/drupal/core/modules/system/src/Plugin/views/field/BulkForm.php share/drupal/core/modules/system/src/SystemConfigSubscriber.php share/drupal/core/modules/system/src/SystemManager.php share/drupal/core/modules/system/src/SystemRequirements.php -share/drupal/core/modules/system/src/Tests/Ajax/AjaxFormCacheTest.php -share/drupal/core/modules/system/src/Tests/Ajax/AjaxInGroupTest.php share/drupal/core/modules/system/src/Tests/Ajax/AjaxTestBase.php share/drupal/core/modules/system/src/Tests/Ajax/CommandsTest.php share/drupal/core/modules/system/src/Tests/Ajax/DialogTest.php @@ -7672,23 +7974,15 @@ share/drupal/core/modules/system/src/Tests/Ajax/ElementValidationTest.php share/drupal/core/modules/system/src/Tests/Ajax/FormValuesTest.php share/drupal/core/modules/system/src/Tests/Ajax/FrameworkTest.php share/drupal/core/modules/system/src/Tests/Ajax/MultiFormTest.php -share/drupal/core/modules/system/src/Tests/Bootstrap/ErrorContainer.php -share/drupal/core/modules/system/src/Tests/Bootstrap/ExceptionContainer.php share/drupal/core/modules/system/src/Tests/Cache/AssertPageCacheContextsAndTagsTrait.php share/drupal/core/modules/system/src/Tests/Cache/CacheTestBase.php share/drupal/core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php share/drupal/core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php -share/drupal/core/modules/system/src/Tests/Common/AddFeedTest.php -share/drupal/core/modules/system/src/Tests/Common/FormatDateTest.php -share/drupal/core/modules/system/src/Tests/Common/RenderWebTest.php -share/drupal/core/modules/system/src/Tests/Common/SimpleTestErrorCollectorTest.php share/drupal/core/modules/system/src/Tests/Condition/ConditionFormTest.php share/drupal/core/modules/system/src/Tests/Database/DatabaseWebTestBase.php share/drupal/core/modules/system/src/Tests/Database/FakeRecord.php share/drupal/core/modules/system/src/Tests/Entity/EntityCacheTagsTestBase.php share/drupal/core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php -share/drupal/core/modules/system/src/Tests/Entity/EntityFormTest.php -share/drupal/core/modules/system/src/Tests/Entity/EntityTranslationFormTest.php share/drupal/core/modules/system/src/Tests/Entity/EntityUnitTestBase.php share/drupal/core/modules/system/src/Tests/Entity/EntityWithUriCacheTagsTestBase.php share/drupal/core/modules/system/src/Tests/Form/ElementsTableSelectTest.php @@ -7714,33 +8008,8 @@ share/drupal/core/modules/system/src/Tests/Session/SessionAuthenticationTest.php share/drupal/core/modules/system/src/Tests/Session/SessionHttpsTest.php share/drupal/core/modules/system/src/Tests/Session/SessionTest.php share/drupal/core/modules/system/src/Tests/Session/StackSessionHandlerIntegrationTest.php -share/drupal/core/modules/system/src/Tests/System/AccessDeniedTest.php -share/drupal/core/modules/system/src/Tests/System/AdminTest.php -share/drupal/core/modules/system/src/Tests/System/CronRunTest.php -share/drupal/core/modules/system/src/Tests/System/DefaultMobileMetaTagsTest.php share/drupal/core/modules/system/src/Tests/System/ErrorHandlerTest.php -share/drupal/core/modules/system/src/Tests/System/FloodTest.php -share/drupal/core/modules/system/src/Tests/System/FrontPageTest.php -share/drupal/core/modules/system/src/Tests/System/HtaccessTest.php -share/drupal/core/modules/system/src/Tests/System/PageNotFoundTest.php -share/drupal/core/modules/system/src/Tests/System/PageTitleTest.php -share/drupal/core/modules/system/src/Tests/System/ShutdownFunctionsTest.php -share/drupal/core/modules/system/src/Tests/System/SiteMaintenanceTest.php share/drupal/core/modules/system/src/Tests/System/SystemConfigFormTestBase.php -share/drupal/core/modules/system/src/Tests/System/ThemeTest.php -share/drupal/core/modules/system/src/Tests/System/TokenReplaceWebTest.php -share/drupal/core/modules/system/src/Tests/System/UncaughtExceptionTest.php -share/drupal/core/modules/system/src/Tests/Theme/EngineTwigTest.php -share/drupal/core/modules/system/src/Tests/Theme/EntityFilteringThemeTest.php -share/drupal/core/modules/system/src/Tests/Theme/FunctionsTest.php -share/drupal/core/modules/system/src/Tests/Theme/HtmlAttributesTest.php -share/drupal/core/modules/system/src/Tests/Theme/ThemeSuggestionsAlterTest.php -share/drupal/core/modules/system/src/Tests/Theme/ThemeTest.php -share/drupal/core/modules/system/src/Tests/Theme/TwigDebugMarkupTest.php -share/drupal/core/modules/system/src/Tests/Theme/TwigFilterTest.php -share/drupal/core/modules/system/src/Tests/Theme/TwigNamespaceTest.php -share/drupal/core/modules/system/src/Tests/Theme/TwigRawTest.php -share/drupal/core/modules/system/src/Tests/Theme/TwigTransTest.php share/drupal/core/modules/system/src/Tests/Update/DbUpdatesTrait.php share/drupal/core/modules/system/src/Tests/Update/UpdatePathTestBase.php share/drupal/core/modules/system/src/Theme/BatchNegotiator.php @@ -7897,6 +8166,8 @@ share/drupal/core/modules/system/tests/fixtures/update/drupal-8.views-entity-vie share/drupal/core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2846614.php share/drupal/core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2846614.yml share/drupal/core/modules/system/tests/fixtures/update/drupal-8.views-revision-metadata-fields-2248983.php +share/drupal/core/modules/system/tests/fixtures/update/drupal-8.views-taxonomy-parent-2543726.php +share/drupal/core/modules/system/tests/fixtures/update/drupal-8.views-taxonomy-parent-2543726.yml share/drupal/core/modules/system/tests/fixtures/update/drupal-8.without_automated_cron.php share/drupal/core/modules/system/tests/fixtures/update/drupal8.views-image-style-dependency-2649914.php share/drupal/core/modules/system/tests/fixtures/update/drupal8.views-image-style-dependency-2649914.yml @@ -7929,6 +8200,8 @@ share/drupal/core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/ share/drupal/core/modules/system/tests/modules/ajax_test/ajax_test.info.yml share/drupal/core/modules/system/tests/modules/ajax_test/ajax_test.libraries.yml share/drupal/core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml +share/drupal/core/modules/system/tests/modules/ajax_test/js/insert-ajax.es6.js +share/drupal/core/modules/system/tests/modules/ajax_test/js/insert-ajax.js share/drupal/core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php share/drupal/core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestDialogForm.php share/drupal/core/modules/system/tests/modules/ajax_test/src/Form/AjaxTestForm.php @@ -8054,6 +8327,7 @@ share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTest share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestFieldOverride.php share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestLabel.php share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestLabelCallback.php +share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMapField.php share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMul.php share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulChanged.php share/drupal/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulDefaultValue.php @@ -8112,6 +8386,7 @@ share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/ share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestLabelHalJsonAnonTest.php share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestLabelHalJsonBasicAuthTest.php share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestLabelHalJsonCookieTest.php +share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Hal/EntityTestMapFieldHalJsonAnonTest.php share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonAnonTest.php share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonBasicAuthTest.php share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonCookieTest.php @@ -8130,6 +8405,8 @@ share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/ share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelXmlAnonTest.php share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelXmlBasicAuthTest.php share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelXmlCookieTest.php +share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldJsonAnonTest.php +share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestTextItemNormalizerTest.php share/drupal/core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestXmlAnonTest.php @@ -8217,6 +8494,7 @@ share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestLabelF share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php +share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestNumberForm.php share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestOptionalContainerForm.php share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php @@ -8256,6 +8534,11 @@ share/drupal/core/modules/system/tests/modules/form_test/src/FormTestServiceObje share/drupal/core/modules/system/tests/modules/form_test/src/Plugin/Block/RedirectFormBlock.php share/drupal/core/modules/system/tests/modules/form_test/src/StackMiddleware/FormTestMiddleware.php share/drupal/core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php +share/drupal/core/modules/system/tests/modules/hold_test/hold_test.info.yml +share/drupal/core/modules/system/tests/modules/hold_test/hold_test.install +share/drupal/core/modules/system/tests/modules/hold_test/hold_test.module +share/drupal/core/modules/system/tests/modules/hold_test/hold_test.services.yml +share/drupal/core/modules/system/tests/modules/hold_test/src/EventSubscriber/HoldTestSubscriber.php share/drupal/core/modules/system/tests/modules/httpkernel_test/httpkernel_test.info.yml share/drupal/core/modules/system/tests/modules/httpkernel_test/httpkernel_test.routing.yml share/drupal/core/modules/system/tests/modules/httpkernel_test/httpkernel_test.services.yml @@ -8458,6 +8741,7 @@ share/drupal/core/modules/system/tests/modules/system_incompatible_php_version_t share/drupal/core/modules/system/tests/modules/system_mail_failure_test/src/Plugin/Mail/TestPhpMailFailure.php share/drupal/core/modules/system/tests/modules/system_mail_failure_test/system_mail_failure_test.info.yml share/drupal/core/modules/system/tests/modules/system_module_test/system_module_test.info.yml +share/drupal/core/modules/system/tests/modules/system_module_test/system_module_test.install share/drupal/core/modules/system/tests/modules/system_module_test/system_module_test.module share/drupal/core/modules/system/tests/modules/system_project_namespace_test/system_project_namespace_test.info.yml share/drupal/core/modules/system/tests/modules/system_test/src/Controller/PageCacheAcceptHeaderController.php @@ -8578,7 +8862,7 @@ share/drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.ser share/drupal/core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php share/drupal/core/modules/system/tests/src/Functional/Batch/PageTest.php share/drupal/core/modules/system/tests/src/Functional/Batch/ProcessingTest.php -share/drupal/core/modules/system/tests/src/Functional/Bootstrap/DrupalSetMessageTest.php +share/drupal/core/modules/system/tests/src/Functional/Bootstrap/DrupalMessengerServiceTest.php share/drupal/core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php share/drupal/core/modules/system/tests/src/Functional/Cache/CacheTestBase.php share/drupal/core/modules/system/tests/src/Functional/Cache/ClearTest.php @@ -8586,7 +8870,9 @@ share/drupal/core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBas share/drupal/core/modules/system/tests/src/Functional/Cache/SessionExistsCacheContextTest.php share/drupal/core/modules/system/tests/src/Functional/Common/AlterTest.php share/drupal/core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php +share/drupal/core/modules/system/tests/src/Functional/Common/FormatDateTest.php share/drupal/core/modules/system/tests/src/Functional/Common/NoJavaScriptAnonymousTest.php +share/drupal/core/modules/system/tests/src/Functional/Common/RenderWebTest.php share/drupal/core/modules/system/tests/src/Functional/Common/UrlTest.php share/drupal/core/modules/system/tests/src/Functional/CsrfRequestHeaderTest.php share/drupal/core/modules/system/tests/src/Functional/Database/DatabaseTestBase.php @@ -8600,11 +8886,15 @@ share/drupal/core/modules/system/tests/src/Functional/DrupalKernel/ContentNegoti share/drupal/core/modules/system/tests/src/Functional/Entity/ConfigEntityImportTest.php share/drupal/core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php share/drupal/core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php +share/drupal/core/modules/system/tests/src/Functional/Entity/EntityFormTest.php share/drupal/core/modules/system/tests/src/Functional/Entity/EntityListBuilderTest.php share/drupal/core/modules/system/tests/src/Functional/Entity/EntityOperationsTest.php share/drupal/core/modules/system/tests/src/Functional/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php share/drupal/core/modules/system/tests/src/Functional/Entity/EntityRevisionsTest.php +share/drupal/core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php share/drupal/core/modules/system/tests/src/Functional/Entity/EntityViewControllerTest.php +share/drupal/core/modules/system/tests/src/Functional/Entity/EntityWithUriCacheTagsTestBase.php +share/drupal/core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php share/drupal/core/modules/system/tests/src/Functional/Entity/Update/LangcodeToAsciiUpdateFilledTest.php share/drupal/core/modules/system/tests/src/Functional/Entity/Update/LangcodeToAsciiUpdateTest.php share/drupal/core/modules/system/tests/src/Functional/Entity/Update/MoveRevisionMetadataFieldsUpdateTest.php @@ -8667,7 +8957,6 @@ share/drupal/core/modules/system/tests/src/Functional/Module/InstallTest.php share/drupal/core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php share/drupal/core/modules/system/tests/src/Functional/Module/ModuleTestBase.php share/drupal/core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php -share/drupal/core/modules/system/tests/src/Functional/Module/RequiredTest.php share/drupal/core/modules/system/tests/src/Functional/Module/UninstallTest.php share/drupal/core/modules/system/tests/src/Functional/Module/VersionTest.php share/drupal/core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php @@ -8693,28 +8982,47 @@ share/drupal/core/modules/system/tests/src/Functional/Rest/MenuXmlCookieTest.php share/drupal/core/modules/system/tests/src/Functional/Routing/MockMatcher.php share/drupal/core/modules/system/tests/src/Functional/Routing/RouterPermissionTest.php share/drupal/core/modules/system/tests/src/Functional/ServiceProvider/ServiceProviderWebTest.php +share/drupal/core/modules/system/tests/src/Functional/System/AccessDeniedTest.php share/drupal/core/modules/system/tests/src/Functional/System/AdminMetaTagTest.php +share/drupal/core/modules/system/tests/src/Functional/System/AdminTest.php +share/drupal/core/modules/system/tests/src/Functional/System/CronRunTest.php share/drupal/core/modules/system/tests/src/Functional/System/DateFormatsLockedTest.php share/drupal/core/modules/system/tests/src/Functional/System/DateFormatsMachineNameTest.php share/drupal/core/modules/system/tests/src/Functional/System/DateTimeTest.php +share/drupal/core/modules/system/tests/src/Functional/System/DefaultMobileMetaTagsTest.php +share/drupal/core/modules/system/tests/src/Functional/System/FrontPageTest.php +share/drupal/core/modules/system/tests/src/Functional/System/HtaccessTest.php share/drupal/core/modules/system/tests/src/Functional/System/IndexPhpTest.php share/drupal/core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php +share/drupal/core/modules/system/tests/src/Functional/System/PageNotFoundTest.php +share/drupal/core/modules/system/tests/src/Functional/System/PageTitleTest.php share/drupal/core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php share/drupal/core/modules/system/tests/src/Functional/System/RetrieveFileTest.php +share/drupal/core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php +share/drupal/core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php share/drupal/core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php share/drupal/core/modules/system/tests/src/Functional/System/StatusTest.php share/drupal/core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php +share/drupal/core/modules/system/tests/src/Functional/System/ThemeTest.php +share/drupal/core/modules/system/tests/src/Functional/System/TokenReplaceWebTest.php share/drupal/core/modules/system/tests/src/Functional/System/TokenScanTest.php share/drupal/core/modules/system/tests/src/Functional/System/TrustedHostsTest.php share/drupal/core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php +share/drupal/core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php +share/drupal/core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php share/drupal/core/modules/system/tests/src/Functional/Theme/FastTest.php +share/drupal/core/modules/system/tests/src/Functional/Theme/HtmlAttributesTest.php share/drupal/core/modules/system/tests/src/Functional/Theme/ThemeEarlyInitializationTest.php share/drupal/core/modules/system/tests/src/Functional/Theme/ThemeInfoTest.php +share/drupal/core/modules/system/tests/src/Functional/Theme/ThemeSuggestionsAlterTest.php +share/drupal/core/modules/system/tests/src/Functional/Theme/ThemeTest.php share/drupal/core/modules/system/tests/src/Functional/Theme/ThemeTokenTest.php +share/drupal/core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php share/drupal/core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php share/drupal/core/modules/system/tests/src/Functional/Theme/TwigLoaderTest.php share/drupal/core/modules/system/tests/src/Functional/Theme/TwigRegistryLoaderTest.php share/drupal/core/modules/system/tests/src/Functional/Theme/TwigSettingsTest.php +share/drupal/core/modules/system/tests/src/Functional/Theme/TwigTransTest.php share/drupal/core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php share/drupal/core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php share/drupal/core/modules/system/tests/src/Functional/Update/ConfigOverridesUpdateTest.php @@ -8725,7 +9033,7 @@ share/drupal/core/modules/system/tests/src/Functional/Update/DependencyOrderingT share/drupal/core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionDefaultTest.php share/drupal/core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php share/drupal/core/modules/system/tests/src/Functional/Update/EntityUpdateInitialTest.php -share/drupal/core/modules/system/tests/src/Functional/Update/EntityUpdateToRevisionableAndPublishableTest.php +share/drupal/core/modules/system/tests/src/Functional/Update/EntityUpdateToPublishableTest.php share/drupal/core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php share/drupal/core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php share/drupal/core/modules/system/tests/src/Functional/Update/InstallProfileSystemInstall8300Test.php @@ -8760,6 +9068,8 @@ share/drupal/core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBas share/drupal/core/modules/system/tests/src/FunctionalJavascript/ThemeFormSettingsTest.php share/drupal/core/modules/system/tests/src/Kernel/Action/ActionTest.php share/drupal/core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php +share/drupal/core/modules/system/tests/src/Kernel/Common/AddFeedTest.php +share/drupal/core/modules/system/tests/src/Kernel/Common/FormElementsRenderTest.php share/drupal/core/modules/system/tests/src/Kernel/Common/PageRenderTest.php share/drupal/core/modules/system/tests/src/Kernel/Common/SystemListingTest.php share/drupal/core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php @@ -8791,7 +9101,14 @@ share/drupal/core/modules/system/tests/src/Kernel/Scripts/DbDumpCommandTest.php share/drupal/core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php share/drupal/core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php share/drupal/core/modules/system/tests/src/Kernel/System/CronQueueTest.php +share/drupal/core/modules/system/tests/src/Kernel/System/FloodTest.php share/drupal/core/modules/system/tests/src/Kernel/System/InfoAlterTest.php +share/drupal/core/modules/system/tests/src/Kernel/System/SystemGetInfoTest.php +share/drupal/core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php +share/drupal/core/modules/system/tests/src/Kernel/Theme/ThemeTest.php +share/drupal/core/modules/system/tests/src/Kernel/Theme/TwigFilterTest.php +share/drupal/core/modules/system/tests/src/Kernel/Theme/TwigNamespaceTest.php +share/drupal/core/modules/system/tests/src/Kernel/Theme/TwigRawTest.php share/drupal/core/modules/system/tests/src/Kernel/Timezone/TimezoneTest.php share/drupal/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTest.php share/drupal/core/modules/system/tests/src/Kernel/Token/TokenReplaceKernelTestBase.php @@ -8844,6 +9161,7 @@ share/drupal/core/modules/system/tests/themes/test_theme/templates/theme-test-sp share/drupal/core/modules/system/tests/themes/test_theme/templates/theme-test-suggestion-provided--foo.html.twig share/drupal/core/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--module-override.html.twig share/drupal/core/modules/system/tests/themes/test_theme/templates/theme-test-suggestions--theme-override.html.twig +share/drupal/core/modules/system/tests/themes/test_theme/templates/views-view--test-preprocess--display-2.html.twig share/drupal/core/modules/system/tests/themes/test_theme/test_theme.info.yml share/drupal/core/modules/system/tests/themes/test_theme/test_theme.libraries.yml share/drupal/core/modules/system/tests/themes/test_theme/test_theme.theme @@ -8882,7 +9200,6 @@ share/drupal/core/modules/taxonomy/config/schema/taxonomy.views.schema.yml share/drupal/core/modules/taxonomy/css/taxonomy.theme.css share/drupal/core/modules/taxonomy/migrations/d6_taxonomy_term.yml share/drupal/core/modules/taxonomy/migrations/d6_taxonomy_vocabulary.yml -share/drupal/core/modules/taxonomy/migrations/d6_taxonomy_vocabulary_translation.yml share/drupal/core/modules/taxonomy/migrations/d6_term_node.yml share/drupal/core/modules/taxonomy/migrations/d6_term_node_revision.yml share/drupal/core/modules/taxonomy/migrations/d6_vocabulary_entity_display.yml @@ -8957,6 +9274,7 @@ share/drupal/core/modules/taxonomy/src/VocabularyStorage.php share/drupal/core/modules/taxonomy/src/VocabularyStorageInterface.php share/drupal/core/modules/taxonomy/taxonomy.es6.js share/drupal/core/modules/taxonomy/taxonomy.info.yml +share/drupal/core/modules/taxonomy/taxonomy.install share/drupal/core/modules/taxonomy/taxonomy.js share/drupal/core/modules/taxonomy/taxonomy.libraries.yml share/drupal/core/modules/taxonomy/taxonomy.links.action.yml @@ -8965,11 +9283,15 @@ share/drupal/core/modules/taxonomy/taxonomy.links.menu.yml share/drupal/core/modules/taxonomy/taxonomy.links.task.yml share/drupal/core/modules/taxonomy/taxonomy.module share/drupal/core/modules/taxonomy/taxonomy.permissions.yml +share/drupal/core/modules/taxonomy/taxonomy.post_update.php share/drupal/core/modules/taxonomy/taxonomy.routing.yml share/drupal/core/modules/taxonomy/taxonomy.services.yml share/drupal/core/modules/taxonomy/taxonomy.tokens.inc share/drupal/core/modules/taxonomy/taxonomy.views.inc share/drupal/core/modules/taxonomy/templates/taxonomy-term.html.twig +share/drupal/core/modules/taxonomy/tests/fixtures/update/drupal-8.views-taxonomy-term-publishing-status-2981887.php +share/drupal/core/modules/taxonomy/tests/fixtures/update/views.view.test_taxonomy_term_view_with_content_translation_status.yml +share/drupal/core/modules/taxonomy/tests/fixtures/update/views.view.test_taxonomy_term_view_without_content_translation_status.yml share/drupal/core/modules/taxonomy/tests/modules/taxonomy_crud/config/schema/taxonomy_crud.schema.yml share/drupal/core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.info.yml share/drupal/core/modules/taxonomy/tests/modules/taxonomy_crud/taxonomy_crud.module @@ -8992,6 +9314,7 @@ share/drupal/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/ share/drupal/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_name.yml share/drupal/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_term_relationship.yml share/drupal/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_tid_field.yml +share/drupal/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_vid_field.yml share/drupal/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularyResponse.php share/drupal/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularySerializationTestController.php share/drupal/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.info.yml @@ -9025,6 +9348,7 @@ share/drupal/core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.ph share/drupal/core/modules/taxonomy/tests/src/Functional/TaxonomyTestBase.php share/drupal/core/modules/taxonomy/tests/src/Functional/TaxonomyTestTrait.php share/drupal/core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php +share/drupal/core/modules/taxonomy/tests/src/Functional/TermAccessTest.php share/drupal/core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php share/drupal/core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php share/drupal/core/modules/taxonomy/tests/src/Functional/TermEntityReferenceTest.php @@ -9034,6 +9358,8 @@ share/drupal/core/modules/taxonomy/tests/src/Functional/TermTranslationFieldView share/drupal/core/modules/taxonomy/tests/src/Functional/TermTranslationUITest.php share/drupal/core/modules/taxonomy/tests/src/Functional/ThemeTest.php share/drupal/core/modules/taxonomy/tests/src/Functional/TokenReplaceTest.php +share/drupal/core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php +share/drupal/core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermUpdatePathTest.php share/drupal/core/modules/taxonomy/tests/src/Functional/Views/ArgumentValidatorTermTest.php share/drupal/core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php share/drupal/core/modules/taxonomy/tests/src/Functional/Views/RelationshipRepresentativeNodeTest.php @@ -9084,10 +9410,13 @@ share/drupal/core/modules/taxonomy/tests/src/Kernel/Plugin/migrate/source/d7/Voc share/drupal/core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php share/drupal/core/modules/taxonomy/tests/src/Kernel/TermValidationTest.php share/drupal/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyDefaultArgumentTest.php +share/drupal/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php share/drupal/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php share/drupal/core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyViewsFieldAccessTest.php share/drupal/core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php +share/drupal/core/modules/taxonomy/tests/src/Unit/Plugin/migrate/cckfield/TaxonomyTermReferenceCckLegacyTest.php share/drupal/core/modules/taxonomy/tests/src/Unit/Plugin/migrate/cckfield/TaxonomyTermReferenceCckTest.php +share/drupal/core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldLegacyTest.php share/drupal/core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php share/drupal/core/modules/telephone/config/schema/telephone.schema.yml share/drupal/core/modules/telephone/src/Plugin/Field/FieldFormatter/TelephoneLinkFormatter.php @@ -9114,8 +9443,8 @@ share/drupal/core/modules/text/src/Plugin/Field/FieldWidget/TextfieldWidget.php share/drupal/core/modules/text/src/Plugin/migrate/cckfield/TextField.php share/drupal/core/modules/text/src/Plugin/migrate/field/d6/TextField.php share/drupal/core/modules/text/src/Plugin/migrate/field/d7/TextField.php -share/drupal/core/modules/text/src/Tests/TextFieldTest.php share/drupal/core/modules/text/src/TextProcessed.php +share/drupal/core/modules/text/tests/src/Functional/TextFieldTest.php share/drupal/core/modules/text/tests/src/FunctionalJavascript/TextareaWithSummaryTest.php share/drupal/core/modules/text/tests/src/Kernel/Migrate/MigrateTextConfigsTest.php share/drupal/core/modules/text/tests/src/Kernel/TextFormatterTest.php @@ -9125,6 +9454,7 @@ share/drupal/core/modules/text/tests/src/Unit/Migrate/TextCckTest.php share/drupal/core/modules/text/tests/src/Unit/Migrate/d6/TextFieldTest.php share/drupal/core/modules/text/tests/src/Unit/Migrate/d7/TextFieldTest.php share/drupal/core/modules/text/tests/src/Unit/Plugin/migrate/cckfield/TextCckTest.php +share/drupal/core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldLegacyTest.php share/drupal/core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php share/drupal/core/modules/text/tests/src/Unit/Plugin/migrate/field/d7/TextFieldTest.php share/drupal/core/modules/text/text.es6.js @@ -9188,7 +9518,6 @@ share/drupal/core/modules/tour/src/Annotation/Tip.php share/drupal/core/modules/tour/src/Entity/Tour.php share/drupal/core/modules/tour/src/Plugin/HelpSection/TourHelpSection.php share/drupal/core/modules/tour/src/Plugin/tour/tip/TipPluginText.php -share/drupal/core/modules/tour/src/Tests/TourTest.php share/drupal/core/modules/tour/src/Tests/TourTestBase.php share/drupal/core/modules/tour/src/TipPluginBase.php share/drupal/core/modules/tour/src/TipPluginInterface.php @@ -9291,12 +9620,15 @@ share/drupal/core/modules/update/templates/update-project-status.html.twig share/drupal/core/modules/update/templates/update-report.html.twig share/drupal/core/modules/update/templates/update-version.html.twig share/drupal/core/modules/update/tests/aaa_update_test.tar.gz -share/drupal/core/modules/update/tests/aaa_update_test/aaa_update_test.info.yml share/drupal/core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml share/drupal/core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml share/drupal/core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml share/drupal/core/modules/update/tests/modules/update_test/aaa_update_test.1_0.xml share/drupal/core/modules/update/tests/modules/update_test/aaa_update_test.no-releases.xml +share/drupal/core/modules/update/tests/modules/update_test/aaa_update_test.sec.8.x-1.1_8.x-1.2.xml +share/drupal/core/modules/update/tests/modules/update_test/aaa_update_test.sec.8.x-1.2.xml +share/drupal/core/modules/update/tests/modules/update_test/aaa_update_test.sec.8.x-1.2_8.x-2.2.xml +share/drupal/core/modules/update/tests/modules/update_test/aaa_update_test.sec.8.x-2.2_1.x_secure.xml share/drupal/core/modules/update/tests/modules/update_test/bbb_update_test.1_0.xml share/drupal/core/modules/update/tests/modules/update_test/ccc_update_test.1_0.xml share/drupal/core/modules/update/tests/modules/update_test/config/install/update_test.settings.yml @@ -9307,16 +9639,20 @@ share/drupal/core/modules/update/tests/modules/update_test/drupal.0.0.xml share/drupal/core/modules/update/tests/modules/update_test/drupal.0.1-alpha1.xml share/drupal/core/modules/update/tests/modules/update_test/drupal.0.1-beta1.xml share/drupal/core/modules/update/tests/modules/update_test/drupal.0.1.xml -share/drupal/core/modules/update/tests/modules/update_test/drupal.0.2-sec.xml share/drupal/core/modules/update/tests/modules/update_test/drupal.1.0-alpha1.xml share/drupal/core/modules/update/tests/modules/update_test/drupal.1.0-beta1.xml share/drupal/core/modules/update/tests/modules/update_test/drupal.1.0.xml share/drupal/core/modules/update/tests/modules/update_test/drupal.1.1-alpha1.xml share/drupal/core/modules/update/tests/modules/update_test/drupal.1.1-beta1.xml share/drupal/core/modules/update/tests/modules/update_test/drupal.1.1.xml -share/drupal/core/modules/update/tests/modules/update_test/drupal.1.2-sec.xml share/drupal/core/modules/update/tests/modules/update_test/drupal.9.xml share/drupal/core/modules/update/tests/modules/update_test/drupal.dev.xml +share/drupal/core/modules/update/tests/modules/update_test/drupal.sec.0.1_0.2.xml +share/drupal/core/modules/update/tests/modules/update_test/drupal.sec.0.2-rc2-b.xml +share/drupal/core/modules/update/tests/modules/update_test/drupal.sec.0.2-rc2.xml +share/drupal/core/modules/update/tests/modules/update_test/drupal.sec.0.2.xml +share/drupal/core/modules/update/tests/modules/update_test/drupal.sec.1.2.xml +share/drupal/core/modules/update/tests/modules/update_test/drupal.sec.1.2_insecure.xml share/drupal/core/modules/update/tests/modules/update_test/src/Controller/UpdateTestController.php share/drupal/core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php share/drupal/core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php @@ -9462,6 +9798,7 @@ share/drupal/core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php share/drupal/core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php share/drupal/core/modules/user/src/Plugin/migrate/source/d7/Role.php share/drupal/core/modules/user/src/Plugin/migrate/source/d7/User.php +share/drupal/core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php share/drupal/core/modules/user/src/Plugin/rest/resource/UserRegistrationResource.php share/drupal/core/modules/user/src/Plugin/views/access/Permission.php share/drupal/core/modules/user/src/Plugin/views/access/Role.php @@ -9495,12 +9832,13 @@ share/drupal/core/modules/user/src/RoleStorageInterface.php share/drupal/core/modules/user/src/SharedTempStore.php share/drupal/core/modules/user/src/SharedTempStoreFactory.php share/drupal/core/modules/user/src/StatusItem.php +share/drupal/core/modules/user/src/Tests/Functional/UserPasswordResetTest.php +share/drupal/core/modules/user/src/Tests/FunctionalJavascript/UserPasswordResetTest.php share/drupal/core/modules/user/src/Tests/RestRegisterUserTest.php share/drupal/core/modules/user/src/Tests/UserAdminLanguageTest.php share/drupal/core/modules/user/src/Tests/UserAdminSettingsFormTest.php share/drupal/core/modules/user/src/Tests/UserBlocksTest.php share/drupal/core/modules/user/src/Tests/UserCreateTest.php -share/drupal/core/modules/user/src/Tests/UserPasswordResetTest.php share/drupal/core/modules/user/src/Tests/UserRegistrationTest.php share/drupal/core/modules/user/src/Tests/UserResetEmailTestTrait.php share/drupal/core/modules/user/src/Theme/AdminNegotiator.php @@ -9524,6 +9862,7 @@ share/drupal/core/modules/user/templates/username.html.twig share/drupal/core/modules/user/tests/fixtures/update/drupal-8.user-email-token-2587275.php share/drupal/core/modules/user/tests/modules/user_access_test/user_access_test.info.yml share/drupal/core/modules/user/tests/modules/user_access_test/user_access_test.module +share/drupal/core/modules/user/tests/modules/user_access_test/user_access_test.permissions.yml share/drupal/core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.info.yml share/drupal/core/modules/user/tests/modules/user_custom_phpass_params_test/user_custom_phpass_params_test.services.yml share/drupal/core/modules/user/tests/modules/user_form_test/user_form_test.info.yml @@ -9543,6 +9882,7 @@ share/drupal/core/modules/user/tests/modules/user_test_views/test_views/views.vi share/drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form_combine_filter.yml share/drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_changed.yml share/drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_data.yml +share/drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_fields_access.yml share/drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_name.yml share/drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_relationship.yml share/drupal/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_roles_rid.yml @@ -9615,7 +9955,9 @@ share/drupal/core/modules/user/tests/src/Functional/Views/RelationshipRepresenta share/drupal/core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php share/drupal/core/modules/user/tests/src/Functional/Views/UserChangedTest.php share/drupal/core/modules/user/tests/src/Functional/Views/UserDataTest.php +share/drupal/core/modules/user/tests/src/Functional/Views/UserFieldsAccessChangeTest.php share/drupal/core/modules/user/tests/src/Functional/Views/UserTestBase.php +share/drupal/core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php share/drupal/core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php share/drupal/core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php share/drupal/core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php @@ -9648,6 +9990,7 @@ share/drupal/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPic share/drupal/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserPictureTest.php share/drupal/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/UserTest.php share/drupal/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/RoleTest.php +share/drupal/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserEntityTranslationTest.php share/drupal/core/modules/user/tests/src/Kernel/Plugin/migrate/source/d7/UserTest.php share/drupal/core/modules/user/tests/src/Kernel/TempStoreDatabaseTest.php share/drupal/core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php @@ -9668,6 +10011,7 @@ share/drupal/core/modules/user/tests/src/Kernel/Views/HandlerFilterPermissionTes share/drupal/core/modules/user/tests/src/Kernel/Views/HandlerFilterRolesTest.php share/drupal/core/modules/user/tests/src/Kernel/Views/UserKernelTestBase.php share/drupal/core/modules/user/tests/src/Kernel/Views/UserViewsFieldAccessTest.php +share/drupal/core/modules/user/tests/src/Kernel/WhosOnlineBlockTest.php share/drupal/core/modules/user/tests/src/Traits/UserCreationTrait.php share/drupal/core/modules/user/tests/src/Unit/Menu/UserLocalTasksTest.php share/drupal/core/modules/user/tests/src/Unit/PermissionAccessCheckTest.php @@ -9973,9 +10317,6 @@ share/drupal/core/modules/views/src/Tests/Plugin/PluginKernelTestBase.php share/drupal/core/modules/views/src/Tests/Plugin/PluginTestBase.php share/drupal/core/modules/views/src/Tests/Plugin/StyleOpmlTest.php share/drupal/core/modules/views/src/Tests/TestHelperPlugin.php -share/drupal/core/modules/views/src/Tests/Update/EntityLinkOutputUrlUpdateTest.php -share/drupal/core/modules/views/src/Tests/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php -share/drupal/core/modules/views/src/Tests/ViewAjaxTest.php share/drupal/core/modules/views/src/Tests/ViewKernelTestBase.php share/drupal/core/modules/views/src/Tests/ViewResultAssertionTrait.php share/drupal/core/modules/views/src/Tests/ViewTestBase.php @@ -10133,6 +10474,7 @@ share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_none.yml share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_some.yml share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_plugin_dependencies.yml +share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preprocess.yml share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview.yml share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_preview_error.yml share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_redirect_view.yml @@ -10217,6 +10559,9 @@ share/drupal/core/modules/views/tests/modules/views_test_data/views_test_data.vi share/drupal/core/modules/views/tests/modules/views_test_formatter/src/Plugin/Field/FieldFormatter/AttachmentTestFormatter.php share/drupal/core/modules/views/tests/modules/views_test_formatter/views_test_formatter.info.yml share/drupal/core/modules/views/tests/modules/views_test_language/views_test_language.info.yml +share/drupal/core/modules/views/tests/modules/views_test_modal/src/Controller/TestController.php +share/drupal/core/modules/views/tests/modules/views_test_modal/views_test_modal.info.yml +share/drupal/core/modules/views/tests/modules/views_test_modal/views_test_modal.routing.yml share/drupal/core/modules/views/tests/src/Functional/DefaultViewsTest.php share/drupal/core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php share/drupal/core/modules/views/tests/src/Functional/Entity/FieldEntityTest.php @@ -10279,13 +10624,16 @@ share/drupal/core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderU share/drupal/core/modules/views/tests/src/Functional/Update/BooleanFilterValuesUpdateTest.php share/drupal/core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php share/drupal/core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php +share/drupal/core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php share/drupal/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php share/drupal/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php +share/drupal/core/modules/views/tests/src/Functional/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php share/drupal/core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php share/drupal/core/modules/views/tests/src/Functional/Update/ImageStyleDependencyUpdateTest.php share/drupal/core/modules/views/tests/src/Functional/Update/PlaceholderTextUpdateTest.php share/drupal/core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php share/drupal/core/modules/views/tests/src/Functional/Update/ViewsDataTableDependencyUpdateTest.php +share/drupal/core/modules/views/tests/src/Functional/ViewAjaxTest.php share/drupal/core/modules/views/tests/src/Functional/ViewElementTest.php share/drupal/core/modules/views/tests/src/Functional/ViewRenderTest.php share/drupal/core/modules/views/tests/src/Functional/ViewTestBase.php @@ -10391,6 +10739,7 @@ share/drupal/core/modules/views/tests/src/Kernel/ViewStorageTest.php share/drupal/core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php share/drupal/core/modules/views/tests/src/Kernel/ViewsHooksTest.php share/drupal/core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php +share/drupal/core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php share/drupal/core/modules/views/tests/src/Kernel/Wizard/WizardPluginBaseKernelTest.php share/drupal/core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php share/drupal/core/modules/views/tests/src/Unit/EntityViewsDataTest.php @@ -10638,6 +10987,86 @@ share/drupal/core/modules/workflows/workflows.module share/drupal/core/modules/workflows/workflows.permissions.yml share/drupal/core/modules/workflows/workflows.routing.yml share/drupal/core/modules/workflows/workflows.services.yml +share/drupal/core/modules/workspaces/config/install/core.entity_form_display.workspace.workspace.deploy.yml +share/drupal/core/modules/workspaces/config/install/core.entity_form_mode.workspace.deploy.yml +share/drupal/core/modules/workspaces/css/workspaces.overview.css +share/drupal/core/modules/workspaces/css/workspaces.toolbar.css +share/drupal/core/modules/workspaces/icons/000000/workspaces.svg +share/drupal/core/modules/workspaces/icons/81c071/ws_icon.svg +share/drupal/core/modules/workspaces/icons/f0a100/ws_icon.svg +share/drupal/core/modules/workspaces/src/Entity/Workspace.php +share/drupal/core/modules/workspaces/src/Entity/WorkspaceAssociation.php +share/drupal/core/modules/workspaces/src/EntityAccess.php +share/drupal/core/modules/workspaces/src/EntityOperations.php +share/drupal/core/modules/workspaces/src/EntityQuery/PgsqlQueryFactory.php +share/drupal/core/modules/workspaces/src/EntityQuery/Query.php +share/drupal/core/modules/workspaces/src/EntityQuery/QueryAggregate.php +share/drupal/core/modules/workspaces/src/EntityQuery/QueryFactory.php +share/drupal/core/modules/workspaces/src/EntityQuery/QueryTrait.php +share/drupal/core/modules/workspaces/src/EntityQuery/Tables.php +share/drupal/core/modules/workspaces/src/EntityTypeInfo.php +share/drupal/core/modules/workspaces/src/Form/WorkspaceActivateForm.php +share/drupal/core/modules/workspaces/src/Form/WorkspaceDeleteForm.php +share/drupal/core/modules/workspaces/src/Form/WorkspaceDeployForm.php +share/drupal/core/modules/workspaces/src/Form/WorkspaceForm.php +share/drupal/core/modules/workspaces/src/Form/WorkspaceFormInterface.php +share/drupal/core/modules/workspaces/src/Form/WorkspaceSwitcherForm.php +share/drupal/core/modules/workspaces/src/FormOperations.php +share/drupal/core/modules/workspaces/src/Negotiator/DefaultWorkspaceNegotiator.php +share/drupal/core/modules/workspaces/src/Negotiator/QueryParameterWorkspaceNegotiator.php +share/drupal/core/modules/workspaces/src/Negotiator/SessionWorkspaceNegotiator.php +share/drupal/core/modules/workspaces/src/Negotiator/WorkspaceNegotiatorInterface.php +share/drupal/core/modules/workspaces/src/Plugin/Block/WorkspaceSwitcherBlock.php +share/drupal/core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraint.php +share/drupal/core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php +share/drupal/core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraint.php +share/drupal/core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php +share/drupal/core/modules/workspaces/src/ViewsQueryAlter.php +share/drupal/core/modules/workspaces/src/WorkspaceAccessControlHandler.php +share/drupal/core/modules/workspaces/src/WorkspaceAccessException.php +share/drupal/core/modules/workspaces/src/WorkspaceAssociationStorage.php +share/drupal/core/modules/workspaces/src/WorkspaceAssociationStorageInterface.php +share/drupal/core/modules/workspaces/src/WorkspaceCacheContext.php +share/drupal/core/modules/workspaces/src/WorkspaceConflictException.php +share/drupal/core/modules/workspaces/src/WorkspaceInterface.php +share/drupal/core/modules/workspaces/src/WorkspaceListBuilder.php +share/drupal/core/modules/workspaces/src/WorkspaceManager.php +share/drupal/core/modules/workspaces/src/WorkspaceManagerInterface.php +share/drupal/core/modules/workspaces/src/WorkspaceOperationFactory.php +share/drupal/core/modules/workspaces/src/WorkspaceOperationInterface.php +share/drupal/core/modules/workspaces/src/WorkspacePublisher.php +share/drupal/core/modules/workspaces/src/WorkspacePublisherInterface.php +share/drupal/core/modules/workspaces/src/WorkspacesServiceProvider.php +share/drupal/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonAnonTest.php +share/drupal/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonBasicAuthTest.php +share/drupal/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceJsonCookieTest.php +share/drupal/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceResourceTestBase.php +share/drupal/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlAnonTest.php +share/drupal/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlBasicAuthTest.php +share/drupal/core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlCookieTest.php +share/drupal/core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php +share/drupal/core/modules/workspaces/tests/src/Functional/WorkspaceCacheContextTest.php +share/drupal/core/modules/workspaces/tests/src/Functional/WorkspaceConcurrentEditingTest.php +share/drupal/core/modules/workspaces/tests/src/Functional/WorkspacePermissionsTest.php +share/drupal/core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php +share/drupal/core/modules/workspaces/tests/src/Functional/WorkspaceTest.php +share/drupal/core/modules/workspaces/tests/src/Functional/WorkspaceTestUtilities.php +share/drupal/core/modules/workspaces/tests/src/Functional/WorkspaceViewTest.php +share/drupal/core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php +share/drupal/core/modules/workspaces/tests/src/Kernel/WorkspaceAccessTest.php +share/drupal/core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php +share/drupal/core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php +share/drupal/core/modules/workspaces/tests/src/Kernel/WorkspaceInternalResourceTest.php +share/drupal/core/modules/workspaces/workspaces.info.yml +share/drupal/core/modules/workspaces/workspaces.install +share/drupal/core/modules/workspaces/workspaces.libraries.yml +share/drupal/core/modules/workspaces/workspaces.link_relation_types.yml +share/drupal/core/modules/workspaces/workspaces.links.action.yml +share/drupal/core/modules/workspaces/workspaces.links.menu.yml +share/drupal/core/modules/workspaces/workspaces.module +share/drupal/core/modules/workspaces/workspaces.permissions.yml +share/drupal/core/modules/workspaces/workspaces.routing.yml +share/drupal/core/modules/workspaces/workspaces.services.yml share/drupal/core/package.json share/drupal/core/phpcs.xml.dist share/drupal/core/phpunit.xml.dist @@ -10663,6 +11092,7 @@ share/drupal/core/profiles/demo_umami/config/install/block.block.umami_page_titl share/drupal/core/profiles/demo_umami/config/install/block.block.umami_search.yml share/drupal/core/profiles/demo_umami/config/install/block.block.views_block__articles_aside_block_1.yml share/drupal/core/profiles/demo_umami/config/install/block.block.views_block__promoted_items_block_1.yml +share/drupal/core/profiles/demo_umami/config/install/block.block.views_block__recipe_collections_block.yml share/drupal/core/profiles/demo_umami/config/install/block_content.type.banner_block.yml share/drupal/core/profiles/demo_umami/config/install/block_content.type.basic.yml share/drupal/core/profiles/demo_umami/config/install/block_content.type.disclaimer_block.yml @@ -10676,6 +11106,11 @@ share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.bl share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.block_content.disclaimer_block.default.yml share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.block_content.footer_promo_block.default.yml share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.contact_message.feedback.default.yml +share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.media.audio.default.yml +share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.media.file.default.yml +share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.media.image.default.yml +share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.media.remote_video.default.yml +share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.media.video.default.yml share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.node.article.default.yml share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.node.page.default.yml share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.node.recipe.default.yml @@ -10684,29 +11119,31 @@ share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.bl share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.block_content.basic.default.yml share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.block_content.disclaimer_block.default.yml share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.block_content.footer_promo_block.default.yml +share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.media.audio.default.yml +share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.media.file.default.yml +share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.media.image.default.yml +share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.media.remote_video.default.yml +share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.media.video.default.yml +share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.card.yml +share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.card_common.yml +share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.card_common_alt.yml share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.default.yml share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.full.yml -share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.highlighted_bottom.yml -share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.highlighted_medium.yml -share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.highlighted_small.yml -share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.highlighted_top.yml share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.rss.yml share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.teaser.yml share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.page.default.yml share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.page.teaser.yml +share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.card.yml +share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.card_common.yml +share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.card_common_alt.yml share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.default.yml share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.full.yml -share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.highlighted_bottom.yml -share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.highlighted_medium.yml -share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.highlighted_small.yml -share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.highlighted_top.yml share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.teaser.yml share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.user.user.compact.yml share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.user.user.default.yml -share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.highlighted_bottom.yml -share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.highlighted_medium.yml -share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.highlighted_small.yml -share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.highlighted_top.yml +share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.card.yml +share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.card_common.yml +share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.card_common_alt.yml share/drupal/core/profiles/demo_umami/config/install/editor.editor.basic_html.yml share/drupal/core/profiles/demo_umami/config/install/editor.editor.full_html.yml share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.banner_block.field_banner_image.yml @@ -10720,6 +11157,11 @@ share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.f share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.footer_promo_block.field_promo_image.yml share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.footer_promo_block.field_summary.yml share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.footer_promo_block.field_title.yml +share/drupal/core/profiles/demo_umami/config/install/field.field.media.audio.field_media_audio_file.yml +share/drupal/core/profiles/demo_umami/config/install/field.field.media.file.field_media_file.yml +share/drupal/core/profiles/demo_umami/config/install/field.field.media.image.field_media_image.yml +share/drupal/core/profiles/demo_umami/config/install/field.field.media.remote_video.field_media_oembed_video.yml +share/drupal/core/profiles/demo_umami/config/install/field.field.media.video.field_media_video_file.yml share/drupal/core/profiles/demo_umami/config/install/field.field.node.article.body.yml share/drupal/core/profiles/demo_umami/config/install/field.field.node.article.field_image.yml share/drupal/core/profiles/demo_umami/config/install/field.field.node.article.field_tags.yml @@ -10743,6 +11185,11 @@ share/drupal/core/profiles/demo_umami/config/install/field.storage.block_content share/drupal/core/profiles/demo_umami/config/install/field.storage.block_content.field_promo_image.yml share/drupal/core/profiles/demo_umami/config/install/field.storage.block_content.field_summary.yml share/drupal/core/profiles/demo_umami/config/install/field.storage.block_content.field_title.yml +share/drupal/core/profiles/demo_umami/config/install/field.storage.media.field_media_audio_file.yml +share/drupal/core/profiles/demo_umami/config/install/field.storage.media.field_media_file.yml +share/drupal/core/profiles/demo_umami/config/install/field.storage.media.field_media_image.yml +share/drupal/core/profiles/demo_umami/config/install/field.storage.media.field_media_oembed_video.yml +share/drupal/core/profiles/demo_umami/config/install/field.storage.media.field_media_video_file.yml share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_author.yml share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_cooking_time.yml share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_difficulty.yml @@ -10771,6 +11218,11 @@ share/drupal/core/profiles/demo_umami/config/install/image.style.small_21_9.yml share/drupal/core/profiles/demo_umami/config/install/image.style.square_large.yml share/drupal/core/profiles/demo_umami/config/install/image.style.square_medium.yml share/drupal/core/profiles/demo_umami/config/install/image.style.square_small.yml +share/drupal/core/profiles/demo_umami/config/install/media.type.audio.yml +share/drupal/core/profiles/demo_umami/config/install/media.type.file.yml +share/drupal/core/profiles/demo_umami/config/install/media.type.image.yml +share/drupal/core/profiles/demo_umami/config/install/media.type.remote_video.yml +share/drupal/core/profiles/demo_umami/config/install/media.type.video.yml share/drupal/core/profiles/demo_umami/config/install/node.type.article.yml share/drupal/core/profiles/demo_umami/config/install/node.type.page.yml share/drupal/core/profiles/demo_umami/config/install/node.type.recipe.yml @@ -10781,17 +11233,19 @@ share/drupal/core/profiles/demo_umami/config/install/responsive_image.styles.3_2 share/drupal/core/profiles/demo_umami/config/install/responsive_image.styles.hero_or_banner.yml share/drupal/core/profiles/demo_umami/config/install/responsive_image.styles.square.yml share/drupal/core/profiles/demo_umami/config/install/system.theme.yml -share/drupal/core/profiles/demo_umami/config/install/taxonomy.vocabulary.ingredients.yml share/drupal/core/profiles/demo_umami/config/install/taxonomy.vocabulary.recipe_category.yml -share/drupal/core/profiles/demo_umami/config/install/taxonomy.vocabulary.recipe_cuisine.yml share/drupal/core/profiles/demo_umami/config/install/taxonomy.vocabulary.tags.yml share/drupal/core/profiles/demo_umami/config/install/user.role.administrator.yml +share/drupal/core/profiles/demo_umami/config/install/user.role.author.yml +share/drupal/core/profiles/demo_umami/config/install/user.role.editor.yml share/drupal/core/profiles/demo_umami/config/install/views.view.articles_aside.yml share/drupal/core/profiles/demo_umami/config/install/views.view.featured_articles.yml share/drupal/core/profiles/demo_umami/config/install/views.view.frontpage.yml share/drupal/core/profiles/demo_umami/config/install/views.view.promoted_items.yml +share/drupal/core/profiles/demo_umami/config/install/views.view.recipe_collections.yml share/drupal/core/profiles/demo_umami/config/install/views.view.recipes.yml share/drupal/core/profiles/demo_umami/config/install/views.view.taxonomy_term.yml +share/drupal/core/profiles/demo_umami/config/install/workflows.workflow.editorial.yml share/drupal/core/profiles/demo_umami/config/optional/block.block.umami_banner_recipes.yml share/drupal/core/profiles/demo_umami/config/optional/block.block.umami_disclaimer.yml share/drupal/core/profiles/demo_umami/config/optional/block.block.umami_footer_promo.yml @@ -10812,6 +11266,7 @@ share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/baking-mishaps-our-troubleshooting-tips.html share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/give-it-a-go-and-grow-your-own-herbs.html share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/lets-hear-it-for-carrots.html +share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/skip-the-spirits-with-delicious-mocktails.html share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/the-real-deal-for-supermarket-savvy-shopping.html share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/the-umami-guide-to-our-favourite-mushrooms.html share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/articles.csv @@ -10821,6 +11276,7 @@ share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/heritage-carrots.jpg share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/home-grown-herbs.jpg share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/mediterranean-quiche-umami.jpg +share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/mojito-mocktail.jpg share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/mushrooms-umami.jpg share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/pizza-umami.jpg share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/supermarket-savvy-umami.jpg @@ -10855,17 +11311,19 @@ share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/disclai share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/footer-promo/footer-promo.css share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/page-title/page-title.css share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/quicklinks/quicklinks.css +share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/recipe-collections/recipe-collections.css share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/search/search-results.css share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/search/search.css -share/drupal/core/profiles/demo_umami/themes/umami/css/components/content-types/article/article.css share/drupal/core/profiles/demo_umami/themes/umami/css/components/content-types/recipe/recipe.css +share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/card-common-alt/card-common-alt.css +share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/card-common/card-common.css +share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/card/card.css share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/full/node-full.css -share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-bottom/highlighted-bottom.css -share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-medium/highlighted-medium.css -share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-small/highlighted-small.css -share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-top/highlighted-top.css share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/node.css +share/drupal/core/profiles/demo_umami/themes/umami/css/components/fields/field.css +share/drupal/core/profiles/demo_umami/themes/umami/css/components/fields/ingredients.css share/drupal/core/profiles/demo_umami/themes/umami/css/components/fields/label-items.css +share/drupal/core/profiles/demo_umami/themes/umami/css/components/fields/recipe-instruction.css share/drupal/core/profiles/demo_umami/themes/umami/css/components/forms/buttons.css share/drupal/core/profiles/demo_umami/themes/umami/css/components/forms/contact.css share/drupal/core/profiles/demo_umami/themes/umami/css/components/messages/messages.css @@ -10880,6 +11338,7 @@ share/drupal/core/profiles/demo_umami/themes/umami/css/components/navigation/too share/drupal/core/profiles/demo_umami/themes/umami/css/components/regions/bottom/bottom.css share/drupal/core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css share/drupal/core/profiles/demo_umami/themes/umami/css/components/regions/header/header.css +share/drupal/core/profiles/demo_umami/themes/umami/css/components/regions/pre-header/pre-header.css share/drupal/core/profiles/demo_umami/themes/umami/css/components/views/frontpage.css share/drupal/core/profiles/demo_umami/themes/umami/css/components/views/promoted-items.css share/drupal/core/profiles/demo_umami/themes/umami/css/layout/grid-2.css @@ -10887,6 +11346,7 @@ share/drupal/core/profiles/demo_umami/themes/umami/css/layout/grid-3.css share/drupal/core/profiles/demo_umami/themes/umami/css/layout/grid-4.css share/drupal/core/profiles/demo_umami/themes/umami/css/layout/layout-2-col.css share/drupal/core/profiles/demo_umami/themes/umami/css/layout/layout.css +share/drupal/core/profiles/demo_umami/themes/umami/images/png/umami-background-pattern-1.png share/drupal/core/profiles/demo_umami/themes/umami/images/svg/cake.svg share/drupal/core/profiles/demo_umami/themes/umami/images/svg/chefs-hat.svg share/drupal/core/profiles/demo_umami/themes/umami/images/svg/difficulty.svg @@ -10916,12 +11376,12 @@ share/drupal/core/profiles/demo_umami/themes/umami/templates/components/navigati share/drupal/core/profiles/demo_umami/themes/umami/templates/components/navigation/menu-local-task.html.twig share/drupal/core/profiles/demo_umami/themes/umami/templates/components/navigation/menu.html.twig share/drupal/core/profiles/demo_umami/themes/umami/templates/components/quicklinks/block--umami-quick-links.html.twig +share/drupal/core/profiles/demo_umami/themes/umami/templates/components/recipe-collections/block--views-block--recipe-collections-block.html.twig share/drupal/core/profiles/demo_umami/themes/umami/templates/components/search/block--search-form-block.html.twig share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--article--full.html.twig -share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--highlighted-bottom.html.twig -share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--highlighted-medium.html.twig -share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--highlighted-small.html.twig -share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--highlighted-top.html.twig +share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--card-common-alt.html.twig +share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--card-common.html.twig +share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--card.html.twig share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--recipe--full.html.twig share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node.html.twig share/drupal/core/profiles/demo_umami/themes/umami/templates/layout/page.html.twig @@ -11013,18 +11473,22 @@ share/drupal/core/profiles/standard/config/install/user.role.administrator.yml share/drupal/core/profiles/standard/config/optional/core.entity_form_display.media.audio.default.yml share/drupal/core/profiles/standard/config/optional/core.entity_form_display.media.file.default.yml share/drupal/core/profiles/standard/config/optional/core.entity_form_display.media.image.default.yml +share/drupal/core/profiles/standard/config/optional/core.entity_form_display.media.remote_video.default.yml share/drupal/core/profiles/standard/config/optional/core.entity_form_display.media.video.default.yml share/drupal/core/profiles/standard/config/optional/core.entity_view_display.media.audio.default.yml share/drupal/core/profiles/standard/config/optional/core.entity_view_display.media.file.default.yml share/drupal/core/profiles/standard/config/optional/core.entity_view_display.media.image.default.yml +share/drupal/core/profiles/standard/config/optional/core.entity_view_display.media.remote_video.default.yml share/drupal/core/profiles/standard/config/optional/core.entity_view_display.media.video.default.yml share/drupal/core/profiles/standard/config/optional/field.field.media.audio.field_media_audio_file.yml share/drupal/core/profiles/standard/config/optional/field.field.media.file.field_media_file.yml share/drupal/core/profiles/standard/config/optional/field.field.media.image.field_media_image.yml +share/drupal/core/profiles/standard/config/optional/field.field.media.remote_video.field_media_oembed_video.yml share/drupal/core/profiles/standard/config/optional/field.field.media.video.field_media_video_file.yml share/drupal/core/profiles/standard/config/optional/field.storage.media.field_media_audio_file.yml share/drupal/core/profiles/standard/config/optional/field.storage.media.field_media_file.yml share/drupal/core/profiles/standard/config/optional/field.storage.media.field_media_image.yml +share/drupal/core/profiles/standard/config/optional/field.storage.media.field_media_oembed_video.yml share/drupal/core/profiles/standard/config/optional/field.storage.media.field_media_video_file.yml share/drupal/core/profiles/standard/config/optional/image.style.max_1300x1300.yml share/drupal/core/profiles/standard/config/optional/image.style.max_2600x2600.yml @@ -11033,9 +11497,11 @@ share/drupal/core/profiles/standard/config/optional/image.style.max_650x650.yml share/drupal/core/profiles/standard/config/optional/media.type.audio.yml share/drupal/core/profiles/standard/config/optional/media.type.file.yml share/drupal/core/profiles/standard/config/optional/media.type.image.yml +share/drupal/core/profiles/standard/config/optional/media.type.remote_video.yml share/drupal/core/profiles/standard/config/optional/media.type.video.yml share/drupal/core/profiles/standard/config/optional/responsive_image.styles.narrow.yml share/drupal/core/profiles/standard/config/optional/responsive_image.styles.wide.yml +share/drupal/core/profiles/standard/config/optional/workflows.workflow.editorial.yml share/drupal/core/profiles/standard/standard.info.yml share/drupal/core/profiles/standard/standard.install share/drupal/core/profiles/standard/standard.links.menu.yml @@ -11044,8 +11510,9 @@ share/drupal/core/profiles/standard/tests/src/Functional/StandardTest.php share/drupal/core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php share/drupal/core/profiles/testing/config/install/system.theme.yml share/drupal/core/profiles/testing/config/optional/locale.settings.yml +share/drupal/core/profiles/testing/modules/drupal_system_cross_profile_test/drupal_system_cross_profile_test.info.yml share/drupal/core/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml -share/drupal/core/profiles/testing/modules/drupal_system_listing_compatible_test/src/Tests/SystemListingCompatibleTest.php +share/drupal/core/profiles/testing/modules/drupal_system_listing_compatible_test/tests/src/Kernel/SystemListingCrossProfileCompatibleTest.php share/drupal/core/profiles/testing/testing.info.yml share/drupal/core/profiles/testing_config_import/testing_config_import.info.yml share/drupal/core/profiles/testing_config_overrides/config/install/system.action.user_block_user_action.yml @@ -11057,6 +11524,9 @@ share/drupal/core/profiles/testing_config_overrides/config/optional/config_test. share/drupal/core/profiles/testing_config_overrides/config/optional/config_test.dynamic.override_unmet.yml share/drupal/core/profiles/testing_config_overrides/config/optional/tour.tour.testing_config_overrides.yml share/drupal/core/profiles/testing_config_overrides/testing_config_overrides.info.yml +share/drupal/core/profiles/testing_install_profile_all_dependencies/testing_install_profile_all_dependencies.info.yml +share/drupal/core/profiles/testing_install_profile_dependencies/testing_install_profile_dependencies.info.yml +share/drupal/core/profiles/testing_install_profile_dependencies_bc/testing_install_profile_dependencies_bc.info.yml share/drupal/core/profiles/testing_missing_dependencies/testing_missing_dependencies.info.yml share/drupal/core/profiles/testing_multilingual/config/install/language.entity.de.yml share/drupal/core/profiles/testing_multilingual/config/install/language.entity.es.yml @@ -11068,6 +11538,7 @@ share/drupal/core/rebuild.php share/drupal/core/scripts/cron-curl.sh share/drupal/core/scripts/cron-lynx.sh share/drupal/core/scripts/db-tools.php +share/drupal/core/scripts/drupal share/drupal/core/scripts/drupal.sh share/drupal/core/scripts/dump-database-d6.sh share/drupal/core/scripts/dump-database-d7.sh @@ -11086,14 +11557,19 @@ share/drupal/core/scripts/js/log.js share/drupal/core/scripts/password-hash.sh share/drupal/core/scripts/rebuild_token_calculator.sh share/drupal/core/scripts/run-tests.sh +share/drupal/core/scripts/test-site.php share/drupal/core/scripts/test/test.script share/drupal/core/scripts/transliteration_data.php.txt share/drupal/core/scripts/update-countries.sh share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxCallbacksTest.php +share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php +share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxInGroupTest.php share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php +share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/ThrobberTest.php +share/drupal/core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Core/Installer/Form/SelectProfileFormTest.php share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php @@ -11102,12 +11578,18 @@ share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTe share/drupal/core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php share/drupal/core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php share/drupal/core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php +share/drupal/core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php share/drupal/core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.php share/drupal/core/tests/Drupal/FunctionalJavascriptTests/LegacyJavascriptTestBase.php share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebWithWebDriverAssertTest.php +share/drupal/core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php +share/drupal/core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php share/drupal/core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php share/drupal/core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php +share/drupal/core/tests/Drupal/FunctionalTests/Bootstrap/ErrorContainer.php +share/drupal/core/tests/Drupal/FunctionalTests/Bootstrap/ExceptionContainer.php +share/drupal/core/tests/Drupal/FunctionalTests/Bootstrap/UncaughtExceptionTest.php share/drupal/core/tests/Drupal/FunctionalTests/Breadcrumb/Breadcrumb404Test.php share/drupal/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php share/drupal/core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php @@ -11115,6 +11597,7 @@ share/drupal/core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php share/drupal/core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php share/drupal/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php share/drupal/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php +share/drupal/core/tests/Drupal/FunctionalTests/Entity/DeleteMultipleFormTest.php share/drupal/core/tests/Drupal/FunctionalTests/GetTestMethodCallerExtendsTest.php share/drupal/core/tests/Drupal/FunctionalTests/GetTestMethodCallerTest.php share/drupal/core/tests/Drupal/FunctionalTests/Hal/BaseFieldOverrideHalJsonAnonTest.php @@ -11144,16 +11627,27 @@ share/drupal/core/tests/Drupal/FunctionalTests/Installer/DistributionProfileExis share/drupal/core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php share/drupal/core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationQueryTest.php share/drupal/core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTranslationTest.php +share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesBcTest.php +share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerConfigDirectorySetNoDirectoryTest.php share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerDatabaseErrorMessagesTest.php share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerEmptySettingsTest.php share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigDirectoryTest.php +share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php +share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoConfigTest.php +share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigNoSystemSiteTest.php +share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigProfileHookInstall.php +share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php +share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileHookInstall.php +share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php +share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTest.php +share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigTestBase.php share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingInstallationTest.php -share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileBrokenTest.php share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsMismatchProfileTest.php share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsNoProfileTest.php +share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsReadOnlyMismatchProfileTest.php share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingSettingsTest.php share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerLanguageDirectionTest.php share/drupal/core/tests/Drupal/FunctionalTests/Installer/InstallerLanguagePageTest.php @@ -11223,11 +11717,13 @@ share/drupal/core/tests/Drupal/FunctionalTests/Theme/ClassyTest.php share/drupal/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php share/drupal/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php share/drupal/core/tests/Drupal/KernelTests/AssertConfigTrait.php +share/drupal/core/tests/Drupal/KernelTests/AssertContentTrait.php share/drupal/core/tests/Drupal/KernelTests/AssertLegacyTrait.php share/drupal/core/tests/Drupal/KernelTests/Component/Utility/SafeMarkupKernelTest.php share/drupal/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php share/drupal/core/tests/Drupal/KernelTests/Config/TypedConfigTest.php share/drupal/core/tests/Drupal/KernelTests/ConfigFormTestBase.php +share/drupal/core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php @@ -11274,6 +11770,7 @@ share/drupal/core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTe share/drupal/core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Config/ConfigSnapshotTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Config/DefaultConfigTest.php +share/drupal/core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php @@ -11287,6 +11784,7 @@ share/drupal/core/tests/Drupal/KernelTests/Core/Database/CaseSensitivityTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Database/DatabaseExceptionWrapperTest.php +share/drupal/core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Database/DatabaseTestBase.php share/drupal/core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Database/FetchTest.php @@ -11322,6 +11820,7 @@ share/drupal/core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.ph share/drupal/core/tests/Drupal/KernelTests/Core/DrupalKernel/ServiceDestructionTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php +share/drupal/core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityAdapterTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityChangedTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityCloneTest.php @@ -11344,6 +11843,7 @@ share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php +share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityKeysTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php @@ -11374,6 +11874,7 @@ share/drupal/core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStora share/drupal/core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php share/drupal/core/tests/Drupal/KernelTests/Core/EventSubscriber/IgnoreReplicaSubscriberTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php +share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleExtensionListTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookUnimplementedTest.php share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php @@ -11500,8 +12001,32 @@ share/drupal/core/tests/Drupal/KernelTests/FileSystemModuleDiscoveryDataProvider share/drupal/core/tests/Drupal/KernelTests/KernelTestBase.php share/drupal/core/tests/Drupal/KernelTests/KernelTestBaseTest.php share/drupal/core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php +share/drupal/core/tests/Drupal/KernelTests/RouteProvider.php +share/drupal/core/tests/Drupal/KernelTests/TestServiceProvider.php +share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalCreateRole.js +share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalCreateUser.js +share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalInstall.js +share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalLogAndEnd.js +share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalLogin.js +share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalLoginAsAdmin.js +share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalLogout.js +share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalRelativeURL.js +share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalUninstall.js +share/drupal/core/tests/Drupal/Nightwatch/Commands/drupalUserIsLoggedIn.js +share/drupal/core/tests/Drupal/Nightwatch/Tests/exampleTest.js +share/drupal/core/tests/Drupal/Nightwatch/Tests/loginTest.js +share/drupal/core/tests/Drupal/Nightwatch/globals.js +share/drupal/core/tests/Drupal/Nightwatch/nightwatch.conf.js +share/drupal/core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php +share/drupal/core/tests/Drupal/TestSite/Commands/TestSiteReleaseLocksCommand.php +share/drupal/core/tests/Drupal/TestSite/Commands/TestSiteTearDownCommand.php +share/drupal/core/tests/Drupal/TestSite/Commands/TestSiteUserLoginCommand.php +share/drupal/core/tests/Drupal/TestSite/TestSetupInterface.php +share/drupal/core/tests/Drupal/TestSite/TestSiteApplication.php +share/drupal/core/tests/Drupal/TestSite/TestSiteInstallTestScript.php share/drupal/core/tests/Drupal/Tests/AssertHelperTrait.php share/drupal/core/tests/Drupal/Tests/AssertHelperTraitTest.php +share/drupal/core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php share/drupal/core/tests/Drupal/Tests/BrowserTestBase.php share/drupal/core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryCachedTest.php share/drupal/core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php @@ -11672,6 +12197,7 @@ share/drupal/core/tests/Drupal/Tests/Core/Asset/library_test_files/licenses_miss share/drupal/core/tests/Drupal/Tests/Core/Asset/library_test_files/versions.libraries.yml share/drupal/core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php share/drupal/core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php +share/drupal/core/tests/Drupal/Tests/Core/Batch/BatchBuilderTest.php share/drupal/core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php share/drupal/core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php share/drupal/core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php @@ -11693,6 +12219,7 @@ share/drupal/core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTes share/drupal/core/tests/Drupal/Tests/Core/Cache/Context/SessionCacheContextTest.php share/drupal/core/tests/Drupal/Tests/Core/Cache/DatabaseBackendFactoryTest.php share/drupal/core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php +share/drupal/core/tests/Drupal/Tests/Core/Command/QuickStartTest.php share/drupal/core/tests/Drupal/Tests/Core/Common/AttributesTest.php share/drupal/core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php share/drupal/core/tests/Drupal/Tests/Core/Common/TagsTest.php @@ -11716,6 +12243,7 @@ share/drupal/core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php share/drupal/core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php share/drupal/core/tests/Drupal/Tests/Core/Controller/ControllerBaseTest.php share/drupal/core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php +share/drupal/core/tests/Drupal/Tests/Core/Controller/FormControllerTest.php share/drupal/core/tests/Drupal/Tests/Core/Controller/TestController.php share/drupal/core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php share/drupal/core/tests/Drupal/Tests/Core/Database/ConditionTest.php @@ -11729,6 +12257,7 @@ share/drupal/core/tests/Drupal/Tests/Core/Database/Stub/Select.php share/drupal/core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php share/drupal/core/tests/Drupal/Tests/Core/Database/Stub/StubPDO.php share/drupal/core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php +share/drupal/core/tests/Drupal/Tests/Core/Database/fixtures/driver/fake/Connection.php share/drupal/core/tests/Drupal/Tests/Core/Datetime/DateHelperTest.php share/drupal/core/tests/Drupal/Tests/Core/Datetime/DateTest.php share/drupal/core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php @@ -11755,6 +12284,7 @@ share/drupal/core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessC share/drupal/core/tests/Drupal/Tests/Core/Entity/Access/EntityViewDisplayAccessControlHandlerTest.php share/drupal/core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php share/drupal/core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php +share/drupal/core/tests/Drupal/Tests/Core/Entity/ContentEntityFormTest.php share/drupal/core/tests/Drupal/Tests/Core/Entity/Enhancer/EntityRouteEnhancerTest.php share/drupal/core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php share/drupal/core/tests/Drupal/Tests/Core/Entity/EntityConstraintViolationListTest.php @@ -11794,6 +12324,7 @@ share/drupal/core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrl share/drupal/core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php share/drupal/core/tests/Drupal/Tests/Core/Extension/DefaultConfigTest.php share/drupal/core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php +share/drupal/core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php share/drupal/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php share/drupal/core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php share/drupal/core/tests/Drupal/Tests/Core/Extension/RequiredModuleUninstallValidatorTest.php @@ -11812,6 +12343,7 @@ share/drupal/core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_ share/drupal/core/tests/Drupal/Tests/Core/Field/BaseFieldDefinitionTestBase.php share/drupal/core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php share/drupal/core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php +share/drupal/core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php share/drupal/core/tests/Drupal/Tests/Core/Field/FieldItemListTest.php share/drupal/core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php share/drupal/core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php @@ -11883,6 +12415,8 @@ share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionIsSati share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/ContextTypedDataTest.php +share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionDeprecationTest.php +share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php share/drupal/core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php share/drupal/core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php @@ -11899,6 +12433,7 @@ share/drupal/core/tests/Drupal/Tests/Core/Plugin/Discovery/TestDerivativeDiscove share/drupal/core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDirectoryDiscoveryTest.php share/drupal/core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDiscoveryDecoratorTest.php share/drupal/core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDiscoveryTest.php +share/drupal/core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php share/drupal/core/tests/Drupal/Tests/Core/Plugin/Fixtures/InheritedContextDefinition.php share/drupal/core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php share/drupal/core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php @@ -11948,6 +12483,7 @@ share/drupal/core/tests/Drupal/Tests/Core/Routing/TestRouterInterface.php share/drupal/core/tests/Drupal/Tests/Core/Routing/TrustedRedirectResponseTest.php share/drupal/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php share/drupal/core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTraitTest.php +share/drupal/core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php share/drupal/core/tests/Drupal/Tests/Core/Serialization/YamlTest.php share/drupal/core/tests/Drupal/Tests/Core/Session/AccountProxyTest.php share/drupal/core/tests/Drupal/Tests/Core/Session/AnonymousUserSessionTest.php @@ -11973,6 +12509,7 @@ share/drupal/core/tests/Drupal/Tests/Core/Test/KernelTestBaseTest.php share/drupal/core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeIsolatedTest.php share/drupal/core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php share/drupal/core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php +share/drupal/core/tests/Drupal/Tests/Core/Test/TestSetupTraitTest.php share/drupal/core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php share/drupal/core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php share/drupal/core/tests/Drupal/Tests/Core/Theme/RegistryTest.php @@ -12004,6 +12541,7 @@ share/drupal/core/tests/Drupal/Tests/PhpunitCompatibilityTrait.php share/drupal/core/tests/Drupal/Tests/PhpunitCompatibilityTraitTest.php share/drupal/core/tests/Drupal/Tests/RandomGeneratorTrait.php share/drupal/core/tests/Drupal/Tests/SchemaCheckTestTrait.php +share/drupal/core/tests/Drupal/Tests/Scripts/TestSiteApplicationTest.php share/drupal/core/tests/Drupal/Tests/SessionTestTrait.php share/drupal/core/tests/Drupal/Tests/TestFileCreationTrait.php share/drupal/core/tests/Drupal/Tests/TestRequirementsTrait.php @@ -12011,6 +12549,7 @@ share/drupal/core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTest share/drupal/core/tests/Drupal/Tests/Traits/Core/CronRunTrait.php share/drupal/core/tests/Drupal/Tests/Traits/Core/GeneratePermutationsTrait.php share/drupal/core/tests/Drupal/Tests/Traits/ExpectDeprecationTrait.php +share/drupal/core/tests/Drupal/Tests/UiHelperTrait.php share/drupal/core/tests/Drupal/Tests/UnitTestCase.php share/drupal/core/tests/Drupal/Tests/UnitTestCaseDeprecationTest.php share/drupal/core/tests/Drupal/Tests/WebAssert.php @@ -12026,6 +12565,10 @@ share/drupal/core/tests/fixtures/BrowserMissingDependentModuleMethodTest.php share/drupal/core/tests/fixtures/BrowserMissingDependentModuleTest.php share/drupal/core/tests/fixtures/KernelMissingDependentModuleMethodTest.php share/drupal/core/tests/fixtures/KernelMissingDependentModuleTest.php +share/drupal/core/tests/fixtures/config_install/multilingual.tar.gz +share/drupal/core/tests/fixtures/config_install/testing_config_install.tar.gz +share/drupal/core/tests/fixtures/config_install/testing_config_install_no_config.tar.gz +share/drupal/core/tests/fixtures/empty_file.php.module share/drupal/core/themes/bartik/README.txt share/drupal/core/themes/bartik/bartik.breakpoints.yml share/drupal/core/themes/bartik/bartik.info.yml @@ -12270,6 +12813,7 @@ share/drupal/core/themes/classy/templates/views/views-view-unformatted.html.twig share/drupal/core/themes/classy/templates/views/views-view.html.twig share/drupal/core/themes/engines/twig/twig.engine share/drupal/core/themes/engines/twig/twig.info.yml +share/drupal/core/themes/seven/README.txt share/drupal/core/themes/seven/config/schema/seven.schema.yml share/drupal/core/themes/seven/css/base/elements.css share/drupal/core/themes/seven/css/base/print.css @@ -12280,6 +12824,7 @@ share/drupal/core/themes/seven/css/components/buttons.css share/drupal/core/themes/seven/css/components/container-inline.css share/drupal/core/themes/seven/css/components/container-inline.module.css share/drupal/core/themes/seven/css/components/content-header.css +share/drupal/core/themes/seven/css/components/details.css share/drupal/core/themes/seven/css/components/dialog.css share/drupal/core/themes/seven/css/components/dropbutton.component.css share/drupal/core/themes/seven/css/components/entity-meta.css @@ -12340,6 +12885,7 @@ share/drupal/core/themes/seven/seven.theme share/drupal/core/themes/seven/templates/admin-block-content.html.twig share/drupal/core/themes/seven/templates/block--local-actions-block.html.twig share/drupal/core/themes/seven/templates/block-content-add-list.html.twig +share/drupal/core/themes/seven/templates/details.html.twig share/drupal/core/themes/seven/templates/entity-add-list.html.twig share/drupal/core/themes/seven/templates/image-widget.html.twig share/drupal/core/themes/seven/templates/install-page.html.twig @@ -12394,6 +12940,7 @@ share/drupal/core/themes/stable/css/image/image.admin.css share/drupal/core/themes/stable/css/language/language.admin.css share/drupal/core/themes/stable/css/locale/locale.admin.css share/drupal/core/themes/stable/css/menu_ui/menu_ui.admin.css +share/drupal/core/themes/stable/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css share/drupal/core/themes/stable/css/node/node.admin.css share/drupal/core/themes/stable/css/node/node.module.css share/drupal/core/themes/stable/css/node/node.preview.css @@ -12561,6 +13108,7 @@ share/drupal/core/themes/stable/templates/admin/image-anchor.html.twig share/drupal/core/themes/stable/templates/admin/image-crop-summary.html.twig share/drupal/core/themes/stable/templates/admin/image-resize-summary.html.twig share/drupal/core/themes/stable/templates/admin/image-rotate-summary.html.twig +share/drupal/core/themes/stable/templates/admin/image-scale-and-crop-summary.html.twig share/drupal/core/themes/stable/templates/admin/image-scale-summary.html.twig share/drupal/core/themes/stable/templates/admin/image-style-preview.html.twig share/drupal/core/themes/stable/templates/admin/indentation.html.twig @@ -12617,6 +13165,7 @@ share/drupal/core/themes/stable/templates/content/aggregator-item.html.twig share/drupal/core/themes/stable/templates/content/book-node-export-html.html.twig share/drupal/core/themes/stable/templates/content/comment.html.twig share/drupal/core/themes/stable/templates/content/mark.html.twig +share/drupal/core/themes/stable/templates/content/media-oembed-iframe.html.twig share/drupal/core/themes/stable/templates/content/media-reference-help.html.twig share/drupal/core/themes/stable/templates/content/media.html.twig share/drupal/core/themes/stable/templates/content/node.html.twig diff --git a/www/drupal8/distinfo b/www/drupal8/distinfo index be131abe553..65c52703883 100644 --- a/www/drupal8/distinfo +++ b/www/drupal8/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2018/08/15 10:52:45 wen Exp $ +$NetBSD: distinfo,v 1.9.2.1 2018/10/29 20:05:44 spz Exp $ -SHA1 (drupal-8.5.6.tar.gz) = 4365cf1a1ae6837cd087ee2fafef33df3c9a2901 -RMD160 (drupal-8.5.6.tar.gz) = 8a6322544048fc280cd7d307261d2f64b1eb54e1 -SHA512 (drupal-8.5.6.tar.gz) = 4217e33800dc65b1d015c2c20dcecc6148ab8039d4dd6b895d356d05a94e7a96ba9a5ebbee834d568eddff2593b52878ac2bcca7bdde298312b4dc9f58684f2c -Size (drupal-8.5.6.tar.gz) = 15789509 bytes +SHA1 (drupal-8.6.2.tar.gz) = e546adda2a9bfffabb98e942d03b24eac6ed5cba +RMD160 (drupal-8.6.2.tar.gz) = 739780ef1479f3663def705e67019c0001f1a4ef +SHA512 (drupal-8.6.2.tar.gz) = 8cdcd31f3a112a577e622cca0fb7957580b5691102421344c6f6bfc3096f33aae3a68d7d8eb9062ad14761bac14b68c2967973b1b1ef367dcbd79b972493b7c5 +Size (drupal-8.6.2.tar.gz) = 16240694 bytes -- cgit v1.2.3