[PP-1] The Media library doesn't modify the "media" view if...
Problem/MotivationThe Media library currently implements an install hook that changes the path of the default "media" view so that the Grid appears first at /admin/content/media. This works fine if the...
View ArticleContextual filter issues while passing multiple taxonomy selections from...
I am having trouble with the proper configuration of passing multiple taxonomy term selections through a page (which calls a view) and uses contextual filters to display only nodes that have, in this...
View ArticleUse Media images in Umami demo
Problem/MotivationNow media is available, we should consider how to implement its image handling capabilities in Umami.So far, Umami is using regular image fields to add images on content types. It...
View ArticleRace conditions, stampedes and cold cache performance issues with css/js...
Problem/MotivationOur current logic for building CSS and Javascript aggregates suffers from a number of issues:1. When files don't exist on the file system, they're generated inline, this means that...
View ArticleDetermine an upgrade path from CKEditor image button to media library
Problem/MotivationIn #2994699-71: Create a CKEditor plugin to select and embed a media item from the Media Library, @webchick said:It would be good when we know what the final icon [for the CKEditor...
View ArticleCreate Migration Lookup and Stub services
Problem/MotivationThere are a 4-5 process plugins in core which use the following pattern: /** * {@inheritdoc} */ public function __construct(array $configuration, $plugin_id, $plugin_definition,...
View ArticleAllow only a subset of the media library to be exposed to CKEditor
Problem/MotivationAllow configuring the allowed media types that appear in the media library when embedding media in the CKEditor.In reviewing #2994699: Create a CKEditor plugin to select and embed a...
View ArticleFileMedia: Local videos has no thumbnail on iOS
The FileVideoFormatter in core does not provide any thumbnail by default with local video uploads.Luckily (?), most browsers like Chrome are smart enough to supply the first frame of the video as the...
View ArticleMedia library item loses focus when hovering over item's title
In media library, item title below in fact does not behave like a part of library item: in admin page view, hovering over an item highlights it with a frame, and clicking on it checks a checkbox on...
View ArticleAllow exposed-form-in-block for block displays
Problem/MotivationIt is possible to embed a view block to a page_manager display. But if we want better layout control, we would need to use exposed-form-in-block option, which is currently unavailable...
View ArticleHeight calculation error when used with Settings Tray and Bootstrap css
The admin toolbar applies a padding to the top of the body element that should be equal to its height.However in the following scenario the height calculation is incorrect.Settings Tray module adds a...
View ArticleUpdate CKEditor to version 4.13
Update from 4.11.4 to 4.13.CKEditor 4.12.1 fixed an issue affecting a number of users: https://github.com/ckeditor/ckeditor-dev/issues/2813— editor.insertHtml pollutes editable with empty spansCKEditor...
View ArticleAdd GUI to configure the site's logo alt attribute
Problem/MotivationWhen I add logo img to sites I don't get a ALT && Title field as I would get when adding an image_field to nodes.Proposed resolutionThus, it seems there is no simple GUI way...
View ArticleCreate a tool to convert a non-Composer-based Drupal to a Composer-based one
This is a child issue of #2982674: [meta] Composer Initiative Phase 1: Add composer build support to coreProblem/MotivationGiven a normalization to Composer-based site building, we need a tool to...
View Articlelinks.html.twig docs are out of date
Problem/MotivationAPI page: https://api.drupal.org/api/drupal/core!modules!system!templates!links.ht...The 'link' element is not documented.The 'url' element is documented, but is not available in the...
View ArticleAdd offset to SelectionInterface::getReferenceableEntities()
Problem/MotivationI am currently working on a pagination feature for the select2 module. See #3000623: Implement pagination for autocomplete requests.To implement a paginated autocomplete controller...
View ArticleDeprecate jQuery UI datepicker
Read this to mitigate potential confusion that may occur when reading through this issue: Starting with comment #6 until probably #34, the discussion largely surrounds attempting to use this issue to...
View ArticleNightwatch log messages not getting written
Problem/MotivationIt seems like #3059356: [Security] Update yarn packages to fix 19 vulnerabilities by updating nightwatch broke the functionality to write logs to the file system after test...
View ArticleFatal error when deselecting/reselecting an editor
Problem/Motivation1) Go to admin/config/content/formats/add. 2) Add a test editor 'test_format' using CKEditor as the text editor. 3) Press 'Save Configuration'. 4) Go to...
View ArticleMove Media Library styles into the Seven theme
When the Media library module is marked as stable, we will need to move the styles from media_library.theme.css into the Seven theme. This issue is a placeholder for the @todo added in #2962110: Add...
View Article