Some style misalignment problems in claro theme
Steps to reproduceissue1Create a content.Find the select button to add paragraphAfter opening the select list, you can see that some text overflowsissue2Paragraph with drag functionissue3Open...
View ArticleAdd the functionality back to the top of the page
Olivero is a theme created for accessibility, it would be great if the theme can integrate a button to go back to the top of the page. Websites often have long pages, this functionality becomes essential.
View ArticleFuture of migrate in core in a post Drupal 7 world
Problem/MotivationThere has been some discussion about what the future of migrate is once Drupal 7 marketshare is sufficiently reduced and it no longer makes sense to maintain the Drupal 6/7 migrations...
View Article[Meta] Migrate in D10
Problem/MotivationMake a plan of migrate priorities for D10 which is scheduled for release in December 2022. Proposed resolutionHigh priority#3315257: Tasks to deprecate Migrate Drupal#3039240: Create...
View ArticleChanging the language on the default translation results in a 404
Problem/MotivationThis is a followup from #3081056: Changing language of the default translation in a draft breaks edit.Changing the language on the default translation results in a 404.Steps to...
View ArticleAllow flagging translations as outdated when content is moderated
Problem/MotivationIn #2949815: Flagging translations as outdated in a pending revision causes multiple translations to be marked as affected we have hidden the "Flag as outdated" functionality for...
View ArticleConfig translation import sometimes fails when default config translation...
Problem/MotivationConfig translation import sometimes fails when the default config translation and the config translation override are updated simultaneously. The error generated is: Update target...
View ArticleTasks to deprecate Migrate Drupal UI
Problem/MotivationTrack the steps needed to deprecate extension Migrate Drupal UI. See Remove a core module and move it to a contributed project of the deprecation policy.The removal of extension...
View ArticleError message 'css_classes' is not a supported key. CK Editor 5
Problem/MotivationI can't save CK 5 Editor config in /en/admin/config/content/formatsSteps to reproduceI just updated Drupal via Composer to the last Drupal 10 Version
View ArticleTasks to deprecate Migrate Drupal
Problem/MotivationTrack the steps needed to deprecate extension Migrate Drupal. See Remove a core module and move it to a contributed project of the deprecation policy.The removal of extension Migrate...
View ArticleProvide better support for environment variables
Problem/MotivationEnvironment variables to pass in global settings/configurations are a thing:Most hosters have some sort of support for them and expose the DB settings as such, for example...
View ArticleAllow 'region' key to be omitted for placeBlockInDefaultTheme and...
Problem/MotivationCurrently the logic that checks the passed config values only evaluates and will fall back to the default_region if there is an array set in the region key. If a recipe author wants...
View ArticleAllow ordinal positioning in placeBlockInDefaultTheme and...
Problem/MotivationWe want recipe authors to have a flexible way to set where in the target region the block should be placed, instead of using a weight value that may not achieve the intended effect....
View ArticleCorrect a comment in drupal_settings_initialize()
drupal_settings_initialize() contains the following comment.// HTTP_HOST can be modified by a visitor, but we already sanitized it // in drupal_settings_initialize(). $_SERVER['HTTP_HOST'] is sanitized...
View Article\Drupal\Core\Extension\ExtensionDiscovery::PHP_FUNCTION_PATTERN is out-of-date
Problem/Motivation\Drupal\Core\Extension\ExtensionDiscovery::PHP_FUNCTION_PATTERN is set to '/^[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*$/' whereas it should be...
View ArticleCloned entities don't retain their Inline Block usage
When cloning an entity either via code or via a module such as Entity Clone the inline block usage is not carried over, meaning if you delete the original entity, the inline blocks will be removed and...
View Articlerename locale batch operation callbacks to match the API methods they call
Problem/Motivationlocale_config_batch_set_config_langcodes() and locale_config_batch_refresh_name() are batch operation callbacks which are just wrappers around API methods on the...
View ArticleAllow changing the message for AJAX errors
Problem/MotivationBefore #2987444: Ajax errors are not communicated through the UI there was no way to know via the UI that an Ajax error occurred. The only evidence of it happening was in the JS...
View ArticleContinuation Add Views EntityReference filter to be available for all entity...
Continuation of #2429699: Add Views EntityReference filter to be available for all entity reference fields since there were so many comments the page was struggling to load.Slack...
View ArticleEmpty state is wrong for input when filled with whitespaces
Problem/MotivationThe states API check does not trim withespacesstate if input-text field is empty -> then disable submitSo empty behavior is different between PHP and States APISteps to reproduce-...
View Article