Issues created during 9.5.0-beta2 release

Last update:

Release 9.5.0-beta2 from 2022-09-29 to 2022-11-16. Next release for this major version is 9.5.0-rc1.

Issue Title Category Component Version Comments Followers Created
#3320943 views format: unformatted list → choose item wrapper (e.g. <article>) Feature views.module 9.5.x-dev 3 3
#3320777 Revisions list only shows the current revision Support node system 9.5.x-dev 5 4
#3320740 CKEditor throws JS errors if a contenteditable div element exists on the page Bug ckeditor.module 9.5.x-dev 2 1
#3320516 Warnings when importing translations with drush locale-update Bug locale.module 9.5.x-dev 6 5
#3320467 form_build_id is a hidden input field and therefore should not have the autocomplete attribute Bug forms system 9.5.x-dev 14 12
#3319633 Accessibility language switch block: role="navigation" Bug language system 9.5.x-dev 4 3
#3319505 Division by zero error and code clarity fixes, image.admin.inc Bug image system 9.5.x-dev 1 1
#3319502 Fix null string error passed to realpath() in LocalStream Bug file system 9.5.x-dev 1 1
#3319360 Correct url placeholder in update.inc Bug database update system 9.5.x-dev 12 8
#3319212 Custom entity without label field generates warning for PHP 8.1 Bug entity system 9.5.x-dev 11 4
#3318953 Combine fields filter case-sensitive search Bug views.module 9.5.x-dev 4 2
#3318851 Uncaught exception 'TypeError' with message 'checkdate(): Argument #3 ($year) must be of type int, string given Bug documentation 9.5.x-dev 7 5
#3318180 strtr(): Passing null to parameter #1 ($string) of type string is deprecated in locale_translation_build_server_pattern() Bug locale.module 9.5.x-dev 10 11
#3317950 This form can only be submitted in the default workspace Bug workspaces.module 9.5.x-dev 2 2
#3317814 Previously forbidden alignments get allowed after a text format is upgraded to CKeditor5 Bug ckeditor5.module 9.5.x-dev 2 2
#3317750 CKEditor 5's UI language doesn't match Drupal's interface translation until caches are cleared Bug ckeditor5.module 9.5.x-dev 5 3
#3317706 Wrong parameter order in checkPatchFieldAccess Bug jsonapi.module 9.5.x-dev 8 4
#3317643 RelationshipPluginBase::init() argument #2 error Bug views.module 9.5.x-dev 6 4
#3317323 Claro dropbutton non-link items need solid background Bug Claro theme 9.5.x-dev 7 4
#3316720 Tabledrag is broken in layout builder sidebar Bug layout_builder.module 9.5.x-dev 18 15
#3316385 PHP upgrade error: Undefined array key "id" in Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers() Bug views.module 9.5.x-dev 17 7
#3316271 Config import fails with non existent theme reporting TypeError: array_diff(): Bug configuration system 9.5.x-dev 13 7
#3316138 secondary menu overflow hides menu items Bug Claro theme 9.5.x-dev 1 1
#3316100 Unset the config.platform.php constraint from DrupalCI's "updated deps" jobs Feature composer 9.5.x-dev 2 2
#3315318 Allow multiple modules to offer the same toolbar button Feature ckeditor.module 9.5.x-dev 1 1
#3315276 Fatal error when using a union type on a controller's callback Bug routing system 9.5.x-dev 4 6
#3315245 Order of languages overrides default language fallback Bug language system 9.5.x-dev 19 5
#3315217 Loosen core's require-dev constraints to allow higher major versions that work Feature composer 9.5.x-dev 14 10
#3315045 It is possible to delete the Forum vocabulary while Forum is installed Bug forum.module 9.5.x-dev 6 7
#3314941 Language-prefixed alias paths cannot be correctly routed inside a request Bug routing system 9.5.x-dev 3 3
#3314932 "no_cache" option in route should be a bool Task routing system 9.5.x-dev 4 3
#3314762 BigPipe causes double checkbox in Gin Bug big_pipe.module 9.5.x-dev 14 7
#3314663 File links for paths with reserved characters ( '+' & '#' '?') generated wrong for external streamWrappers. Bug file system 9.5.x-dev 3 2
#3313954 alt being dropped on user page with layout builder Bug layout_builder.module 9.5.x-dev 1 1
#3313838 Improve documentation on \Drupal\Component\Datetime\DateTimePlus::setDefaultDateTime() Task datetime.module 9.5.x-dev 2 2
#3313790 system_requirements() missing extension dependency check calls themes modules Bug system.module 9.5.x-dev 1 1
#3313459 Implement Database Query ConditionInterface::getConjunction() method to parity with EntityQuery's ConditionInterface Feature database system 9.5.x-dev 4 3
#3313340 view edit page not loading / memory leak on "not empty" not exposed filter Bug views.module 9.5.x-dev 8 6
#3313231 DateTimeComputed: Fatal error when Ajax call in form. (strlen() on array) Bug datetime.module 9.5.x-dev 9 6
All issues opened and fixed during this release window
#3321637 Draft release notes for 9.5.0-rc1 Plan documentation 9.5.x-dev 7 5
#3321596 Deleting the translated nodes is leaving (1) orphan file(s) Bug file system 9.5.x-dev 4 3
#3321003 Update Shepherd to 9.1.1 Task javascript 9.5.x-dev 8 4
#3321002 Update Babel to 7.20.2 Task javascript 9.5.x-dev 9 4
#3320732 [meta] Update JavaScript dependencies for Drupal 9.5 Plan javascript 9.5.x-dev 19 6
#3320518 Update webpack Task javascript 9.5.x-dev 18 5
#3320483 Remove unused variable $pos in system.install Bug system.module 9.5.x-dev 8 4
#3320240 Entity count query returns a string instead of int Bug entity system 9.5.x-dev 31 9
#3319917 Remove raw-loader dependency Task javascript 9.5.x-dev 18 6
#3319845 user_post_update_update_migrated_roles_followup() needs to be a hook_update_N Bug user.module 9.5.x-dev 12 4
#3319819 Update eslint to 8.27 Task javascript 9.5.x-dev 14 6
#3319780 Add longwave as provisional release manager in MAINTAINERS.txt Task other 9.5.x-dev 7 5
#3319184 hook_condition_info_alter is not documented Bug documentation 9.5.x-dev 26 12
#3318581 FIx \Drupal\Core\Config\ConfigImporter::doSyncStep() to accept callable Bug configuration system 9.5.x-dev 12 4
#3317938 views_ui LibraryCachIngTest is failing randomly Bug views_ui.module 9.5.x-dev 16 7
#3317887 Update PostCSS, postcss-header, and postcss-preset-env Task javascript 9.5.x-dev 22 6
#3317885 Update jsdom, terser, minimist and underscore Task javascript 9.5.x-dev 18 5
#3317882 Update to stylelint 14.14.1 and stylelint-config-standard 29.0.0 Task javascript 9.5.x-dev 16 5
#3317879 Remove Chromedriver as a JavaScript dependency Task javascript 9.5.x-dev 39 10
#3317873 Update PHP dependencies for Drupal 9.5 Task composer 9.5.x-dev 15 8
#3317758 The return type of TermInterface::getWeight is wrong Bug taxonomy.module 9.5.x-dev 8 4
#3317744 Bundle restrictions from a route do not apply to revisionable entities Bug entity system 9.5.x-dev 15 5
#3317504 run-tests.sh claims to support running a particular test method, but does not Bug phpunit 9.5.x-dev 9 6
#3317332 Remove obsolete core/modules/ckeditor5/js/ckeditor5_plugins/drupalMedia/README.md Task ckeditor5.module 9.5.x-dev 7 4
#3317330 Random failure in ImageTest::testAltTextRequired Bug ckeditor5.module 9.5.x-dev 13 4
#3316971 Ensure run-tests.sh works with future PHP versions Task base system 9.5.x-dev 9 5
#3316921 Remove span tag from the basic HTML format in the standard profile Feature base system 9.5.x-dev 18 7
#3316871 Fix wrong documentation in hook_requirements_alter Bug base system 9.5.x-dev 6 7
#3316813 Remove mentions of node_access_example.module from docblocks Task node system 9.5.x-dev 9 6
#3316627 dropbuttons get weird white line when font size is changed and at at various zoom settings Bug Claro theme 9.5.x-dev 50 23
#3316136 LanguageNegotiationInterface.php : function's name error in docblock Bug language system 9.5.x-dev 8 4
#3315884 Fix typos: s/CKEditor5/CKEditor 5/ Bug ckeditor5.module 9.5.x-dev 16 5
#3314523 PostCSS results in CSS that does not comply with our coding standards Task CSS 9.5.x-dev 16 5
#3313558 AssertionError: assert($entity instanceof ParagraphInterface) in assert() (line 163 of EntityAccessChecker.php) Task jsonapi.module 9.5.x-dev 7 6
#3313435 Add daffie as core subsystem maintainer for the Database API Task other 9.5.x-dev 13 8
#3313342 [PHP 8.1] Deprecated function: strpos(): Passing null to parameter #1 LayoutBuilderUiCacheContext.php on line 28 Bug layout_builder.module 9.5.x-dev 66 18
#3313021 Remove obsolete \Drupal\KernelTests\KernelTestBase::prepareTemplate Task phpunit 9.5.x-dev 15 4
#3312883 Update variable type PHPDoc in _responsive_image_build_source_attributes function Bug responsive_image.module 9.5.x-dev 19 7
#3312781 REST views: Allow user to display all items Bug rest.module 9.5.x-dev 9 3
#3312778 REST views: Items to display:Full | Paged, 0 items Bug rest.module 9.5.x-dev 10 3
All other issues fixed during this release window
#3312439 StatementInterface::fetch() return typehint is wrong Bug database system 9.5.x-dev 12 6
#3312198 Regression concerning the cache of private files Bug base system 9.5.x-dev 66 21
#3311488 Drupal Usability Meeting 2022-09-30 Task meetings 9.5.x-dev 11 9
#3311216 [meeting] Migrate Meeting 2022-09-22 1400Z Task migration system 9.5.x-dev 6 5
#3310096 Drupal Usability Meeting 2022-09-23 Task meetings 9.5.x-dev 15 8
#3307972 ModulesListForm.php assigns string value to ['attributes']['class'] Bug system.module 9.5.x-dev 11 5
#3307700 Update breadcrumbs in aggregator, color, and tracker help topics to use help_route_link function Task help.module 9.5.x-dev 15 8
#3307697 Update breadcrumbs in migrate_drupal_ui, responsive_image, search.configuring, search.index help topics to use help_route_link function Task help.module 9.5.x-dev 9 6
#3307696 Update breadcrumbs in help, image, language, layout_builder, locale, media, and menu_ui help topics to use help_route_link function Task help.module 9.5.x-dev 14 6
#3307694 Update internal links in forum help topics to use help_route_link_function Task help.module 9.5.x-dev 13 6
#3307692 Update breadcrumbs in contact, content_translation, cron, editor, field_ui, filter help topics to use help_route_link function Task help.module 9.5.x-dev 16 6
#3307691 Update breadcrumbs in ban, block, block_content, book, config, config_translation help topics to use help_route_link function Task help.module 9.5.x-dev 16 6
#3307392 [meeting] Migrate Meeting 2022-09-01 2100Z Task migration system 9.5.x-dev 8 6
#3307186 Mark CKEditor 5 stable Task ckeditor5.module 9.5.x-dev 47 26
#3307110 Improve and fix migration documentation regarding migration order Support migration system 9.5.x-dev 15 5
#3306969 Coding Standards Meeting 2022-09-13 2100 UTC Plan meetings 9.5.x-dev 7 4
#3305748 improve instructions for allowedOrigins in default.services.yml Task documentation 9.5.x-dev 13 6
#3305394 Coding Standards Meeting 2022-08-30 2100 UTC Plan meetings 9.5.x-dev 9 7
#3304217 Meeting of the Bug Smash Initiative 2022-08-30 Plan meetings 9.5.x-dev 19 13
#3301995 Meeting of the Bug Smash Initiative 2022-08-16 Plan meetings 9.5.x-dev 18 16
#3295880 ->willReturn(...) would make more sense here Task phpunit 9.5.x-dev 18 4
#3294833 Page variant plugin is not correctly instantiated Bug base system 9.5.x-dev 23 7
#3293446 Create less static cache in ExtensionDiscovery during KernelTests Bug phpunit 9.5.x-dev 9 6
#3291622 Formatter 'URL to image' from ImageUrlFormatter shows PHP warning due to the newly introduced loading attribute on image field Bug image system 9.5.x-dev 67 24
#3279289 file_requirements() can trigger a PHP 8.1 deprecation notice when called without a SERVER_SOFTWARE server env variable Bug file.module 9.5.x-dev 18 9
#3273317 Add 'in_preview' variable to block and layout templates Task layout_builder.module 9.5.x-dev 23 7
#3271222 Include Disallow Oembed media links in the robots.txt file for better Drupal SEO Feature other 9.5.x-dev 30 6
#3269000 fix docblock of TestFieldWidgetMultiple::isApplicable Task other 9.5.x-dev 15 5
#3268829 Fix class property comments for Drupal.Commenting.DocComment.ShortSingleLine Task other 9.5.x-dev 24 6
#3256356 Update browser test Xdebug integration for Xdebug 3 Task phpunit 9.5.x-dev 9 6
#3231950 Split Database tests in 'core' ones and 'driver specific' ones Task database system 9.5.x-dev 72 10
#3231694 TestFileCreationTrait::getTestFiles() has incorrect @return type Bug phpunit 9.5.x-dev 18 6
#3226139 ->willReturn(...) would make more sense here (ding ding round 2) Task phpunit 9.5.x-dev 20 4
#3220128 [META] ->willReturn(...) would make more sense here (and friends) Task phpunit 9.5.x-dev 26 6
#3219539 Update Drupal 7 migration database fixture Task migration system 9.5.x-dev 28 8
#3211992 TestSiteApplicationTest::testInstallWithNonExistingFile() fails when another test creates database tables during the test run Bug phpunit 9.5.x-dev 17 7
#3209758 Starterkit theme roadmap Plan Starterkit theme 9.5.x-dev 10 11
#3204175 Add security advisories Help Topic Task help.module 9.5.x-dev 18 12
#3195033 Different colors for visited links bleed into the toolbar Bug toolbar.module 9.5.x-dev 32 13
#3189876 Add documentation for file source plugins Task migration system 9.5.x-dev 51 11
#3183423 Remove \Drupal\FunctionalJavascriptTests\DrupalSelenium2Driver::attachFile() once upstream dependency has a new release Task phpunit 9.5.x-dev 11 6
#3176393 Use SourcePluginBase::getSourceModule() in DrupalSqlBase::checkRequirements() Task migration system 9.5.x-dev 27 7
#3168624 Add 'user/edit' route Feature user system 9.5.x-dev 33 14
#3153769 Bring back the `https://www.drupal.org/link-relations/create` link relation type for REST resources: it was incorrectly deprecated in Drupal 8 Bug rest.module 9.5.x-dev 35 20
#3127883 JSON:API should provide a helpful error response if there is a typo in a field property name Bug jsonapi.module 9.5.x-dev 52 17
#3117069 Undefined index: terms Task taxonomy.module 9.5.x-dev 23 8
#3112452 Fix indentation consistency in core's yaml files. Task base system 9.5.x-dev 67 28
#3111192 Themes have no context of the entity being rendered in preprocessing a layout when using Layout builder Feature layout_builder.module 9.5.x-dev 57 17
#3110761 Make more explicit the email address is necessary to recover the password Task user system 9.5.x-dev 63 18
#3096900 Twig can arbitrarily include any file in the Drupal root Bug theme system 9.5.x-dev 29 11
#3096101 Allow migrate_drupal_ui source database to be set in settings.php Feature migration system 9.5.x-dev 110 19
#3044117 Add getter for layout object in Layout Builder's ConfigureSectionForm Feature layout_builder.module 9.5.x-dev 57 29
#3029782 UniqueFieldValueValidator lowercasing Label of field on violation message Bug entity system 9.5.x-dev 46 12
#2990895 "Base table or view not found: 1146 Table 'default_db.entity_name_revision' " updating schema from drupal 8.3.5 to drupal 8.5.5 with entities stored in an external database Support entity system 9.5.x-dev 24 9
#2975616 Move Relationships above Contextual Filters in Views Advanced Settings Task views_ui.module 9.5.x-dev 48 16
#2965929 DX: Insufficient error message "The form argument is not a valid form." Bug forms system 9.5.x-dev 34 14
#2919158 Add the MigrationPluginManager to Drupal\migrate\Plugin\migrate\id_map\Sql Task migration system 9.5.x-dev 49 7
#2895352 Allow tableselect element options to be disabled Feature render system 9.5.x-dev 75 20
#2867336 File size validator should only respect the explicitly configured maximum file size Bug file.module 9.5.x-dev 49 13
#2864115 Simplify wording of "create a css class" label in Views Task views.module 9.5.x-dev 30 13
#2826592 No redirection to term view display page from term edit page Bug taxonomy.module 9.5.x-dev 43 19
#2341553 Use routing to generate update.php url Task install system 9.5.x-dev 75 18
#2254175 Fix test performance of Drupal\comment\Tests\CommentPreviewTest Task comment.module 9.5.x-dev 28 10
#1040534 Rewrite rules for gzipped CSS and JavaScript aggregates cause lots of lstats for files that will never exist Bug base system 9.5.x-dev 82 34
#309040 Add hook_requirements_alter() Feature base system 9.5.x-dev 43 26
#59750 Required flag on file forms breaks on validation Bug file system 9.5.x-dev 145 54