Drupal 10 with CKE 5 not showing Reload site? popup after body change
Problem/MotivationDrupal 10 with CKE 5 not showing Reload site? popup after body changeSteps to reproduceEdit the existing node Make the change to the body or field with CKEditor Now hit on browser...
View ArticleEmail does not comply with addr-spec of RFC 2822
Problem/MotivationI don't understand this error: Symfony\Component\Mime\Exception\RfcComplianceException: Email "<info@kunstbehoudgroningen.nl>" does not comply with addr-spec of RFC 2822. in...
View ArticleAdd Form Controller to preview view modes
Problem/MotivationFollow up from #3342998: Add view tab + standard template for block contentFrom @larowlanadd a form to the controller to support previewing in various view modes like Node preview...
View ArticleCall to undefined function Drupal\views\Plugin\views\row\file_create_url()
Problem/MotivationSteps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model changesRelease notes snippet
View ArticleEnable bookmarking of AJAX views
Currently we don't track the state of AJAX views. Users trigger reloads, but no state information is logged. Specifically, it is not possible for users to return to a particular state, short of...
View ArticleFix MigrateTestBase::executeMigrations() to execute migrations in dependency...
Problem/MotivationThe documentation for this function is: /** * Executes a set of migrations in dependency order. * * @param string[] $ids * Array of migration IDs, in any order. */ however the...
View Article[meta] Update tests that rely on Classy to not rely on it anymore
Problem/Motivation#2352949: Deprecate using Classy as the default theme for the 'testing' profile set a new direction for how to avoid having our tests be dependent on themes that may disappear. It...
View Article[META] Reduce use of ContainerAware classes where possible
Problem/MotivationIn #3392616-5: Update to Symfony 6.4 we've found out that the Symfony\Component\DependencyInjection\ContainerAwareTrait and...
View ArticleConfigFormBase + validation constraints: support non-1:1 form...
Problem/MotivationRelated, but independent to #3398974: Follow-up for #3382510: FormStateInterface::setErrorByName() needs not #name but a variation.Configuration UIs should present things in a way...
View ArticleUpdate CKEditor 5 to 40.1.0
Problem/Motivation#3377562: Update CKEditor 5 to 39.0.0 already landed in 10.2.x👍https://github.com/ckeditor/ckeditor5/releases/tag/v40.1.0will appear NEXT WEEK (the week of 10.2.0-beta1) was released....
View ArticleDate token descriptions are confusing
API page: https://api.drupal.org/api/drupal/core%21modules%21system%21system.token...The date tokens' descriptions all say 'a date':> 'description' => t("A date in 'short' format. (%date)", [What...
View ArticleDisplay backtrace for logged throwables on log message details page
Problem/MotivationWhen an exception is logged to the dblog by \Drupal\Core\EventSubscriber\ExceptionLoggingSubscriber::onError() or \Drupal\Core\Utility\Error::logException(), there is no backtrace on...
View ArticleTest-only job shouldn't require constant rebases to detect which files...
Problem/MotivationCurrently, the test-only job relies on a rebased MR to detect the changes and then do the rest of the logic. If the MR is not rebased, it will pick up other files not changed at all...
View ArticleMedia browser breaks if AJAX disabled on views.view.media_library.yml
Problem/MotivationIf the AJAX option is disabled on the media_library view the Steps to reproduceInstall media and media library. Add the media button to the editor toolbar. Disable AJAX on the Media...
View ArticleFix test performance of...
Problem/MotivationUse the testing profile instead of standardSteps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model changesRelease notes snippet
View ArticleSettingsTrayBlockFormTest::testBlocks() fails locally 100% of the time and...
Problem/Motivation\Drupal\Tests\settings_tray\FunctionalJavascript\SettingsTrayBlockFormTest::testBlocks() is failing because the...
View ArticleMove SDC ComponentPluginManager namespace to Core namespace
Problem/MotivationIf SDC get stable status it should integrate into the core namespace. This issue is to decide where the ComponentPluginManager should go.Proposed resolutionI propose we move the...
View ArticleUpdate drush conflict to "<12.4.3"
Problem/MotivationFrom a Slack discussion about #3337513-77: Fix batch process race conditions by making ‘bid (batch id)’ auto-increment. Participants were berdir, moshe and xjm.The summary of the...
View ArticleTest reports contain absolute path and link leads nowhere
Problem/Motivationie: https://git.drupalcode.org/issue/drupal-3403162/-/pipelines/53807/test_r... (and click on any category)We can see the full path like:...
View ArticleAutomatically declare computed bundle fields to Views
Problem/MotivationSupport for computed bundle fields in Views was added in #2981047: Allow adding computed bundle fields in Views, but these fields still have to be declared explicitly to views...
View Article