Commit Graph

43799 Commits (e7e4e0e7765a58ce46cbbe1ddd5936f302274618)

Author SHA1 Message Date
Dave Long eafa856443
Issue #3414993 by alexpott: Add ConfigImporter to \Drupal\Core\Config\Importer\MissingContentEvent 2024-02-18 13:46:18 +00:00
Dave Long 5294815818
Issue #3245249 by dimitriskr, smustgrave, kim.pepper: Replace FileUploadHandler::loadByUri() with FileRepositoryInterface::loadByUri() 2024-02-18 13:35:29 +00:00
Dave Long 63cfce4009
Issue #1959304 by dawehner, dimitriskr, smustgrave: Cleanup get_value_options by returning the value options 2024-02-18 13:25:01 +00:00
Dave Long e853205442
Issue #3247329 by mikelutz: Remove usages of MigrateSkipProcessException from core process plugins 2024-02-18 13:19:56 +00:00
Dave Long c936bda0f6
Issue #3411266 by kim.pepper, quietone, smustgrave: Convert file_icon_class() and file_icon_map() to a utlity class and deprecate 2024-02-18 13:16:28 +00:00
Dave Long cb328b8c54
Issue #3417669 by quietone, longwave, smustgrave: Correct migrate related words 2024-02-18 11:57:49 +00:00
Dave Long 9179fd28e3
Issue #3420375 by Spokje: Remove cruft from NodeRevisions[All]Test::setUp 2024-02-18 11:50:18 +00:00
Dave Long d0fecb7985
Issue #3417816 by Watergate: Ensure database connection information is cleaned up properly after performing ConnectionTest 2024-02-18 11:42:40 +00:00
Dave Long acdd40a533
Issue #3420582 by quietone: Fix spelling of 11 function words 2024-02-18 11:29:17 +00:00
Dave Long 5b79fe260c
Issue #3421940 by Wim Leers: `type: filter.format.*` duplicates the inherited `dependencies` key 2024-02-18 11:02:02 +00:00
Dave Long ec8fa02a42
Issue #3420583 by mondrake: Change ConfigEntityValidationTestBase::providerInvalidMachineNameCharacters and family to static 2024-02-18 10:53:06 +00:00
Dave Long 8f38fc7e78
Issue #3402540 by mfb, dadderley, smustgrave, longwave: 'Could not retrieve the remote URL' error message is vague 2024-02-18 10:50:59 +00:00
Alex Pott baf0e4091a
Issue #3258430 by mattjones86, smustgrave, larowlan, Berdir: Block Content database index for reusable column 2024-02-18 10:07:43 +00:00
Alex Pott f660bb4c1e
Issue #3387172 by Mingsong, smustgrave, mlncn, Kanchan Bhogade, larowlan: Unpublished forum accessible to public 2024-02-18 09:47:18 +00:00
Dave Long bc0b5a1923
Issue #3422095 by mondrake: Change ConstraintTest::providerIsCompatible and family to static 2024-02-17 20:26:06 +00:00
Dave Long 9b73314eed
Issue #3401730 by kim.pepper, smustgrave, longwave: Add default autoconfigure to all *.services.yml and remove event_subscriber tags 2024-02-17 16:35:53 +00:00
Dave Long 0e38c5f41e
Issue #3355795 by mondrake, smustgrave, Spokje: Test::parseTestMethodAnnotations is removed in PHPUnit 10 2024-02-17 16:21:04 +00:00
Dave Long cf174d103c
Issue #3422040 by mondrake: Make remaining Drupal\Tests\Core\Form data providers, static 2024-02-17 16:18:01 +00:00
Dave Long 4ec07d680e
Issue #3365895 by danflanagan8, benjifisher, mikelutz: When sub_process encounters a row skip, it should skip its internal row, and not bubble up to the outer row 2024-02-17 15:45:25 +00:00
Dave Long 91a743c141
Issue #3403198 by simohell, mgifford, itmaybejj: Details do not benefit from aria-pressed 2024-02-17 15:42:42 +00:00
Dave Long da7f4e6327
Issue #3416141 by gorkagr, Jaypan, Wim Leers, alexpott: big_pipe.js' checkMutation() does not check if node exists before using it 2024-02-17 15:33:48 +00:00
catch 1a187e3715 Revert "Issue #3416141 by gorkagr, Jaypan, Wim Leers: big_pipe.js' checkMutation() does not check if node exists before using it"
This reverts commit 2d17900f36.
2024-02-16 17:29:02 +00:00
catch 86aacdffef Issue #3395986 by Taran2L, quietone, Spokje, andypost, smustgrave: Replace REQUEST_TIME in plugins with direct container access 2024-02-16 17:23:46 +00:00
catch 2d17900f36 Issue #3416141 by gorkagr, Jaypan, Wim Leers: big_pipe.js' checkMutation() does not check if node exists before using it 2024-02-16 15:23:20 +00:00
Dave Long 46ed71cfc2
Issue #3420401 by alexpott, catch, Spokje, smustgrave, quietone, longwave: StandardPerformanceTest fails randomly on MySQL and consistently on Postgres 2024-02-16 11:54:00 +00:00
Lauri Eskola 89fde7a63b
Issue #3394048 by godotislate, Sandeep Sanwale, djsagar, rkoller, mark_fullmer, ckrina: [Drupal 10.2 regression] Media Library "widget" View media type tabs have lost styling 2024-02-16 13:12:43 +02:00
Dave Long 865b8f4346
Issue #3414165 by quietone, shalini_jha, adwivedi008, longwave: Use "install" not "enable" for modules in strings 2024-02-15 16:46:01 +00:00
catch 46eb28334b Issue #3421448 by mondrake: Make remaining BuildTest data providers, static 2024-02-15 16:42:19 +00:00
catch d5a1284139 Issue #3112284 by Spokje, Bhanu951, acbramley, mpdonadio, mondrake, quietone, adityasingh, andypost, JeroenT, vladbo, pifagor, daffie, voleger: Replace REQUEST_TIME in Kernel tests 2024-02-15 12:27:11 +00:00
Lee Rowlands c51465ddb0
Issue #3421114 by tstoeckler: [regression] Entity::toUrl() without argument is broken for entity types with a URI callback 2024-02-15 09:59:01 +10:00
Lee Rowlands 54f3e98a56
Issue #3416798 by GafgarionMorua, arunkumark, larowlan, smustgrave, DamienMcKenna: Refactor the breadcrumb generation "catch" code 2024-02-15 09:45:32 +10:00
Dave Long a2c8988da4
Issue #3420977 by larowlan, smustgrave, Berdir, mstrelan: Convert Mail plugin discovery to attributes 2024-02-14 18:13:44 +00:00
Dave Long 4cbc8e207f
Issue #3421371 by Spokje: Security update composer/composer (CVE-2023-43655) 2024-02-14 18:09:38 +00:00
catch d5580c8d4a Issue #3395562 by Wim Leers, Eli-T, borisson_, nireneko, claudiu.cristea, marvil07, smustgrave: Add validation constraints to filter.settings 2024-02-14 16:18:00 +00:00
catch 4f01149ec8 Revert "Issue #3420974 by andypost, quietone: Add testing wtih Maria DB 10.6"
This reverts commit db6815529f.
2024-02-14 15:42:13 +00:00
catch 4a64e1abf3 Issue #3406267 by deepak.cms, andypost, kostyashupenko, smustgrave, catch, marvil07, nireneko, quietone: All core shipped image styles should include webp conversion 2024-02-14 14:59:45 +00:00
catch db6815529f Issue #3420974 by andypost, quietone: Add testing wtih Maria DB 10.6 2024-02-14 14:46:01 +00:00
Dave Long 654b1f2074
Issue #3353210 by mondrake, PrabuEla, Spokje: [PHPUnit 10] @dataProvider methods must be declared static and public 2024-02-14 13:38:28 +00:00
catch 4c6cd6e343 Issue #3405353 by mondrake, neclimdul, smustgrave: Convert use of TestCase::getName() to forward compatible TestCase::name() 2024-02-14 11:05:15 +00:00
catch 54a8e1befa Issue #3421248 by quietone, longwave: Clean cspell:ignore lines and rebuild dictionary 2024-02-14 10:20:17 +00:00
Lee Rowlands 8c8af4f324
Issue #2366129 by andypost, stefan.r, smustgrave, vacho: RegisterStreamWrappersPass and other have broken compiler pass for multiple tags 2024-02-14 17:37:27 +10:00
quietone aafb4a444b
Issue #3418236 by mstrelan, smustgrave: Fix strict type errors: Convert remaining usages of FormattableMarkup to strings in core Functional tests 2024-02-14 15:40:16 +13:00
catch 6d9a73fe7a Issue #3407834 by Spokje, quietone, andypost, justafish, alexpott, mondrake, longwave: Update behat/mink and friends 2024-02-13 11:46:53 +00:00
catch fd75fa2134 Issue #3113971 by Spokje, mondrake, acbramley, phenaproxima, andypost, murilohp, mpdonadio, ravi.shankar, pavnish, pifagor, vladbo, JeroenT, voleger, Taran2L: Replace REQUEST_TIME in services 2024-02-13 10:15:33 +00:00
catch 9231c9cf62 Issue #3409895 by acbramley, longwave, smustgrave: [regression] toUrl can incorrectly return edit-form url when another link template shares the canonical url 2024-02-12 16:27:33 +00:00
catch c5db4bb2b6 Issue #3419349 by longwave: Remove withConsecutive() in MigrateExecutableMemoryExceededTest 2024-02-12 15:50:13 +00:00
catch b370eda625 Issue #3419346 by longwave: Remove withConsecutive() in UrlTest 2024-02-12 15:36:25 +00:00
catch 9df6250df8 Issue #3397491 by borisson_, phenaproxima, Wim Leers, smustgrave: Add validation constraints to core.date_format. 2024-02-12 12:36:41 +00:00
catch 47e76cea08 Issue #3395631 by phenaproxima, hdnag, borisson_, marvil07, Spokje, Wim Leers, catch, dagmar: Add validation constraints to dblog.settings 2024-02-12 12:34:43 +00:00
catch 5cb6498e35 Issue #3420013 by longwave, catch: Only run CSS and JS lint jobs if files have changed 2024-02-12 12:29:37 +00:00