TypeError: Argument 2 passed to t() must be of the type array, integer given.
When I try to access the dblog I see following error:TypeError: Argument 2 passed to t() must be of the type array, integer given, called in /var/www/xxx/docroot/modules/dblog/dblog.admin.inc on line...
View ArticleImprove coding standards and comments standards for Actions module.
There are numerous coding and commenting standards issues in the actions module. For eg: Missing name of @params, missing desfriptions for functions, line indentations, etc.
View ArticleMediaEmbed conflates default view mode with user-selected view mode
Problem/MotivationThe new MediaEmbed functionality added in 8.8.0 incorrectly conflates a text format's MediaEmbed default view mode with the view mode selected by an editor when embedding the media....
View Articlenon-standard precision limits at testSchemaAddFieldDefaultInitial
There are different precision limits for fields of the numeric type: - PostgreSQL has a limit of 1000; - MySQL has a limit of 65; - Oracle has a limit of 38.Still, testSchemaAddFieldDefaultInitial...
View ArticleUpdate the module descriptions on the Extend page
Problem/MotivationThe description of a module on the Extend page, describes what the module does. Not all module descriptions on the Extend page follow the common format, as described in the Help text...
View ArticleIsolate test dependency on easyrdf/easyrdf to a single trait
Problem/MotivationEasyrdf is only used in tests and doesn't support php 7.4 It looks like its no longer maintainedProposed resolutionAttempt to remove dependency on itRemaining tasksUser interface...
View ArticleMake Drupal 8 compatible with PHP 7.4
Problem/MotivationDrupal 8.8.x is not passing tests on PHP 7.4. PHP 7.4 released on November 28, 2019, a week before Drupal 8.8.0.Proposed resolutionDependencies to be updated upstreamGet a new release...
View ArticleEnsure compatibility of Drupal with PHP 8 (as it evolves)
Postponed on #3086374: Make Drupal 8 compatible with PHP 7.4.Problem/MotivationMake sure Drupal keeps being compatible with PHP 8. Work with dependencies as needed. See #3086374: Make Drupal 8...
View ArticleFind a more reliable way to determine if a form element concerns a...
Problem/motivationWe currently add a translation clue i.e. "(all languages)" to form elements if #multilingual is empty and the element type is not in the static list $ignored_types. static...
View ArticleMove simpletest module to contrib
This is a Drupal core issue.Problem/MotivationBased on conversation in #3057420: [meta] How to deprecate Simpletest with minimal disruption, it's likely that we'll move simpletest module out of core,...
View ArticleMake a check of file size a baked-in client side validation
Problem/MotivationDrupal's managed_file form #type allows files of any size to be sent to the server. A server-size limit exists, but the user is not informed of the issue until waiting for the...
View ArticleMove actions migrations and tests to system module
Problem/MotivationTo rename the module to "actions UI" migrations should be moved to system module because entity defined exactly thereProposed resolution\Drupal\action\Plugin\migrate\source\Action...
View Articlehttp installation of 8.8.1 fails with "Class...
If you1. Install Drupal 8 right now with the drupal/recommended-project composer recipe, which results in Drupal 8.8.1 2. Install a site using browser (standard profile) and using http (doesn't happen...
View ArticleEntityQueryTest::testToString fails with non-core db drivers
#2902311: add __toString() to the entity Query class introduced a test that is checking SQL syntax produced by Drupal\Core\Database\Query\Select. Contrib drivers overriding that method may fail tests....
View ArticleThe format of the deprecation errors in core database classes is incorrect.
Functions are: Connection::query, Schema::fieldSetDefault, and Schema::fieldSetNoDefault, db_add_index()There are kernel tests in DatabaseLegacyTest which verify that deprecation errors are triggered...
View ArticleHow to update to version 8.8.0 ?
I just updated my site but do not want to update to version 8.8.0Why is it updating to RC1 ?ubuntu@www-example-com /var/www/www-example-com $ composer update --with-dependencies Gathering patches for...
View ArticleCKEditor Media: Only allow enabled view modes
Currently you are able to allow a user to select from multiple view modes when embedding media; however, this list when embedding is not respecting if a view mode is enabled for that particular...
View Articlefile_validate_image_resolution() doesn't recalculate the image...
Function file_validate_image_resolution() can receive $maximum_dimensions and/or $minimum_dimensions restrictions.When both ($maximum_dimensions and $minimum_dimensions) are sent, it calculates the...
View ArticleAllow : (colon) and other characters in view, row css classes
Many css frameworks use colons in utilities classes. IE tablet:grid-col-6 in USWDS or md:mt-0 in tailwind.Currently they are stripped out from the output and appearing as tabletgrid-col-6 or mdmt-0.
View ArticleExposed term filter is not updated when terms are added, deleted, or...
(I honestly don't know if this belongs in Views, Taxonomy, or Cache...)If a view has an exposed term filter, the options are not updated when new terms are added to the vocabulary. Similar results when...
View Article