pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/drupal8 Update drupal8 to 8.7.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ebee8ed8b82
branches:  trunk
changeset: 339846:3ebee8ed8b82
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Tue Sep 17 09:39:53 2019 +0000

description:
Update drupal8 to 8.7.7

The update to 8.6.17 wasn't enough to make the annoying messages go away.

PHP 5 support, automatic entity updates, and Internet Explorer 9 workarounds
have been removed


     * PHP 5.5 and 5.6 will no longer be supported as of Drupal 8.7.0.
       As of December 2018, PHP 5.6 no longer receives security support
       from the maintainers of PHP. Anyone running Drupal 8 on PHP 5.5 or
       5.6 should upgrade their PHP version to at least 7.1. PHP 7.2 is
       now recommended. Read more in the change record for the PHP
       requirement update.
     * Starting with 8.7.0, Drupal core no longer provides support for
       automatic entity updates as these have resulted in conflicts with
       regular database updates and data integrity issues. Whenever an
       entity type or field storage definition needs to be created,
       changed or deleted, it has to be done with an explicit update
       function as provided by the Update API, and using the API provided
       by the entity definition update manager. (Note that using the API
       has always been the recommended way for developers to trigger
       entity updates.) drush entup is also no longer supported by Drupal
       core. These three change records provide further details:
         1. Support for automatic entity updates has been removed
         2. Kernel tests have to install entity type schemas for all the
            entity types they are testing, and before installing any other
            configuration
         3. New helper method available to set up the "current_user"
            service in kernel tests
     * Workarounds for the stylesheet limit in Internet Explorer 9 (IE9)
       and earlier have been removed. Drupal dropped support for Internet
       Explorer 9 and 10 in 8.4.0, but Drupal 8.5 and 8.6 retained a
       workaround to allow 32 or more stylesheets to be included. This
       workaround has been removed in 8.7. Sites still requiring Internet
       Explorer 9 support for the work around of IE's limit of 31 style
       sheets per page, should enable CSS aggregation (preferred) or
       install the IE9 Compatibility contributed module.

Extensive release notes here:
- https://www.drupal.org/project/drupal/releases/8.7.0
- https://www.drupal.org/project/drupal/releases/8.7.7

diffstat:

 www/drupal8/Makefile |   11 +-
 www/drupal8/PLIST    |  999 +++++++++++++++++++++++++++++++++++++++++++-------
 www/drupal8/distinfo |   10 +-
 3 files changed, 867 insertions(+), 153 deletions(-)

diffs (truncated from 3138 to 300 lines):

diff -r db8305f0ac4e -r 3ebee8ed8b82 www/drupal8/Makefile
--- a/www/drupal8/Makefile      Tue Sep 17 08:43:40 2019 +0000
+++ b/www/drupal8/Makefile      Tue Sep 17 09:39:53 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2019/09/13 09:04:15 prlw1 Exp $
+# $NetBSD: Makefile,v 1.24 2019/09/17 09:39:53 prlw1 Exp $
 
-DISTNAME=      drupal-8.6.17
+DISTNAME=      drupal-8.7.7
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  http://ftp.drupal.org/files/projects/
@@ -10,6 +10,8 @@
 COMMENT=       Open source content management system
 LICENSE=       gnu-gpl-v2
 
+PHP_VERSIONS_INCOMPATIBLE=     56
+
 DEPENDS+=      ${PHP_PKG_PREFIX}-gd>=5.4.0:../../graphics/php-gd
 DEPENDS+=      ${PHP_PKG_PREFIX}-json>=5.4.0:../../textproc/php-json
 
@@ -41,6 +43,7 @@
 REPLACE_FILES.php=     core/scripts/drupal.sh core/scripts/password-hash.sh
 REPLACE_FILES.php+=    core/scripts/update-countries.sh
 REPLACE_FILES.php+=    core/scripts/rebuild_token_calculator.sh
+REPLACE_FILES.php+=    vendor/pear/archive_tar/scripts/phptar.in
 
 SUBST_CLASSES+=                sh
 SUBST_STAGE.sh=                pre-configure
@@ -64,6 +67,7 @@
 
 post-extract:
        ${CP} ${FILESDIR}/drupal.conf ${WRKSRC}
