MenuLinkParent breaks migration when Parent URI is external
Problem/MotivationMigrating from a drupal 6 site and get this error: [error] The internal path component 'https://example.com/publications.html' is external. You are not allowed to specify an external...
View ArticleReuse option in FileCopy migrate process plugin not work with remote files
I have tested that code:process: uri: plugin: file_copy reuse: true source: - source_file_path_remote - destination_file_path In the transform method of file_copy process plugin the download process...
View ArticleAdd bundle support to user entities
Since a user is an entity, it should be possible to have multiple user bundles. At first this idea looks very useless, because to differ between users we are using roles. But a role should just be...
View ArticleAdd support to migrate multilingual revisions
Problem/MotivationFirst, a quick tip of the hat to a certain legendary core developer, who shall here remain nameless, for discovering this problem.Migrate includes an EntityRevision destination, which...
View ArticleAdd DateTimeNormalizer+TimestampNormalizer, deprecate...
Problem/Motivation#2768651: Let TimestampItem (de)normalize to/from RFC3339 timestamps, not UNIX timestamps, for better DX fixed the normalization of "Time fields" aka the TimestampItem. But it did so...
View Article[PP-1] Add workspace UI in top dialog
Problem/MotivationThis is the implementation issue for #2732081: WI: Phase G2: Full-site preview with Workspace UI.There is one dependency:#2916781: Allow off-canvas dialog to be rendered at the top of...
View ArticleAdd base class for migrating reference fields
Problem/MotivationWe need to support migration of several different types of legacy reference fields to D8:Node and user reference, for both D6 and D7D7 taxonomy term reference fieldsD7 entity...
View ArticleUpdate empty table text so it's consistent and conforms to UI standards
Problem/MotivationThe user interface standards for empty text in a table state: Use Text pattern "No [things] available. Add [a thing]". The "Add [a thing]" link is the same action as the Local action...
View ArticleMigrate Drupal 7 entity translation data to Drupal 8
Is there an upgrade path planed or will users stand in the rain / stuck like in some past i18n upgrades? I'd like to know if there will be an automatic process or if everyone need to develop upgrades...
View ArticleAdding and altering entity types and fields in update hooks can lead to...
It doesn't appear that there is a good way to handle the following scenario in a module:Install a module.In an update hook, add a brand-new entity type, in-lining the content entity type definition.In...
View ArticleFix up docblock of generated javascript files and add @codingStandardsIgnoreFile
When the javascript files are compiled from the *.es6.js files a comment is added to the top of the page. This is not a docblock and if phpcs checks the file it will always fail.I have changed the...
View ArticleAdd missing help text for user.module
Help texts are needed for user 1 edit page:- "user/1/edit"[removed old path and reference]Suggested text (adapted from #4)Be careful, you are editing the admin user. Changes made here could lock you...
View ArticleSafeguard image derivative token from changes to $_GET
I'm dealing with a strange issue on my site where somehow $_GET is being rewritten and the image derivative token itok is no longer present for my image derivative requests. I don't know exactly where...
View ArticleChanging file's display type to be just the URL to file creates WSOD.
What are the steps required to reproduce the bug?I have an entity/content type that has 3 file upload fields.These are for 3 video formats (ogv, webm, mp4) I am hoping to render out to a element in my...
View ArticleReword user cancellation form buttons
Problem/MotivationThe two choices at the bottom of the confirmation screen when canceling a user account are a button with the text "Cancel account" and a link with the text "Cancel." While the...
View ArticleIncrease contrast for menu links
This is a follow up from #2938194: Focus styles should meet accessibility guidelines in Umami theme === The main menu links are poor. The underline is a bit pale looking. What contrast is that? Also...
View ArticleAdd an EntityOwnerTrait to standardize the base field needed by...
Problem/MotivationThis was raised as a review point in #2784921-135: Add Workspaces experimental module:+++ b/core/modules/workspace/src/Entity/Workspace.php @@ -0,0 +1,223 @@ +...
View Article[PP-1] Update the default file entity owner to the current user
Problem/MotivationFollow up to #2949964: Add an EntityOwnerTrait to standardize the base field needed by EntityOwnerInterface.Proposed resolutionRemaining tasksUser interface changesAPI changesData...
View Article[PP-1] Update the default comment entity owner to the current user
Problem/MotivationFollow up to #2949964: Add an EntityOwnerTrait to standardize the base field needed by EntityOwnerInterface.Proposed resolutionRemaining tasksUser interface changesAPI changesData...
View ArticleWI: Workspace module roadmap
Note: This is issue is part of #2721129: Workflow Initiative and is only meant for planning and governance sign-offs. Work will happen in child issues of this plan.Target version for beta stability:...
View Article