Commit Graph

42932 Commits (36ab45650546e315cbede96d13c3e2586b1614e8)

Author SHA1 Message Date
Dave Long 36ab456505
Issue #3389283 by quietone: Fix spelling of words only misspelled in tests, part 1 2023-10-18 11:00:47 +02:00
Lauri Eskola 2771a3127d
Issue #3393338 by Berdir, smustgrave: Provide backwards-compatibility for storage settings in FieldUiTestTrait::fieldUIAddNewField 2023-10-18 11:55:33 +03:00
nod_ e2f9ad3fa3
Issue #3151534 by Darren Oh, mathilde_dumond, komalk, lauriii, ranjith_kumar_k_u, DanielVeza, idebr, dorianwinterfeld, elgandoz, amykhailova, scotwith1t, FiNeX, jimmynash, janmejaig: "Add another item" field button is displayed as a modal action 2023-10-18 10:43:33 +02:00
Alex Pott aa3ecb2c2d
Issue #2810355 by joseph.olstad, Leksat, ravi.shankar, Berdir, jungle, suranga.gamage, adityasingh, benjifisher, Jelle_S, alexpott, Wim Leers, xjm, smustgrave, catch, hchonov, star-szr, webchick, wluisi, dawehner, daffie, cilefen: $entity->isDefaultTranslation() behaves incorrectly when changing default translation, causing file/image field usage to be set to zero, causing files to be deleted 2023-10-17 18:22:07 +02:00
nod_ 5c8213b5b3
Issue #3182458 by alison, dmundra, lauriii, xjm, Gauravvvv, smustgrave, quietone, mgifford, bnjmnm, alexpott: Accessibility: skipped heading level on for search "no results" text 2023-10-17 16:57:09 +02:00
Dave Long 08b493a202
Issue #3205688 by jedihe, mr.baileys, dpagini: Include allowedOriginsPatterns in default.services.yml (regex matching for CORS) 2023-10-17 12:42:37 +02:00
Dave Long 2784ef71b0
Issue #3376262 by quietone, smustgrave: Remove install of book module from migration tests outside of the module 2023-10-17 12:24:28 +02:00
Dave Long 79001a92cb
Issue #3390903 by sakthi_dev, dpi, smustgrave: \Drupal\Core\Queue\QueueInterface::createItem is typehinted as possibly returning bool, but never returns true 2023-10-17 11:55:24 +02:00
Dave Long 4cfa1b5ffb
Issue #3392396 by andypost, longwave: Improve AutowireTest to ignore TrustedCallbackInterface 2023-10-17 11:39:26 +02:00
Dave Long 2402f97b33
Issue #3394450 by larowlan: Improve the failure message from Drupal\KernelTests\Core\DependencyInjection\AutowireTest 2023-10-17 11:28:42 +02:00
nod_ d2080999e3
Issue #3391912 by lauriii: Allow field types to override the cardinality container 2023-10-17 10:32:52 +02:00
catch c9eae18ae1 Issue #3391281 by andypost: Fix deprecated ReflectionProperty::setValue() usage for PHP 8.3 2023-10-16 21:24:22 +01:00
catch 11203ce4e5 Issue #3394186 by znerol, Berdir: SqlContentEntityStorageRevisionDataCleanupTest does not run 2023-10-16 21:02:30 +01:00
Alex Pott 27d76911e8
Issue #2627788 by lauriii, DuaelFr, Pancho, vsujeetkumar, _utsavsharma, KapilV, facine, Danny_Joris, alexpott, juampynr, tim.plunkett: Focus state bug on text field AJAX calls 2023-10-16 16:37:43 +02:00
Alex Pott 6eaf9fa3c3
Issue #3391530 by Spokje, alexpott: Fix PHPStan L1 error "Variable $foo in/on something() is never defined." 2023-10-16 16:34:26 +02:00
Lauri Eskola 291d8a2f64
Issue #3394220 by claudiu.cristea, catch: Dialog options are not honoured when open a dialog using GET 2023-10-16 11:29:33 +03:00
Lee Rowlands 9d4f46c05b
Issue #3393072 by znerol: Ensure Unit tests in phpass run and remove unneeded LegacyPasswordHashingTest::testInvalidArguments 2023-10-16 10:44:48 +10:00
Lee Rowlands c40438c138
Issue #3394137 by smustgrave, acbramley: EntityListBuilder should return URL object vs mock 2023-10-16 10:30:20 +10:00
Dave Long eafbd246a9
Issue #3394093 by quietone: Correct spelling of corefake 2023-10-15 19:18:00 +01:00
Dave Long 5e8d5e8a48
Issue #3387988 by quietone, atul4drupal: Fix @return type, simple fixes 2023-10-13 14:42:49 +01:00
Dave Long 5a359db70a
Issue #3383456 by Spokje: Replace call to deprecated method setMethods() of class MockBuilder with onlyMethods() 2023-10-13 13:39:07 +01:00
Dave Long 321492b8a8
Issue #3388204 by quietone, atul4drupal, xjm: Fix return type in \Drupal\Tests\rest\Functional\ResourceTestBase::recursiveKSort() 2023-10-13 11:46:03 +01:00
Dave Long 8d14c6d9ad
Issue #3387950 by quietone, ashley_herodev, smustgrave, xjm: Fix '@return null' return types 2023-10-13 11:43:25 +01:00
quietone 4cbb3c5de4
Issue #431612 by pillarsdotnet, RoboPhred, Albert Volkman, sourabhjain, catch, PapaGrande, webchick, Bojhan, Freso, flickerfly, cilefen: Stop using post as a noun 2023-10-13 19:30:17 +13:00
quietone 74fe3406b7
Issue #3391312 by Dropa, roshni27, smustgrave, poker10: Misleading typo in ConditionInterface::condition documentation 2023-10-13 16:48:18 +13:00
Lauri Eskola a6aabb7f15
Issue #3375843 by lussoluca, e0ipso, smustgrave, DieterHolvoet: Allow other Twig node visitors to modify 'display_start' and 'display_end' 2023-10-12 22:28:52 +03:00
Dave Long 8e33624c95
Issue #3392739 followup by fjgarlin, longwave, catch: _TARGET_DB_TYPE does not exist 2023-10-12 15:39:48 +01:00
Alex Pott 8339e0ebe6
Issue #2858897 by ericgsmith, smustgrave, schlaukopf, fabiansierra5191, tobiasb, ben.kyriakou, RoSk0, rpayanm, _utsavsharma, Dakwamine, xjm, larowlan, Aki Tendo, tim.plunkett, longwave, mxh, alexpott: Block name collision on theme creation 2023-10-12 08:28:13 +01:00
catch 6f97533d18 Issue #3387039 by dinazaur, smustgrave, fjgarlin, nod_: Large placeholders are not processed 2023-10-11 15:42:28 +01:00
Lauri Eskola 9b3d27c5e5
Issue #2820586 by joaopauloc.dev, Gauravvvv, lauriii, ranjith_kumar_k_u, smustgrave, markhalliwell, longwave, dawehner, quietone: #states not applied to link elements 2023-10-11 10:46:16 +03:00
Lauri Eskola 116c87e47e
Issue #3378890 by Wim Leers, mikesimmons, smustgrave, pmkanse, witeksocha: Add the "Show Blocks" functionality that existed in CKEditor 4 and was added to CKEditor 5 38.1.0 2023-10-11 09:47:42 +03:00
Lauri Eskola 8b0a91f602
Issue #3351600 by andrew.farquharson, Ranjit1032002, Anybody, sanduhrs, gmateos, smustgrave, Wim Leers, ant1, catch: ckeditor5.dialog.fix.js throws "Uncaught TypeError: event.target.classList is undefined" in Firefox in Drupal 10 with the editor in a modal 2023-10-11 08:47:12 +03:00
catch e99bc70d19 Issue #3376563 by catch, alexpott, Spokje, Lendude, lauriii, longwave, Berdir: Random test fail in Drupal\Tests\Component\Utility\RandomTest::testRandomMachineNamesUniqueness 2023-10-10 19:09:46 +01:00
catch 1767b388fc Issue #3392878 by catch, alexpott: EntityReferenceAdminTest fails often 2023-10-10 16:58:57 +01:00
catch 528a2e384d Issue #2828706 by smustgrave, Chi, saidatom, dagmar, dawehner, mfb, catch, larowlan, longwave, joshua1234511, Berdir, quietone, FeyP, slip, samiullah, johnwebdev, Primsi, ravi.shankar: ExceptionLoggingSubscriber should not log HTTP 4XX errors using PHP logger channel 2023-10-10 10:36:28 +01:00
Lauri Eskola f1a52974fa
Issue #3383606 by benjifisher, smustgrave: Make it easier to add a child taxonomy term 2023-10-10 11:56:49 +03:00
catch 27bb1ff658 Issue #3384995 by mondrake, daffie: Committing a transaction while there are still active savepoints leaves the stack in inconsistent state 2023-10-10 09:40:30 +01:00
catch 33868698ad Issue #3392739 by fjgarlin: _TARGET_DB_TYPE does not exist 2023-10-10 09:36:02 +01:00
catch df5948229a Issue #3389202 by mondrake, andypost, daffie: migrate\Plugin\migrate\id_map\Sql assumes a PDO db driver 2023-10-09 13:49:40 +01:00
Alex Pott c3ff5768b0
Issue #2916306 by TR, quietone, pfrenssen: Use "@return" instead of "@returns" 2023-10-08 11:25:35 +01:00
Alex Pott 6118e0dc37
Issue #3389282 by quietone, smustgrave, alexpott: Fix spelling for words that are only misspelled in comments 2023-10-08 09:34:52 +01:00
Alex Pott ea3f7b53d4
Issue #3347291 by lauriii, srishtiiee, tim.plunkett, hooroomoo, narendraR, tedbow, bnjmnm, alexpott, Berdir: Combine field storage and field instance forms 2023-10-07 16:12:33 +01:00
Dave Long ce2e1aa235
Issue #3392313 by Spokje: Bump phpstan/phpstan to latest to make daily "updated deps" QA run pass again 2023-10-07 15:58:43 +01:00
Dave Long 93d24db995
Issue #3392125 by catch, Spokje: Random test failure in Drupal\Tests\demo_umami\FunctionalJavascript\PerformanceTest 2023-10-07 15:49:09 +01:00
Alex Pott 36f735031d
Issue #3109600 by znerol, andypost, daffie, xjm: Convert uses of $_SESSION in language module 2023-10-06 09:15:26 +01:00
Alex Pott dc39dd56b6
Issue #2032967 by catch, joelpittet, thedavidmeister, alansaviolobo: AssetResolver::getCssAssets() should not try to sort and optimise if $css is empty 2023-10-06 09:02:36 +01:00
Alex Pott d41f1a0134
Issue #3383449 by catch, Wim Leers, Kingdutch: Add Fibers support to Drupal\Core\Render\Renderer 2023-10-05 23:37:17 +01:00
Alex Pott 108150c6f8
Issue #3377570 by catch, Wim Leers, mglaman, marcelovani, Kingdutch: Add PHP Fibers support to BigPipe 2023-10-05 23:30:19 +01:00
catch 6a0238383c Issue #3391991 by Spokje, longwave, greggles: Security update composer/composer (CVE-2023-43655) 2023-10-05 22:09:12 +01:00
Alex Pott 996fb537c6
Issue #2833129 by Lendude, firewaller, idebr, psebborn, ravi.shankar, Berdir, catch: hook_image_style_flush doesn't get the $path passed to Drupal\image\Entity\ImageStyle::flush() method 2023-10-05 17:16:46 +01:00