+       ${CHMOD} 0644 ${WRKSRC}/core/scripts/run-tests.sh
 
 do-install:
        ${INSTALL_DATA} ${WRKSRC}/robots.txt ${DESTDIR}${PREFIX}/${DRUPAL}
@@ -74,9 +78,6 @@
 
        cd ${WRKSRC} && ${PAX} -rw . ${DESTDIR}${PREFIX}/${DRUPAL}
 
-post-install:
-       ${FIND} ${DESTDIR}${PREFIX}/${DRUPAL} \
-               \( -name '*.jpg' -o -name '*.png' \) | ${XARGS} ${CHMOD} 0644
 
 .include "../../lang/php/phpversion.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r db8305f0ac4e -r 3ebee8ed8b82 www/drupal8/PLIST
--- a/www/drupal8/PLIST Tue Sep 17 08:43:40 2019 +0000
+++ b/www/drupal8/PLIST Tue Sep 17 09:39:53 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2019/09/13 09:04:15 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.21 2019/09/17 09:39:53 prlw1 Exp $
 share/drupal/.csslintrc
 share/drupal/.editorconfig
 share/drupal/.eslintignore
@@ -38,6 +38,7 @@
 share/drupal/core/assets/vendor/ckeditor/LICENSE.md
 share/drupal/core/assets/vendor/ckeditor/build-config.js
 share/drupal/core/assets/vendor/ckeditor/ckeditor.js
+share/drupal/core/assets/vendor/ckeditor/lang/_translationstatus.txt
 share/drupal/core/assets/vendor/ckeditor/lang/af.js
 share/drupal/core/assets/vendor/ckeditor/lang/ar.js
 share/drupal/core/assets/vendor/ckeditor/lang/az.js
@@ -121,6 +122,7 @@
 share/drupal/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js
 share/drupal/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js
 share/drupal/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js
+share/drupal/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js
 share/drupal/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js
 share/drupal/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js
 share/drupal/core/assets/vendor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js
@@ -176,6 +178,7 @@
 share/drupal/core/assets/vendor/ckeditor/plugins/about/dialogs/about.js
 share/drupal/core/assets/vendor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
 share/drupal/core/assets/vendor/ckeditor/plugins/about/dialogs/logo_ckeditor.png
+share/drupal/core/assets/vendor/ckeditor/plugins/clipboard/dialogs/paste.js
 share/drupal/core/assets/vendor/ckeditor/plugins/dialog/dialogDefinition.js
 share/drupal/core/assets/vendor/ckeditor/plugins/icons.png
 share/drupal/core/assets/vendor/ckeditor/plugins/icons_hidpi.png
@@ -241,6 +244,7 @@
 share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pl.js
 share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js
 share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/pt.js
+share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ro.js
 share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/ru.js
 share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/si.js
 share/drupal/core/assets/vendor/ckeditor/plugins/specialchar/dialogs/lang/sk.js
@@ -626,6 +630,7 @@
 share/drupal/core/lib/Drupal/Component/PhpStorage/TESTING.txt
 share/drupal/core/lib/Drupal/Component/PhpStorage/composer.json
 share/drupal/core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php
+share/drupal/core/lib/Drupal/Component/Plugin/ConfigurableInterface.php
 share/drupal/core/lib/Drupal/Component/Plugin/ConfigurablePluginInterface.php
 share/drupal/core/lib/Drupal/Component/Plugin/Context/Context.php
 share/drupal/core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php
@@ -666,6 +671,7 @@
 share/drupal/core/lib/Drupal/Component/Plugin/Mapper/MapperInterface.php
 share/drupal/core/lib/Drupal/Component/Plugin/PluginAwareInterface.php
 share/drupal/core/lib/Drupal/Component/Plugin/PluginBase.php
+share/drupal/core/lib/Drupal/Component/Plugin/PluginHelper.php
 share/drupal/core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php
 share/drupal/core/lib/Drupal/Component/Plugin/PluginManagerBase.php
 share/drupal/core/lib/Drupal/Component/Plugin/PluginManagerInterface.php
