[META] Support WYSIWYG embedding of media entities
Problem/MotivationCore currently provides support for embedding of images. It is currently impossible to embed a video or a document. Also, when #2801277: [META] Support remote media assets as...
View ArticleMissing space
A very minor thing, I know. There is a space missing on the /admin/structure/block/block-content/ page in the sentence "There are no custom blocks available.Add a custom block."if there aren't any...
View ArticleRemove timmillwood from MAINTAINERS.txt
Problem/MotivationI have been pretty inactive over the past year as a now role in my career has left me less directly connected with Drupal and specifically core contribution. Therefore I think it's...
View ArticleImported PO files have no public URL but have a link at admin/content/files
ProblemImported po files are treated as regular files, and so appear at admin/content/files. When they listed there they have a link, even though they do not have a public URL -by design. Clicking...
View ArticleUpdate normalize.css to the most recent version
Problem/MotivationFirefox 49 is out and has support for <details> which means our polyfill doesn't kick in. Normalize.css sets <details> and <summary> element as display:block which...
View ArticleUnable to update modules and upgrade to 8.8.0 from 8.7.10 fails
Hi,I'm having problems doing modules updates on drupal 8.7.10 and upgrade to 8.8.0. I have some 8 modules to update but all attempts to make module updates fails at database update process. The module...
View ArticleGrouped exposed taxonomy term filters do not work
I am trying to group counple of exposed filters in a View In the content type called Product, I have a taxonomy vocab 'Product Type' with terms 'Charts', 'Labels','stickers', Friezes' Now when I add a...
View ArticleImprove installer performance by ~20% by rebuilding the router after the...
Drupal rebuilds the router on each module installation. This is useful when adding modules once Drupal has been installed.However, it is causing a lot of CPU cycles when Drupal is installing and the...
View ArticleArgument 2 passed to...
Problem/MotivationThe following error has been reported multiple times:Argument 2 passed to Drupal\jsonapi\Routing\Routes::Drupal\jsonapi\Routing\{closure}() must be an instance of...
View ArticleUpdate comments in taxonomy.es6.js to reflect taxonomy and not blocks
The javascript file contains the comments for the blocks.js file. Simply update to make sense for taxonomy.
View ArticleAllow additional message types
Problem/MotivationDrupal currently has 3 message types:statuswarningerrorThese are found in MessengerInterface as constants. This interface also defines methods to directly add a message for each of...
View ArticleUse messenger for status messages in layout builder forms
In core/modules/layout_builder/src/Form/DefaultsEntityForm the status messages are added as a render array, which prevents them from being rendered with the StatusMessages class.If the messenger is...
View ArticleUpdate Underscore. to 1.9.1
Problem/MotivationAs part of #3094468: [plan] Update core JavaScript (and CSS) dependencies prior to 9.0.0-beta1 we need to update Underscore to 1.9.1 from 1.8.3Proposed resolutionUpdate itRemaining...
View ArticleAdd option to show only start or end date in the DateTime Range custom formatter
I feel it can be useful to a flexible custom formatter for date range fields that allows to change the formatter to show only one of the dates stored.
View ArticleAccessibility of field descriptions is not screen reader friendly
I have been told that adding the field description below a field is not the way how screen readers expect it as they are reading from top to bottom and blind people are getting told what they should...
View ArticleDeprecate AssertHelperTrait::castSafeStrings in favour of...
In #3082340: Replace assertEquals() overrides in PHPUnit Kernel, Functional and FunctionalJavascript tests with a MarkupInterfaceComparator implementation we extended PHPUnit to allow us to compare...
View Article"My account" menu item and link never active
The steps required to reproduce the bug:Setup a fresh drupal 8 install.Log in as administrator or authenticated user.Click on the link "My account" on the User account menu.Inspect the <li> and...
View ArticleUse "current" in update URLs instead of CORE_COMPATIBILITY to...
Problem/MotivationBecause of #2807145: [policy, no patch] Allow contrib projects to specify multiple major core branches, Drupal 9 may need to retrieve modules that start with 8.x-. The update module...
View ArticleAddition of natural language to Article and Basic page links on Create...
Problem/MotivationWe learned during the Twin Cities 2013 accessibility testing that on pages like the Create Content page, links that read “Article” alone are not useful to screen reader users since...
View Article