Issues created during 10.0.0-alpha5 release

Last update:

Release 10.0.0-alpha5 from 2022-06-08 to 2022-07-07. Next release for this major version is 10.0.0-alpha6.

Issue Title Category Component Version Comments Followers Created
#3294248 docs for hook_update_N() don't mention hook_post_update_NAME() Bug documentation 10.0.x-dev 2 3
#3293874 Prevent accidental lockouts on the Role settings page and clarify the corresponding description for its select box Task user system 10.0.x-dev 15 9
#3293564 Add new test group for skipped tests Task other 10.0.x-dev 4 2
#3293539 ExtensionDiscovery does a lot of work repeatedly when it shouldn't Task base system 10.0.x-dev 12 3
#3293286 Update Composer::preAutoloadDump for Symfony 6 Task base system 10.0.x-dev 12 5
#3292759 Create getters and setters for dynamic Extension properties Task extension system 10.0.x-dev 33 9
#3292492 Explore how to ensure we can always detect the difference between minor releases using module schema versions Task system.module 10.0.x-dev 5 3
#3292249 [PP-1] Remove fallback image from responsive_image module Task responsive_image.module 10.0.x-dev 3 3
#3291519 [Meta] Fix 'Call to an undefined method' PHPStan L0 errors Task base system 10.0.x-dev 12 6
#3291483 Ability to use custom field property in UniqueField constraint Feature field system 10.0.x-dev 27 7
#3291061 Add ability to set lightest/darkest colors in Olivero's color changing method Feature Olivero theme 10.0.x-dev 3 3
All issues opened and fixed during this release window
#3293952 Remove unneeded TextFormatElementFormTest::getUrl() and AssertContentTrait::getUrl() Task phpunit 10.0.x-dev 17 6
#3293933 Upgrade phpstan/phpstan to 1.8.1 Task other 10.0.x-dev 13 7
#3293431 Remove obsolete AppRootFactory and SitePathFactory Task base system 10.0.x-dev 6 4
#3293297 Remove bc layer in Drupal\Core\Theme\Registry::__construct() Task base system 10.0.x-dev 7 7
#3293288 Remove the /core/modules/simpletest folder Task simpletest.module 10.0.x-dev 19 6
#3293284 Throw an exception when Router::generate() is called Task routing system 10.0.x-dev 8 6
#3293216 Rename references to Simpletest in tests Task phpunit 10.0.x-dev 13 6
#3293090 Fail JavaScript tests on JavaScript errors Task phpunit 10.0.x-dev 27 8
#3293077 Enforce TrustedCallbackInterface in #date_date_callbacks Task base system 10.0.x-dev 7 4
#3293075 Remove deprecated code from ModuleHandlerInterface Task extension system 10.0.x-dev 8 5
#3292926 Drupal 10 readiness meeting / 27 June 2022 Task meetings 10.0.x-dev 17 14
#3292730 Update to Symfony 6.1.2 Task base system 10.0.x-dev 8 4
#3292428 Remove inadvertedly committed core/modules/quickedit/tests/src/Functional/CKEditor5/CKEditor5QuickEditLibraryTest.php.orig Task quickedit.module 10.0.x-dev 11 5
#3291893 Stub release for 10.1.x breaks 10.0.x tests in HEAD. Bug phpunit 10.0.x-dev 14 4
#3291797 Refactor Drupal 10 settings tray / off-canvas to use modern CSS Task settings_tray.module 10.0.x-dev 46 22
#3291794 Drupal 10 - consolidation missing Support composer 10.0.x-dev 8 4
#3291729 Refactor Olivero styles to use new --drupal-displace variables and ensure that toolbar/buttons are always visible Task Olivero theme 10.0.x-dev 10 4
#3291208 Remove stray ignore deprecation patterns Task phpunit 10.0.x-dev 10 5
#3290810 Remove updates added prior to 9.4.0 (9.4.4 for ckeditor) and add 9.4.0 database dumps Task base system 10.0.x-dev 77 12
#3290808 Remove workspaces special casing from system_requirements() and fix versions/docs Bug system.module 10.0.x-dev 26 7
#3285667 Remove duplicate test from source\d7\NodeTest::providerSource Task migration system 10.0.x-dev 14 8
#3285638 Frontend (Olivero + Claro) - June 14 2022 Meeting in Slack Task meetings 10.0.x-dev 11 8
#3285503 Remove deprecated code in constructors Task base system 10.0.x-dev 8 5
#3285463 Drupal 10 readiness meeting / 20 June 2022 Task meetings 10.0.x-dev 16 13
#3285462 Drupal 10 readiness meeting / 13 June 2022 Task meetings 10.0.x-dev 16 14
#3285205 [META] Convert test that use Bartik/Seven to Olivero/Claro Task base system 10.0.x-dev 38 9
#3285136 Remove a couple of constructor bc layers Task base system 10.0.x-dev 12 6
#3285061 Prevent installation of phpstan/phpstan >=1.7 Task base system 10.0.x-dev 16 4
#3284912 Abstract and refactor Olivero's text color styles with new "text-color" custom properties Task Olivero theme 10.0.x-dev 15 5
#3284761 Remove deprecated code in the update system Task update.module 10.0.x-dev 8 4
#3284760 Remove deprecated \Drupal\FunctionalTests\Image\ToolkitTestBase Task image system 10.0.x-dev 8 4
#3284759 Remove deprecated BcTimestampNormalizerUnixTestTrait Task rest.module 10.0.x-dev 7 4
All other issues fixed during this release window
#3284420 Remove Composer 1 specific code paths from Drupal 10 Task base system 10.0.x-dev 11 8
#3283399 Frontend (Olivero + Claro) - May 31 2022 Meeting in Slack Task meetings 10.0.x-dev 15 9
#3281175 PhpUnitCliTest fails outside of CI Bug phpunit 10.0.x-dev 8 4
#3280033 PHP 8.2 compatibility: ${} string interpolation deprecated Task base system 10.0.x-dev 14 8
#3278122 Since symfony/routing 6.1: The "Symfony\Component\Routing\Matcher\UrlMatcher::handleRouteRequirements()" method will have a new "array $routeParameters" argument in version 7.0, not defining it is deprecated. Bug routing system 10.0.x-dev 24 7
#3276196 The "Symfony\Component\Validator\Constraints\Range::$minMessage" property is considered final Bug base system 10.0.x-dev 26 9
#3276187 Since symfony/routing 6.1: Construction of "Symfony\Component\Routing\Exception\MissingMandatoryParametersException" with an exception message is deprecated, provide the route name and an array of missing parameters instead. Bug base system 10.0.x-dev 18 6
#3275864 Update to Symfony 6.1.1 Task base system 10.0.x-dev 36 16
#3272779 [Symfony 6.1] Replace deprecationListenerTrait with PHPUnitBridge ignoreFile Task phpunit 10.0.x-dev 44 6
#3272447 Update to PSR/log v3 Task base system 10.0.x-dev 22 5
#3266274 Remove chalk as a dependency Task javascript 10.0.x-dev 19 9
#3254966 PHPStan error LinkItemTest Bug link.module 10.0.x-dev 18 8
#3251384 Remove support for UC Browser Plan other 10.0.x-dev 28 20
#3215870 Require Composer 2.3.5 for developing Drupal 10 core Task composer 10.0.x-dev 60 21
#3173031 Clean-up \Drupal\system\Plugin\ImageToolkit\GDToolkit when core require php 8.0 Task image system 10.0.x-dev 23 9
#3153956 Remove code related to "context from configuration" that was deprecated in Drupal 9 Task plugin system 10.0.x-dev 21 7
#3118147 [meta] Set Drupal 10 platform and browser requirements six months before the release Plan other 10.0.x-dev 35 37
#3101620 Remove IE conditional comments support in Drupal 10 Task asset library system 10.0.x-dev 19 7
#3077703 Remove pre-8.7.7 core compatibility checks in extension parsing Task extension system 10.0.x-dev 24 12
#3076684 Remove deprecated vendor cleanup scripts Task composer 10.0.x-dev 50 18