Add an anchor tag in place of the break tag when viewing full node
The idea for this came from this discussion: #348664: Jump to the start of the text immediately after teaserIt would be useful to provide an anchor tag in the node that demarcates the division between...
View ArticleAuthor is shown in Revisions table when "Display author and date...
If the "View content revisions" permission is enabled, there is currently no means by which to hide the author information. You always get something like "Thu, 2012-01-19 13:53 by...
View ArticleContent language prefix for feed items links
Hi,I would like to hear your opinion on this matter, let me explain better what I mean.Right now, when language negotiation in enabled, the links of the feed items are prefixed with the current...
View ArticleNode permissions should be moved under "content" heading
Users expect content permissions to be listed under under a heading with "content" and not "node." The interface for setting up content is "content type" with no indication that this is a "node."
View ArticleAllow unrevisioned node edits when $user can delete revisions
If a node type's 'Create new revision' is enabled and the $user does NOT have 'administer nodes' permission, she cannot edit the nodes of this type without creating a new revision, regardless the fact...
View ArticleWhen adding a content type, options in first vertical tab are overwhelming...
During UMN testing, some participants were overwhelmed by the options on the first screen of adding a content type. It seems like the first vertical tab has too much information in it, and some of that...
View ArticleMake it easy to change node type when creating content
If a user starts out creating a page, they might not be too sure exactly what the difference is between, say, a page and an article. The user may thus be hesitant to commit to creating a page when they...
View ArticleUsability review and feedback from testing
Usability reviewWe discussed the current state of the navigation module at #3436905: Drupal Usability Meeting 2024-04-05. That issue will have a link to a recording of the meeting.For the record, the...
View ArticleCore security triage 2025-03-06
Problem/MotivationExplanation: Some full and provisional members of the Drupal Security Team meet fortnightly to triage and discuss private core security issues. These meetings are essential to core...
View ArticleChange the filter in the details page for migration messages to a condition...
Problem/MotivationThe filters in Drupal\migrate\Controller\MigrateMessageController are modeled on the code in the dblog module, so make the same changes as in #3476175: Change the filter in the...
View ArticleFix migration issue for link fields with ‘External links only’ enabled
Problem/MotivationLinks that are intended to be external-only are currently being processed as internal links, causing issues where they can’t be saved due to validation when they contain...
View ArticleThe calculated machine is not synced when the source value is defined and the...
Problem/MotivationThe calculated machine is not synced when the source value is defined and the machine name is empty.Steps to reproduceCreate a form using the below elements.Notice how the machine is...
View ArticleFilter identifier doesn't work for grouped taxonomy filter
Problem/MotivationIf the filter identifier for a taxonomy grouped filter is changed, the filter won't work.Steps to reproduceCreate a viewCreate a filter using taxonomy termsSet this filter as...
View ArticleRemove UI and routes for the ability to update modules and themes via...
Problem/MotivationSplit from #3491731: [META] Remove the ability to update modules and themes via authorize.phpThis issue is for 11.2.x to remove the UI and routes related to the legacy "Update...
View ArticleSupport brotli compression of assets
Problem/MotivationDrupal supports compressing aggregated assets with gzip. It would be nice to also support brotli, since it provides better performances.advagg provides this functionality but only on...
View ArticleAdvanced settings in Views edit - preserve state or leave expanded?
Problem/MotivationInstall DrupalEdit a view - e.g. /admin/structure/views/view/content'Advanced' section ('.details-wrapper') is always collapsed/hidden on initial page load, regardless of whether...
View ArticleTrailing view arguments are not set to default value if a previous one is empty
Problem/MotivationIf a view argument is empty, all subsequent arguments are not set to their default values.Steps to reproduceI have a view with 2 arguments: variation ID and store ID. The first one is...
View ArticleRemove cache tag checksum assertions from performance tests
Problem/MotivationWe have added better cache tag assertions over time, like CacheTagGroupedLookups.These two don't actually give us useful performance information any more relative to the others, so I...
View ArticleRemove the code that verifies no cache item with the used cache IDs exists...
Some of the tests implemented by GenericCacheBackendUnitTestBase verify cache IDs are not already in use before adding cache items. That is not necessary:...
View ArticleConfigFormBase::typedConfigManager() should have been removed when...
Problem/MotivationSome deprecation handling code was added in #3394197: [regression] The new property \Drupal\Core\Form\ConfigFormBase::$typedConfigManager conflicts with some contrib modules for the...
View Article