Recommended php version is 7.2
https://www.drupal.org/docs/8/system-requirements/php-requirements
View ArticleSkip an invisible element (between logo and menu)
Problem/MotivationWhen using keyboard navigation, pressing multiple times, after the logo gets focus and before the main menu gets the focus - there's an additional invisible element.Proposed...
View ArticleModeration css truncates apply button
The apply button is truncated due to the flexed container and no flex or flex-grow properties defined for the flexed children (entity-moderation-form__item). Looks like adding a flex-grow: 1 to...
View ArticleMenuLinkContent's "menu_name" base field is a string field...
Problem/MotivationFirst reported in #2977669: Spec Compliance: some entity types have an "id", "type" or "uuid" field, this violates the spec.This makes it impossible to expose the relationship between...
View ArticleUI fatal caused by views argument handlers no longer can provide their own...
ProblemSome argument handlers provide their own default argument handling, like the Date argument. The Date argument handler does so by extending the list of of options in the defaultArgumentForm. An...
View ArticleAfter views save or display type delete - adds new attachement.
Problem/MotivationIt started to happen after last security update. Whenever I save view, or delete display, it adds additional attachment as a new display. So they cannot be deleted because any other...
View ArticleRemove usage of drupal_static() from install_profile_info()
Problem/MotivationPart of effort: #1577902: [META] Remove all usages of drupal_static() & drupal_static_reset() Remove drupal_static() from install_profile_info().Proposed...
View ArticleContact does not send message when creating Message with REST
Problem/MotivationEnable the Contact module and the POST /entity/contact_message REST endpoint. You can successfully create a contact message, however, the email will not be sent.This is because the...
View ArticleAdd hook_views_display_link_alter() to allow modules to alter view display...
Problem/MotivationIn #3025657: Add views area plugin to display a link to another view display within the same view a new display link area plugin was added to views, and in #2981044: Unify the...
View ArticleDeprecate locale_translation_get_projects() and...
Problem/MotivationPart of effort #1577902: [META] Remove all usages of drupal_static() & drupal_static_reset() that concerns removal of drupal_static() and drupal_static_reset() from...
View ArticleConvert taxonomy terms to be revisionable
Problem/MotivationAs decided in #2745619: [policy, no patch] Which core entities get revisions?, taxonomy terms should be converted to be revisionable.The main use case that the Workflow Initiative...
View ArticleUnroutedUrlAssembler removes query params array item key in buildExternalUrl()
When buildExternalUrl merges the query parameters with NestedArray::mergeDeep, if the array key for the parameter is an integer it is reset. e.g. https://www.drupal.org/?360=1&28=drupal turns in to...
View Articlelocale_get_plural call in PluralTranslatableString is wrong
Follow-up to #2573975: function_exists check in PluralTranslatableString is wrong and #2571375: Remove TranslationManager dependency from LanguageManagerProblem/MotivationA core class shouldn't refer...
View ArticleEntityReferenceItem::isEmpty() will return FALSE if the referenced item was...
Problem/MotivationWhen the referenced item is deleted targted_id is still present in the reference field, so existing EntityReferenceItem::isEmpty() will return FALSE This issue causes other...
View Article[META] Remove all usages of drupal_static() & drupal_static_reset()
Problem/MotivationIn #2260187: Deprecate drupal_static() and drupal_static_reset() we'll deprecate the drupal_static()& drupal_static_reset() procedural functions. However, in order to do so, we...
View ArticleNavigation toolbar works incorrectly on a small resolution (below 16.5em)
On a very small resolution (below 16.5em) when navigation toolbar collapses to one row with icons and labels - it's impossible to go through some top menu items.To reproduce: click on 'Manage' menu...
View Article[META] Expose Title and other base fields in Manage Display
When I go to Content Types, and select the Manage Display tab, I was surprised not to see the Title field, so that I can chose its location, whether to display its label, and whether it is displayed or...
View ArticleAutomated Tests 8.x topic needs an update
API page: https://api.drupal.org/api/drupal/core%21core.api.php/group/testing/8.5.xThe Automated Tests topic, which is a @defgroup section in core/core.api.php, needs an update to remove mention of...
View ArticleReverse the order of test execution on Drupal CI
Based on the fantastic research of @vaplas in #2972833: Check Selenium tests stability we can get speedier results from the test bot if we reverse the order of the tests from fast -> slow to slow...
View ArticleEntity view/form mode formatter/widget settings have no translation UI
Problem/MotivationWe need to have all configuration that a user can define, which has translatable information on it, to be translatable in the Configuration Translation module's user interface.There...
View Article