Media - IE11 - Vertical tabs disappear in modal when selecting a file that is...
When using Media browser in IE11, there is currently a bug where the vertical tabs disappear after you Browse and select a file that is the wrong type/has the wrong extension. You also do not get any...
View ArticleAdd a "view any unpublished media" permission
Problem/MotivationFollow up to #2862422: Add per-media type creation permissions for media and #2889855: Unpublished media entity can not be accessed by owner and update any media/delete any media...
View ArticleRemove more uses of t() in assertNoText()
Problem/MotivationIn #3145418-47: Remove uses of t() in assertText() calls we found more cases of assertNoText called with an object argument.Steps to reproduceProposed resolutionRemaining tasksUser...
View ArticleEditorConfig file lack settings for markdown files
Removing trailing whitespace in markdown files will ruin line breaks. To fix it the following settings needs to be added to the .editorconfig file:[*.md] trim_trailing_whitespace = false
View ArticleError: Class 'ZipArchive' not found in...
When you're trying to unpack Zip archive using 'plugin.manager.archiver' service, it will throw this error if PHP Zip extension is not installed.$archiver_manager =...
View ArticleAllow select query without a table
SituationA comment on line 830 of core/lib/Drupal/Core/Database/Query/Select.php says:// FROM - We presume all queries have a FROM, as any query that doesn't won't need the query builder anyway. This...
View ArticleMany documentation / handbook URLs redirect to D7 content
Problem/MotivationFollowing a somewhat recent update to Drupal.org that attempted to create separate handbooks for D7 and D8, there are many problems with D8 documentation: #2855171: Documentation...
View ArticleRefactor TestDatabase to be testable
Problem/MotivationIn #3074043: Move simpletest.module DB-related functions to TestDatabase, deprecate we're trying to deprecate top-level simpletest module functions by moving them to...
View ArticleRemove fields that do nothing from the "RSS publishing" settings form
Problem/MotivationThe "RSS publishing" settings form allowed users to change basic RSS feed behaviours on Drupal prior to version 8. Drupal 8/9 now uses a view to provide the front page /rss.xml feed...
View ArticleAdd bnjmnm as accessibility topic maintainer
Problem/Motivationbnjmnm has done a great job at ensuring that several core initiatives meet our standards on accessibility. Given that we have multiple ongoing initiatives that are working on areas...
View ArticleConcurrent ajax submits cause user data loss
Problem/MotivationExecute two ajax requests - the first one has a processing time of e.g. 5 seconds and the second one of 1 second. What now happens is that the form is processed for the first and for...
View ArticleExpose triggering update of media metadata + thumbnail to end users
Problem/MotivationIt's currently impossible for end-users to manually pull metadata associated with media assets from the source into the Drupal media entity, after the entity is created. Similarly,...
View ArticleRemove unused $renderer variable in AreaOrderTest.php, views module
Problem/MotivationIn core/modules/views/tests/src/Kernel/Handler/AreaOrderTest.php, $renderer variable never used.
View ArticleCall to a member function transformDimensions() on null in template_preprocess
Migrating node content from older Drupal system to Drupal 8 may carry some contents that have image with image_style that doesn't exist in the Drupal 8 system. In our case, image styles (Default,...
View ArticleElement::isEmpty() should check for #weight property
Currently the element is considered empty if it only has #cache property. The #weight property should be considered too as it does not change the emptiness of an element.
View ArticleFix PostgreSQL operator in views
Change the LIKE and NOT LIKE statements in these classes to use Connection::mapConditionOperator.
View ArticleSql id map assumes message table exists if map table exists
Problem/MotivationThe \Drupal\migrate\Plugin\migrate\id_map\Sql class assumes that the migration message table exists if the related map table exists. This is OK in most cases, but in the context of...
View ArticleProvide default view mode per bundle for media embed
Problem/MotivationBy default, core media doesn't allow setting up the default view mode for different bundles.Proposed resolutionMake separate view mode options for each of the media bundle.User...
View Articlet() calls should be avoided , use $this->t() instead in aggregator module
t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead. Remove uses of t() in assertions has been done in the issue...
View Article