[policy, no patch] Drupal 7 (and 8) EOL timing
Problem/MotivationClosely related to #2598662: Decide when Drupal 7 (and Drupal 8 and later) should enter the LTS and security-support-only phase, except that's about when the branches start LTS, this...
View ArticleFireFox not displaying Views configuration screen correctly
FireFox Developer Addition v48.0a2 (2016-06-03) on Mac OS running 10.11.5 doesn't display the advanced section correctly. It gets pushed below (see pic)
View ArticleRemove user.icons.theme from core CSS
Problem/MotivationSee: #2489460: [Meta] Move user.icons.theme to ClassyProposed resolutionMove the CSS file to Seven. Create a library for the CSS file. Add the library in the seven twig...
View ArticleOnce a process plugin returns multiple values, all following plugins are...
Problem/MotivationWhile working on #2827644: Fix path alias migration of translated nodes [D6 & D7], I tried using this process pipeline:translation_source: - plugin: explode source: src delimiter:...
View ArticleREST views: Views field is not displayed as token, if exclude flag is set and...
Hi!I'm not sure, if the title describes the problem properly, so here's a better description:#2606548: \Drupal\rest\Plugin\views\row\DataFieldRow::render should take into account the 'exclude' flag...
View ArticleRemove brittleness from ConfigEntityStorageTest
Problem/MotivationConfigEntityStorageTest mixes Config and ImmutableConfig, and uses ->at() on mocks, which is extremely brittle. See fails on #2798783-2: hook_entity_insert() and...
View ArticleReset button shows on exposed filter defaults
When pagination navigation happens, even tough exposed filters are default, the reset button will be displayed. Steps to reproduce(optional) Edit the content views pager to make sure it has more than...
View ArticleAdd support for Quick Edit to the Content Moderation module
Problem/MotivationAt the moment, Content Moderation and Quick Edit are incompatible. If users are viewing a moderated entity, Quick Edit is only available on the default revision, which goes against...
View ArticleList "Quick edit" before "Configure" in contextual links...
It came up a few times in #2762505: Introduce "outside in" quick edit pattern to core that it's strange for the "Quick edit" link to be at the top of contextual links in the "normal" site view, but in...
View ArticleAuthoring Information and Promotions Options require Administer content...
Hello,I am not sure this is a bug or by design!When a user "editor" (non admin) is editing a node, the Authoring Information and Promotions Options are not available. For the user to have access to...
View ArticleReduce method and control structure length/complexity in Migrate UI
Problem/MotivationFrom @tim.plunkett's review in #2281691: User interface for migration-based upgrades:+++ b/core/modules/drupal_upgrade/src/Form/MigrateUpgradeForm.php @@ -0,0 +1,1196 @@ + else { +...
View ArticleHighwater condition isn't added (on remote databases)
Sorry folks I have no enough time to document everything right.Here:https://github.com/drupal/drupal/blob/8.2.x/core/modules/migrate/src/Plu... — the condition is not really added since...
View ArticleAdd documentation to DedupeBase/DedupeEntity process plugins
Problem/MotivationMigrate has the concept of de-duplication, where it looks for things with identical machine names, and creates a copy if there's a match.This is actually creating duplicates (or...
View ArticleProperly check if a destination folder for a file exists
When I run a migration that imports images on a new instance I get the following bogus error message:The specified file ../resources/migrate/collection/banner/this-is-just-a-testing-banner.jpg could...
View ArticleRandom fail in CopyFileTest
Problem/MotivationJust noticed this on https://www.drupal.org/pift-ci-job/518115Migrate.Drupal\Tests\migrate\Kernel\process\CopyFileTest ✗ rupal\Tests\migrate\Kernel\process\CopyFileTe exception:...
View ArticleVariable to config: search_active_modules [d7]
Migrate the D7 variable, search_active_modules.Most of the variable to config migrations are straightforward. This one is a little different and will require more work. Search_active_modules is a...
View ArticleDocument dangers of preserving IDs on migration
Problem/MotivationImplementing an automated update-the-auto-increment-value approach to #2748609: Preserving auto-increment IDs on migration is fragile is going to be difficult and take time - for now,...
View ArticleFix rollback of configuration translations
Rollback of configuration translations clears the map table but does not delete the translation. And the reported rollback count is incorrect.v@dev2 {/opt/sites/d8} (tmp2)$ drush mi upgrade_system_site...
View ArticleFix path alias migration of translated nodes [D6 & D7]
Problem/MotivationSub-issue for #2746527: [META] Handle data related to D6 translations with different IDs.When migrating path aliases of translated nodes, some aliases will point to non-existent nodes...
View Article