Fix SqlBase fallback priorities and document them
Problem/MotivationSome problems with the fallback mechanisms in SqlBase::getDatabase():If the global fallback_state_key is set, it overrides explicit configuration on the specific source plugin - a...
View ArticleLanguage Neutral Taxonomy cannot be filtered on
STEPS TO REPRODUCEEnable 2 languagesCreate a new content type: newsEnable it for translationCreate a new vocabulary: categoriesEnable it for translationCreate a taxonomy reference on content type news...
View Article[regression] Table Drag handles no longer respond to up/down arrow keys
Problem/MotivationThe table drag handles are no longer keyboard-accessible. These are used in many places in the content-authoring and site-building UIs.When table drag handles have focus, the up/down...
View ArticleRequests are pushed onto the request stack twice, popped once
Problem/MotivationSymfony\Component\HttpKernel\HttpKernel::handleRaw() pushes $request onto the stack and Symfony\Component\HttpKernel\HttpKernel::finishRequest() pops it.DrupalKernel::preHandle() also...
View ArticleHarden test EntityResource + Dynamic Page Cache test coverage
Problem/MotivationReported by @effulgentsia at #2827797-55: ResourceResponse(Subscriber) + Dynamic Page Cache: making authenticated ResourceResponses significantly faster:+++...
View ArticleSingle item import fails with theme dependency error
Hello,I have a Drupal 8 development site with an error that gets me stuck with migrating content. So I am trying to export all my setting to a fresh site. I exported them via...
View ArticleError after 8.2-8.3 upgrade with revision_id column in...
I created a new site with 8.2.x, and before work began on actually building it 8.3.x was released. I completed that upgrade process successfully. Afterwards, someone created a vocabulary and tried...
View ArticleUpdate jQuery UI to 1.12
Problem/MotivationjQuery versions older than 3 are end of life.Before we can update to jQuery 3, we need to update to jQuery UI 1.12.* because the version we're on at the moment (1.11.*) was released...
View Article[Meta] Remove database specific logic from core
Problem/MotivationDrupal core has still lots of database specific logic that has not been moved to DTBNG. There are many parts of core that take conditional actions depending on which database backend...
View ArticleDon't render status messages if there are no messages but also include...
Problem/MotivationThis might be by design but we're loading the status message twig template when we have no status messages. Not sure this makes a great deal of sense.Proposed resolutionDon't return a...
View ArticleNumericField.php does not support negative value rendering in range -0.xx.
Problem/MotivationViews fields that use the numeric field plugin cannot render float values between zero and negative one. Values of this range will be rendered as positive instead of negative. E.g....
View ArticleCCK field data not available for D7 taxonomy term migrations
Problem/MotivationWhen migrating taxonomy terms from Drupal 7 to 8, the field instance configuration for fields added to the taxonomy_term entity and the data within them is not coming across. I...
View ArticleAdd Change record to @deprecated for Term
Add Change record to @deprecated for Term.php on line 18
View ArticleVerify peer on HTTPS if cURL available (but be careful of built-in cert...
Problem/MotivationDrupal does not currently verify that SSL certificates use a trusted root cert. This affects any requests initiated with drupal_http_request. It also affects OpenID discovery and...
View ArticleInstall profile's block config entities failing to import because their...
Related earlier issues I could find:#2695449: Unable to Import Views Configuration block.block.bootstrap_mytheme_account_menu depends on the bootstrap_mytheme theme that will not be installed after...
View ArticleConvert web tests to browser tests for menu_link_content module
See #2735005: Convert all Simpletest web tests to BrowserTestBase (or UnitTestBase/KernelTestBase)All tests are in scope here.MenuLinkContentTranslationUITest will use...
View ArticleRecent comments title link missing URL fragment
Problem/Motivation1. Installed Drupal 8.x-4.x 2. Create an article. 3. Posted some comments to the article. 4. Enable Recent comments block Expected - the comment title link in the block should go to...
View ArticleImprove performance when menu link value matches with the original value
Problem/MotivationIn MenuTreeStorage.php - @todo Should we just return here if the link values match the original values completely? We need to improve the performance if menu link is save without...
View Article'view_path' is set to /views/ajax after second ajax request
Problem/MotivationSteps to reproduceCreate like 5 pieces of contentEdit the /admin/content view to use 1 item per page and enable ajaxUse the pager multiple timesExpected resultsettings.view_path...
View ArticleCan't display content after upgrade
After upgrading from Drupal 8.2.7 to 8.3.1, a content page will no longer display the content. This is an absolute show stopper for me. If I can't display content, what good is the product? The funny...
View Article