Update drupal8 to 8.7.10
Symfony http-foundation has been updated to version 3.4.35 in this release. This includes an upstream security release which does not impact Drupal core. Core versioning support in *.info.yml files since 8.7.7 Drupal 8.7.7 introduces a new core_version_requirement key to *.info.yml files, allowing contributed modules to specify specific versions for Drupal core compatiblity, as well as to indicate that they are compatible with both Drupal 8 and the forthcoming Drupal 9 release. See the change record for more details. Important accessibility fix to the Toolbar This releases resolves a significant accessibility bug which prevented toolbar links from working with some screen readers. Websites which need to support administrators who use assistive technology are strongly recommended to upgrade. If in doubt, assume this is the case, particularly in larger organizations. Discussing the issue with staff from IT user-support, disabled employee support, and human resources teams is advisable. Internal change to entity and field definition update events It is now possible to install a new field storage definition during a fieldable entity type update. Event subscribers for entity type and field definition update events will now be passed the updated definitions rather than the outdated ones. Code relying on this buggy behavior may need adjustment.
This commit is contained in:
parent
b4614aefd9
commit
77b7648f81
3 changed files with 29 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.26 2019/11/04 22:09:53 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2019/11/19 16:15:18 prlw1 Exp $
|
||||
|
||||
DISTNAME= drupal-8.7.8
|
||||
DISTNAME= drupal-8.7.10
|
||||
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://ftp.drupal.org/files/projects/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.22 2019/10/10 13:28:35 prlw1 Exp $
|
||||
@comment $NetBSD: PLIST,v 1.23 2019/11/19 16:15:18 prlw1 Exp $
|
||||
share/drupal/.csslintrc
|
||||
share/drupal/.editorconfig
|
||||
share/drupal/.eslintignore
|
||||
|
@ -8982,9 +8982,11 @@ share/drupal/core/modules/system/tests/modules/entity_test_update/config/schema/
|
|||
share/drupal/core/modules/system/tests/modules/entity_test_update/entity_test_update.info.yml
|
||||
share/drupal/core/modules/system/tests/modules/entity_test_update/entity_test_update.install
|
||||
share/drupal/core/modules/system/tests/modules/entity_test_update/entity_test_update.module
|
||||
share/drupal/core/modules/system/tests/modules/entity_test_update/entity_test_update.services.yml
|
||||
share/drupal/core/modules/system/tests/modules/entity_test_update/src/Entity/EntityTestUpdate.php
|
||||
share/drupal/core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorage.php
|
||||
share/drupal/core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorageSchema.php
|
||||
share/drupal/core/modules/system/tests/modules/entity_test_update/src/EventSubscriber/EntitySchemaSubscriber.php
|
||||
share/drupal/core/modules/system/tests/modules/entity_test_update/src/Plugin/Field/FieldType/MultiValueTestItem.php
|
||||
share/drupal/core/modules/system/tests/modules/entity_test_update/update/entity_rev_pub_updates_8400.inc
|
||||
share/drupal/core/modules/system/tests/modules/error_service_test/error_service_test.info.yml
|
||||
|
@ -11069,6 +11071,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_dropbutton.yml
|
||||
share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_duplicate_field_handlers.yml
|
||||
share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_area.yml
|
||||
share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_field_renderered_entity.yml
|
||||
share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_field_renderers.yml
|
||||
share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_multivalue_basefield.yml
|
||||
share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_entity_operations.yml
|
||||
|
@ -11237,6 +11240,7 @@ 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
|
||||
share/drupal/core/modules/views/tests/src/Functional/Entity/FieldEntityTranslationTest.php
|
||||
share/drupal/core/modules/views/tests/src/Functional/Entity/FieldRenderedEntityTranslationTest.php
|
||||
share/drupal/core/modules/views/tests/src/Functional/Entity/ViewNonTranslatableEntityTest.php
|
||||
share/drupal/core/modules/views/tests/src/Functional/GlossaryTest.php
|
||||
share/drupal/core/modules/views/tests/src/Functional/Hal/ViewHalJsonAnonTest.php
|
||||
|
@ -12809,6 +12813,7 @@ share/drupal/core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.ph
|
|||
share/drupal/core/tests/Drupal/KernelTests/Core/Theme/TwigWhiteListTest.php
|
||||
share/drupal/core/tests/Drupal/KernelTests/Core/TypedData/AllowedValuesConstraintValidatorTest.php
|
||||
share/drupal/core/tests/Drupal/KernelTests/Core/TypedData/ComplexDataConstraintValidatorTest.php
|
||||
share/drupal/core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php
|
||||
share/drupal/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php
|
||||
share/drupal/core/tests/Drupal/KernelTests/Core/TypedData/TypedDataTest.php
|
||||
share/drupal/core/tests/Drupal/KernelTests/Core/Update/CompatibilityFixTest.php
|
||||
|
@ -15399,6 +15404,11 @@ share/drupal/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.
|
|||
share/drupal/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
|
||||
share/drupal/vendor/symfony/polyfill-mbstring/bootstrap.php
|
||||
share/drupal/vendor/symfony/polyfill-mbstring/composer.json
|
||||
share/drupal/vendor/symfony/polyfill-php56/LICENSE
|
||||
share/drupal/vendor/symfony/polyfill-php56/Php56.php
|
||||
share/drupal/vendor/symfony/polyfill-php56/README.md
|
||||
share/drupal/vendor/symfony/polyfill-php56/bootstrap.php
|
||||
share/drupal/vendor/symfony/polyfill-php56/composer.json
|
||||
share/drupal/vendor/symfony/polyfill-php70/LICENSE
|
||||
share/drupal/vendor/symfony/polyfill-php70/Php70.php
|
||||
share/drupal/vendor/symfony/polyfill-php70/README.md
|
||||
|
@ -15411,6 +15421,17 @@ share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestam
|
|||
share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php
|
||||
share/drupal/vendor/symfony/polyfill-php70/bootstrap.php
|
||||
share/drupal/vendor/symfony/polyfill-php70/composer.json
|
||||
share/drupal/vendor/symfony/polyfill-util/Binary.php
|
||||
share/drupal/vendor/symfony/polyfill-util/BinaryNoFuncOverload.php
|
||||
share/drupal/vendor/symfony/polyfill-util/BinaryOnFuncOverload.php
|
||||
share/drupal/vendor/symfony/polyfill-util/LICENSE
|
||||
share/drupal/vendor/symfony/polyfill-util/README.md
|
||||
share/drupal/vendor/symfony/polyfill-util/TestListener.php
|
||||
share/drupal/vendor/symfony/polyfill-util/TestListenerForV5.php
|
||||
share/drupal/vendor/symfony/polyfill-util/TestListenerForV6.php
|
||||
share/drupal/vendor/symfony/polyfill-util/TestListenerForV7.php
|
||||
share/drupal/vendor/symfony/polyfill-util/TestListenerTrait.php
|
||||
share/drupal/vendor/symfony/polyfill-util/composer.json
|
||||
share/drupal/vendor/symfony/process/.gitignore
|
||||
share/drupal/vendor/symfony/process/CHANGELOG.md
|
||||
share/drupal/vendor/symfony/process/Exception/ExceptionInterface.php
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.24 2019/10/10 13:28:35 prlw1 Exp $
|
||||
$NetBSD: distinfo,v 1.25 2019/11/19 16:15:18 prlw1 Exp $
|
||||
|
||||
SHA1 (drupal-8.7.8.tar.gz) = 96f4f852e8c9f6a4c424a33e6ac145ba8ee067ba
|
||||
RMD160 (drupal-8.7.8.tar.gz) = 86a31cc6ce33bc1c6fe4fd88a495bebeff6f5779
|
||||
SHA512 (drupal-8.7.8.tar.gz) = cc68e6318ebc162cd50fe19046a992ae2ca338f9da564a12a88954edb2c0cecaa56b0ded22903f67f305ab1fee48dd8a2bbf8b65a9efda2e1ce50d11b97bab28
|
||||
Size (drupal-8.7.8.tar.gz) = 17882836 bytes
|
||||
SHA1 (drupal-8.7.10.tar.gz) = 20f6e2cf8fc04cf6d3f3f67b59f8172c867ada04
|
||||
RMD160 (drupal-8.7.10.tar.gz) = f90da889b83d2979fe2faf3cbf8d59f5cb0fa470
|
||||
SHA512 (drupal-8.7.10.tar.gz) = c614a64efd86c529d89f4411d4418731ae85cf0af5a236dd3a475f68dd4d408fb7c6d378477897e2ce68c71cc287f218dab2d45cc3d96967a75a6500e0161716
|
||||
Size (drupal-8.7.10.tar.gz) = 17894144 bytes
|
||||
|
|
Loading…
Reference in a new issue