Skip to content
Snippets Groups Projects

Sorting nodes by title aren't returned in correct order.

Fix the issue. Update the patch and add changes in BC compatible way.

Closes #3186834

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
884 900 foreach ($sort->fields() as $field) {
885 901 $path = $this->fieldResolver->resolveInternalEntityQueryPath($resource_type, $field[Sort::PATH_KEY]);
886 902 $direction = isset($field[Sort::DIRECTION_KEY]) ? $field[Sort::DIRECTION_KEY] : 'ASC';
887 $langcode = isset($field[Sort::LANGUAGE_KEY]) ? $field[Sort::LANGUAGE_KEY] : NULL;
903 $langcode = isset($field[Sort::LANGUAGE_KEY]) ? $field[Sort::LANGUAGE_KEY] : $this->languageManager->getCurrentLanguage(LanguageInterface::TYPE_CONTENT)->getId();
  • added 1 commit

    • a281919c - Changing to interface language instead of content language

    Compare with previous version

  • Gábor Mészáros added 681 commits

    added 681 commits

    • 756798d6 - Issue #3039039 by claudiu.cristea, pguillard, Hardik_Patel_12, tedbow, xjm,...
    • e10564ab - Issue #3218766 by tim.plunkett, gabesullice: Adding a SystemMainBlock to a...
    • 3e221484 - Issue #3221149 by claudiu.cristea, tim.plunkett, guilhermevp, alexpott,...
    • 8f11be4f - Issue #3195178 by mstrelan, Lendude, Graber, tobiberlin, texas-bronius: Views...
    • 1a6335e7 - Issue #3222009 by Jaypan: Fix documentation for hook_views_query_alter()
    • 8427241a - Issue #2725435 by guilhermevp, naveenvalecha, andypost, bradjones1: Remove...
    • 6a4c2a74 - Issue #3173832 by Pooja Ganjage, mherchel, adamzimmermann, paulocs, KapilV,...
    • 5a18df84 - Issue #2750925 by quietone, vakulrai, pavnish, Neslee Canil Pinto,...
    • cc27eccc - Issue #3222168 by hmendes, kriboogh, longwave, pookmish: Replace...
    • 024927ac - Issue #3218711 by paulocs, larowlan: Add a test case for when Maximum upload size is '300 0'
    • 1016dd19 - Issue #3221493 by phenaproxima, tedbow, guilhermevp: Add test coverage for...
    • f184e295 - Issue #2715145 by andypost, phenaproxima, longwave, alexpott, RenatoG,...
    • ed512dda - Issue #3220956 by sudiptadas19, Anandhi Karnan, Meenakshi_j, guilhermevp,...
    • 06568a49 - Issue #2758357 by guilhermevp, quietone, Wim Leers, longwave, dawehner,...
    • f46100ee - Issue #3180382 by phenaproxima, dww, tedbow: UpdateManagerUpdate doesn't need...
    • b49964ea - Issue #3222486 by Chris Matthews: Make remote video field mapping field labels...
    • ec87d59e - Issue #2560447 by bojanz, longwave: Remove the undocumented, untested views_form_callback API
    • 71437a4c - Issue #1932810 by Berdir, jibran, joegraduate, joelpittet, JeroenT, RenatoG,...
    • 26aa70c7 - Issue #3222465 by effulgentsia: Use test config rather than system config in MenuUiNodeTypeTest
    • 6031b054 - Issue #2556069 by claudiu.cristea, bnjmnm, lauriii, pfrenssen, Tim Bozeman,...
    • d567aeea - Issue #3222783 by longwave, mondrake: Result of method...
    • 3b099abf - Issue #3222282 by imalabya: Remove todo in media_library.module
    • e10c9a70 - Issue #1479220 by sudiptadas19, guilhermevp, InternetDevels, paulocs, David...
    • d4bed73e - Issue #3080666 by phenaproxima, Upchuk, ieguskiza, ravi.shankar, nikitagupta,...
    • b21a1605 - Revert "Issue #3080666 by phenaproxima, Upchuk, ieguskiza, ravi.shankar,...
    • e2117bc5 - Issue #2571235 by alexpott, claudiu.cristea, dawehner, Wim Leers, gabesullice,...
    • 27b0eeff - Issue #2834958 by huzooka, Chris Burge, alfaguru, Wim Leers, Lendude:...
    • 174df3b5 - Issue #3220379 by guilhermevp, quietone, joachim: example code for...
    • 2cc22cdc - Issue #2669074 by kim.pepper, Berdir, gaydabura, andypost, ravi.shankar,...
    • cbfad119 - Issue #3221933 by marcoscano, alexpott, owenbush: PHP Notice when using...
    • 41e969d3 - Issue #3222313 by paulocs: Rename scripts.js to something more descriptive
    • 0bf7b285 - Issue #3222980 by bbrala: Unneeded assignment in ResourceTestBase::getEntityDuplicate
    • eccd9c24 - Issue #3215836 by guilhermevp, imalabya, swatichouhan012, AJV009, joachim,...
    • 2475b917 - Issue #3207111 by guilhermevp, swatichouhan012, joachim: Improve...
    • 9b657096 - Issue #3080666 by phenaproxima, Upchuk, ieguskiza, larowlan, ravi.shankar,...
    • 9da73bc6 - Issue #3037202 by claudiu.cristea, vsujeetkumar, Hardik_Patel_12, longwave,...
    • 9cf4fd08 - Issue #3221966 by guilhermevp, anweshasinha, Berdir:...
    • 357155d1 - Issue #3192585 by andypost, ankithashetty, Amber Himes Matz: Fix up topics to...
    • 3ce53463 - Issue #3186415 by phenaproxima, Charlie ChX Negyesi, walangitan, pianomansam,...
    • d2125436 - Issue #3207782 by nod_, bnjmnm, jptaranto: Add BC layer between @drupal/once and jQuery.once
    • 3e523554 - Issue #3223314 by andy-blum, imalabya, mherchel: olivero.libraries.yml needs...
    • 63010bb8 - Issue #2830352 by quietone, cebasqueira, Matroskeen, xjm: Upgrade links point to D7 documentation
    • f93409f2 - Issue #3156244 by ravi.shankar, Deepak Goyal, Kumar Kundan, vakulrai,...
    • 5dc146f2 - Issue #3185768 by alexpott, longwave, Berdir: Optimise container compiler passes for install
    • 8319a826 - Issue #3185400 by mondrake, alexpott, daffie: Test upsert return value and...
    • 603843a4 - Issue #3219198 by guilhermevp, hideaway, bradjones1: PHPdoc parameter mistype...
    • caeb9bb7 - Issue #2412669 by claudiu.cristea, Julfabre, sidharrell, catch, daffie,...
    • 482ffcc8 - Issue #2347783 by kim.pepper, andypost, almaudoh, gumanist, aleevas,...
    • f176e211 - Issue #3215397 by dpi, dhirendra.mishra, longwave: Service tag priority does...
    • 90a3b606 - Issue #2935654 by longwave, hctom: Use of undefined $languages variable in...
    • 888f26fc - Issue #3223016 by kim.pepper, Berdir, andypost, daffie: Deprecate file_build_uri()
    • 6433329d - Issue #3223267 by alexpott, daffie: Remove some calls to drupal_flush_all_caches() in tests
    • c13faefd - Issue #3160238 by JeroenT, phenaproxima, vsujeetkumar, ravi.shankar,...
    • c65b87cc - Issue #3223270 by mherchel, javi-er: Olivero: Messages "close" icon not...
    • 4de0c774 - SA-CORE-2021-004 by mcdruid, michieltcs, xjm, Heine, larowlan
    • af30cee2 - Issue #3224199 by mondrake: Connection::$temporaryNameIndex should be deprecated
    • 5f36729f - Issue #3224245 by alexpott: Open MySQL connection using \PDO::ATTR_STRINGIFY_FETCHES
    • b7592de9 - Issue #3224861 by Spokje: PHPCS failure in /core/modules/tour/src/TourViewBuilder.php
    • 1ffc79b2 - Issue #3224583 by daffie, dhirendra.mishra, longwave: The testbot does not run...
    • 97377520 - Issue #3184184 by quietone, Wim Leers, marvil07: Test that the...
    • 4893d157 - Issue #3018091 by guilhermevp, vacho, shubhangi1995, joachim, longwave,...
    • fae628db - Issue #3203416 by guilhermevp, joachim: docs for...
    • 834e01e4 - Issue #2926729 by bircher, daffie, vsujeetkumar: Rename...
    • c731cdf5 - Issue #3224000 by alexpott, longwave, andypost: Update dependencies for Drupal 9.3
    • a26c4efb - Issue #3225351 by mglaman: bootstrap.php has incorrect comment about test trait namespace
    • 6f1eddf9 - Issue #3222577 by alexpott, podarok, daffie: ServiceNotFoundException You have...
    • d1844f26 - Issue #2966043 by phenaproxima, owenbush, a.dmitriiev, marcoscano, tapscolaM,...
    • 7f99f935 - Issue #3222632 by phenaproxima, imalabya, longwave, catch, larowlan: oEmbed...
    • f5c18ecc - Issue #3153469 by longwave, hmendes, Hardik_Patel_12: Remove uses of t() in clickLink() calls
    • c2095801 - Issue #3221062 by SylvainM, joachim: DocBlock for...
    • a43976fd - Issue #3221312 by Spokje: ->willReturn(...) would make more sense here
    • 704d58b9 - Issue #2784203 by anmolgoyal74, gianani, rahulkhandelwal1990, Krzysztof...
    • 31d9f7f5 - Issue #778346 by vsujeetkumar, xjm, dhirendra.mishra, pillarsdotnet,...
    • a3bc0d25 - Issue #3191935 by mondrake, tedbow, xjm, alexpott, longwave: Replace usages of...
    • ac58d445 - Issue #3105318 by bbrala, mglaman, ravi.shankar, Wim Leers, gabesullice,...
    • 34513e17 - Issue #3187315 by xjm, longwave: Remove mink-goutte-driver as a core dependency
    • 27608d94 - Issue #3224420 by andypost, longwave, daffie: [PHP 8.1] Exception codes should...
    • ba70c0bd - Issue #3224530 by phenaproxima, effulgentsia: Pass the media library state object to createAccess()
    • 70a50878 - Issue #3225812 by larowlan, Gábor Hojtsy, catch, andypost: Add lifecycle_link key to info.yml files
    • d8c5d786 - Issue #3219088 by nod_, Tom Konda, longwave, alexpott, justafish: Use...
    • 5f6fa524 - Issue #3225947 by larowlan, longwave: Remove redundant...
    • 5517c87e - Issue #3224592 by alexpott, daffie:...
    • c308ec5a - Issue #3180351 by longwave, alexpott, daffie, catch, andypost, Charlie ChX...
    • def10cf7 - Issue #3063343 by phenaproxima, Wim Leers, larowlan, seanB, effulgentsia: Make...
    • 6bb16ca6 - Issue #3127716 by puddyglum, quietone: Documentation typo in PathValidator.php
    • 85b458ba - Issue #3162016 by longwave, andypost, Hardik_Patel_12, catch, alexpott,...
    • 596842ce - Issue #3226516 by Spokje, longwave: Unneeded double $this->drupalGet in...
    • 1fe27f6f - Issue #2993647 by AdamPS, alexpott, ravi.shankar, jonathanshaw, donquixote,...
    • 0006ef23 - Issue #3224478 by ankithashetty, varshith, longwave, platinum1: Update HTML...
    • c707b38c - Issue #3222616 by phenaproxima, vsujeetkumar, labboy0276, hmendes, cilefen:...
    • 4a71bf1b - Issue #3224414 by alexpott, varshith, dagmar, daffie: Installing the syslog...
    • b50b7b51 - Issue #3131900 by mondrake, longwave, xjm, alexpott: Refactor assertions that...
    • c04f5647 - Issue #3002352 by longwave, andypost, gabesullice, googletorp, daffie,...
    • 618b0ae4 - Issue #3196470 by mxr576, longwave:...
    • d8b77255 - Issue #3220255 by mondrake, longwave: Convert assertions involving use of...
    • e5986aa0 - Issue #2047119 by fago, msankhala, LinL: Remove deprecated documentation in DataType annotation
    • 75ff5b64 - Issue #3225779 by alexpott, srilakshmier, ravi.shankar, daffie: Provide sort...
    • 2142922e - Issue #3170396 by mondrake, longwave: Remove uses of t() in assert(No)Raw() calls
    • 797e1bd0 - Issue #2989893 by ankithashetty, srilakshmier, quietone, firfin, longwave:...
    • 9d678412 - Issue #3021833 by pavnish, andypost, munish.kumar, kim.pepper, googletorp,...
    • c736f60c - Issue #3226106 by Spokje, longwave:...
    • f915b248 - Issue #2508866 by paulocs, slashrsm, raman.b, vakulrai, justanothermark,...
    • f02d0df3 - Issue #838992 by alexpott, Charlie ChX Negyesi, daffie, Damien Tournoud, sun,...
    • 8f956a8a - Issue #3227060 by mondrake, daffie: Replace usages of...
    • d63f4803 - Issue #3069260 by quietone, andypost, guilhermevp, anmolgoyal74,...
    • 99780889 - Issue #3227036 by xjm, dww: Remove QuickEdit from the Standard profile
    • 893e9d94 - Issue #3226008 by longwave, mondrake: Remove simple uses of t() in assertEquals() calls
    • ea4c1905 - Issue #3139409 by mondrake, nitesh624, ridhimaabrol24, shobhit_juyal,...
    • 8af13fbd - Issue #2293257 by quietone, rpayanm, Gauravmahlawat, neclimdul: Update Type Hints in DrupalKernel
    • 1d7d122d - Issue #3226865 by Gauravmahlawat, Indrajith KB, mherchel: Olivero: Button...
    • c3f7f1e3 - Issue #3226019 by Gauravmahlawat, hmendes, Indrajith KB: Olivero: Update links in template file
    • 2c9ca8d5 - Issue #3224466 by andy-blum, mherchel: Olivero: <button> elements are not inheriting theme's font
    • 62e81925 - Issue #3216489 by mherchel, dungahk, andy-blum, Indrajith KB, larowlan:...
    • 03ba5539 - Revert "Issue #3139409 by mondrake, nitesh624, ridhimaabrol24, shobhit_juyal,...
    • 9f14feb4 - Issue #3139409 by mondrake, nitesh624, ridhimaabrol24, shobhit_juyal,...
    • d7d103a2 - Issue #3022910 by quietone, juampynr, chandrashekhar_srijan, alisonjo315,...
    • 5927e149 - Issue #3183149 by nod_, droplet, jptaranto: Deprecate jquery.once and use the new once lib
    • 0855b870 - Issue #3225188 by mherchel, dipakmdhrm, Gauravmahlawat, jwitkowski79: Olivero:...
    • 4a764b03 - SA-CORE-2021-005 by kkrzton, cilefen, xjm, Wim Leers, neclimdul
    • 88a5f00c - Issue #3186184 by phenaproxima, larowlan, xavier.masson, Berdir, mstrelan,...
    • 8d1e0228 - Issue #3227945 by cilefen, Wim Leers: Remove bender-runner.config.json from CKEditor builds
    • a58bdbc1 - Issue #2032893 by Thomas Brekelmans, srilakshmier, longwave, Mile23, dawehner,...
    • d5a03674 - Issue #3028664 by averagejoe3000, phenaproxima, nathandentzau, alexpott: Log...
    • 219ae24e - Issue #3228140 by Gauravmahlawat, kiran.kadam911, andrewmacpherson: Remove...
    • 96770f06 - Issue #3202145 by kuldeep_mehra27, phenaproxima, bkosborne, Chris Burge:...
    • 118eef9f - Issue #3190070 by Spokje: Incorrect comment indentation in default.services.yml
    • 021b6ab1 - Issue #3228237 by DamienMcKenna, quietone: Always sort tables in db-tools.php dump
    • 4808d68a - Issue #3218978 by effulgentsia, daffie, mcdruid, Wim Leers: MySQL driver...
    • 5f3b4512 - Issue #3054888 by phenaproxima, jcalais, Lendude, jay.dansand: oEmbed...
    • 1d04dc0c - Issue #3228145 by Gauravmahlawat, mherchel: Remove misleading "toggle" phrase...
    • 03289de5 - Issue #3227513 by shaal, xjm, kjay, markconroy: Remove QuickEdit from the Umami demo profile
    • 9586028f - Issue #3228396 by paul121: Update link to ChromeDriver site
    • bdcbe1e4 - Issue #3227386 by Wim Leers: Follow-up for #3072702: simplify BaseThemeMissingTest
    • 2a736253 - Issue #2591827 by longwave, neclimdul, elachlan, daffie: Add YAML linting to...
    • 80d5d6b4 - Issue #3227549 by huzooka, Wim Leers: Sql id map plugin's getRowByDestination...
    • 1ba0ebfb - Issue #3212975 by marcoscano, mherchel, thejimbirch, Gauravmahlawat, geekygnr,...
    • 9d819af1 - Issue #3227427 by mherchel, Gauravmahlawat: Olivero: <summary> focus state is...
    • 694ecf73 - Issue #3223332 by mherchel, Gauravmahlawat, imalabya, andrewmacpherson:...
    • 1670926c - Issue #3223268 by javi-er, dhirendra.mishra, mherchel: Olivero: IE11 primary...
    • 80ae44d5 - Issue #3221871 by mherchel, Gauravmahlawat, W01F, nod_: Olivero: Mobile menu...
    • a42fb049 - Issue #3226704 by mherchel, Abhijith S, lauriii, Gauravmahlawat, Indrajith KB:...
    • 1cfed407 - Issue #3212120 by kiran.kadam911, kostyashupenko, tushar_sachdeva,...
    • 6f0d9377 - Issue #3221715 by nod_, brianperry: Add brianperry as coordinator for the...
    • fd8848cc - Issue #3228656 by bradjones1, Spokje: Remove outdated @todo in HtmlResponseAttachmentsProcessor
    • d689a984 - Issue #2473875 by znerol, alexpott, andypost, kim.pepper, amit.drupal,...
    • 9f0f4c9b - Revert "Issue #3022910 by quietone, juampynr, chandrashekhar_srijan,...
    • ee242180 - Issue #2133215 by alexpott, dww, uplex_slink, dawehner, daffie, daniel.bosen,...
    • 61e635b0 - Issue #3228963 by el7cosmos: Wrong path for Exception message in ThemeExtensionList
    • 4af9242b - Issue #987978 by vsujeetkumar, paulocs, ankithashetty, Gauravmahlawat,...
    • 4472c25f - Issue #3205597 by Prabhat Burnwal, mherchel, Gauravmahlawat, monojithalder,...
    • 1e65ffcd - Issue #3229012 by mlncn, wolcen: Fix copy-paste mistake in code comment
    • ea374d6e - Issue #3221748 by Dane Powell, longwave, alexpott: drupal/core is implicitly allowed by scaffold
    • da3c67d9 - Issue #3229665 by dww, alexpott, Spokje:...
    • d92e36f1 - Issue #3229686 by Spokje, dww: Optimize logic in Kernel- and Functional-test...
    • 020959ff - Issue #3228634 by Spokje, xjm, paulocs, tim.plunkett, Lendude: Move tests for...
    • 9a22b4a2 - Issue #3225328 by mxr576, Berdir, longwave: Improve page performance by...
    • 0f2e7940 - Revert "Issue #3228634 by Spokje, xjm, paulocs, tim.plunkett, Lendude: Move...
    • ab6ff3a2 - Issue #3228634 by Spokje, xjm, paulocs, tim.plunkett, Lendude: Move tests for...
    • 38c39142 - Issue #3147244 by bbrala, pavnish, naresh_bavaskar, Wim Leers, alexpott:...
    • 1240fcd9 - Issue #2639382 by mohit_aghera, yogeshmpawar, stomusic, mpdonadio, Abdelrahman...
    • 7a1dca2c - Issue #2997123 by jibran, Wim Leers, bbrala, gabesullice, quietone,...
    • 0c5246e3 - Issue #3230562 by andypost: Update dependencies for Drupal 9.3
    • a5b52c29 - Issue #3225034 by bbrala: Simplify ResourceTypeRepository control flow for returning cached data
    • 4d37d9d8 - Issue #3230801 by alexpott, longwave, daffie, mondrake: Postgres does...
    • 03b16116 - Issue #3227501 by longwave, mondrake: Remove remaining uses of t() in test assertions
    • 2f3e5710 - Issue #3226487 by acbramley, bbrala, Berdir, AaronMcHale, darvanen, catch,...
    • bdfaaf13 - Issue #3211616 by mherchel, Gauravmahlawat, lauriii, bnjmnm, ckrina, xjm,...
    • 2b600ec6 - Issue #3229094 by mherchel, rikki_iki, Gauravmahlawat: Olivero: Titles should...
    • b812c520 - Issue #3231263 by xjm, effulgentsia, longwave: Add ckrina, quietone, and...
    • a77ebda0 - Issue #3230554 by TR, longwave: path_alias.manager service no longer used by...
    • 1f44fdcc - Issue #2794261 by longwave, andypost, Oleksiy, Mile23, pguillard, sorlov,...
    • c997097c - Issue #3106531 by mondrake, daffie, Rithesh BK, catch, xjm: Notify in Status...
    • fa3a4018 - Issue #3231668 by daffie, catch: [Symfony 6] Add "Definition" type hint to...
    • 9808007f - Issue #3231669 by daffie: [Symfony 6] Add "Alias" type hint to...
    • a35475f0 - Issue #3231672 by daffie: [Symfony 6] Add "Definition" type hint to...
    • d2cb20d3 - Issue #3230714 by Beakerboy, mondrake: ConnectionUnitTest should be skipped...
    • e79718c0 - Issue #3230690 by Anul: Incorrect documentation in...
    • ab75aa24 - Issue #3104980 by danflanagan8, acbramley:...
    • f8f010d8 - Issue #2928882 by mkalkbrenner, neclimdul, manuel.adan, yogeshmpawar, Berdir,...
    • 4c6f99fa - Issue #3230928 by Spokje, xjm, dww: Remove unused...
    • 382c6a76 - Issue #3231676 by daffie: [Symfony 6] Add various type hints to...
    • ac0c8e37 - Issue #2870874 by clayfreeman, tim.plunkett, Wim Leers, larowlan, mradcliffe:...
    • f2eef4ec - Issue #2016739 by richardbporter, larowlan, aalamaki, afox, wroxbox,...
    • 92ad5f42 - Issue #2938969 by msankhala, dhirendra.mishra, paulocs, TR, MerryHamster,...
    • 1f58cefa - Issue #3232571 by alexpott: Update dependencies for 9.3.x
    • ccf7659d - Issue #3209619 by longwave, daffie, catch: [Symfony 6] Passing null as...
    • 4c778660 - Issue #3190537 by kostyashupenko, mherchel, bnjmnm, xjm: Mobile search input...
    • 321d3b1f - Issue #3224958 by mherchel, djsagar, cindytwilliams, lauriii: Olivero should...
    • ae854660 - Issue #3228351 by nod_, Phil Wolstenholme: Add loadjs library
    • ca2eed02 - Issue #3130606 by shaktik, mondrake, KapilV, longwave, daffie:...
    • 841f554e - Issue #3233015 by alexpott, longwave: Refactor...
    • c14af410 - Issue #3212498 by vsujeetkumar, guilhermevp, Lms300, paulocs, ravi.shankar,...
    • 9daf09a9 - Issue #3224523 by alexpott, longwave: [PHP 8.1] Add ReturnTypeWillChange attribute where necessary
    • a23275da - Issue #3211395 by Gauravmahlawat, andy-blum, aaron.ferris, Sakthivel M,...
    • 61d08612 - Issue #3226785 by mherchel, Gauravmahlawat, thejimbirch, andy-blum, schillerm:...
    • 017ef044 - Issue #3154539 by bnjmnm, ckrina, kiran.kadam911, hansa11, Meenakshi.g,...
    • daafe5b5 - Issue #3236249 by alexpott, longwave: Update dependencies for 9.3.x
    • ad9bd51c - Issue #3232691 by alexpott, longwave: Refactor...
    • c6acb510 - Issue #3232687 by alexpott, larowlan:...
    • 3c5798c4 - Issue #3231040 by Anul, longwave, alexpott, bbrala: Remove...
    • 2b3452e0 - Issue #3233480 by Lendude, xjm: Fix typo in...
    • 807a793e - Issue #3233012 by alexpott: Refactor \Drupal\Core\Render\Element\HtmlTag to...
    • 228de451 - Issue #3192839 by neclimdul: Convert tests in Renderer to assertions
    • 842f1a6c - Issue #3236255 by mohit.bansal623: Remove rebuildAll from FileUploadtest where possible
    • f4c7f6f4 - Issue #3233464 by daffie: [Symfony 6] Add "ExecutionContextInterface" type...
    • 1ed5bbd1 - Issue #3233481 by daffie: [Symfony 6] Add type hints to the methods overriding...
    • 337b9031 - Issue #3231071 by Spokje: Remove QuickEdit from the test formatter annotation...
    • 176ca292 - Issue #3233023 by daffie: [Symfony 6] Add "RouteCollection" type hint to...
    • c5dbc7c4 - Issue #3231686 by daffie: [Symfony 6] Add...
    • 1a3ba85b - Issue #3233045 by daffie, longwave: [Symfony 6] Add "array" type hint to...
    • a1564eef - Issue #3232888 by daffie: [Symfony 6] Add "array" type hint to the method...
    • 2b8b1b04 - Issue #3232110 by daffie: [Symfony 6] Add type hints to the methods...
    • ba0ccf54 - Issue #3231688 by daffie: [Symfony 6] Add type hints to...
    • e681d474 - Issue #3231689 by daffie: [Symfony 6] Add type hints to...
    • 778644ef - Issue #3231690 by daffie: [Symfony 6] Add type hints to...
    • dac35fda - Issue #3231393 by catch, daffie, longwave: [Symfony 6]...
    • a435ee7d - Issue #3231390 by catch, daffie: [symfony 6] Add an object return type hint to...
    • c6d95d7e - Revert "Issue #3231688 by daffie: [Symfony 6] Add type hints to...
    • d4be88f9 - Issue #3212021 by andypost, heni_deepak, Ayesh, daffie: [PHP 8.1] Serializable...
    • 0b5bd484 - Issue #3232082 by daffie, longwave, catch: [Symfony 6] Add "Response" type...
    • b5890b2a - Issue #3233466 by daffie: [Symfony 6] Add "ConstraintValidatorInterface" type...
    • 0cb31247 - Issue #3233482 by daffie: [Symfony 6] Add type hints to methods overriding...
    • b81cc362 - Issue #3231682 by daffie, larowlan: [Symfony 6] Add...
    • 1e0d1d98 - Issue #3232895 by daffie: [Symfony 6] Add "string" type hint to methods...
    • 0cab27f3 - Issue #3233041 by daffie: [Symfony 6] Add "array" type hint to methods...
    • 893dacd7 - Issue #3214675 by el7cosmos, bbrala, hehongbo, larowlan, alexpott: JSON:API...
    • a192aa4e - Issue #3232893 by daffie: [Symfony 6] Add "ArrayIterator" type hint to the...
    • e71e953e - Issue #3085192 by Wim Leers, focus13, grasmash: Add index on source_ids_hash...
    • 89f4275b - Issue #3216341 by benjifisher, manojithape, longwave, larowlan, Berdir,...
    • 4da76a1e - Issue #3236789 by alexpott: Drupal\Core\Controller\TitleResolver::getTitle()...
    • 746995c4 - Issue #3233047 by daffie, dww, longwave, Kristen Pol:...
    • ec49355a - Revert "Issue #3233047 by daffie, dww, longwave, Kristen Pol:...
    • 83e8d57d - Issue #3238201 by alexpott, longwave: Update dependencies for 9.3.x
    • 932b8b9b - Issue #3224421 by ankithashetty, daffie, andypost, longwave, alexpott, xjm:...
    • 302f5b82 - Issue #3238210 by daffie: The mocked method in...
    • aff25c86 - Issue #3233047 by daffie, longwave, dww, larowlan, Kristen Pol:...
    • 8014e15a - Issue #3236798 by alexpott:...
    • 74f1fc13 - Issue #3236284 by alexpott: Passing request headers to string functions causes...
    • c06e3d67 - Issue #3236796 by alexpott: Fix PHP 8.1 deprecation errors in Drupal\Core\Datetime classes
    • 6b1fd6cd - Issue #3238452 by alexpott: Exception messages must default to an empty string...
    • 30cd21c7 - Issue #3236769 by andypost, alexpott, larowlan: PoItem causes deprecation errors on PHP 8.1
    • 2cde7adf - Issue #3233010 by alexpott, longwave:...
    • d94d15ca - Issue #3232695 by alexpott: Only process values in config entity query...
    • dab7fb45 - Issue #3232699 by alexpott, daffie, andypost, longwave: SQLite schema...
    • 368e3cd4 - Issue #3227161 by dww, xjm, longwave, Wim Leers, paulocs, lauriii, Berdir:...
    • 50eec1a4 - Issue #3230772 by larowlan, phenaproxima: OembedMediaController doesn't...
    • a33e0053 - Issue #3238941 by andypost, daffie:...
    • ccb2a5c5 - Issue #3238457 by alexpott, paulocs: Fix...
    • 7e88a6e7 - Issue #3204273 by Wim Leers, nod_, seanmacgillivray: Remove jQuery dependency from BigPipe
    • 1e770f33 - SA-CORE-2021-006 by azinck, seanB, effulgentsia, marcoscano, larowlan,...
    • 92b4d337 - SA-CORE-2021-007 by samuel.mortenson, Wim Leers, greggles, xjm, larowlan,...
    • 5da056d8 - SA-CORE-2021-008 by klausi, xjm, larowlan, alexpott, samuel.mortenson, mcdruid, kim.pepper
    • 14abedc6 - SA-CORE-2021-009 by illeace, Wim Leers, xjm, effulgentsia, larowlan, pandaski,...
    • 78095084 - SA-CORE-2021-010 by bradjones1, xjm, bbrala, gabesullice, Wim Leers, e0ipso
    • 09079661 - Issue #3238373: add phpdoc missing from test case.
    • 19dfc960 - Issue #3238373: fix js lint issue in es6 version of file.
    • cfa11a0a - Issue #3200534 by quietone, longwave, Kristen Pol: Use dataprovider for...
    • f74b3a3f - Issue #3229734 by quietone, danflanagan8, Kristen Pol: Improve test and add...
    • a2c1cc2c - Issue #3238942 by andypost, alexpott:...
    • cc7bb58b - Issue #3132145 by mohit_aghera, codersukanta, osab, mashot7, Lendude: Views...
    • ff295744 - Issue #3190818 by Wim Leers, narendraR, quietone, xjm: Allow source counts to...
    • 976930b8 - Issue #3239270 by daffie: Update dependencies for 9.3 for vfsStream
    • a35913c8 - Issue #3239285 by alexpott: Passing request headers to string functions causes...
    • 48f5c7ff - Issue #3229828 by bnjmnm, nod_, lauriii: Drupal.tabbingManager does not...
    • 275bfdee - Issue #3239294 by alexpott, daffie, andypost: Passing NULL to the limit...
    • d25640e7 - Issue #3239313 by alexpott, larowlan:...
    • c4c37965 - Issue #3239295 by alexpott: Passing NULL to the $replace parameter of...
    • 3c32ce24 - Issue #3238227 by alexpott:...
    • d1a9cb81 - Issue #3230547 by larowlan, karishmaamin, amjad1233:...
    • f963150d - Issue #3229172 by kostyashupenko, rkoller, Wim Leers, yash.rode, lauriii:...
    • 67a6812d - Issue #3239558 by andypost: Properly use state counter in...
    • 69509d09 - Issue #3238936 by nod_: The testbot does not run ESLint on all files when...
    • 4e0017a3 - Issue #3239442 by alexpott, daffie: Calling static trait method is deprecated in PHP 8.1
    • 43019ce8 - Issue #3239556 by andypost: Fix return type of...
    • 6472c74b - Issue #3239292 by alexpott: Missing configuration in KernelTests causes deprecations in PHP 8.1
    • fa1353ba - Issue #3239552 by andypost, alexpott, daffie: Improve hash() calculation for PHP 8.1
    • 0cccbcdb - Issue #3239744 by alexpott, daffie:...
    • 3d13f313 - Issue #3239746 by alexpott, daffie: \Drupal\Core\Flood\MemoryBackend uses...
    • 2e660fba - Issue #3239553 by andypost, alexpott, daffie, larowlan:...
    • 40d43bcd - Issue #3239772 by andypost: Update dependencies for Drupal 9.3
    • c76e3d21 - Issue #3239758 by alexpott: ReEnableModuleFieldTest is not testing what it thinks it is
    • dcf4ab92 - Issue #3239762 by alexpott, daffie:...
    • 275ba7cd - Issue #3239831 by andypost, longwave: Remove outdated todo in...
    • 15c29d8e - Issue #3239710 by alexpott, daffie, andypost:...
    • 5791ab40 - Issue #3217355 by Wim Leers, Mixologic, longwave: Set...
    • 93dd3318 - Issue #3222844 by guilhermevp, paulocs, dhirendra.mishra, joachim, quietone,...
    • f5c3b7ff - Issue #3239761 by alexpott, andypost: Fix MimeTypeTest to prevent deprecations...
    • 29832806 - Issue #3236446 by paulocs, benjifisher: Avoid duplicated code for the Modules...
    • def28761 - Issue #3239859 by alexpott, longwave:...
    • f2d345d9 - Issue #3194560 by Sakthivel M, Gauravmahlawat, mherchel, rikki_iki,...
    • d3e68732 - Issue #3232673 by alexpott, longwave, Berdir, andypost:...
    • 762ddbfa - Issue #3238863 by hooroomoo: Refactor (if feasible) uses of the jQuery merge...
    • b66a3427 - Issue #3240192 by andypost, Berdir: \Drupal\user\AccountForm::buildEntity()...
    • fd129921 - Issue #3240191 by andypost, alexpott:...
    • 1b996af8 - Issue #3228801 by mherchel, Indrajith KB, kostyashupenko, Gauravmahlawat,...
    • 7ec1674c - Issue #3194669 by andrewmacpherson, mherchel, m4olivei, lauriii, mgifford:...
    • abdce6ac - Issue #3239860 by alexpott, lauriii:...
    • 44b37589 - Issue #3240176 by alexpott, andypost: _color_pack() can cause deprecations on PHP 8.1
    • e666549b - Issue #3240165 by alexpott: \Drupal\block\Plugin\migrate\process\BlockTheme...
    • fb70111a - Issue #3240173 by alexpott, andypost:...
    • d76b0113 - Issue #3240181 by alexpott: \Drupal\datetime\DateTimeComputed::getValue()...
    • cbec1872 - Issue #3240183 by alexpott: \Drupal\Tests\editor\Functional\EditorAdminTest...
    • 0c4ad410 - Issue #3240185 by alexpott:...
    • 4b32216e - Issue #3240194 by andypost:...
    • cbb303d8 - Issue #3240201 by andypost, daffie:...
    • 32c71729 - Issue #3240186 by alexpott, daffie:...
    • 6f69dbc1 - Issue #3240171 by andypost, alexpott, larowlan:...
    • a9fab20e - Issue #3226010 by mariohernandez, kostyashupenko, Gauravmahlawat, mherchel:...
    • fc66123c - Issue #2817081 by nod_, Baysaa, rensingh99, AndyF, amoebanath, alexpott,...
    • 82de6866 - Issue #3072374 by kjay, thierrydallacroce, Gayathri J, chetanbharambe,...
    • 6a2d1b0f - Issue #3240148 by alexpott: \Drupal\aggregator\Entity\Item::getLink() can...
    • f267e9e7 - Issue #3240220 by alexpott: \Drupal\file\Entity\File::getSize() can cause deprecations on PHP 8.1
    • d7cde0aa - Issue #3240362 by andypost: \Drupal\tour\TipPluginBase::getLocation() causes...
    • ea9503e2 - Issue #3211622 by Gauravmahlawat, mherchel, kiran.kadam911, rikki_iki:...
    • dd6f8d6f - Issue #3240228 by alexpott: _filter_url_trim() can cause deprecations on PHP 8.1
    • 47ac72e8 - Issue #3240182 by alexpott, daffie, dagmar, andypost:...
    • 7ce6a1a8 - Issue #3240456 by alexpott, andypost, daffie: Allow E_DEPRECATED deprecations...
    • 51417d65 - Issue #3240361 by andypost, alexpott:...
    • 13ff9bd9 - Issue #3240247 by alexpott, daffie: \Drupal\filter\Entity\FilterFormat::$name...
    • 860fdacd - Issue #3240174 by alexpott, andypost, daffie:...
    • e8b57077 - Issue #3240455 by alexpott, daffie: Fix...
    • d4b52b67 - Issue #3240180 by alexpott, andypost, daffie:...
    • 65680d2a - Issue #3240167 by andypost, alexpott, daffie, larowlan:...
    • ca24077f - Issue #3240364 by andypost:...
    • f1377dc3 - Issue #3239436 by alexpott, danflanagan8, longwave: Cannot run...
    • 6045c76a - Issue #3240800 by alexpott: Creating an configuration entity via new...
    • 56679099 - Issue #3240905 by alexpott:...
    • 3722bf38 - Issue #3240888 by andypost, alexpott: Using Prophecy to implement Serializable...
    • 1fb7ab46 - Issue #3240958 by andypost, alexpott:...
    • ad671e52 - Issue #3240955 by andypost:...
    • 843d20e3 - Issue #3231731 by phenaproxima, larowlan, seanB: Use Content-Type header from...
    • 35c7b431 - Issue #3240911 by andypost: language_test_page_top() causes deprecations on PHP 8.1
    • a210e812 - Issue #3240960 by andypost:...
    • 2c4e1dab - Issue #3240959 by andypost, alexpott:...
    • 2b8a31ba - Issue #3240906 by andypost, alexpott, mondrake:...
    • 51aca047 - Issue #3192365 by Symbioquine, tbradbury, mxr576, alexpott, longwave: Race...
    • be170cf3 - Issue #3241130 by alexpott: Migrate units test trigger deprecations on PHP 8.1
    • 7146e360 - Issue #3241308 by alexpott:...
    • 280edbe2 - Issue #3241300 by alexpott: template_preprocess_responsive_image_formatter()...
    • 112cb8ec - Issue #3241271 by alexpott: shortcut_preprocess_page_title() causes deprecations on PHP 8.1
    • 8354a00a - Issue #3241265 by alexpott: user_user_view() triggers a deprecation in PHP 8.1
    • ec60fb9a - Issue #3241296 by andypost, alexpott:...
    • f533ecc0 - Issue #3241280 by alexpott, Lendude: Fix PHP 8.1 deprecations caused by views code
    • 198ddb00 - Issue #3241306 by alexpott, mondrake:...
    • 4419f6d2 - Issue #3241268 by alexpott, daffie:...
    • 82f8e385 - Issue #3241267 by alexpott, daffie:...
    • 63e2ffc8 - Issue #3239471 by gbaudoin, yogeshmpawar, longwave: Wrong type of...
    • 330531ef - Issue #3241272 by andypost, alexpott:...
    • 55936100 - Issue #3240909 by andypost, alexpott, tim.plunkett: Plugin definitions with no...
    • 01e23653 - Issue #3228000 by bbrala, larowlan, GuyPaddock, Wim Leers, bradjones1,...
    • ddeb6ca5 - Issue #3026184 by phenaproxima, nmeegama, kyuubi, vsujeetkumar,...
    • f62cbcb9 - Issue #3240915 by andypost, alexpott: Passing NULL to...
    • 1c34fc6a - Issue #3219340 by lauriii, bnjmnm, mherchel: Vertical tabs with #parents are broken in Claro
    • 10f5111e - Issue #2936067 by pfrenssen, bradjones1, nod_, eiriksm, DuaelFr, Clemens Sahs,...
    • a9a2dd44 - Issue #3223281 by mherchel, andy-blum, andrewmacpherson, mgifford,...
    • 473c6605 - Issue #3223271 by mherchel, bnjmnm, pjudge, lauriii, javi-er,...
    • 9ebc4c4e - Issue #3242456 by mherchel, andy-blum, scorbine: Insufficient contrast on...
    • 2891c345 - Issue #3242469 by mherchel, andy-blum, scorbine: Insufficient contrast on...
    • 7b5f3974 - Issue #3225241 by mherchel, andy-blum, Gauravmahlawat, shaal, jwitkowski79,...
    • 241ea49a - Issue #3240601 by alexpott, daffie, daniel.bosen: The standard logic we use in...
    • fc44eca0 - Issue #3214191 by Indrajith KB, Sakthivel M, Gauravmahlawat, mherchel,...
    • 79f8d910 - Issue #3212670 by Sakthivel M, shashwat-tiwari, kiran.kadam911,...
    • 22a50e41 - Issue #3239132 by hooroomoo, larowlan, nod_, bnjmnm: Refactor (if feasible)...
    • c44f5150 - Issue #3242889 by andypost, alexpott: Update dependencies for 9.3.x
    • d3a3821f - Issue #3241275 by alexpott:...
    • fc734c31 - Issue #3239298 by alexpott, andypost, quietone, huzooka, daffie, longwave, Wim...
    • 3903fd6f - Issue #2974156 by MegaChriz, k4v, John.nie, jian he, darrenwh, jurgenhaas,...
    • 59316411 - Issue #3194768 by clayfreeman, tim.plunkett: The plugin system should only...
    • 29ac6345 - Issue #3232248 by kim.pepper, dww, andypost, paulocs, alexpott, mstrelan,...
    • 44d98712 - Issue #3227370 by pfrenssen: Toolbar menu theme override omits the 'menu_name' variable
    • 4bfbd57e - Issue #2909805 by googletorp, fgm, dagmar, ankithashetty: LogMessageParser...
    • 37c818d9 - Issue #3209934 by quietone, alexpott, longwave: Fix spelling for 46 migrate related words
    • c72f907a - Issue #2976098 by quietone, alexpott, Sivaji_Ganesh_Jojodae, joachim,...
    • 0e89662b - Issue #3219140 by danflanagan8, huzooka, quietone, Wim Leers:...
    • 109acaab - Issue #3199578 by quietone, danflanagan8, huzooka: Fix...
    • 9c101149 - Issue #3187616 by quietone, huzooka, Wim Leers, danflanagan8: Fix...
    • c1b9ddd6 - Issue #3232681 by Matroskeen, danflanagan8, kpaxman, quietone: FieldLink...
    • 60baf68e - Issue #3088917 by quietone, gbirch, marvil07, Wim Leers: Map text_plain field...
    • 98120c2b - Issue #2784783 by RytoEX, quietone, jofitz, Charlotte17, Anybody,...
    • 680d14cc - Issue #3231861 by Lendude, GuyPaddock: PHP errors when overriding the query settings
    • f5ebf9f6 - Issue #3203009 by quietone, Gauravmahlawat, joachim, catch: the methods in...
    • cd2057d1 - Issue #3064016 by Matroskeen, alisonjo315, danflanagan8, quietone: Allow...
    • 823a5a4e - Issue #3116481 by joachim, daffie: Convert EntityViewsDataTest from a unit test to a kernel test
    • fbad1b9d - Issue #3241318 by alexpott:...
    • 690af2af - Issue #3020876 by alex_optim, sakiland, batkor, pfrenssen, mohit_aghera,...
    • 7741a361 - Issue #3110580 by ankithashetty, init90, Sivaji_Ganesh_Jojodae, longwave:...
    • 81ac1b6d - Issue #3225227 by Matroskeen, quietone, Kristen Pol: Fix source plugin documentation
    • b0e0e88c - Issue #3236443 by paulocs, benjifisher, marcos_lima: Link to module-specific...
    • 15c613d2 - Issue #3205866 by danflanagan8, phenaproxima: media_requirements() should...
    • fb51d0d3 - Issue #990218 by Lendude, sun, tim.plunkett, mr.baileys, joachim: Machine name...
    • 20c527f2 - Issue #2909370 by Spokje, mfernea, neclimdul, zaporylie, quietone, xjm, osman,...
    • 88b90b5b - Issue #3124674 by mondrake, Neslee Canil Pinto, daffie: Refactor functionality...
    • 38e746bc - Issue #3239935 by mondrake, andypost, daffie: Refactor ToolkitGdTest
    • a2841d80 - Issue #3008138 by mohit_aghera, jncruces, chetanbharambe, Kristen Pol,...
    • 5973ce34 - Revert "Issue #3239935 by mondrake, andypost, daffie: Refactor ToolkitGdTest"
    • ed71264a - Issue #3239507 by hooroomoo, bnjmnm: Add CustomEvent polyfill to support IE11
    • df751789 - Issue #2744381 by Berdir, Wim Leers, mohit_aghera, mstrelan, lahoosascoots,...
    • 43e978d3 - Issue #3244533 by andypost, daffie: usleep() usage triggers deprecations on PHP 8.1
    • df05f745 - Issue #3199972 by paulocs, xurizaemon, anmolgoyal74, vsujeetkumar, vakulrai,...
    • 03b3e7b1 - Issue #2957953 by alexpott, sleitner, pobster, Berdir, mohit_aghera,...
    • 46f6757c - Issue #3073294 by Wim Leers, oknate: Remove obsolete @todo for "Undo bug when...
    • 7d952381 - Issue #3161223 by andypost, longwave, Hardik_Patel_12, alexpott, jungle, dww:...
    • 4d5abd9b - Issue #3032433 by tim.plunkett, neclimdul, vacho, xjm, phenaproxima: Allow...
    • 6cb53660 - Issue #3244592 by alexpott: Fix deprecation error in run-tests.sh on PHP 8.1
    • f8f7fb6d - Issue #3083561 by Grimreaper, raman.b, ankithashetty, mglaman, bbrala, Wim...
    • caa04c85 - Issue #3134470 by heddn, gabesullice, sudiptadas19, ridhimaabrol24, quietone,...
    • 5efce5a2 - Issue #3245244 by kim.pepper, dww: Make FileUploadHandler re-usuable for non-form file uploads
    • 7e4c38c0 - Issue #2570593 by dww, pfrenssen, markhalliwell, moshe weitzman, JeroenT, Chi,...
    • 217afcaf - Issue #3223209 by kim.pepper, dww, yogeshmpawar, daffie, larowlan, Berdir,...
    • 3b574f45 - Issue #3043321 by jibran, acbramley, ravi.shankar, Manuel Garcia, johnwebdev,...
    • c877af00 - Issue #2934995 by benjifisher, larowlan, paulocs, AaronMcHale, vikashsoni,...
    • 173486c2 - Issue #3244156 by daffie: Update the...
    • 17e8ba72 - Issue #3203745 by darienmh, Abhijith S, chetanbharambe: Claro theme is...
    • cf3dcf22 - Issue #2763075 by raman.b, Martijn de Wit, anon, borisson_: Adding new text...
    • 1b1484fc - Issue #2852557 by bircher, alexpott, longwave, nedjo, dww: Config export key...
    • a5420e38 - Issue #3236540 by beatrizrodrigues, gabrielda, ankithashetty, Chi, larowlan,...
    • 7c7ee8c2 - Issue #3231416 by mherchel, ankithashetty, Gauravmahlawat, chetanbharambe,...
    • 8031088f - Issue #2945033 by longwave, yobottehg, TMWagner, vdsh, jlatorre, catch:...
    • 6d25ce7f - Revert "Issue #2934995 by benjifisher, larowlan, paulocs, AaronMcHale,...
    • 1586d359 - Issue #2934995 by benjifisher, larowlan, paulocs, AaronMcHale, vikashsoni,...
    • 7ef1291c - Issue #3095237 by quietone, ravi.shankar, Vishalghyv, yogeshmpawar,...
    • d39287d6 - Issue #3245724 by alexpott: Update dependencies for 9.3.x
    • dd70b523 - Issue #3208849 by yogeshmpawar, cilefen, phenaproxima, mohit_aghera, larowlan,...
    • 2de436e5 - Issue #3239509 by hooroomoo, bnjmnm, lauriii: Add String.includes polyfill to...
    • 055af4e6 - Revert "Issue #3239509 by hooroomoo, bnjmnm, lauriii: Add String.includes...
    • 1a9dbd27 - Issue #3246141 by lauriii, longwave: Update JavaScript dependencies prior to 9.3.0
    • 1ee7a22a - Issue #3226052 by longwave, alexpott: Update to cspell 5
    • e285b819 - Issue #3246150 by dww, larowlan, Berdir, alexpott, craigra: Bundle class...
    • 8ff3aebd - Issue #3225811 by alexpott, nod_, sagarchauhan, longwave: Update to js-cookie 3.0.1
    • a77551a1 - Issue #3244855 by nod_, alexpott, catch: Regression in Drupal 9.3.x due to jQuery.once deprecation
    • 79e738ef - Drupal 9.3.0-alpha1
    • f9d15ea3 - Back to dev.
    • 80e6b857 - Issue #3186992 by hinal05, djsagar, kiran.kadam911, hitvika_verma,...
    • 7f829fbb - Issue #3214170 by Sakthivel M, manojithape, mitthukumawat, tushar_sachdeva:...
    • d8108717 - Issue #3246053 by quietone: Fix file_managed table for ds9.txt
    • 9a383000 - Issue #3227821 by wtrv: Broken svg element with "Auto convert linebreaks" (autop) filter
    • 4868aa3d - Issue #2569381 by alx_benjamin, init90, vasi, deepakaryan1988,...
    • 4c9d0bd3 - Issue #3213644 by Beakerboy, daffie:...
    • c86fe9ce - Issue #3246595 by andypost: Update dependencies for 9.3.x
    • 3fec63b4 - Issue #3245820 by paul121, dww, eojthebrave: Remove references to removed node publish actions
    • 2dc94fdf - Issue #3163663 by mpp, chrisolof, alexpott, quietone: Too many open files...
    • 514cdd92 - Issue #3087332 by quietone, huzooka, amateescu, danflanagan8: Deprecate the...
    • 5d788a1c - Issue #3239509 by hooroomoo, larowlan, bnjmnm, lauriii: Add String.includes...
    • b8a84fdd - Issue #3212891 by vaish, brentgees@gmail.com, srilakshmier, mikelutz,...
    • 1edbb022 - Issue #3028837 by quietone, joachim, alexpott: views_hooks group has nothing in it
    • 7ee58565 - Issue #3248156 by alexpott, longwave: Update dependencies prior to 9.3.0 beta
    • 8427e0f6 - Issue #3214921 by daffie, xurizaemon, alexpott, mondrake, andypost, Taran2L,...
    • 01441ecd - Issue #3231683 by daffie, longwave: [Symfony 6] A number of methods of the...
    • a2776831 - Issue #3158289 by alexpott, barboza: Deprecate hook_init for theme engines
    • 8e7381d8 - Issue #3247901 by danflanagan8, longwave: ContentTranslationUITestBase should not rely on Classy
    • b5a79e69 - Issue #2975461 by quietone, Matroskeen, Lendude: Convert query string to array...
    • 9fadd0f6 - Issue #3248600 by andypost, longwave: Update dependencies for 9.3.x
    • 82c5aa2d - Issue #3244621 by mherchel, rikki_iki, catch, cathwaldron, rachel_norfolk,...
    • b591f084 - Issue #3243041 by Gábor Hojtsy: Mark Olivero stable
    • 8c453e93 - Issue #3248649 by alexpott:...
    • ec5bbf17 - Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett,...
    • b969dc45 - Drupal 9.3.0-beta1
    • 397e08c8 - Back to dev.
    • 0a2cefa0 - Issue #3222251 by bbrala, longwave: [November 8, 2021] Replace all isset...
    • f047d98e - Issue #3222769 by bbrala, alexpott, longwave, Matroskeen: [November 8, 2021]...
    • 88bc9891 - Issue #3231781 by longwave, mondrake, Feuerwagen, larowlan, TR, nlisgo,...
    • 05e1e65a - Issue #3249263 by alexpott, andypost, Wim Leers: CKEditor 5 needs validate the...
    • ab09c4a4 - Issue #3249233 by longwave: Update 9.3's Symfony 5 components to 5.4
    • d58faf15 - Issue #3249240 by alexpott, andypost, Wim Leers: HTMLRestrictionsUtilities::...
    • 4ed9db0f - Issue #2707163 by quietone, chishah92, jhodgdon, AndrewHD, xjm, dww,...
    • ba759b56 - Issue #3248801 by daffie, rakesh.gectcr, bbrala, longwave: [Symfony 6] The...
    • 8c6d75a7 - Issue #3248809 by daffie, larowlan: [Symfony 6] The...
    • ff9adc9a - Issue #3248013 by daffie, longwave: [Symfony6] The...
    • b12fbd76 - Issue #3248816 by bsuttis, danflanagan8, quietone:...
    • cecb613d - Issue #3248810 by daffie: [Symfony 6] The...
    • e1788533 - Issue #3056409 by rkostov, larowlan, maximpodorov:...
    • eac1419b - SA-CORE-2021-011 by jbogdanski, Wim Leers, xjm, greggles, lauriii, tedbow
    • e83f0b87 - Drupal 9.3.0-beta2
    • 779a3fca - Back to dev.
    • f739feda - Issue #3248014 by daffie, andypost: [Symfony 6] The...
    • 1ffd3a71 - Issue #3207567 by Spokje, quietone, guilhermevp, yogeshmpawar, daffie,...
    • 11f5da41 - Issue #3221082 by Wim Leers, lauriii, bnjmnm: Build Drupal's CKEditor 5...
    • c5a67ec7 - Issue #3250335 by alexpott, beatrizrodrigues, paulocs, longwave:...
    • d3df4b1e - Issue #3250349 by alexpott:...
    • e6fcd6dc - Issue #3231040 by alexpott, Anul, longwave, bbrala, catch: (revert) Remove...
    • a116d294 - Issue #3171570 by kostyashupenko, mherchel: Remove Olivero's custom...
    • 661aeeae - Issue #3138078 by mondrake, larowlan, longwave, xjm: [D9.3 beta - w/c Nov 8,...
    • 4034fe77 - Issue #3250629 by paulocs, longwave: MockBuilder::setMethods is deprecated in...
    • 8de293d7 - Issue #3250587 by lauriii, bnjmnm:...
    • 482e822a - Issue #3250482 by quietone, daffie: The docblock of...
    • 1d23c165 - Issue #3247414 by anagomes, Beakerboy: Incorrect docblock types for...
    • 585d5d47 - Issue #3184619 by neclimdul, quietone: Fix unreachable logic in UrlGenerator::getRoute
    • 98f15907 - Issue #3250743 by alexpott, longwave: [PHP 8.1] NumberFieldTest fails
    • 4e313451 - Issue #3061074 by longwave, cilefen, chr.fritsch, acbramley, jungle, larowlan:...
    • 1c5f96e5 - Issue #3032275 by alexpott, dww, bendeguz.csirmaz, tedbow: Create a...
    • b70bfa41 - Issue #3251000 by alexpott, andypost: Update dependencies for 9.1.x/9.2.x/9.3.x/9.4.x
    • 422b1a39 - Drupal 9.3.0-beta3
    • 8c8601b9 - Back to dev.
    • 4a139c0e - Issue #3238763 by longwave, Spokje, Krzysztof Domański, tstoeckler, quietone:...
    • 84241333 - Issue #3214924 by catch: Increase DRUPAL_RECOMMENDED_PHP to 8.0 in Drupal 9.3 or 9.4
    • f319c7bd - Drupal 9.3.0-rc1
    • 4cd9ea0a - Back to dev.
    • a228b8bf - Issue #3251768 by longwave: Update Symfony 5 dependencies to 5.4.0
    • f8cd2696 - Issue #3251625 by alexpott, Berdir: Including settings.php a second time and...
    • 7c5fb935 - Issue #2871357 by alexpott, kriboogh: Installer tasks using multiple batch...
    • 4851f9b2 - Issue #2925203 by alexpott: LocaleConfigSubscriber can result in data loss during install
    • 95b6810f - Issue #2886615 by scott_euser, clemens.tolboom, quietone, joachim, alexpott,...
    • 451f0842 - Issue #3252214 by Spokje: Move tests for integrations between QuickEdit and...
    • 9a1da240 - Revert "Issue #2934995 by benjifisher, larowlan, paulocs, AaronMcHale,...
    • 13293d82 - Issue #3251034 by lauriii, bnjmnm, longwave: Core Yarn watch builds CK5...
    • 6bf92233 - Drupal 9.3.0
    • 3f58dbfb - Back to dev.
    • d77d5a55 - Issue #3253824 by juli sh, Matroskeen: Minor typo in d7_field_formatter_settings.yml comment
    • bae4f5fc - Issue #3252067 by tedbow, Spokje: Remove duplicate loading of update reports...
    • 436f7f14 - Issue #3250648 by Beakerboy, daffie: Avoid comparing fields with different...
    • b535d387 - Issue #3253683 by andypost, Spokje, Gábor Hojtsy: Improve compatibility with composer 2.2
    • 0308a188 - Issue #3239287 by alexpott, longwave: Fix...
    • e2a82c03 - Issue #3253568 by Spokje, paul121, rviner, longwave, alexpott, quietone:...
    • 1db7fc90 - Issue #3246157 by ChrisDarke, rachel_norfolk: Add Chris Darke (ChrisDarke) as...
    • be31802a - Issue #3246158 by rachel_norfolk, volkswagenchick: Add AmyJune Hineline...
    • 24d0e416 - Issue #3246156 by realityloop, rachel_norfolk: Add Brian Gilbert (realityloop)...
    • b399cd92 - Issue #3253889 by BR0kEN, murilohp, longwave: `?check_logged_in=1` causes...
    • 0d4077db - Issue #3254403 by paulmckibben, ranjith_kumar_k_u, longwave, Lendude, cilefen:...
    • 5666deaf - Issue #3080819 by beatrizrodrigues, ankithashetty, lucienchalom, quietone,...
    • 2ac27659 - Issue #3248309 by danflanagan8: AssertBreadcrumbTrait should not rely on Classy
    • eccfa13a - Issue #3251125 by Beakerboy, daffie, mondrake: Do not uninstall the database...
    • a8de9b39 - Issue #3245383 by Beakerboy, daffie: If the database driver is provided by a...
    • 4a582b8f - Issue #3064890 by danflanagan8, mpp, mottihoresh, scott_euser, peonboyos,...
    • 8fb5c904 - Issue #3247269 by Sakthivel M, mherchel: Olivero: Alignment of primary menu...
    • 4e4b2ac4 - Issue #3255836 by alexpott, clayfreeman, dww, benjifisher, Spokje: Test fails due to Composer 2.2
    • ca6b83b4 - Issue #3247039 by joachim, quietone: MigrateDestinationInterface::import()...
    • 14b1cfef - Issue #2793169 by Matroskeen, Manuel Garcia, anmolgoyal74, Pooja Ganjage,...
    • e136455a - Issue #3205909 by kunal.sachdev, tedbow, phenaproxima: Ensure only needed...
    • 355d0d77 - Issue #3092430 by quietone, shrutidkadam, RdeBoer, bgprior, danflanagan8:...
    • fe6a7dd9 - Issue #2675006 by danflanagan8, robpowell, quietone: Write UnitTest for...
    • 0ccbdb84 - Issue #3212470 by JeroenT, Gauravmahlawat: Placeholder CSS selector in...
    • 7ea6b749 - Issue #2675006 by danflanagan8, robpowell, quietone, alexpott: Write UnitTest...
    • df2e5b4f - Issue #3136388 by dww, jyotimishra-developer, nitesh624: Fix phpdocs in...
    • 281ef951 - Issue #3255504 by anagomes, Chi, cilefen: Remove jQuery dependency from date.js
    • 7c4ba6ee - Issue #3131348 by Spokje, jungle, mondrake, vsujeetkumar, sja112,...
    • 9b64364f - Issue #3251835 by beatrizrodrigues, joachim, mikelutz, quietone: Fix incorrect...
    • f09df755 - Issue #3249859 by apaderno: The documentation page for...
    • c6985647 - Issue #3174570 by quietone, anmolgoyal74, skudderk: Fix documentation comment...
    • d90083f0 - Issue #3175287 by murilohp, quietone, SivaprasadC, ankithashetty,...
    • c03b6d3a - Issue #2853183 by quietone, darvanen, slootjes, Munavijayalakshmi,...
    • f89326fe - Issue #3256581 by cburschka: PHPdoc in update.authorize.inc
    • cc994b04 - Issue #3213928 by RoSk0: LoggerChannelInterface documentation
    • 80139e6d - Issue #2916142 by beatrizrodrigues, Chi, yogeshmpawar, tobiberlin, quietone,...
    • cb84084b - Issue #3256591 by yassermussa, Chi: Fix Element/Table documentation
    • 2e38102e - Issue #3190261 by danflanagan8, doostinharrell, phenaproxima, larowlan,...
    • e54175b7 - Issue #3207907 by quietone, Berdir, alexpott: Ensure functional tests use the test mail collector
    • 7a56bef7 - Issue #3014629 by quietone, Wim Leers, xurizaemon: Document that Configuration...
    • 1c3050bf - Issue #2879293 by digitaldonkey, tobiasb, Mac_Weber, paulocs, Meenakshi_j,...
    • fe079ad5 - Issue #3247619 by Lendude, danflanagan8, FiNeX, beatrizrodrigues: "Place a...
    • 531332d2 - Drupal 9.3.1
    • d29e3e03 - Back to dev.
    • 2fb015b7 - Back to dev.
    • 5976c4f2 - Issue #2612876 by leolandotan, NickDickinsonWilde, victoria-marina,...
    • de65eafb - Drupal 9.3.2
    • f84bfdcc - Issue #3257654 by mondrake: Fix PHPStan L0 failures that cannot be included in baseline
    • 47e0309e - SA-CORE-2022-001 by lauriii, cilefen, mcdruid, effulgentsia, bnjmnm, xjm, nod_
    • 7f359984 - Issue #3254553 by Leon Kessler, Berdir, Bladedu, cmlara:...
    • a8c694db - Drupal 9.3.3
    • 5c59ab0d - Issue #3255245 by Spokje, longwave, daffie, Gábor Hojtsy, Taran2L, murilohp:...
    • 389eb98e - Issue #3255077 by JoshaHubbers, Gauravmahlawat, beatrizrodrigues: Small typos in CKEditor 5 module
    • 8dff9b1a - Issue #3258371 by nod_, Wim Leers: fix yarn vendor-update command
    • dc3c0b3c - Issue #3228778 by nod_, Wim Leers: Drupal-specific CKEditor 5 plugins should...
    • 805cbed7 - Issue #3238257 by hooroomoo, Wim Leers: Fragment link pointing to <textarea>...
    • f69a10bc - Issue #3254328 by GoZ, GOT intermedia, PapaGrande: Update to Drupal 9.3.0...
    • 01b3eede - Merged 9.3.3.
    • 5afd1b18 - Issue #3258668 by bnjmnm, Wim Leers: Extraneous closing parentheses and curly...
    • db129ebe - Issue #3259744 by Spokje: PHPUnit 9.5.12 (released 2022-01-21) throws...
    • 9752f969 - Issue #3259179 by Wim Leers, lauriii: Split ckeditor5_alignment CKEditor 5...
    • 103e4c0e - Issue #3241633 by danflanagan8, benjarlett: View mode doesn't display in dropdown if numerical
    • 71493703 - Issue #3259174 by Wim Leers, lauriii, hooroomoo, bnjmnm: Add missing CKE5...
    • 0954a4d4 - Issue #3240873 by quietone, martin_klima, danflanagan8: Add tests of row hash to trackChangesTest
    • 99c55895 - Issue #3226401 by quietone, joachim, huzooka: Add documentation of migration yml files
    • b031943b - Issue #3248188 by Wim Leers, bnjmnm: Plugin definition DX: validate drupal.conditions
    • 2db11d55 - Issue #3191527 by mherchel, kvantstudio, idebr, bnjmnm, Abhijith S,...
    • 624a42f4 - Issue #3247994 by NickDickinsonWilde, diqidoq: Claro's password element...
    • 54176725 - Issue #3229714 by paul121: Correct visibility of getPluginDefinition function...
    • 33bf9f61 - Issue #3248177 by Wim Leers, marcvangend, lauriii, Lendude: Language toolbar...
    • 8ccb3060 - Issue #3238311 by tedbow: Exclude system.batch_page.html from setting update security message
    • 367de33d - Issue #3256056 by andregp: Entity query system does not document the NOT...
    • 4333252d - Issue #3247666 by vicheldt, anagomes, joachim, longwave: scaffold README is out of date
    • 3f0e1ede - Issue #3172166 by Pooja Ganjage, ekes, Megha_kundar, tstoeckler, mbovan,...
    • e107e875 - Issue #3153455 by Berdir, larowlan, Eduardo Morales Alberti, Gauravmahlawat,...
    • 73e33d56 - Issue #3246211 by longwave, alexpott: Update to Stylelint 14
    • 1f35bde9 - Issue #3259380 by lauriii, Wim Leers, DamienMcKenna, hooroomoo, bnjmnm:...
    • e18ff767 - Revert "Issue #3259380 by lauriii, Wim Leers, DamienMcKenna, hooroomoo,...
    • eec9f46c - Revert "Issue #3246211 by longwave, alexpott: Update to Stylelint 14"
    • b38e8ff1 - Issue #3246211 by longwave, alexpott: Update to Stylelint 14
    • 83a0c09b - Issue #3259380 by lauriii, Wim Leers, DamienMcKenna, hooroomoo, bnjmnm:...
    • aa06c028 - Revert "Issue #3172166 by Pooja Ganjage, ekes, Megha_kundar, tstoeckler,...
    • 07141beb - Issue #3258969 by heddn: Wrong argument for @Message in...
    • d6d2798d - Issue #3258642 by ilgnerfagundes, asishsajeev, Chi: Fix documentation for...
    • 647647ad - Issue #3174402 by beatrizrodrigues, shetpooja04, ravi.shankar, ayushmishra206,...
    • 5c4d7076 - Issue #3232550 by Wim Leers, hooroomoo, xjm, ravi.shankar: Improve messaging...
    • 755155bd - Issue #3261712 by Wim Leers, bnjmnm: Expand SmartDefaultSettingsTest to also...
    • 45e4a6f6 - Issue #3261629 by catch: Database dumps are no longer driver-agnostic
    • 4d9079a0 - Issue #3246211 by longwave, xjm, lauriii, alexpott: [Revert from 9.3.x] Update to Stylelint 14
    • da7e4ac3 - Drupal 9.3.4
    • 685b2a96 - Issue #3262583 by xjm, neclimdul, bnjmnm, catch: Update Twig to 2.14.11
    • 215deb4b - SA-CORE-2022-003 by ciss, xjm, larowlan, benjy, mcdruid, jenlampton,...
    • 312cf2f8 - SA-CORE-2022-004 by samuel.mortenson, xjm, nod_, effulgentsia, phenaproxima,...
    • c8b8d854 - Back to dev.
    • ddf7f58b - Issue #3248469 by nod_, lauriii, Wim Leers, longwave: Research if the CKE...
    • 031dfea1 - Issue #3249592 by hooroomoo, vlyalko, Wim Leers, lauriii: [drupalImage] <img...
    • 7f1f0eea - Merge 9.3.5, resolve merge conflicts, and update lockfile and dev versions.
    • 3848469d - Issue #3172166 by Pooja Ganjage, ekes, Megha_kundar, xjm, alexpott,...
    • aa3435f1 - Issue #3262500 by catch, andypost: Mark drupal_find_theme_functions() @internal in Drupal 9
    • 3fd6313c - Issue #3065574 by Charlie ChX Negyesi, quietone, amateescu: getUntranslated()...
    • 4db67b25 - Issue #3254727 by Leon Kessler, ranjith_kumar_k_u, cmlara, andileco: File...
    • 60878b88 - Issue #3231321 by bnjmnm, nod_, lauriii: Improve keyboard accessibility in a particular edge case
    • 0c126861 - Revert "Issue #3231321 by bnjmnm, nod_, lauriii: Improve keyboard...
    • 408c8406 - Issue #3231321 by bnjmnm, nod_, lauriii: Improve keyboard accessibility in a particular edge case
    • 00d21503 - Issue #3260554 by lauriii, hooroomoo, Wim Leers, nod_: [drupalMedia] Support...
    • 8fe82cac - Issue #3250191 by nod_, Wim Leers, lauriii, rkoller, Joachim Namyslo:...
    • 8f75140d - Issue #2949457 by idebr, jibran, Wim Leers, dungahk, fago, kim.pepper,...
    • 4911b183 - Issue #3262160 by nod_, lauriii: Simplify code in assets.js, remove mix of await and promise code
    • db7d1c49 - Issue #3255809 by nod_, lauriii, hooroomoo: Add nightwatch tests for toolbar
    • 5680ddf3 - Revert "Issue #3255809 by nod_, lauriii, hooroomoo: Add nightwatch tests for toolbar"
    • ace8ce00 - Issue #3264050 by neclimdul, andypost: Fuzzed tag values to...
    • 9021f979 - Issue #3264153 by neclimdul: Fix missing sprintf argument in CKEditor5ImageController
    • 3561bd72 - Issue #3259807 by idebr, anneke_vde: #type => 'toolbar_item' without a tab...
    • 43e68ba5 - Issue #3166449 by ravi.shankar, adamzimmermann, mmatsoo, walangitan,...
    • 1b23862c - Issue #3261942 by hooroomoo, lauriii, Wim Leers: Compatibility issues with inline form errors
    • 1e9d2bac - Merged 9.3.6.
    • 5b01c1ba - Issue #3228334 by Wim Leers, larowlan, lauriii, DieterHolvoet,...
    • 346f91af - Issue #3262492 by lauriii, Wim Leers: Refactor isMediaUrl to more generic API...
    • e3901bb9 - Issue #3255809 by nod_, lauriii, xjm, hooroomoo: Add nightwatch tests for toolbar
    • 6dfaef0b - Issue #3264451 by Wim Leers, bnjmnm: ImageTest::testWidth() has wrong...
    • 1ab2440f - Issue #3263886 by JeroenT, Spokje: Copy drupal-9.3.0.bare.standard.php.gz and...
    • 7aaba17f - Issue #2861376 by chiranjeeb2410, tvb, vacho, Mile23, mr.baileys, dawehner,...
    • a14a4286 - Issue #3265419 by andypost: Improve deprecation message for RequestStack::getMasterRequest()
    • 0f0f719e - Issue #3221507 by mxr576: mkdir can fail in...
    • d09a6246 - Issue #3265376 by xjm: Fix UpdateScriptTest when MINIMUM_SUPPORTED_PHP is used
    • 046c0867 - Issue #3265378 by xjm: Fix NoPreExistingSchemaUpdateTest when MINIMUM_SUPPORTED_PHP is used
    • 100b27f5 - Issue #3265377 by xjm: Fix LocaleTranslatedSchemaDefinitionTest when MINIMUM_SUPPORTED_PHP is used
    • a775b64a - Issue #3255887 by murilohp, heddn, catch, neclimdul, Berdir, daffie:...
    • d10ac6b4 - Issue #3264862 by mglaman, ankithashetty, longwave: ContextAwarePluginBase...
    • c0e70666 - Issue #3228464 by nod_, Wim Leers, lauriii, Reinmar: API for contrib projects...
    • 989de51a - Issue #3261049 by Gauravmahlawat, elber, Elena Chechulina, longwave, Chi,...
    • 8adfcbf4 - Issue #3265291 by xjm, neclimdul, longwave, Spokje: QuickStartTest: The waiting is the hardest part
    • d0ada266 - Revert "Issue #3255887 by murilohp, heddn, catch, neclimdul, Berdir, daffie:...
    • eed39dfa - Issue #3248239 by ckrina, thejimbirch, mherchel: Links in the tour tip body...
    • fabfe446 - Issue #3224652 by Wim Leers, hooroomoo, vlyalko, lauriii, bnjmnm, huzooka:...
    • 11f8a8d1 - Issue #3123811 by sd9121, lauriii, codewithlakshay, kostyashupenko,...
    • bc760cba - Issue #3265230 by bnjmnm, Wim Leers: Refactor ie11.filter.warnings.es6.js to...
    • 24c93f19 - Issue #3265802 by daffie, alexpott: user_update_9301() causes data loss and a...
    • 4edbdfde - Issue #3248440 by lauriii, Wim Leers, nod_: [drupalMedia] Media embed...
    • 3fe2b51d - Issue #2730227 by kellyimagined, izus, swarad07, Sonal.Sangale, snehi, ZeiP,...
    • 7f3f1ac1 - Issue #3259493 by Wim Leers, lauriii, larowlan: [GHS] Unable to limit...
    • 64fb45ec - Issue #3213556 by Sakthivel M, ranjith_kumar_k_u, manojithape, chetanbharambe,...
    • 058923bf - Issue #3246385 by lauriii, nod_, Wim Leers: [drupalMedia] Support captions on <drupal-media>
    • 64dba1a5 - Issue #3154962 by alexpott, vijaycs85, bbrala, Berdir, Wim Leers:...
    • 460a70a1 - Issue #2821009 by ZeiP, quietone, Dinesh18, shashikant_chauhan, chx, joachim,...
    • b5495c08 - Issue #3261538 by andregp, dww, joachim, alexpott:...
    • fd5d9ee3 - Issue #3255419 by alexpott, Bart Vanhoutte, daffie, catch, sam-elayyoub,...
    • 17f65e6a - Issue #3264512 by nod_, ankithashetty, catch, Wim Leers: Enable aggregation for CKEditor 5 assets
    • d2dc4dd8 - Issue #3088730 by Spokje, anmolgoyal74, ankithashetty, Mile23, longwave,...
    • 1ca83103 - Issue #3246365 by lauriii, ankithashetty, Wim Leers: [drupalMedia] Show the...
    • d1ae291a - Issue #2833864 by RoSk0, colan, ressa, Chi, alexpott, joachim, loopy1492,...
    • d9d7f6a6 - Issue #3239738 by Theresa.Grannum, danflanagan8, Wim Leers: BigPipe...
    • 828721ff - Issue #3227822 by lauriii, Wim Leers: [GHS] Ensure GHS works with our custom...
    • ea53f50a - Issue #3262384 by manuel.adan: Assigned shortcut set is not cleaned on user removal
    • 69460d8c - Issue #3266310 by bnjmnm, Wim Leers, longwave: IE11 user warning has ungraceful failures
    • cbfd174d - Issue #3254245 by kim.pepper, Jeya sundhar, mrweiner, bakulahluwalia, Berdir,...
    • cd4fbcd5 - Issue #3267078 by alexpott, Berdir: Add return typehint to TwigExtension::getFileUrl()
    • 1394c91b - Issue #3262573 by longwave, nod_, xjm, Spokje, alexpott, lauriii: Update our...
    • 27eec1f2 - Drupal 9.3.7
    • e286bf3f - Back to dev.
    • 8cba167c - Issue #2797141 by Driskell, daffie, andypost, Charlie ChX Negyesi,...
    • 7761c051 - Issue #3267754 by lauriii: AjaxTest is failing
    • f712ba46 - Issue #3267823 by alexpott, Spokje:...
    • 08b586e2 - Issue #3250397 by alexpott, mondrake, ressa, daffie, xjm: DbLog triggers PHP...
    • 7d0f74a8 - Issue #3267644 by danflanagan8, mglaman: Custom Block (block_content) tests...
    • d591537a - Issue #3263201 by manuel.adan: Missing argument type on hook_shortcut_default_set declaration
    • 5c42a04e - Issue #3268070 by xjm: Temporarily skip even more failing tests
    • 19435bbe - Issue #3261600 by lauriii, hooroomoo, Wim Leers: Update to CKEditor5 v32.0.0
    • 8349c5bc - Issue #3260032 by longwave, bnjmnm, Wim Leers, samuel.mortenson: CKEditor 5...
    • a9ccf783 - Issue #3260853 by Wim Leers, bnjmnm: [GHS] Partial wildcard attributes (<foo...
    • 7879d6ae - Issue #3194084 by bnjmnm, Wim Leers, lauriii, hooroomoo, Gábor Hojtsy: Support...
    • b7289fc5 - Issue #3264775 by lauriii, Wim Leers: [drupalMedia] Toolbar should be visible...
    • 322d065b - Issue #3264727 by lauriii, Wim Leers, benjifisher, andregp, AaronMcHale,...
    • 8684517a - Update the patch and add changes in BC compatible way.

    Compare with previous version

  • Mohit Aghera changed target branch from 9.3.x to 9.4.x

    changed target branch from 9.3.x to 9.4.x

  • Please register or sign in to reply
    Loading