Fix test performance of Drupal\comment\Tests\CommentPreviewTest
Problem/MotivationSpeed up testbot and simplify tests by using the testing profile instead of the standard profile.Steps to reproduceProposed resolutionConvert Drupal\node\Tests\NodeAccessBaseTableTest...
View ArticleFix test performance of Drupal\system\Tests\Cache\PageCacheTagsIntegrationTest
Problem/MotivationSpeed up testbot and simplify tests by using the testing profile instead of the standard profile.Steps to reproduceProposed resolutionConvert Drupal\node\Tests\NodeAccessBaseTableTest...
View ArticleAllow user-uploaded WebP images everywhere in Drupal by default: image...
Problem/MotivationAllow users to upload and manage images of Google's image format, WebP (https://developers.google.com/speed/webp)Steps to reproduce- Upload the image inside ckeditor with Webp...
View Article[Plan] Automated A11y tests in Nightwatch
Problem/MotivationIn an issue in a different queue @dmundra figured out how to integrate Axe testing into our Nightwatch tests: #2857808: Automate Accessibility Checks for Core. There's good discussion...
View ArticleCreate twig filters: |add_class, |remove_class, and |set_attribute
This is related to #3301373: Create twig |as filterIn conjunction with the |as filter, themers typically want to set CSS classes on the field components to maintain proper BEM architecture.The issue...
View ArticleFormatter 'URL to image' from ImageUrlFormatter shows PHP warning...
Problem/MotivationPHP displays warning when choosing image formatter "URL to image" on 9.4 fresh installation.The new attribute 'loading' was introduced with $image_loading =...
View ArticleFix test performance of Drupal\node\Tests\NodeAccessBaseTableTest
Problem/MotivationSpeed up testbot and simplify tests by using the testing profile instead of the standard profile.Steps to reproduceProposed resolutionConvert Drupal\node\Tests\NodeAccessBaseTableTest...
View Articleadd an entity Links handler, to provide menu links/tasks/actions for entity...
Problem/MotivationProviding a UI for an entity type involves a lot of boilerplate code.In particular, three YML files have to be provided:- MODULE.links.menu.yml - MODULE.links.task.yml -...
View ArticleTotal Views Counters is always 0
Steps to reproduceEnable Statistics module.Make sure that under /admin/config/system/statistics "Count content views" is enabled.Create a basic node view, add a "Content statistics: Total views" field...
View ArticleFix test performance of Drupal\system\Tests\Theme\EntityFilteringThemeTest
Problem/MotivationSpeed up testbot and simplify tests by using the testing profile instead of the standard profile.Steps to reproduceProposed resolutionConvert Drupal\node\Tests\NodeAccessBaseTableTest...
View Article'Filter by block name' filter is not working correctly
Problem/MotivationWhen adding block through the Layout builder, the 'Filter by block name' filter doesn't seem to find any results. This is tested with Drupal core 9.4.5 on simplytest.meSee attached...
View ArticleWarning: imagecreatefrompng(): gd-png: libpng warning: iCCP: known incorrect...
Problem/MotivationGetting the issue Warning: imagecreatefrompng(): gd-png: libpng warning: iCCP: known incorrect sRGB profile in Drupal\system\Plugin\ImageToolkit\GDToolkit->load() (line 201 of...
View ArticleFix up minor problems in help topics
Please wait until #3041924: [META] Convert hook_help() module overview text to topics is otherwise fixed before making patches for this issue. It is currently Postponed.We have made a few typos and...
View ArticleLabel token replacement for views entity reference arguments not working
Problem/MotivationWhen using token replacement for a value coming from a view argument in a view area, for example if passing field_tags as an argument, both possible tokens produce the passed term id....
View ArticleMove Claro standard profile block config into the Claro theme
Uninstall and then re-install Seven and you will get four undated blocks in the content header region, see screenshot. This shouldn't happen.
View ArticlePhpMail : broken mail headers in PHP 8.0+ because of LF characters
Problem/MotivationOriginally, the email sent by the Webform module was delivered as plain text instead of HTML. It turns out the mail headers were broken for no reasons, one space was added before...
View ArticleBlockContent entities uses delete method instead of pre/postdelete
Problem/MotivationBlockContent::delete is not guaranteed to be called as its just a wrapper to Storage::deleteSteps to reproduceCall...
View ArticleFix test performance of Drupal\node\Tests\NodeTranslationUITest
Problem/MotivationSpeed up testbot and simplify tests by using the testing profile instead of the standard profile.Steps to reproduceProposed resolutionConvert Drupal\node\Tests\NodeAccessBaseTableTest...
View ArticleDynamic exposed filter
Before I try to explain anything, it should be much easier to show you what I mean:I'm searching for a possibility to display views exposed filters like this:Couldn't find anything that suits to my...
View ArticleAdd a mark when editing a field property will affect all the translations as...
Problem/MotivationWhen translating an entity which has non-translatable fields, those may be hidden from translation forms or marked as (*all translations), so the user is aware that he is editing all...
View Article