Expose Title and other base fields in Manage Display in Drupal Core
This issue has been split off from #2353867: [META] Expose Title and other base fields in Manage Display as one of the steps in the overall process. Specifically this issue covers enabling the fields...
View ArticleWhen using core search in Japanese, incorrect search results are displayed...
Problem/MotivationJapanese, Chinese, and Korean do not have a space separator for each word, so each character is divided and indexed separately. For example, the sentence "こんにちは" is divided into...
View ArticleModule contact form -> auto-reply
Problem/MotivationIn a contact form when you fill the "auto-reply" field the auto-reply email has not sendedSteps to reproduceCreate a form then fill "auto-reply"Proposed resolutionI have checked the...
View ArticlePlugin Lazy loading can cause usort warning
Problem/MotivationSporadically we get the following warning: Warning: uasort(): Array was modified by the user comparison function in Drupal\Core\Plugin\DefaultLazyPluginCollection->sort() (line 100...
View Article%extensions placeholder not extension names printed on the Status report...
Problem/MotivationThis is a followup from #3258782: Do not display obsolete modules at admin/modules, see: #33.If you have an obsolete module installed and go to /admin/reports/status, a warning...
View ArticleUndocumented behaviour for Schema::findTables() when an underscore is used
Problem/MotivationMethod Schema::findTables() accepts an expression as argument. Its documentation gives as example cache_% and does not mention what the expected results will be when using this...
View ArticleViews pagers do math on disparate data types, resulting in type errors in PHP 8
With a views pager set to 'Allow user to display all items' in the 'Exposed Options' section, along with setting the exposed items per page options set, when viewing the page if the user selects '- All...
View ArticleMove the linkset functionality from the decoupled menus contributed module to...
Problem/MotivationWe want to provide a JSON representation of any Drupal menu data to enable the use-case #1 of the decoupled initiative: #3189459: (use case #1) Provide an API response for "stateless...
View ArticleMemory issue when the finish of the batch
Our batch script updating custom blocks entities (about 4000 items or more).At first, the script getting list of the blocks ids, then the script uploading each block (in the batch_op function)...
View Article"Add new comment" and "@count comments" links are not...
Problem/MotivationSince Drupal 7, the "Read more" links added by the core on the nodes teasers have been made accessible by appending them a visually-hidden indication of the node title to read more...
View ArticleForm prefix/suffix redesign in Claro
Problem/MotivationIn form-text.css, .form-element width is set to 100% at widths up to 600px. This pushes prefixes and suffixes to a new line in a way that doesn't look good. (Found using Umami profile...
View ArticleAllow projects to add to the list of skipped deprecations
Problem/MotivationWhilst working on a project I want to be able to have tests trigger deprecation errors so that I can confirm that custom code is not using any deprecated core code. However, contrib...
View ArticleOption to show menu items despite lacking permission
Drupal 6 removed the ability to display menu items the user doesn't have access to. However, in some cases it is desirable to show a menu item even though the user doesn't have access to the menu item....
View ArticleUnable to change selection after linking inline media when manual decorators...
Problem/MotivationIt seems like after linking inline media, everything in the CKE UI become somewhat non-functional because for some reason the selection cannot be changed. This seems to be caused by...
View ArticleTour tip display under toolbar
Problem/MotivationWhen toolbar is deployed (tablet format) or tip should display a link in toolbar, tip is hidden by toolbar.Proposed resolutionIncrease the z-index of tour tips so that they display...
View ArticleDemote routine node log entries from "notice" to "info"
Problem/MotivationRoutine content management events, such as creating a node, are logged with the "notice" log level, which is for "normal but significant events." On active sites, these events are not...
View Articlefallback on 'migrate' as the database key causes error messages if...
Problem/MotivationI am creating migrations that use the local Drupal 8 site as the source (to convert image fields and other entities to media entities).Accordingly, my migration's source is configured...
View ArticleAfter enabling Require Summary on a field I can’t create a new entity or...
Problem/MotivationAfter enabling Require summary on a Basic Block, new blocks cannot be created and Require summary cannot be disabled.Steps to reproduceNavigate to...
View ArticleAdd a "View own media" permission to the entity/media module
Problem/MotivationCurrently, we have two main permissions when adding or selecting media through a media field. They are "View media" and "View own unpublished media". I am feeling the lack of a third...
View ArticleRemove RDF module from the Standard profile
Problem/MotivationIn #2152459: [Policy] Deprecate RDF module and move it to contrib we are considering removing RDF from core entirely. The world has moved on to newer formats such as JSON-LD, but we...
View Article