Can't add content when content type has an image field
Issue: When I add an image field to any content type (Basic Page, Article or custom type), I am unable to properly save the post. When I hit the "save" button, the page reloads but there is not a...
View ArticleViews try to find Custom StylePlugin template in core/modules/views/templates
Problem/MotivationFor Custom StylePlugin<?php/** * Style plugin to render each item as my style. * * @ingroup views_style_plugins * * @Plugin( *Â Â id = "my_style", *Â Â module =...
View ArticleDon't call user 1 "admin" by default for every new installation.
Seems like a straightforward and simple added security measure to not make user 1 always have the same username, especially a username that other CMS systems share as a default.Even just...
View ArticleImprove Admin UI responsiveness on touch devices
Mobile web browsers add a 300ms delay from when you tap a link/form input/button and the 'click' event firing. It's one of the differences between native and web apps that adds to a users perception of...
View ArticleChange test group of entity reference SelectionTest
This can live with other views module tests, but definitely not in the 'Views' group. This should be in 'Views Modules' if anywhere.AttachmentSizeStatusTest...
View ArticleRemove hook_init() in favor of kernel.request
hook_init() has been the Drupal equivalent of Symfony's kernel.request event. We don't want two ways to achieve exactly the same thing, so similar to #1911178: Remove hook_exit(), we should remove...
View ArticleMake token and token type descriptions optional
Descriptions should only ever be used if titles cannot hold sufficient information. They're an optional addition, and should never be a requirement.
View ArticleAdd a setStatus() method for configuration entities
As a follow up to #1826602: Allow all configuration entities to be enabled/disabled, Let's add a setStatus() method on configuration entities. enable/disable methods would then just wrap this.Here is...
View Articledb_query incorrectly adding quotes in 'not in' constraint
I'd be surprised if this hasn't been reported/fixed before, so very open to the idea of me mis-reading the API documentation! When using WHERE ... NOT IN (values), it looks like db_query is adding...
View Articledrupal_html_to_text img/alt handling
The drupal_html_to_text function removes images throwing away the alternate text. This is arguably bad from an accessibility perspective. Images could contain semantically meaningful information which...
View ArticleEnable CKEditor in the Standard install profile (for the "Filtered HTML" and...
Problem/MotivationAs of #1890502: WYSIWYG: Add CKEditor module to core, we have a WYSIWYG editor in Drupal core. But: the module is not yet enabled by default, nor is CKEditor associated yet with...
View ArticleCKEditorPluginManagerTest fails because plugins are discovered in slightly...
#1890502: WYSIWYG: Add CKEditor module to core was committed with pretty solid test coverage; one of the things it tests are the available CKEditor plugins out-of-the-box. This uses...
View ArticleCKEditorPluginManagerTest fails because plugins are discovered in slightly...
#1890502: WYSIWYG: Add CKEditor module to core was committed with pretty solid test coverage; one of the things it tests are the available CKEditor plugins out-of-the-box. This uses...
View ArticleInternet Explorer offers/prompts JSON output for download
#625958-85: Support Uploading Multiple Files for HTML5 Browsers via #multiple attribute
View ArticleComplete configuration schemas for system module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced...
View ArticleComplete configuration schemas for user module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced...
View ArticleCreate configuration schemas for action module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View ArticleCreate configuration schemas for aggregator module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View ArticleCreate configuration schemas for book module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View ArticleCreate configuration schemas for breakpoint module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View Article