Make book navigation block cacheable
Problem/MotivationFrom BookNavigationBlock: /** * {@inheritdoc} * * @todo Make cacheable as part of https://drupal.org/node/1805054 */ public function getCacheMaxAge() { return 0; } Proposed...
View ArticleNo "Drupal" in UI text -- migrate, migrate_drupal, migrate_drupal_ui
Problem/MotivationThis is a child issue of #2144861: [meta] Replace Drupal in UI text with the name of the distribution, for the following modules/components: migrate, migrate_drupal,...
View ArticleMeeting of the Bug Smash Initiative 2021-02-16
Agenda itemsStanding itemsWho is hereAny other suggested topicsWins / Thanks / BlockersStatistics and functionality update. X new bugs created in last two weeks. Y closed by the initiative.The bug I...
View ArticleComment form appering only with a title field if content type of that node is...
Follower of #400450: Be more graceful when editing nodes with disabled node types and #232327: Deleting node type leaves orphan nodes . Steps to reproduce:Add couple of nodes for a particular content...
View Articledb_select, db_insert, db_delete, db_update broken on non-default databases...
Problem/MotivationHello, we are using db_select to join data from our default drupal database with data from a secondary user database. With Drupal 7.78 they overwritten the default setPrefix function...
View ArticleDrupal turned into a bullshit after Drupal 8 Release
Problem/MotivationSteps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model changesRelease notes snippet
View ArticlePHP and JS issues on fresh migrated D8.9.10
Hello,I face off issues about PHP:Warning : Invalid argument supplied for foreach() dans Drupal\Core\Field\FormatterPluginManager->getOptions()...
View ArticleDrupal Usability Meeting 2021-02-05
This meeting takes place every Friday at 10:00am ET (7:00am PT, currently 15:00 UTC). See Time.is to see what that is in your timezone.The meetings are held using Zoom, and a link is posted in the #ux...
View ArticleResend welcome message from admin user/edit
Problem/MotivationNew users registering accounts on a Drupal site can lose the welcome email to their spam filtering software or 3rd party email provider error.New users can be created/imported into a...
View Articlemove_uploaded_file() ignores return value of stream_flush()
When using move_uploaded_file() or \Drupal\Core\File\FileSystem::moveUploadedFile() with a stream wrapper url as destination, the return value of the method stream_flush() is ignored. The function...
View ArticleAllow for deletion of a single value of a multiple value field
Problem/MotivationI'm working on creating a custom field that has multiple entry items in the field. The field would look like this Field 1 - Text Field 2 - Text Field 3 - TextAll would be saved into...
View ArticleKernelTestBaseTest::testOutboundHttpRequest() does not perform any assertion
Problem/MotivationThe fix merged in Outbound HTTP requests fail with KernelTestBase #51 added test coverage that does not perform any assertion, which is considered an antipattern.PHPUnit would...
View ArticleSource count caching broken: impossible to enable source count caching for...
Problem/MotivationThis flaw was introduced in #2125717: Migrate in core: patch #1 and also not fixed in #2427335: Combine legacy Source class into...
View ArticleContentEntity source plugin should exclude user with uid "0"
Problem/MotivationDrupal 6 and Drupal 7 user entity source plugins exclude the anonymous account (uid = "0") in their database query. ContentEntity source plugin should should follow them.Proposed...
View ArticleStubs should only be created if the referenced source row actually exists
Problem/MotivationCurrently, stubs are blindly created for any referenced entity ID on the source site, even if that is a non-existing entity reference ID!If you're also validating all your migrated...
View ArticleRoute migrate process plugin shouldn't assume that the $options variable...
Blocks #3051251: Existing menu links show validation issues on migration (and ALL menu links pointing to node translations are invalid) if it will solved by menu link migration...
View ArticleFix D7 test fixture
Problem/MotivationThe D7 test fixture has been steadily getting more difficult too work with, my guess is that this started when the translation work began. It is no longer possible to bring up a site...
View Article