Double // in file paths
Problem/MotivationThis is a follow up to #2925899: MigrateUpgradeImportBatch does not use source_private_file_path & source_base_path correctly, making it impossible to have public & private...
View Articletruncated identifiers with more than 63 chars, causing Views to break
We are running our Drupal on Postgres and have a view with 2 relations (joines tables). The Preview SQL is attached below. Due to the table names and field names, Views2 is generating a field alias,...
View Articledrush cr error
drush cr gives this errorPHP Fatal error: Uncaught TypeError: Argument 2 passed to Symfony\Component\Eve ntDispatcher\EventDispatcher::dispatch() must be an instance of Symfony\Componen...
View ArticleRemove uses of t() in assert[No]FieldBy*() calls
Problem/MotivationThere is no need to use t() in tests, unless we're testing translations, however in core we do not follow this consistently, which does not set a good example for new contributions.In...
View ArticleNode/comment views-based theme suggestions have no cacheability metadata
Problem/MotivationSee views_theme_suggestions_node_alter(), and views_theme_suggestions_comment_alter(), also the code in views_preprocess_node() and views_preprocess_comment() actually.That does stuff...
View ArticleBundle / field name / view mode theme suggestions can conflict
Problem/Motivation#1367354: The list of theme hook suggestions for "field" is incorrectly ordered and has namespacing collisions is a pre-existing issue with field template suggestions.#2808481:...
View ArticleWhat could be the reason file and image fields are not showing up in my...
Problem/MotivationI have added file and image upload fields to my contact form but they are not showing up on frontend. Every other field shows up perfectly fine.Steps to reproduceCreate new contact...
View ArticleReplace http://cgit.drupalcode.org with...
Replace http://cgit.drupalcode.org with https://git.drupalcode.org/project/drupal
View Article[backport] Migrate d7 menu translation
Problem/MotivationThe d7 menu translations need a migrationProposed resolutionMigrationsAdd menu migration, d7_menu_translation.ymladd langcode to d7_menu.ymlSource plugins Update Menu.php and source...
View ArticleAllow password on registration without disabling e-mail verification
Problem/MotivationWhen configuring password behaviour on the registration form, there is no way to force the rendering of the password fields on the registration form if e-mail confirmation is...
View ArticleAllow the user to choose their language upon registration
Language selector is not displayed on /user/registerYet on admin/config/people/accounts/form-display the selector is set to be displayed
View ArticleUpdate message that displays when configuration translation is saved without...
Problem/MotivationIf you add and save a configuration translation without modifying anything, the success message indicates the changes were saved, which may be confusing since nothing is actually...
View ArticleAdd a "context" array variable to all theme hooks and...
Problem/MotivationFairly often there is a need for some sort of contextual data when rendering an element, which parts of, ultimately needs to make its way down the theme system pipeline.This is...
View ArticleDefault Maintenance Status is showing Wrong Text which can't be changed
Problem/MotivationModified DE Maintenance Text gets write protected and is replaced with default Drupal Maintenance text. Modified ENG Maintenance translation gets overwritten with D9 default text In...
View ArticleCustom blocks break layout builder module - Quick Edit could not associate...
Steps to reproduce:-Create a custom block: /admin/structure/block/block-content -Enable layout builder to some content type. - Add the custom block via the layout builder: Go to Manage display ->...
View ArticleSetting jQuery UI Datepicker's dateFormat should not be translated
File /core/modules/locale/locale.datepicker.js, line 78:dateFormat: Drupal.t('mm/dd/yy'),This line sets a localized value for the setting dateFormat for jquery UI datepickers. However this setting...
View ArticleNotice: Undefined index: value in...
To reproduce:Make a site that has Content Type A with an entity reference field to Content Type B Make some content that has this reference as a sample Make a view that shows content of Type A Add an...
View ArticleManage Display not working for me
I have enabled 'Full Content' under the Default tab on Manage Display for my content type (Blog Post), but the fields that I have disabled are still displaying when I load the individual blog posts. I...
View ArticleA required boolean field behaves differently depending on the widget
If a boolean field is set to 'required', the behaviour is different depending on the widget:- single checkbox widget: the checkbox is shown as required. The user must enter the On value - radios...
View ArticleProvide output alter event for layout builder
Problem/MotivationAs of Drupal 8.8.x, it will be possible to override the RenderElement class for LayoutBuilder. This is a good start for being able to change parts of how Layout Builder is rendered,...
View Article