Commit Graph

3918 Commits (25f9a654b52c46943dd181229a060790524c14b4)

Author SHA1 Message Date
catch 461eb14b7a Issue #3326378 by Spokje: Fix PHPStan L1 error "Instantiated class Foo\Bar not found." 2023-02-06 12:05:14 +00:00
catch 569239917a Issue #3309157 by dpi, larowlan: RevisionLogInterface is typehinted as always returning entity/ids, but cannot guarantee set/existing values 2023-02-03 14:11:40 +00:00
catch 78de902353 Issue #3336828 by voleger, longwave, Spokje: File dictionary.txt is not sorted 2023-02-03 11:23:31 +00:00
Alex Pott e9750b4c6a
Issue #3178919 by andregp, AndyF, codebymikey, ankithashetty, Ankit.Gupta, alexpott, smustgrave, larowlan: Can't run tests with XDEBUG_CONFIG set to empty string 2023-01-30 16:20:06 +00:00
catch fab2025f20 Issue #3001430 by alexpott, _utsavsharma, Oscaner, lauriii, smustgrave, ifux, deviantintegral, pameeela: Unable to uninstall base theme and subtheme via config sync at the same time 2023-01-30 10:56:47 +00:00
catch a9301ea8a8 Issue #3304382 by bnjmnm, smustgrave: Core Functional tests should not depend on Classy or Starterkit 2023-01-27 15:47:37 +00:00
catch 652709e400 Issue #3328443 by xjm, rpayanm, alexpott, catch, longwave: Replace most strpos() === 0 or !== 0 with str_starts_with() 2023-01-27 12:37:01 +00:00
xjm 48056da448
Issue #2574981 followup by xjm: Fix 'TTests'. 2023-01-26 16:08:00 -06:00
xjm 00bcd1740c
Issue #2574981 by Manjit.Singh, dimaro, wengerk, darol100, izus, pguillard, vsujeetkumar, Himanshu5050, snehi, paulocs, rakesh.gectcr, jofitz, _utsavsharma, charginghawk, rajeshwari10, sdstyles, quietone, benjifisher, marcusvsouza, LoMo, joelpittet, justAChris, cilefen, YesCT, mradcliffe, spitzialist, annajl, jhodgdon, catch, alexpott, Sabbi0612, kattekrab, Mile23, antojose, leanderl, rodrigoac: Fix grammar ("an URL" should be "a URL") and consistent use of URL (not "url" / "Url") in documentation only 2023-01-26 16:06:23 -06:00
Alex Pott 6d62cf239e
Issue #3303067 by catch, nod_, Wim Leers, olli, alexpott: Compress aggregate URL query strings 2023-01-26 09:17:16 +00:00
catch d06dfb35eb Issue #1875020 by longwave, David_Rothstein, slip, alexpott, catch, smustgrave, jhodgdon: Cron queue gets processed every time cron is called, regardless of whether it's already being processed elsewhere 2023-01-23 13:09:03 +00:00
catch de66aa9334 Issue #3333858 by miiimooo, larowlan: Blocks that have #attached set removed after upgrade 2023-01-20 14:04:42 +00:00
Alex Pott 5a193a820f
Issue #3191623 by mondrake, Medha Kumari, daffie, alexpott: Select queries do not escape the GROUP BY fields 2023-01-16 15:29:41 +00:00
catch fcd75dd056 Issue #3248575 by mfb, xjm: Documentation conflict re: affected rows vs. matched rows 2023-01-13 09:39:56 +00:00
xjm f2154d585e
Issue #3174924 by joachim, xjm, smustgrave, sourabhjain, ranjith_kumar_k_u, kiwimind, catch, bnjmnm: Throw a better exception when a reference field can't find the target entity type 2023-01-12 13:29:47 -06:00
xjm 1d6b90e8bc
Issue #3219472 by quietone, Abhishek_Singh, karishmaamin, longwave, smustgrave, xjm: Fix spelling for words used once, beginning with 'e' -> 'i', inclusive 2023-01-09 22:21:00 -06:00
Lee Rowlands 529550a4b2
Issue #2920682 by phenaproxima, alexpott, Sam152, borisson_, Wim Leers, larowlan: Add config validation for plugin IDs 2023-01-10 09:00:04 +10:00
xjm 4d9b40b01e
Issue #3244570 by voleger, xjm, alexpott, longwave, andypost: Deprecate drupal_rewrite_settings() 2023-01-07 15:32:44 -06:00
catch c6babbb64e Issue #3324384 by Spokje, joachim, elber, znerol, longwave, mondrake: resolve differing createUser() test methods 2023-01-06 11:14:45 +00:00
xjm b6133d88ab
Issue #3296086 by Spokje, catch, smustgrave, xjm: Deprecate/remove js-cookie dependency 2023-01-05 13:26:08 -06:00
catch 0cbb0a30ec Issue #3304378 by bnjmnm: Core FunctionalJavascript tests should not depend on Classy or Starterkit 2023-01-05 16:18:04 +00:00
catch d4da802f09 Issue #3067580 by alexpott, andypost, pooja saraah, Niklan, smustgrave: Deprecate the AJAX RenderElement 2023-01-03 10:27:28 +00:00
xjm 7432d6d140
Issue #3322784 by mondrake, longwave, Spokje: TestCase::getMockClass() is deprecated in PHPUnit 9.6 and removed from PHPUnit 10 2023-01-02 11:39:30 -06:00
xjm 53803cfb4c
Issue #3317230 by mondrake, kim.pepper, longwave: Fix test mock related PHPStan 0 issues 2023-01-02 05:07:22 -06:00
Alex Pott 9b44ffa472
Revert "Issue #2583041 by mondrake, fietserwin, claudiu.cristea, alexpott, catch: GD toolkit & operations should catch \Throwable to fail gracefully in case of errors"
This reverts commit 23edd01fb4.
2022-12-30 21:59:59 +00:00
Alex Pott 1a63aa6318
Issue #3326371 by Spokje: Fix PHPStan L1 error "Anonymous function has an unused use $foo." 2022-12-30 16:39:39 +00:00
Alex Pott 23edd01fb4
Issue #2583041 by mondrake, fietserwin, claudiu.cristea, alexpott, catch: GD toolkit & operations should catch \Throwable to fail gracefully in case of errors 2022-12-30 16:35:53 +00:00
Alex Pott 55a120776d
Issue #3087975 by smustgrave, kim.pepper, alexpott, Wim Leers, longwave: Add deprecation to InfoParserDynamic::__construct() to require root path 2022-12-30 15:42:28 +00:00
Cristina Chumillas d757e2c571 Issue #3070558 by bnjmnm, lauriii, huzooka, mherchel, katherined, kostyashupenko, rkoller, saschaeggi, andrewmacpherson, ckrina, dww, smustgrave, mgifford, klonos, shaal, andypost: Implement bulk operation designs 2022-12-28 16:06:20 +01:00
xjm 3589a503aa
Issue #3311595 by fjgarlin, mfb, pooja saraah, colorfield, alexpott, Wim Leers, longwave: Html::transformRootRelativeUrlsToAbsolute() replaces "\r\n" with "
\n" 2022-12-25 11:55:04 -06:00
xjm 2193f7675d
Issue #3171047 followup by xjm: Fix coding standards changes that were not staged properly. 2022-12-25 09:30:04 -06:00
xjm 59e2165236
Issue #3171047 by rpayanm, catch, jonathanshaw, Berdir, xjm, larowlan, hchonov, mxr576: Entity query in UniqueFieldValueValidator must not use access checking 2022-12-24 20:10:37 -06:00
Lee Rowlands aaf6426b64
Issue #3327856 by alexpott, catch, zcht, longwave, znerol, Berdir, BramDriesen, Spokje, callen321, andypost, neclimdul, acbramley, mstrelan: Performance regression introduced by container serialization solution 2022-12-23 15:25:14 +10:00
xjm 90f669c007
Issue #3246152 by alexpott, smustgrave, vijaycs85: \Drupal\FunctionalJavascriptTests\JSWebAssert::waitForHelper() should retry on more exceptions 2022-12-16 17:58:22 -06:00
xjm 94230c5aa0
Issue #3250342 by Spokje, smustgrave, rpayanm, quietone, xjm, catch, longwave: Deprecate "experimental: true" in .info.yml 2022-12-16 13:05:11 -06:00
xjm fe01fb7bd2
Issue #3327244 by alexpott, vijaycs85, Wim Leers: Regression: Testing non Drupal pages with WebdriverTestBase on 9.5 can be broken 2022-12-16 09:09:01 -06:00
catch 6c5374ebaf Issue #3324062 by effulgentsia, nod_, longwave, alexpott, catch, lauriii, andypost: [Regression] Changes to Drupal.ajax in 9.5.x have caused regressions in paragraphs_features module 2022-12-08 17:20:31 +00:00
Dave Long 85eeb1bde1
Issue #3324801 by Spokje, mondrake: Fix PHPStan L2 error "Property Foo::$bar has unknown class Baz as its type." 2022-12-07 11:22:31 +00:00
catch 7430cc3cc7 Issue #3255637 by Liam Morland, 3li, joegraduate, rivimey, alexpott, mondrake, ravi.shankar, hswong3i, ameymudras, longwave, Anchal_gupta, neclimdul, Martijn de Wit, sgourebi, pradhumanjainOSL, gambry, kim.pepper: Deprecate NULL values in Html::escape(), ::decodeEntities(), and FormattableMarkup::placeholderFormat() to make it easier to upgrade to PHP 8 2022-12-06 13:41:56 +00:00
bnjmnm adfa35d41f Issue #3324150 by phenaproxima, Wim Leers, Gábor Hojtsy: Add validation constraints to config_entity.dependencies 2022-12-02 13:01:44 -05:00
catch 34cbc4ebe6 Issue #3319426 by longwave, catch, andypost: Update to a stable Symfony 6.2 release 2022-11-30 22:02:40 +00:00
Alex Pott ecc921dd9e
Issue #3049525 by longwave, fougere, larowlan, kim.pepper, AaronBauman, Wim Leers, Charlie ChX Negyesi, geek-merlin: Enable service autowiring by adding interface aliases to core service definitions 2022-11-29 12:52:29 +00:00
Alex Pott e2d4dcfdf2
Issue #3319582 by mondrake, Spokje, longwave, mallezie: Fix calls to methods with too many parameters passed in 2022-11-29 11:38:06 +00:00
catch c1891492e4 Issue #3320240 by solideogloria, tobiasb, smustgrave, alexpott: Entity count query returns a string instead of int 2022-11-28 22:05:36 +00:00
catch 346d60981f Issue #3067024 by amateescu, hchonov, plach: Add test coverage for uninstalling revisionable entity types whose code doesn't exist anymore 2022-11-28 13:23:16 +00:00
Alex Pott 594a227ea7
Issue #3259751 by rodrigoaguilera, smustgrave, nod_: Add ability to pass cli arguments to chromedriver 2022-11-28 11:00:09 +00:00
catch 68c51b73f5 Issue #3301288 by balintpekker, mondrake, mglaman: Deprecated getStatus() in DrupalTestBrowser 2022-11-28 10:28:02 +00:00
catch 7fa1fe80da Issue #3323741 by andypost, Spokje, catch, longwave: upgrade Symfony dependencies to RC1 2022-11-28 10:11:51 +00:00
Alex Pott 17fa174546
Issue #3319791 by Cyberwolf, Chi, longwave: ContainerAwareEventDispatcher should not expect the dispatched event to be stopable 2022-11-23 22:29:13 +00:00
Alex Pott 3a9e58f610
Issue #2926958 by Spokje, andypost, Ratan Priya, MeenakshiG, ravi.shankar, Berdir, alexpott, plach, xjm, longwave: Remove revision-related methods from EntityStorageInterface 2022-11-23 22:19:29 +00:00