Commit Graph

44399 Commits (f5cc65456a6c09242e699f54dce56bf60a5b3f02)

Author SHA1 Message Date
nod_ f5cc65456a
Issue #3439646 by Tom Konda, smustgrave: Some of string comparisons should use String.prototype.startsWith() or String.prototype.endsWith() 2024-05-09 05:41:59 +09:00
Cristina Chumillas d436711365
Issue #3446078 by mherchel, javi-er: Olivero content shift on page load 2024-05-08 13:36:30 -07:00
xjm 6e8fd96b5c
Issue #3446107 by bbrala, andypost, xjm: Enforce null coalescing operator ?? instead of a ternary operator through phpcs 2024-05-08 13:25:17 -07:00
xjm 3232e58820
Issue #3445896 by mstrelan, mondrake: PHPUnit\Runner\ErrorHandler::__construct is private since PHPUnit 11.1 2024-05-08 13:14:55 -07:00
catch 34d2ed5afb Issue #3445211 by benjifisher, tobiasb: Composer tests fail because of invalid Drupal version 2024-05-08 20:59:15 +01:00
catch eab7acf40d Revert "Issue #3445224 by catch, Gábor Hojtsy: Update composer metapackages"
This reverts commit d7235bfe2f.
2024-05-08 20:57:23 +01:00
Alex Pott 7deaa481d9
Issue #3445788 by andypost: [PHP 8.4] Fix phpstan job for ContentModerationConfigureEntityTypesForm 2024-05-08 16:56:17 +01:00
Dave Long 26208e91c0
Issue #3444978 by catch, Berdir: UserAuth BC layer is not working for modules that use it to provide email based logins 2024-05-08 10:22:38 +01:00
Dave Long 32b8344b7f
Issue #3445833 by catch: Performance test gitlab job is failing on 11.x 2024-05-08 10:19:32 +01:00
Lee Rowlands b4f1d1a30e
Issue #3445791 by balsama, phenaproxima: Language module hook_modules_installed should account for sites with no installation profile now that it is possible to install a site from a recipe 2024-05-08 08:03:40 +10:00
Alex Pott 152b7f0694
Issue #3444264 by andypost, alexpott, longwave: [PHP 8.4] ReflectionMethod constructor deprecated with one argument 2024-05-07 16:11:47 +01:00
Alex Pott d4fa83453d
Issue #3417066 by mondrake, longwave, larowlan, alexpott, catch: Upgrade PHPUnit to 10, drop Symfony PHPUnit-bridge dependency 2024-05-07 11:52:49 +01:00
Dave Long 74da82a314
Issue #3439923 by alexpott, longwave, thejimbirch, Wim Leers, phenaproxima, immaculatexavier, nedjo, bircher, deviantintegral, franz, narendraR, omkar.podey, srishtiiee, Rajab Natshah, millnut, mondrake, amateescu, larowlan, sonfd, tasc, vasike: Add recipes api as experimental API to core 2024-05-07 10:28:58 +01:00
catch 4a4a78b5ba Issue #3443959: DialogRenderer::getTitleAsStringable() does not support all return types of TitleResolverInterface::getTitle() 2024-05-06 21:09:22 +01:00
Alex Pott 966fd63a6c
Revert "Issue #3396536 by fjgarlin, catch, kim.pepper: [random test failure] Re-enable AjaxTest::testAjaxFocus()"
This reverts commit e6304cd961.
2024-05-06 09:44:14 +01:00
Alex Pott f8a34d342e
Issue #1956134 by smustgrave, dawehner, larowlan, jibran, jbloomfield, lokapujya, Oscaner, elachlan, mgifford, olli, srilakshmier, Manuel Garcia, Nitin shrivastava, afeijo, alexpott, jgeryk, garphy, grisendo, jessebeach, xjm, joachim, tim.plunkett, andypost, Wim Leers, EclipseGc, damiankloip, benjy, klonos: Provide helpful editing links on "admin/structure/block" for deriver blocks (menu, views, block content, etc.) 2024-05-05 22:43:34 +01:00
Alex Pott 3e486f783a
Issue #3441920 by scott_euser, catch, smustgrave, quietone: Support #attached settings in ViewAjaxController 2024-05-05 21:50:14 +01:00
nod_ 91e3259696
Issue #3282598 by Gauravvvv, amit.mall, lalitware, pradhumanjain2311, Wim Leers: Claro should not hardcode decimal list style type for <ol> 2024-05-05 08:20:02 +09:00
nod_ e8298e81ba
Issue #3266299 by Gauravvvv, stueybrock, smustgrave, rkoller, amietpatial, sahil.goyal, mgifford, ckrina, mherchel, andrewmacpherson, mikemai2awesome: Claro: Form labels that are disabled have too low color contrast 2024-05-05 08:14:27 +09:00
nod_ 91b4cf23b3
Issue #3440223 by bronzehedwick, ahsannazir, jwitkowski79, adwivedi008: Incorrect padding on child menu items 2024-05-05 06:15:41 +09:00
Alex Pott c8e201a167
Issue #3421175 by quietone, catch, Gábor Hojtsy, alexpott, smustgrave, longwave, daffie: Update INSTALL.txt and hook_requirements() etc. with remaining Drupal 11 platform requirements 2024-05-04 12:48:13 +01:00
catch d7235bfe2f Issue #3445224 by catch, Gábor Hojtsy: Update composer metapackages 2024-05-04 11:07:08 +01:00
Alex Pott 0894355a79
Issue #3439909 by SolimanHarkas, vensires: Fix Taxonomy tests that rely on UID1's super user behavior 2024-05-04 09:44:14 +01:00
catch 8ddf9986e0 Back to dev. 2024-05-03 22:08:05 +01:00
catch c50311e7e0 Drupal 11.0.0-alpha1 2024-05-03 22:08:05 +01:00
catch 58dd736c78 Issue #3400366 by mondrake, alexpott, mglaman, longwave, Spokje: Remove DrupalComponentTestListenerTrait and replace with a PHPStan rule 2024-05-03 19:13:08 +01:00
Dave Long f757b3d3ce
Issue #3401734 by kim.pepper, alexpott, larowlan, pradhumanjain2311: Refactor FileUploadResource to use FileUploadHandler 2024-05-03 17:18:17 +01:00
catch 803c94296c Issue #3445072 by longwave, Anybody: Improve "The libraries to include are encoded incorrectly" check and message 2024-05-03 16:39:04 +01:00
catch e971d7feb1 Issue #3444932 by bnjmnm, lauriii, nod_: Make libraries with JS internal, at least for beta 2024-05-03 13:20:50 +01:00
catch 07cb53a850 Issue #3445069 by lauriii: Remove unused floating UI library definition 2024-05-03 12:34:29 +01:00
catch 1754440b83 Issue #3348390 by amateescu, s_leu, Grevil: Improve the way entity forms are "disabled" early when an entity is being edited in a workspace 2024-05-03 12:10:38 +01:00
catch c84365f714 Issue #3443761 by amateescu: Workspace negotiators shouldn't be responsible for loading the negotiated workspace entity 2024-05-03 09:36:18 +01:00
Alex Pott 091483c1f1
Issue #3420983 by sorlov, godotislate, alexpott, quietone, kim.pepper, larowlan, mstrelan: Convert Layout plugin discovery to attributes 2024-05-03 09:01:25 +01:00
quietone 74a6dce280
Issue #3440993 by bbrala, bradjones1, larowlan, quietone: Improve JSON:API test failure messages to include errors when data is expected 2024-05-03 16:04:06 +12:00
quietone 918b86294c
Issue #3442395 by smustgrave, andypost, catch, Wim Leers: ckeditor5 and editor module test config exports/stubs rely on hook_editor_presave() bc layers 2024-05-03 12:46:26 +12:00
nod_ bd81352ed5
Issue #3432632 by simohell, smustgrave, kostyashupenko, andypost: Collapsed nav-tabs status not exposed to screen reader 2024-05-03 07:00:06 +09:00
Alex Pott 3a54db4ab8
Issue #3444512 by neclimdul, alexpott, smustgrave: Pager current page announced twice 2024-05-02 09:05:48 +01:00
Alex Pott d349f1d683
Issue #3055807 by ptmkenny, murilohp, vladimir.krupin, smustgrave, ankithashetty, yogeshmpawar, ravi.shankar, rensingh99, vikashsoni, axel80, alexpott: User created via /user/register?_format=json get blocked 2024-05-02 01:22:03 +01:00
Dave Long 8e036a94e2
Issue #3440114 by Gábor Hojtsy, andypost, catch, BramDriesen: Update PHP EOL dates based on updated PHP team decisions 2024-05-01 20:53:44 +01:00
catch f9d3ce1046 Issue #3444566 by mondrake: Fix remaining deprecated string array keys in data sets returned by data provider methods that do not match the parameter names 2024-05-01 18:21:37 +01:00
catch 4596035039 Issue #3444587 by alexpott: Add CSS to prettier command and fix core/misc/jquery.form.js to be ignored 2024-05-01 18:12:52 +01:00
Alex Pott 3203676df8
Issue #3441137 by catch, mherchel: BigPipe injecting Local Actions block creates large janky layout shift in Claro 2024-05-01 18:00:06 +01:00
catch 96ab747a7c Issue #3422383 by longwave, mondrake: Convert remaining data providers to static methods 2024-05-01 17:42:39 +01:00
catch c1b1ba78d6 Issue #3427173 by mondrake, longwave, alexpott, catch: Replace calls to :::expectWarning*() in Drupal\Tests\Component\PhpStorage\FileStorageTest 2024-05-01 14:43:08 +01:00
Alex Pott 1fbf9f5d2b
Issue #3409048 by finnsky, alexpott, longwave, bnjmnm, andypost, nod_: Configure postcss formatting after stylelint and stylelint-config-standard update 2024-05-01 11:26:29 +01:00
Alex Pott d60d2ce1e3
Issue #3441392 by Binoli Lalani, smustgrave, andypost, quietone, pradhumanjain2311, longwave, catch: Removed deprecated code in Render system 2024-05-01 09:00:10 +01:00
Dave Long 65e7a1efc6
Revert "Issue #3444264 by andypost: [PHP 8.4] ReflectionMethod constructor deprecated with one argument"
This reverts commit 40898b6120.
2024-04-30 23:28:35 +01:00
nod_ 20d5c8ad33
Issue #3443866 by finnsky, markusVJH: The toggle button flickers on page load 2024-05-01 05:57:15 +09:00
nod_ dc7a4299f4
Issue #3440226 by sanisaha, adwivedi008, Rajan Kumar@2026, jwitkowski79, Kanchan Bhogade, smustgrave, finnsky, ckrina: Update color of submenu title text 2024-05-01 05:49:05 +09:00
xjm f676c3c32d
Issue #3443208 by smustgrave, andypost: Remove any missed deprecation code in modules and lib folders 2024-04-30 13:24:03 -05:00