PHP 7.4 notice in views node wizard if a taxonomy field widget is hidden
Problem/MotivationWhen creating a new view for displaying nodes, the wizard can throw cause "Notice: Trying to access array offset on value of type null in...
View ArticleMake private file access handling respect the full entity reference chain
Problem/MotivationAccess to media files in the private file space is governed solely by 'view media' permission and publishing status. This means private assets are still visible, even if access to the...
View ArticleAddress code feedback for Olivero's header.pcss.css partials
Problem/MotivationThese changes are coming from the feedback that we've received from the patch submission that we've made on 9/23/2020.+++ b/core/themes/olivero/css/components/header.pcss.css @@ -0,0...
View ArticleTry to install system module like any other module
Problem/MotivationOnce #2208429: Extension System, Part III: ExtensionList, ModuleExtensionList and ProfileExtensionList is in we could try starting install module like any other method. Once this is...
View ArticleWrong language in token_options in user_mail function
SummaryThe user_mail function respects the language value specfied by _user_mail_notify() for the text of user emails, but it ignores it for the tokens in emails, such as password recovery links....
View ArticleD6NodeDeriver calls checkRequirements() when building migration plugin...
Problem/MotivationThe D6NodeDeriver calls checkRequirements() when building migration plugin definitions: $node_types = static::getSourcePlugin('d6_node_type'); try {...
View Article[backport] Text field with multiple values overflows on narrow screens
Problem/MotivationWhen adding a text field with multiple values, the text field will overflow over its designated area on narrow screens (the minimum width this happens is 780px).Proposed...
View ArticleMultiple image upload breaks image dimensions
Problem/MotivationDisplaying images that were uploaded at the same time (selecting mulitple images) are broken. The height/width from the first image are applied to all images.WorkaroundUse Image Field...
View ArticleImprove logging of SimpleXML elements in the Log process plugin.
Problem/MotivationSimpleXML elements are logged using the __toString() method which removes some potentially important information. While this is a rare use case, we could output a better...
View ArticleHandle long comment bundle names
Problem/MotivationCR Entity type and bundle machine names have a maximum length of 32 charactersRunning a migration from a Drupal 7 test site where I have migrate_example enabled, I got a bunch of...
View ArticleUsability: tabbing between sections of install form doesn't work
The installer form does not allow the user to tab between the different sections of the form (Safari v6.0.2), only between fields of an individual section. It seems to be the details tag that's causing...
View ArticleUse a custom error message for PluginNotFoundException in the migratelookup...
Problem/MotivationWhile working on #2565931: Handle long comment bundle names I discovered that the migrate lookup service throws a PluginNotFoundException with the default message which assumes the...
View ArticleAllow views filters to alter exposed values
I'm building a geocoding functionality in the geolocation module. There is a server side fallback that translates an address like "Berlin" to actual lat/lng boundary values. But: while there are two...
View ArticleMake the menu shown in the administration menu tray configurable
Beta phase evaluationReference: https://www.drupal.org/core/beta-changesIssue categoryFeature because it enables a new possibility: it's necessary for contrib/custom modules to use a different menu as...
View ArticlecellHorizontalSplit and cellVerticalSplit command is inverted in ckeditor
I found the cellHorizontalSplit and cellHorizontalSplit command is inverted when using ckeditor table tools toolbar module.
View ArticleAdd a 'Standard + demo content' profile
Follow-up to #2497361: [meta] Fix issues found during UMN Usability Testing 2015Problem/MotivationUser expected a much more fleshed out basic install. Made Drupal appear limited in...
View ArticleNot able to setup 2 different projects in localhost
Hi,I am trying to setup 2 different drupal 8 projects in my localhost. I started fresh drupal 8 installation with www.mysite1.com virtual host and made docroot to '/var/www/html/mysite1' (Drupal 8...
View ArticleArgument default about revision id from url
Problem/MotivationGoto View -> Contextual Filter -> Provide default value,If we need filter by revision id, not have the option about Revision ID from URL, only Content ID from URL.I think this...
View ArticleFatal error in CommentEntityTranslation @MigrationSource when source site...
Problem/MotivationThis is a problem similar to that in #2859315: SQL error from profile_fields when migrating d6 (or d7) to d8 without Profile module. It was introduced in #2981000: Migrate Drupal 7...
View Article