Dropbutton field pushed out of the table if no label set
I'm no advanced CSS freak, so I can't easily fix that, however when I add a "Global: Dropbutton" field to a view and don't set a long enough label, t is being pushed out of the table. Same happens if...
View ArticleFix 'Squiz.Arrays.ArrayDeclaration.NoKeySpecified' and...
Part of meta-issue #2571965: [meta] Fix coding standards in coreStep 1: PreparationOpen the file core/phpcs.xml.dist and add a line for the sniff of this ticket. The sniff name is in the issue title....
View ArticleReplace drupal_valid_test_ua() and drupal_generate_test_ua() with static methods
drupal_valid_test_ua() and drupal_generate_test_ua() should be removed with a modern approach.
View ArticleCreate a \Drupal\Component\Routing\ namespace and move Drupal-independent...
Problem/MotivationThe new route match is a concept which is not bound to drupal itself. On the other hand it is a great tool to decouple your code from needing the request in all kind of places.On the...
View ArticleDecouple from Symfony CMF
Problem/MotivationWe have Symfony CMF as a dependency, but we only really use four things from it:RouteEnhancerInterface RouteFilterInterfaceAlso the ROUTE_NAME and ROUTE_OBJECT constants from...
View ArticlePatchman is applying a harmless but incorrect backport of SA-CORE-2019-003 to...
API page: https://api.drupal.org/api/drupal/core%21modules%21serialization%21src%2...Enter a descriptive title (above) relating to NormalizerBase.php, then describe the problem you have found:Not so...
View ArticleRuntimeException: Zend Diactoros must be installed to use the DiactorosFactory.
Hello, today I`ve updated my site from Drupal 8.8.6 to Drupal 8.9.0, using Drush as always:drusch cr drush pm-update At the end of the update I saw the following error on my terminal: Cache rebuild...
View ArticleDuplicated joins in entity query
Entity query with condition and sorting by a field from the same table makes duplicated joins.My investigating: Class 'Drupal\Core\Entity\Query\Sql\Query' method getTables() always returns new...
View ArticleLog::findCaller fails to report the correct caller function with non-core...
Problem/MotivationContrib/custom database drivers are not in the Drupal\Core\Database namespace, and in this case Log::findCaller will not report the caller correctly, but just the first...
View Article`link` fields in REST, JSON:API and GraphQL cannot be rendered by client
Problem/MotivationLink fields and menu links are output in JSON:API in the following format:"field_link": [ { "uri": "internal:/", "title": "Home", "options": [ ] }, { "uri": "entity:node/5", "title":...
View ArticleReturn translated title for "Content: ID" views contextual filter
When using a the "Content: ID" contextual views filter (for example to filter nodes that reference the current node), you can use the argument to override the title. Here the original language label is...
View ArticleTest coverage for \Drupal\Core\Updater classes
Problem/MotivationFollowup to #3150990: Updater::install() crashes on file transfer exceptions., which fixed a syntax bug for \Drupal\Core\Updater::install().This class should have more (unit) test...
View ArticleReplace use of whitelist/blacklist in \Drupal\Core\Security\RequestSanitizer...
Problem/MotivationLets remove usage of "blacklist" and "whitelist" in \Drupal\Core\Security\RequestSanitizer and its testThey are:An historic bad labelling of peopleProvide no context: "what is listed...
View ArticleSet X-Drupal-Cache-Max-Age to aid in debugging #cache fun
Problem/MotivationDebugging caching can be hard.https://www.previousnext.com.au/blog/ensuring-drupal-8-block-cache-tags-... ...Although http.response.debug_cacheability_headers: true lets you see your...
View ArticleDocument variables without an UI
actions_max_stack aggregator_allowed_html_tags allow_insecure_uploads cache_inc filter_allowed_protocols forum_block_num_active forum_block_num_new front_page_output locale_cache_strings...
View ArticleProvide an experimental module to replace jQuery UI autocomplete with...
Before going any further, know this: Much of the work on this task took place here: #2346973: Improve usability and accessibility of long select lists. It eventually became apparent that this needed...
View ArticleNode revisions forced even if bundle not under moderation workflow
Problem/MotivationIn core/modules/content_moderation/src/Entity/Handler/NodeModerationHandler.php, there is no check done if the node bundle is actually under workflow moderation or not and create new...
View ArticleResponsive Image - 2x image not being created/used
I'm having issues getting the 2x image to pull in. In the attached on-1x-screen.png the width is 450px which is right. However in on-2x-screen.png the width is also 450px which is not right. Per the...
View Article[meeting] Migrate Meeting 2020-06-11
Hello all, it’s time for the weekly migration initiative meeting. The meeting will take place in slack in various threadsThis meeting:➤ Is for core migrate maintainers and developers and anybody else...
View Article