Remove reference to core HAL module in REST docs
Problem/MotivationThe REST module contains a reference to core HAL module and that is no longer in core.Installing supporting modules In order to use REST on a website, you need to install modules that...
View ArticleReplace the "Secondary menu" component with a reusable component in...
Follow-up to #1342054: [META] Overhaul Bartik's code.Problem/MotivationBartik's template files need to be assessed and cleaned up of redundant markup, bad formatting and ID's.Bartik's CSS files need to...
View Articlehook_views_pre_view incorrect documentation example
Need to update the hook_views_pre_view API example code to match actual functionality. Calling $view->id() is the correct way not $view->nameOriginal postAPI page:...
View ArticleSubmitting empty block layout form results in breakage for all block entities
Problem/MotivationComing from #2677574: All Blocks removed from regions after checking "Show Global blocks".If an admin submits a block layout form that is empty (has no blocks), all blocks in all...
View ArticleExpland HandlerAllTest to find broken stuff
Problem/MotivationWhile HandlerAllTest covers some things, it doesn't covers broken handlers, see #2560897: Drupal\user\Plugin\views\argument\RolesRid is very brokenProposed resolutionRemaining...
View ArticleAllow WEBP quality to be configurable in GD2 image manipulation toolkit settings
Problem/MotivationAccording to php documentation when converting image to webp quality argument can be passed to set the quality of the image. In gd.php default is set to 80% and there is no way to...
View ArticleViews filter for boolean field should use field's labels
Problem/MotivationWhen using a boolean field on an entity type the field can have its "on" and "off" values modified. When this field is exposed as a filter in Views the select field hardcodes "True"...
View ArticleUsing string with only numeric character as module package key returns an error.
Hi there,I ran into an 'issue' today that gave me a "that can't be right" feeling. I know starting a module name with numeric characters is bad practice since a valid function name starts with a letter...
View ArticleDocument _title_callback
This change record adds a '_title_callback' to routing https://drupal.org/node/2067859This does not appear to have a callback documentation function in an api.php.Update Actually the change record does...
View ArticleClean up display of JSON+HAL in views preview
To be at all readable JSON+HAL should look something like this: (screenshot from HAL+JSON documentation)Currently in views preview pane it looks like this:Do I need to elaborate?
View ArticleProgress throbber position is incorrect
Problem/Motivation Progress throbber position and styling are incorrect while viewing in table display as compared with other displays.Steps to replicate Example: 1. Go to admin/structure/block and...
View ArticleRemoving a relationship to an entity reference field can break a View
I have encountered an issue on multiple occasions since starting to build sites in D8 18 months ago. I can't find a matching issue in the Views queue that covers this, although have seen a couple of...
View ArticleFollow-up for #2408371: PageCache is 1ms slower due to wrong service pass order
Follow-up to #2408371: Proxies of module interfaces don't work- Currently middlewares after page_cache are not proxied as the ProxyServicesPass() comes too early to find the dynamic 'lazy'...
View Articleupdate.php doesn't work when Drupal is installed in a subfolder and...
Problem/MotivationAn installation of Drupal has been placed in a subdirectory (/drupal) of webroot. The .htaccess file contains the RewriteBase directive to point to the subdirectory.RewriteBase...
View Article"nojs"/"ajax" route parameter in use-ajax link breaks...
Problem/MotivationWhen creating a route that makes use of the nojs functionality of Drupal Ajax (the one that replaces "nojs" with "ajax" in your link when the link has the "use-ajax" class) in...
View ArticleGoogle is abandoning FLoC - so remove the header?
Problem/MotivationTech press is covering this as "google retires FLoC":https://blog.google/products/chrome/get-know-new-topics-api-privacy-sand...In #3209628: Add Permissions-Policy header to block...
View ArticleIGNORE: Patch testing issue - ranjith_kumar_k_u
Problem/MotivationSteps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model changesRelease notes snippet
View ArticleEntity count query returns a string instead of int
Problem/MotivationI noticed that an entity query using count() returns a string instead of an int, which contradicts the return type of int|array in \Drupal\Core\Entity\Query\Sql\Query.php: /** *...
View ArticleOlivero: White line below footer
A fine thin line below the footer. I have added the screenshot for reference.
View ArticleCannot remove media on field, when there is a custom validation error
Problem/MotivationI cannot remove media from media_library widget when creating/editing a node, when the field has an errorDrupal code 8.9.8, PHP 7.3Steps to reproduceI have a field that is media...
View Article