Fix non-english words in tests
Problem/MotivationThis is to fix non English words that are used in tests. Many of these are used in translation tests. There is also pirate speak which is not used in tests.Steps to reproduceProposed...
View ArticleMake help text on Content/Comment/Media/Block type pages consistent
Problem/MotivationThe help text on Content, Comment, Media, and Block types pages are not consistent. Let's make it so. Page URL Help Text Content types /admin/structure/types Null Comment types...
View ArticleDeprecated core themes cannot be disabled on the "Appearance" tab...
Problem/MotivationAfter upgrading a website to version 9.5.0, the following warning appeared in the site's Status report:Deprecated themes enabled Deprecated themes found: Classy, Stable.My site is...
View ArticleAllow serving more dynamic variations of aggregated css/js files
Problem/MotivationConsider the following situation... Users of a website(non-admin) would never interact with the core's toolbar module. Yet, those assets are always served as there is no way to serve...
View ArticleError on single field without error message
Problem/MotivationWhen a user creates a field unlimited and makes it required. When the user clicks in add more an error appears on the text button, like adding a red border input text like the image...
View ArticleFilterCaption hard-codes allowed tags
Problem/MotivationThe FilterCaption plugin currently hard-codes which tags are allowed in image captions: // Sanitize caption: decode HTML encoding, limit allowed HTML tags; only // allow inline tags...
View ArticleTable Render Array Example Is Incorrect
API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Render%21...Enter a descriptive title (above) relating to class Table, then describe the problem you have found:First, the...
View ArticleGoing to page 2 on "list terms" page doesn't display...
Problem/MotivationTaxonomy terms that have more children than will fit on one page (>100) then when paging to next page term page becomes blank.Steps to reproduceCreate a new vocabulary...
View ArticleCompress ajax_page_state
Problem/Motivationajax_page_state is a list of the 'minimal representative set' of libraries on page, which can still be a long list. We should compress it, this will allow it to be passed into GET...
View Article[Meta, Plan] Pitch-Burgh: JSON field storage & JSON field schema support
Problem/MotivationThis is the meta-issue for fulfillment of deliverables for the winning "Pitch-burgh" proposal shown here. It will be updated as subtasks are identified/completed.Pitch-burgh is an...
View ArticleAllows DrupalKernel::handle to handle more than one requests (rough support...
Hey folks!I lately tried to get Drupal working with PHP-PM and thought about a little adjust that is absolutely required to get even basic functionality working. That functionality is basically that...
View ArticleUse symfony/runtime for less bespoke bootstrap/compatibility with varied...
Problem/MotivationI think implementing symfony/runtime could help Drupal achieve a number of disparate features/issues, such as #3051459: Replace error and exception handlers with implementation from...
View ArticleDeprecate module_config_sort()
Problem/MotivationWe would like to deprecate all legacy code in the file core/includes/module.inc. The function module_config_sort() has only few usages in core and 8 usages in contrib...
View ArticleAvoid error when $options is NULL in buildUrl()
We've run into an issue where we are getting an error on a link field:Error: Unsupported operand types in /core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php on line 245 I don't know...
View ArticleForce users to make an active choice on the content moderation widget
Problem/MotivationMost of the time when content moderation is involved it is important to follow the workflow, but people often make mistakes. Having default value in the moderation widget simplifies...
View ArticleImage derivative generation does not work if effect "Convert" in...
Problem/MotivationIf file is converted to another format, i.e. from jpg to gif, filepath does not match anymore. We already have a piece of code to match converted image uri but it works only for...
View ArticleSDC componentMetadata does not take the right context when a component is...
Problem/MotivationUsing SDC there is a problem when a component extends from another and wants to use the componentMetadata object in order to, for instance, use the Component path information to load...
View ArticleAllow end date to be optional
Problem/MotivationThe 7.x Date module allowed the field to have an optional or required end date. D8 always requires the end date.Proposed resolutionMake end_value in DateRangeItem optional, add...
View ArticleUse cache collector for state
Problem/MotivationFrom the DrupalCon Barcelona Hard Problems Meeting on performance:ImageStyle/derivative stuff aggregate generation - remove state gets, file_exists(), cold cache memory/cpu Cron...
View Article[PP-1] Add Alpha level Experimental Automatic Updates module
Please DO NOT push to this branch. See How to Help for instructions for working in the contrib module.Problem/MotivationAutomatic Updates is one of Drupal Core current strategic initiatives. For full...
View Article