pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/drupal8 Update to 8.5.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/0dd9b4cadc43
branches: trunk
changeset: 378042:0dd9b4cadc43
user: prlw1 <prlw1%pkgsrc.org@localhost>
date: Tue Mar 27 11:08:27 2018 +0000
description:
Update to 8.5.0
What's new in Drupal 8.5.0?
This new version makes Media module available for all, improves
migrations significantly, stabilizes the Content Moderation and
Settings Tray modules, serves dynamic pages faster with BigPipe enabled
by default, and introduces a new experimental entity layout user
interface. The release includes several very important fixes for
workflows of content translations and supports running on PHP 7.2.
diffstat:
www/drupal8/Makefile | 4 +-
www/drupal8/PLIST | 1768 ++++++++++++++++++++++++++++++++++++++++++-------
www/drupal8/distinfo | 10 +-
3 files changed, 1513 insertions(+), 269 deletions(-)
diffs (truncated from 3959 to 300 lines):
diff -r 24865723c7cc -r 0dd9b4cadc43 www/drupal8/Makefile
--- a/www/drupal8/Makefile Tue Mar 27 08:18:40 2018 +0000
+++ b/www/drupal8/Makefile Tue Mar 27 11:08:27 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/02/27 07:48:29 wen Exp $
+# $NetBSD: Makefile,v 1.4 2018/03/27 11:08:27 prlw1 Exp $
-DISTNAME= drupal-8.4.5
+DISTNAME= drupal-8.5.0
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= http://ftp.drupal.org/files/projects/
diff -r 24865723c7cc -r 0dd9b4cadc43 www/drupal8/PLIST
--- a/www/drupal8/PLIST Tue Mar 27 08:18:40 2018 +0000
+++ b/www/drupal8/PLIST Tue Mar 27 11:08:27 2018 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2018/02/27 07:48:29 wen Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/03/27 11:08:27 prlw1 Exp $
share/drupal/.csslintrc
share/drupal/.editorconfig
share/drupal/.eslintignore
share/drupal/.eslintrc.json
share/drupal/.gitattributes
+share/drupal/.ht.router.php
share/drupal/.htaccess
share/drupal/LICENSE.txt
share/drupal/README.txt
@@ -13,6 +14,7 @@
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/.stylelintrc.json
share/drupal/core/CHANGELOG.txt
@@ -32,7 +34,6 @@
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
@@ -969,6 +970,13 @@
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/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/EntityPublishedActionDeriver.php
+share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.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
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/AjaxResponse.php
@@ -990,6 +998,7 @@
share/drupal/core/lib/Drupal/Core/Ajax/InvokeCommand.php
share/drupal/core/lib/Drupal/Core/Ajax/OpenDialogCommand.php
share/drupal/core/lib/Drupal/Core/Ajax/OpenModalDialogCommand.php
+share/drupal/core/lib/Drupal/Core/Ajax/OpenOffCanvasDialogCommand.php
share/drupal/core/lib/Drupal/Core/Ajax/PrependCommand.php
share/drupal/core/lib/Drupal/Core/Ajax/RedirectCommand.php
share/drupal/core/lib/Drupal/Core/Ajax/RemoveCommand.php
@@ -1079,6 +1088,7 @@
share/drupal/core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php
share/drupal/core/lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php
share/drupal/core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php
+share/drupal/core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php
share/drupal/core/lib/Drupal/Core/Cache/CacheableJsonResponse.php
share/drupal/core/lib/Drupal/Core/Cache/CacheableMetadata.php
share/drupal/core/lib/Drupal/Core/Cache/CacheableRedirectResponse.php
@@ -1349,8 +1359,6 @@
share/drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/ProxyServicesPass.php
share/drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php
share/drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php
-share/drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteEnhancers.php
-share/drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteFilters.php
share/drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterServicesForDestructionPass.php
share/drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php
share/drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php
@@ -1407,6 +1415,8 @@
share/drupal/core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php
share/drupal/core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php
share/drupal/core/lib/Drupal/Core/Entity/Entity.php
+share/drupal/core/lib/Drupal/Core/Entity/Entity/Access/EntityFormDisplayAccessControlHandler.php
+share/drupal/core/lib/Drupal/Core/Entity/Entity/Access/EntityViewDisplayAccessControlHandler.php
share/drupal/core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
share/drupal/core/lib/Drupal/Core/Entity/Entity/EntityFormMode.php
share/drupal/core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php
@@ -1419,6 +1429,7 @@
share/drupal/core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php
share/drupal/core/lib/Drupal/Core/Entity/EntityChangedInterface.php
share/drupal/core/lib/Drupal/Core/Entity/EntityChangedTrait.php
+share/drupal/core/lib/Drupal/Core/Entity/EntityChangesDetectionTrait.php
share/drupal/core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php
share/drupal/core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php
share/drupal/core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php
@@ -1514,6 +1525,8 @@
share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraintValidator.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
+share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php
share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraint.php
share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraintValidator.php
share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ValidReferenceConstraint.php
@@ -1546,6 +1559,7 @@
share/drupal/core/lib/Drupal/Core/Entity/RevisionableContentEntityBase.php
share/drupal/core/lib/Drupal/Core/Entity/RevisionableEntityBundleInterface.php
share/drupal/core/lib/Drupal/Core/Entity/RevisionableInterface.php
+share/drupal/core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php
share/drupal/core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php
share/drupal/core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php
share/drupal/core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php
@@ -1559,6 +1573,10 @@
share/drupal/core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.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/TranslatableInterface.php
+share/drupal/core/lib/Drupal/Core/Entity/TranslatableRevisionableInterface.php
+share/drupal/core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php
+share/drupal/core/lib/Drupal/Core/Entity/TranslatableStorageInterface.php
share/drupal/core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php
share/drupal/core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php
share/drupal/core/lib/Drupal/Core/Entity/entity.api.php
@@ -1603,8 +1621,6 @@
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
-share/drupal/core/lib/Drupal/Core/EventSubscriber/RouteEnhancerSubscriber.php
-share/drupal/core/lib/Drupal/Core/EventSubscriber/RouteFilterSubscriber.php
share/drupal/core/lib/Drupal/Core/EventSubscriber/RouteMethodSubscriber.php
share/drupal/core/lib/Drupal/Core/EventSubscriber/RssResponseRelativeUrlFilter.php
share/drupal/core/lib/Drupal/Core/EventSubscriber/SpecialAttributesRouteSubscriber.php
@@ -1641,6 +1657,8 @@
share/drupal/core/lib/Drupal/Core/Field/BaseFieldOverrideAccessControlHandler.php
share/drupal/core/lib/Drupal/Core/Field/BaseFieldOverrideStorage.php
share/drupal/core/lib/Drupal/Core/Field/ChangedFieldItemList.php
+share/drupal/core/lib/Drupal/Core/Field/DeletedFieldsRepository.php
+share/drupal/core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php
share/drupal/core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php
share/drupal/core/lib/Drupal/Core/Field/EntityReferenceFieldItemList.php
share/drupal/core/lib/Drupal/Core/Field/EntityReferenceFieldItemListInterface.php
@@ -1656,7 +1674,6 @@
share/drupal/core/lib/Drupal/Core/Field/FieldItemInterface.php
share/drupal/core/lib/Drupal/Core/Field/FieldItemList.php
share/drupal/core/lib/Drupal/Core/Field/FieldItemListInterface.php
-share/drupal/core/lib/Drupal/Core/Field/FieldModuleUninstallValidator.php
share/drupal/core/lib/Drupal/Core/Field/FieldStorageDefinitionEvent.php
share/drupal/core/lib/Drupal/Core/Field/FieldStorageDefinitionEventSubscriberTrait.php
share/drupal/core/lib/Drupal/Core/Field/FieldStorageDefinitionEvents.php
@@ -1726,6 +1743,7 @@
share/drupal/core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php
share/drupal/core/lib/Drupal/Core/Field/RequiredFieldStorageDefinitionInterface.php
share/drupal/core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php
+share/drupal/core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinitionInterface.php
share/drupal/core/lib/Drupal/Core/Field/WidgetBase.php
share/drupal/core/lib/Drupal/Core/Field/WidgetBaseInterface.php
share/drupal/core/lib/Drupal/Core/Field/WidgetInterface.php
@@ -1785,6 +1803,22 @@
share/drupal/core/lib/Drupal/Core/GeneratedNoLink.php
share/drupal/core/lib/Drupal/Core/GeneratedUrl.php
share/drupal/core/lib/Drupal/Core/Http/ClientFactory.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableAccessDeniedHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableBadRequestHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableConflictHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableGoneHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableLengthRequiredHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableMethodNotAllowedHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableNotAcceptableHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableNotFoundHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheablePreconditionFailedHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheablePreconditionRequiredHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableServiceUnavailableHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableTooManyRequestsHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableUnauthorizedHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableUnprocessableEntityHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableUnsupportedMediaTypeHttpException.php
share/drupal/core/lib/Drupal/Core/Http/HandlerStackConfigurator.php
share/drupal/core/lib/Drupal/Core/Http/LinkRelationType.php
share/drupal/core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php
@@ -1838,6 +1872,8 @@
share/drupal/core/lib/Drupal/Core/Language/LanguageManagerInterface.php
share/drupal/core/lib/Drupal/Core/Language/language.api.php
share/drupal/core/lib/Drupal/Core/Layout/Annotation/Layout.php
+share/drupal/core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php
+share/drupal/core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php
share/drupal/core/lib/Drupal/Core/Layout/LayoutDefault.php
share/drupal/core/lib/Drupal/Core/Layout/LayoutDefinition.php
share/drupal/core/lib/Drupal/Core/Layout/LayoutInterface.php
@@ -1902,6 +1938,10 @@
share/drupal/core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php
share/drupal/core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php
share/drupal/core/lib/Drupal/Core/Menu/menu.api.php
+share/drupal/core/lib/Drupal/Core/Messenger/LegacyMessenger.php
+share/drupal/core/lib/Drupal/Core/Messenger/Messenger.php
+share/drupal/core/lib/Drupal/Core/Messenger/MessengerInterface.php
+share/drupal/core/lib/Drupal/Core/Messenger/MessengerTrait.php
share/drupal/core/lib/Drupal/Core/Operations/OperationsProviderInterface.php
share/drupal/core/lib/Drupal/Core/PageCache/ChainRequestPolicy.php
share/drupal/core/lib/Drupal/Core/PageCache/ChainRequestPolicyInterface.php
@@ -1994,7 +2034,6 @@
share/drupal/core/lib/Drupal/Core/ProxyClass/Entity/ContentUninstallValidator.php
share/drupal/core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php
share/drupal/core/lib/Drupal/Core/ProxyClass/Extension/RequiredModuleUninstallValidator.php
-share/drupal/core/lib/Drupal/Core/ProxyClass/Field/FieldModuleUninstallValidator.php
share/drupal/core/lib/Drupal/Core/ProxyClass/File/MimeType/ExtensionMimeTypeGuesser.php
share/drupal/core/lib/Drupal/Core/ProxyClass/File/MimeType/MimeTypeGuesser.php
share/drupal/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php
@@ -2099,6 +2138,7 @@
share/drupal/core/lib/Drupal/Core/Render/MainContent/MainContentRendererInterface.php
share/drupal/core/lib/Drupal/Core/Render/MainContent/MainContentRenderersPass.php
share/drupal/core/lib/Drupal/Core/Render/MainContent/ModalRenderer.php
+share/drupal/core/lib/Drupal/Core/Render/MainContent/OffCanvasRenderer.php
share/drupal/core/lib/Drupal/Core/Render/Markup.php
share/drupal/core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
share/drupal/core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php
@@ -2124,6 +2164,7 @@
share/drupal/core/lib/Drupal/Core/Routing/AccessAwareRouter.php
share/drupal/core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php
share/drupal/core/lib/Drupal/Core/Routing/AdminContext.php
+share/drupal/core/lib/Drupal/Core/Routing/BcRoute.php
share/drupal/core/lib/Drupal/Core/Routing/CacheableSecuredRedirectResponse.php
share/drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php
share/drupal/core/lib/Drupal/Core/Routing/ContentTypeHeaderMatcher.php
@@ -2132,9 +2173,9 @@
share/drupal/core/lib/Drupal/Core/Routing/Enhancer/FormRouteEnhancer.php
share/drupal/core/lib/Drupal/Core/Routing/Enhancer/ParamConversionEnhancer.php
share/drupal/core/lib/Drupal/Core/Routing/Enhancer/RouteEnhancerInterface.php
+share/drupal/core/lib/Drupal/Core/Routing/EnhancerInterface.php
+share/drupal/core/lib/Drupal/Core/Routing/FilterInterface.php
share/drupal/core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php
-share/drupal/core/lib/Drupal/Core/Routing/LazyRouteEnhancer.php
-share/drupal/core/lib/Drupal/Core/Routing/LazyRouteFilter.php
share/drupal/core/lib/Drupal/Core/Routing/LinkGeneratorTrait.php
share/drupal/core/lib/Drupal/Core/Routing/LocalAwareRedirectResponseTrait.php
share/drupal/core/lib/Drupal/Core/Routing/LocalRedirectResponse.php
@@ -2222,6 +2263,11 @@
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/PrivateTempStore.php
+share/drupal/core/lib/Drupal/Core/TempStore/PrivateTempStoreFactory.php
+share/drupal/core/lib/Drupal/Core/TempStore/SharedTempStore.php
+share/drupal/core/lib/Drupal/Core/TempStore/SharedTempStoreFactory.php
+share/drupal/core/lib/Drupal/Core/TempStore/TempStoreException.php
share/drupal/core/lib/Drupal/Core/Template/Attribute.php
share/drupal/core/lib/Drupal/Core/Template/AttributeArray.php
share/drupal/core/lib/Drupal/Core/Template/AttributeBoolean.php
@@ -2310,6 +2356,7 @@
share/drupal/core/lib/Drupal/Core/TypedData/Type/UriInterface.php
share/drupal/core/lib/Drupal/Core/TypedData/TypedData.php
share/drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php
+share/drupal/core/lib/Drupal/Core/TypedData/TypedDataInternalPropertiesHelper.php
share/drupal/core/lib/Drupal/Core/TypedData/TypedDataManager.php
share/drupal/core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php
share/drupal/core/lib/Drupal/Core/TypedData/TypedDataTrait.php
@@ -2392,6 +2439,20 @@
share/drupal/core/misc/dialog/dialog.js
share/drupal/core/misc/dialog/dialog.position.es6.js
share/drupal/core/misc/dialog/dialog.position.js
+share/drupal/core/misc/dialog/off-canvas.base.css
+share/drupal/core/misc/dialog/off-canvas.button.css
+share/drupal/core/misc/dialog/off-canvas.css
+share/drupal/core/misc/dialog/off-canvas.details.css
+share/drupal/core/misc/dialog/off-canvas.dropbutton.css
+share/drupal/core/misc/dialog/off-canvas.es6.js
+share/drupal/core/misc/dialog/off-canvas.form.css
+share/drupal/core/misc/dialog/off-canvas.js
+share/drupal/core/misc/dialog/off-canvas.layout.css
+share/drupal/core/misc/dialog/off-canvas.motion.css
+share/drupal/core/misc/dialog/off-canvas.reset.css
+share/drupal/core/misc/dialog/off-canvas.table.css
+share/drupal/core/misc/dialog/off-canvas.tabledrag.css
+share/drupal/core/misc/dialog/off-canvas.theme.css
share/drupal/core/misc/displace.es6.js
share/drupal/core/misc/displace.js
share/drupal/core/misc/dropbutton/dropbutton.css
@@ -2530,9 +2591,9 @@
share/drupal/core/modules/action/action.views_execution.inc
share/drupal/core/modules/action/config/install/action.settings.yml
share/drupal/core/modules/action/config/schema/action.schema.yml
-share/drupal/core/modules/action/migration_templates/action_settings.yml
-share/drupal/core/modules/action/migration_templates/d6_action.yml
-share/drupal/core/modules/action/migration_templates/d7_action.yml
+share/drupal/core/modules/action/migrations/action_settings.yml
+share/drupal/core/modules/action/migrations/d6_action.yml
+share/drupal/core/modules/action/migrations/d7_action.yml
share/drupal/core/modules/action/src/ActionAddForm.php
share/drupal/core/modules/action/src/ActionEditForm.php
share/drupal/core/modules/action/src/ActionFormBase.php
@@ -2545,10 +2606,14 @@
share/drupal/core/modules/action/src/Plugin/migrate/source/Action.php
share/drupal/core/modules/action/tests/action_bulk_test/action_bulk_test.info.yml
share/drupal/core/modules/action/tests/action_bulk_test/config/install/views.view.test_bulk_form.yml
+share/drupal/core/modules/action/tests/action_form_ajax_test/action_form_ajax_test.info.yml
+share/drupal/core/modules/action/tests/action_form_ajax_test/config/schema/action_form_ajax_test.schema.yml
Home |
Main Index |
Thread Index |
Old Index