Potential dataloss when opting in to "Avoid field storage write when...
Problem/MotivationThe change as documented in Avoid field storage write when field content did not change As it stands, if you change the bundle of an entity, this change is not detected by this code....
View ArticleDo not attempt field storage write when field content did not change
Issue originally opened at #2297817: Do not attempt field storage write when field content did not change and kept hostage for a year because of Drupal 8. Now that the Drupal 8 patch does not seems as...
View ArticleRunning drush updb - get The process has been signaled with signal...
Problem/MotivationWhen I run drush updb -v I get:% drush updb -v [info] Executing: /usr/local/www/dru8comp/vendor/drush/drush/drush updatedb:status --no-entity-updates --uri=default...
View ArticleSet maximum width on Seven
Problem/MotivationDrupal has always had a full-width interface. This made its way into Seven from Garland, as this was a user preference and acceptable solution at the time resolutions where 1024/1280....
View ArticleTerm route context
Problem/MotivationWe have \Drupal\node\ContextProvider\NodeRouteContext that can be used in ConditionPlugin(for example). But we haven't analogs to another entities. Taxonomy term is very essential...
View Article#suffix & #prefix Not Included in Documentation
API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Render%21...Enter a descriptive title (above) relating to abstract class FormElement, then describe the problem you have found:I...
View ArticleRefactor Xss::attributes() to allow filtering of style attribute values
Currently, any inline styles in HTML get stripped out when editing content for text-formats that use both the core CKEditor and any output filtering. This includes simple and generally useful styles...
View ArticleAllow multiple instances of the same exposed filter form on a single page
Problem/MotivationA page with multiple Views exposed forms with AJAX enabled will trigger all form instances on the page because the form ID is the same when one of the forms is added to the page via...
View Article_field_sql_storage_indexname() should not prefix the index name with the...
using postgresql i encountered an error about index name truncated for being too long and resulted in a failure to create a table for index naming collision i found that both...
View ArticleDeprecate the 'throw_exception' option in the Database API
Problem/MotivationAs noted in #3177660: Remove public properties from StatementInterface implementations and commented in https://git.drupalcode.org/project/drupal/-/merge_requests/68#note_5800, [...]...
View ArticleIsn't there a "data" key to the $options parameter of...
API page: http://api.drupal.org/api/drupal/includes%21common.inc/function/drupal_a...Looking at http://api.drupal.org/api/drupal/developer!topics!forms_api_reference.ht..., the example states "You add...
View ArticleDrupal Core Version Number Not Updating in Admin
After updating from 8.9.13 to 8.9.14, the Drupal backend still reports I'm on 8.9.13 even thought the update was successful and Drush shows I'm on 8.9.14.I've tried clearing cache, running cron. Any...
View Articlegot Drupal Already Installed message
Hai, Drupal site was hosted in Azure using MariaDB. But when trying to select a functionality(based on the project. previously it was working.after hosting i get this error) in the site , i am getting...
View ArticleHave secondary menus close on blur
Problem/MotivationThis is something I initially brought up in #3180086: It should not be possible to have two dropdown menus appear at the same time within Olivero, but moving this to a separate issue...
View ArticleNested modals don't work: opening a modal from a modal closes the original
I am currently looking into running CKEditor in a modal dialog using the Drupal Modal API.At this moment it is working OK, but there is a problem with the link and image modals which can be triggered...
View ArticleReplace content revision table with a view
Updated by #80Problem/MotivationConvert content revision table to view.Proposed resolutionReplace the content revision table with a view.Remaining tasksMulitlangual support see #77"Strip HTML"...
View ArticleOlivero's: The header is showing odd behavior when the search bar is...
Olivero's: The header is showing odd behavior when the search bar is opened.Steps to reproduce:1. Open the search bar in the header. 2. scroll down to the bottom. 3. click on the cross sign in the...
View ArticleViews relationships with multi-valued entity reference fields invalidate...
When creating a view with a relationship to an entity reference field (to join the referred-to entity in the query), duplicates will be produced if the entity reference field is multi-valued (i.e....
View ArticleReplace @codingStandards comments with phpcs: comments
Problem/MotivationWe skip coding standards warnings in a number of files with @codingStandardsIgnoreFile.From https://github.com/squizlabs/PHP_CodeSniffer/wiki/Advanced-Usage#ignorin...Before...
View ArticleList and count all changes made in a workspace
Problem/MotivationThe goal of this issue is to finalise certain aspects of the Workspaces UI. Specifically this screen (with adaptations): https://marvelapp.com/2db8i71/screen/26996437At a high level,...
View Article