TranslatableMarkup for Invalid Argument Exception: $string (Array) must be a...
After some modifications in my block settings and my custom menu which are all migrated from a drupal 6 site i got the following error on blocks layout page:InvalidArgumentException: $string ("Array")...
View Article[upstream] [Style] Add tests for inability to apply styles to <div>,...
Problem/MotivationUsing a styleul.test|Test I would expect to be able to apply to lists but the styles dropdown is completely greyed out. This was working in CKEditor 4.Steps to reproduceCreate a text...
View Article[policy, no patch] Make a policy for Machine Learning ("AI") code...
Problem/MotivationAs the AI/ML hype begins to go from wishful thinking to real possibilities, it is time for us as a community to take a stand on code contributions that are (in part) not made by...
View ArticleCreate a a way to filter/modify a permissions list prior to display in the UI.
Problem/MotivationThere are scenarios where it would be useful to have centralized control over permissions lists, such as the form that appears in admin/people/permissions.Steps to reproduceProposed...
View Article[meta] Use FileUrlGenerator::generate() everywhere, then deprecate...
This is the follow-up to basically implement "Option 2" from #2669074: Convert file_create_url() & file_url_transform_relative() to service, deprecate itFor that to be feasible, we need to improve...
View ArticleReplace usage of generateString with generate in AttachedAssetsTest
Problem/MotivationSee #3087434: [meta] Use FileUrlGenerator::generate() everywhere, then deprecate generateString() and generateAbsoluteString()Steps to reproduceProposed resolutionRemaining tasksUser...
View ArticleMove definition of MAINTENANCE_MODE = install to install_drupal
Problem/MotivationThis global defined before version check/** * Global flag to indicate the site is in installation mode. * * The constant is defined using define() instead of const so that PHP *...
View ArticleRemove hardcoded plugin ids from migration process plugins
Problem/MotivationSeveral process plugins contain lookups against hardcoded migration ids. These ids can change in contrib, or custom migrations with different ids should be able to work with the...
View ArticleRemove bugfix for PHP bug 48383
Problem/MotivationIn the PostgreSQL database driver has a bugfix for the PHP bug 48383 from 2009. See: https://bugs.php.net/bug.php?id=48383Proposed resolutionRemove the bugfix and add testing. See the...
View ArticleRemove the even more of the aggregate stale file threshold and state entry
Problem/MotivationFollow-up from #3301573: Remove the aggregate stale file threshold and state entry, missed a bit.Steps to reproduceProposed resolutionRemaining tasksUser interface changesAPI...
View ArticleRemove the aggregate stale file threshold and state entry
Problem/MotivationCSS and JavaScript aggregation previously generated files inline during HTML page requests. If the file was requested without a PHP request to the page, and didn't exist, there was no...
View ArticleRemove classes from system templates c*.html.twig
Problem/MotivationSeperate core templates from non essential css classes.Proposed resolutionmodify...
View ArticleReplace usage of generateString with generate in TwigExtension
Problem/MotivationSee #3087434: [meta] Use FileUrlGenerator::generate() everywhere, then deprecate generateString() and generateAbsoluteString()Steps to reproduceProposed resolutionRemaining tasksUser...
View ArticleAdd a plural-aware cardinality constraint to replace the custom message in...
Problem/MotivationFieldItemList uses the following code:$constraints[] = $this->getTypedDataManager() ->getValidationConstraintManager() ->create('Count', [ 'max' => $cardinality,...
View ArticleReplace usage of generateString with generate in StreamWrapperTest
Problem/MotivationSee #3087434: [meta] Use FileUrlGenerator::generate() everywhere, then deprecate generateString() and generateAbsoluteString()Steps to reproduceProposed resolutionRemaining tasksUser...
View ArticleD7 upgrade migration test shows incorrect node created, updated values are...
Problem/MotivationThe migration tests show that the wrong data is migrated on a D7 site.In drupal7.php node 1 has the following in the "node" table:->values(array( 'nid' => '1', 'vid' => '1',...
View ArticleReplace usage of generateString with generate in responsive image
Problem/MotivationSee #3087434: [meta] Use FileUrlGenerator::generate() everywhere, then deprecate generateString() and generateAbsoluteString()Steps to reproduceProposed resolutionRemaining tasksUser...
View ArticleDeprecate support for unused \PDO::FETCH_* modes
Problem/MotivationWhen the Statement classes were developed, they were meant to be extensions of the base PDOStatement class.As we moved on, Statement classes are now largely decoupled from PDO, but...
View ArticleReplace usage of generateString with generate in NodeRSSContentTest
Problem/MotivationSee #3087434: [meta] Use FileUrlGenerator::generate() everywhere, then deprecate generateString() and generateAbsoluteString()Steps to reproduceProposed resolutionRemaining tasksUser...
View ArticleReplace usage of generateString with generate in MediaStandardProfileTest
Problem/MotivationSee #3087434: [meta] Use FileUrlGenerator::generate() everywhere, then deprecate generateString() and generateAbsoluteString()Steps to reproduceProposed resolutionRemaining tasksUser...
View Article