pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2018Q3]: pkgsrc/www/drupal8 Pullup ticket #5864 - requested by...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d38c66812d48
branches:  pkgsrc-2018Q3
changeset: 314516:d38c66812d48
user:      spz <spz%pkgsrc.org@localhost>
date:      Mon Oct 29 20:05:44 2018 +0000

description:
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

diffstat:

 www/drupal8/Makefile |    4 +-
 www/drupal8/PLIST    |  851 +++++++++++++++++++++++++++++++++++++++++---------
 www/drupal8/distinfo |   10 +-
 3 files changed, 707 insertions(+), 158 deletions(-)

diffs (truncated from 2757 to 300 lines):

diff -r c9079ad698d0 -r d38c66812d48 www/drupal8/Makefile
--- a/www/drupal8/Makefile      Mon Oct 29 19:57:08 2018 +0000
+++ b/www/drupal8/Makefile      Mon Oct 29 20:05:44 2018 +0000
@@ -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 -r c9079ad698d0 -r d38c66812d48 www/drupal8/PLIST
--- a/www/drupal8/PLIST Mon Oct 29 19:57:08 2018 +0000
+++ b/www/drupal8/PLIST Mon Oct 29 20:05:44 2018 +0000
@@ -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/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.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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.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_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/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



Home | Main Index | Thread Index | Old Index