@@ -705,8 +711,8 @@
 share/drupal/core/lib/Drupal/Component/Transliteration/TESTING.txt
 share/drupal/core/lib/Drupal/Component/Transliteration/TransliterationInterface.php
 share/drupal/core/lib/Drupal/Component/Transliteration/composer.json
+share/drupal/core/lib/Drupal/Component/Transliteration/data/da.php
 share/drupal/core/lib/Drupal/Component/Transliteration/data/de.php
-share/drupal/core/lib/Drupal/Component/Transliteration/data/dk.php
 share/drupal/core/lib/Drupal/Component/Transliteration/data/eo.php
 share/drupal/core/lib/Drupal/Component/Transliteration/data/kg.php
 share/drupal/core/lib/Drupal/Component/Transliteration/data/x00.php
@@ -923,6 +929,8 @@
 share/drupal/core/lib/Drupal/Component/Utility/Color.php
 share/drupal/core/lib/Drupal/Component/Utility/Crypt.php
 share/drupal/core/lib/Drupal/Component/Utility/DiffArray.php
+share/drupal/core/lib/Drupal/Component/Utility/EmailValidator.php
+share/drupal/core/lib/Drupal/Component/Utility/EmailValidatorInterface.php
 share/drupal/core/lib/Drupal/Component/Utility/Environment.php
 share/drupal/core/lib/Drupal/Component/Utility/Html.php
 share/drupal/core/lib/Drupal/Component/Utility/Image.php
@@ -955,6 +963,11 @@
 share/drupal/core/lib/Drupal/Component/Uuid/Uuid.php
 share/drupal/core/lib/Drupal/Component/Uuid/UuidInterface.php
 share/drupal/core/lib/Drupal/Component/Uuid/composer.json
+share/drupal/core/lib/Drupal/Component/Version/Constraint.php
+share/drupal/core/lib/Drupal/Component/Version/LICENSE.txt
+share/drupal/core/lib/Drupal/Component/Version/README.txt
+share/drupal/core/lib/Drupal/Component/Version/TESTING.txt
+share/drupal/core/lib/Drupal/Component/Version/composer.json
 share/drupal/core/lib/Drupal/Core/Access/AccessArgumentsResolverFactory.php
 share/drupal/core/lib/Drupal/Core/Access/AccessArgumentsResolverFactoryInterface.php
 share/drupal/core/lib/Drupal/Core/Access/AccessCheckInterface.php
@@ -986,7 +999,10 @@
 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/EmailAction.php
 share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php
+share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php
+share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/MessageAction.php
 share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/PublishAction.php
 share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/SaveAction.php
 share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/UnpublishAction.php
@@ -997,6 +1013,7 @@
 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
+share/drupal/core/lib/Drupal/Core/Ajax/AnnounceCommand.php
 share/drupal/core/lib/Drupal/Core/Ajax/AppendCommand.php
 share/drupal/core/lib/Drupal/Core/Ajax/BaseCommand.php
 share/drupal/core/lib/Drupal/Core/Ajax/BeforeCommand.php
@@ -1237,6 +1254,7 @@
 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
+share/drupal/core/lib/Drupal/Core/Config/MemoryStorage.php
 share/drupal/core/lib/Drupal/Core/Config/NullStorage.php
 share/drupal/core/lib/Drupal/Core/Config/PreExistingConfigException.php
 share/drupal/core/lib/Drupal/Core/Config/Schema/ArrayElement.php
@@ -1255,6 +1273,7 @@
 share/drupal/core/lib/Drupal/Core/Config/StorageCacheInterface.php
 share/drupal/core/lib/Drupal/Core/Config/StorageComparer.php
 share/drupal/core/lib/Drupal/Core/Config/StorageComparerInterface.php
+share/drupal/core/lib/Drupal/Core/Config/StorageCopyTrait.php
 share/drupal/core/lib/Drupal/Core/Config/StorageException.php
 share/drupal/core/lib/Drupal/Core/Config/StorageInterface.php
 share/drupal/core/lib/Drupal/Core/Config/Testing/ConfigSchemaChecker.php
