Add a Views filter for access to transition to a given moderation state
Problem/MotivationWhen creating a workflow view for a user to find content that they are able to moderate, it would be nice to be able to filter for a given state (eg, Published) that a user can...
View ArticleMedia Library: Default value for data-align attribute should not be center
Currently when embedding media in CKEditor with the Align images filter enabled, the default value for data-align is center. This is too opinionated from a design standpoint, especially when center...
View ArticleAllow ckeditor_stylesheets to refer to a Drupal root URL
After adding support for external stylesheets the next step is to add support for Drupal root paths, in the same way that Library definitions can have a Drupal root url for CSS/JS assets.Stylesheets...
View ArticleDynamic Views Arguments via Tokens
For the Drupal 7 version of this issue, see #2010898: Use tokens for entity selection view arguments.Entity Reference allows using a View of a specific display type to set the available options. This...
View ArticleDefaultSelectionDeriver has obsolete code comments
Problem/MotivationThe file core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php defines the class Drupal\Core\Entity\Plugin\Derivative\DefaultSelectionDeriver, but the...
View ArticleCode comment says "reusable" instead of "not reusable"
Problem/MotivationIn core/modules/block_content/block_content.module, the documentation block for block_content_query_entity_reference_alter() includes the line,Block_content entities that are reusable...
View ArticleUserPasswordForm validation results in exception when 'name' value...
Problem/MotivationI have observed an InvalidQueryException being caused by what I believe is a bot probing for vulnerability to SA-CORE-2018-002. This occurs when UserPasswordForm::validateForm()is...
View Articledrupal_get_query_array() does not urldecode query names
If a query parameter name is urlencoded (as it should), drupal_get_query_array() does not urldecode it.This bug was long time partly compensated by drupal_http_build_query() not urlencoding query...
View ArticleInaccurate text: Images must be smaller than !max pixels.
Problem/MotivationBefore a user uploads an image, if there is a maximum dimension set, the help text reads, for example:"Images must be smaller than 100x100 pixels." This confuses the user since the...
View Articlefilesize() fails for remote files -- called from file_save()
This issue is a duplicate of https://www.drupal.org/project/drupal/issues/628094 since that one was closed, marked fixed, but the problem persists.In file_save() we call the function filesize() on...
View ArticleDrupal 8 updating issue -...
After updading a Drupal site from 8.6.16 to 8.7.1 (PostgreSQL 9.6.13 , Nginx) I get this error in almost every operation (creating a view , installing a module, importing feeds, ....) with diferent...
View Article[Drupal 9] Update autloader-suffix in composer.json
Currently it is still set to "Drupal8".
View ArticlePHPCS Warning - PHP7.2 Compatibility issue in /includes/form.inc
Getting following issue after PHP upgradation to 7.2 in phpcs"FILE: docroot/includes/form.inc...
View ArticleAdd a text field to layout builder section configuration to declare CSS classes
Problem/MotivationSometimes it's difficult to trigger a section via CSS, particularly if there are layouts per page/node.Proposed SolutionProvide a text field in block and section configuration form,...
View ArticleViews LABEL don't add Field Name please
When create filter then Views add field name to the Label, such as: - HP Mobile (field_hp_mobile)Please don't add the Field Name.
View Articleviews block that was set to "Hide block if the view output is...
views blocks that were set to hide via "Hide block if the view output is empty: Yes" still renders the general structure of the view output. The view in question has a contextual filter "content: id"...
View ArticleUpdate coder to 8.3.7
Problem/MotivationUpdate drupal/coder to the latest version.Includes PHP 7.4 supportBugfixes#2958175: Add rule to prevent direct usage of $_GET, $_POST, $_REQUEST and $_FILES in Drupal 8Proposed...
View ArticleFix default link button styles
Problem/Motivation#3083850: Darker blue color for :hover & :active broke the hover and the active styles of the default link buttons.To reproduce:Visit /admin/structure/block with Claro theme set...
View ArticleEntityViewsData is broken for fields with 'numeric' columns, such...
Problem/MotivationEntityViewsData generates incorrect data for entities that have fields which have numeric schema columns.Instead of the numeric argument and filter, the standard ones are used.This...
View ArticleFix base prefix when generating URLs if index.php is in the path
Problem/MotivationFollow-up to #1088112: Introduce a token to get site's base URLSteps to reproduce:Go to your installed drupal directory and append index.php (e.g http://drupal.test/index.php)Build a...
View Article