System update 8702 fails with " Error: Call to a member function...
After updating to Drupal 8.7.0 and updating the database using drush updb system update 8702 fails. I'm not sure how to debug this, or where that error message is coming from exactly> [notice]...
View ArticleLayoutEntityHelperTrait::isLayoutCompatibleEntity() should check whether the...
Problem/Motivation\Drupal\layout_builder\LayoutEntityHelperTrait::isLayoutCompatibleEntity() is invoked on every entity presave by \Drupal\layout_builder\InlineBlockEntityOperations::handlePreSave(),...
View Articlemedia_library_update_8701() fails during update from 8.6.15 to 8.7.0
I'm still looking into this, but wanted to create an issue so others can help out if they are seeing the same problem.When I run drush updb it fails with this error:The display context is not a valid...
View Articlenode_access filters out accessible nodes when node is left joined
Updated: Comment #334Problem/MotivationCurrently, when a node table is left joined into a query, adding a node_access tag to the query filters out accessible rows from the base table (effectively...
View ArticleConnection::query() does not support 'target' option
Problem/Motivation\Drupal\Core\Database\Connection::query() and ::defaultOptions() refer to a 'target' option where the database connection can be changed. This doesn't actually work, as with the...
View ArticleLayout builder link add: Set background alignment to center
The plus icon for .layout-builder__link--add is set to be top left, which means when the line height / font size of a theme is bigger than the icon it becomes offset - see below for how this looks in...
View ArticleArchitecture RFC: Field token architecture
Problem/MotivationWe need field tokens for Drupal 7. This capability used to be provided by CCK, but CCK was moved into core without this functionality, and Drupal 7 shipped without it in order to meet...
View Article[META] Policies and plans for stabilising and/or removing experimental...
Problem/MotivationA pre-requisite of releasing Drupal 9 is that we don't keep experimental modules around. We either need to stabilise them or remove them.Proposed resolutionField Layout: #3007167:...
View ArticleAllow longer database file name for the SQLite driver
When installing Drupal with a sqlite database, "Database name" and "Database file" textfield are limited by a length of 128 characters.Under certain circumstances, this limit is not enough.In my case,...
View ArticleReplace deprecated service entityManager in aggregator.module
Problem/MotivationUse deprecated service @entityManageProposed resolutionReplace by service @entityTypeManager
View ArticleMigrate UI - allow modules to declare the state of their migrations
Problem/MotivationModules need a way to declare their migration status and give a short description on the Migrate Upgrade review page, /upgrade. The short description can have a link to a...
View ArticleLinks to twig.sensiolabs.org are redirects: replace with its destination URLs
Problem/MotivationIn #3050448: @see link in TwigNodeTrans docs is a 404 a link to twig.sensiolabs.org was replaced because it returned a 404. All URLs to twig.sensiolabs.org are currently redirects so...
View Article@see link in TwigNodeTrans docs is a 404
API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Template%...https://twig.symfony.com/doc/2.x/extensions/i18n.html is a 404.
View ArticleExtensions in Multisite Directories Not Registered When Rebuilding Cache
To ReproduceConfigure a multisite setup with at least one extension (module/theme) in the sites/[sitename]/[modules|themes] directory.Ensure the extension is enabled.In the site-specific module, place...
View ArticleExposed term filter is not updated when terms are added, deleted, or...
(I honestly don't know if this belongs in Views, Taxonomy, or Cache...)If a view has an exposed term filter, the options are not updated when new terms are added to the vocabulary. Similar results when...
View ArticleConvert schema.inc to a service
Problem/MotivationConvert the schema.inc functions to a service so it can be injected, unit tested and swapped. Affected...
View ArticleReplace deprecated functions db_* on module ban
Problem/MotivationUse deprecated functions db_*Proposed resolutionReplace function db_*
View ArticleBetter error message for field storage changes
Right now when you run a config import and have a storage conflict you get an error that says"Cannot change the field type for an existing field storage." While this might be clear when working on one...
View ArticleMenu configuration is not being saved
Hello there! I've a project deadline at the end of this month, so any help with this issue will be greatly appreciated. I'm using seven theme for admin part of the site. Menu configuration is not...
View ArticleReplace deprecated functions db_ on big_pipe module
Problem/MotivationUse of the functions db_*Proposed resolutionReplace functions db_*
View Article