@@ -1345,6 +1364,7 @@
 share/drupal/core/lib/Drupal/Core/Database/Query/Truncate.php
 share/drupal/core/lib/Drupal/Core/Database/Query/Update.php
 share/drupal/core/lib/Drupal/Core/Database/Query/Upsert.php
+share/drupal/core/lib/Drupal/Core/Database/ReplicaKillSwitch.php
 share/drupal/core/lib/Drupal/Core/Database/RowCountException.php
 share/drupal/core/lib/Drupal/Core/Database/Schema.php
 share/drupal/core/lib/Drupal/Core/Database/SchemaException.php
@@ -1396,6 +1416,7 @@
 share/drupal/core/lib/Drupal/Core/DependencyInjection/ContainerInjectionInterface.php
 share/drupal/core/lib/Drupal/Core/DependencyInjection/ContainerNotInitializedException.php
 share/drupal/core/lib/Drupal/Core/DependencyInjection/DependencySerializationTrait.php
+share/drupal/core/lib/Drupal/Core/DependencyInjection/DeprecatedServicePropertyTrait.php
 share/drupal/core/lib/Drupal/Core/DependencyInjection/ServiceModifierInterface.php
 share/drupal/core/lib/Drupal/Core/DependencyInjection/ServiceProviderBase.php
 share/drupal/core/lib/Drupal/Core/DependencyInjection/ServiceProviderInterface.php
@@ -1451,6 +1472,7 @@
 share/drupal/core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityAutocompleteMatcher.php
+share/drupal/core/lib/Drupal/Core/Entity/EntityBase.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityBundleListener.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityChangedInterface.php
@@ -1602,8 +1624,11 @@
 share/drupal/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
 share/drupal/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchemaConverter.php
 share/drupal/core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php
+share/drupal/core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php
 share/drupal/core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/Sql/TemporaryTableMapping.php
+share/drupal/core/lib/Drupal/Core/Entity/SynchronizableEntityTrait.php
+share/drupal/core/lib/Drupal/Core/Entity/SynchronizableInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/TranslatableInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/TranslatableRevisionableInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php
@@ -1648,7 +1673,6 @@
 share/drupal/core/lib/Drupal/Core/EventSubscriber/RedirectLeadingSlashesSubscriber.php
 share/drupal/core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php
 share/drupal/core/lib/Drupal/Core/EventSubscriber/RenderArrayNonHtmlSubscriber.php
-share/drupal/core/lib/Drupal/Core/EventSubscriber/ReplicaDatabaseIgnoreSubscriber.php
 share/drupal/core/lib/Drupal/Core/EventSubscriber/RequestCloseSubscriber.php
 share/drupal/core/lib/Drupal/Core/EventSubscriber/ResponseGeneratorSubscriber.php
 share/drupal/core/lib/Drupal/Core/EventSubscriber/RouteAccessResponseSubscriber.php
@@ -1659,6 +1683,7 @@
 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/Dependency.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
@@ -1680,6 +1705,8 @@
 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/ThemeEngineExtensionList.php
+share/drupal/core/lib/Drupal/Core/Extension/ThemeExtensionList.php
 share/drupal/core/lib/Drupal/Core/Extension/ThemeHandler.php
 share/drupal/core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php
 share/drupal/core/lib/Drupal/Core/Extension/ThemeInstaller.php
@@ -1701,6 +1728,7 @@
 share/drupal/core/lib/Drupal/Core/Field/FieldConfigBase.php
 share/drupal/core/lib/Drupal/Core/Field/FieldConfigInterface.php
 share/drupal/core/lib/Drupal/Core/Field/FieldConfigStorageBase.php
+share/drupal/core/lib/Drupal/Core/Field/FieldDefinition.php
 share/drupal/core/lib/Drupal/Core/Field/FieldDefinitionInterface.php
 share/drupal/core/lib/Drupal/Core/Field/FieldDefinitionListener.php
 share/drupal/core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php
@@ -1785,6 +1813,12 @@
 share/drupal/core/lib/Drupal/Core/Field/WidgetBaseInterface.php
 share/drupal/core/lib/Drupal/Core/Field/WidgetInterface.php
 share/drupal/core/lib/Drupal/Core/Field/WidgetPluginManager.php
+share/drupal/core/lib/Drupal/Core/File/Exception/DirectoryNotReadyException.php
+share/drupal/core/lib/Drupal/Core/File/Exception/FileException.php
+share/drupal/core/lib/Drupal/Core/File/Exception/FileExistsException.php
+share/drupal/core/lib/Drupal/Core/File/Exception/FileNotExistsException.php
+share/drupal/core/lib/Drupal/Core/File/Exception/FileWriteException.php
+share/drupal/core/lib/Drupal/Core/File/Exception/NotRegularFileException.php
 share/drupal/core/lib/Drupal/Core/File/FileSystem.php
 share/drupal/core/lib/Drupal/Core/File/FileSystemInterface.php
 share/drupal/core/lib/Drupal/Core/File/MimeType/ExtensionMimeTypeGuesser.php
@@ -1878,6 +1912,7 @@
 share/drupal/core/lib/Drupal/Core/Installer/Exception/InstallProfileMismatchException.php
 share/drupal/core/lib/Drupal/Core/Installer/Exception/InstallerException.php
 share/drupal/core/lib/Drupal/Core/Installer/Exception/NoProfilesException.php
+share/drupal/core/lib/Drupal/Core/Installer/ExtensionListTrait.php
 share/drupal/core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php
 share/drupal/core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php
 share/drupal/core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
@@ -1887,6 +1922,8 @@
 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/InstallerThemeEngineExtensionList.php
+share/drupal/core/lib/Drupal/Core/Installer/InstallerThemeExtensionList.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
@@ -1995,6 +2032,7 @@
 share/drupal/core/lib/Drupal/Core/PageCache/ResponsePolicy/NoServerError.php
 share/drupal/core/lib/Drupal/Core/PageCache/ResponsePolicyInterface.php
 share/drupal/core/lib/Drupal/Core/ParamConverter/AdminPathConfigEntityConverter.php
+share/drupal/core/lib/Drupal/Core/ParamConverter/DynamicEntityTypeParamConverterTrait.php
 share/drupal/core/lib/Drupal/Core/ParamConverter/EntityConverter.php
 share/drupal/core/lib/Drupal/Core/ParamConverter/EntityRevisionParamConverter.php
 share/drupal/core/lib/Drupal/Core/ParamConverter/MenuLinkPluginConverter.php
@@ -2310,6 +2348,8 @@
 share/drupal/core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php
 share/drupal/core/lib/Drupal/Core/StringTranslation/Translator/StaticTranslation.php
 share/drupal/core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php
+share/drupal/core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php
+share/drupal/core/lib/Drupal/Core/TempStore/Lock.php
 share/drupal/core/lib/Drupal/Core/TempStore/PrivateTempStore.php
 share/drupal/core/lib/Drupal/Core/TempStore/PrivateTempStoreFactory.php
 share/drupal/core/lib/Drupal/Core/TempStore/SharedTempStore.php
@@ -2416,6 +2456,7 @@
 share/drupal/core/lib/Drupal/Core/TypedData/Validation/RecursiveValidator.php
 share/drupal/core/lib/Drupal/Core/TypedData/Validation/TypedDataAwareValidatorTrait.php
 share/drupal/core/lib/Drupal/Core/TypedData/Validation/TypedDataMetadata.php
+share/drupal/core/lib/Drupal/Core/Update/UpdateCompilerPass.php
 share/drupal/core/lib/Drupal/Core/Update/UpdateKernel.php
 share/drupal/core/lib/Drupal/Core/Update/UpdateRegistry.php
 share/drupal/core/lib/Drupal/Core/Update/UpdateRegistryFactory.php
@@ -2431,6 +2472,7 @@
 share/drupal/core/lib/Drupal/Core/Utility/LinkGenerator.php
 share/drupal/core/lib/Drupal/Core/Utility/LinkGeneratorInterface.php
 share/drupal/core/lib/Drupal/Core/Utility/ProjectInfo.php
+share/drupal/core/lib/Drupal/Core/Utility/TableSort.php
 share/drupal/core/lib/Drupal/Core/Utility/ThemeRegistry.php



Home | Main Index | Thread Index | Old Index