Commit Graph

40100 Commits (4b927a02fdfa85cb1157a9ef4b72ffb19ec0642b)

Author SHA1 Message Date
catch 4b927a02fd Issue #3251125 by Beakerboy, daffie, mondrake: Do not uninstall the database driver module within installer tests 2021-12-20 16:04:32 +00:00
Alex Pott 45347fa580
Issue #2652652 by dawehner, Sam152, Charlie ChX Negyesi, Manuel Garcia, mikemiles86, minorOffense, Lendude, jibran, alexpott, xjm, effulgentsia, webchick: Provide a relationship from the revision table to the main table 2021-12-18 06:42:28 +00:00
Alex Pott 1359e7abde
Issue #3232097 by daffie, longwave: [Symfony 6] Add "array" type hint to methods overriding Symfony\Component\EventDispatcher\EventSubscriberInterface::getSubscribedEvents() 2021-12-18 06:36:14 +00:00
Alex Pott f1e57201c2
Issue #3253148 by mherchel, longwave, ckrina, droplet: Remove IE from core's browserlist, remove non-essential CSS importing and recompile assets 2021-12-18 06:12:16 +00:00
Alex Pott 00ad1d7572
Issue #3254331 by paulocs, longwave: [Symfony 6] Add "array|string|int|float|bool|\ArrayObject|null" to all Normalizer classes that implement the method ::normalize() 2021-12-18 04:11:05 +00:00
catch 77bd32e38f Issue #3248309 by danflanagan8: AssertBreadcrumbTrait should not rely on Classy 2021-12-17 16:33:59 +00:00
catch eecfb03d24 Issue #3080819 by beatrizrodrigues, ankithashetty, lucienchalom, quietone, Vivek Panicker, catch: Missing documentation for "core_version_requirements" key in InfoParserInterface file 2021-12-16 10:06:33 +00:00
catch d55c0cbd36 Issue #3254403 by paulmckibben, ranjith_kumar_k_u, longwave, Lendude, cilefen: system_post_update_sort_all_config can exhaust PHP memory in 9.3.0 2021-12-15 16:38:51 +00:00
catch fd398939a8 Issue #3253093 by longwave: Remove symfony-cmf/routing 2021-12-15 13:31:22 +00:00
catch 6033fd0c8d Issue #3253889 by BR0kEN, murilohp, longwave: `?check_logged_in=1` causes `TrustedRedirectResponse` to fail 2021-12-15 10:26:57 +00:00
Gábor Hojtsy 040479a582 Issue #3246156 by realityloop, rachel_norfolk: Add Brian Gilbert (realityloop) as a full mentoring coordinator 2021-12-15 11:15:29 +01:00
Gábor Hojtsy 4cfb92aa84 Issue #3246158 by rachel_norfolk, volkswagenchick: Add AmyJune Hineline (volkswagenchick) as a full mentoring coordinator 2021-12-15 11:09:46 +01:00
Gábor Hojtsy b6e914e262 Issue #3246157 by ChrisDarke, rachel_norfolk: Add Chris Darke (ChrisDarke) as a full mentoring coordinator 2021-12-15 11:04:28 +01:00
catch e4f1b9cd52 Issue #3233479 by daffie, longwave: [Symfony 6] Add type hints to the methods overriding Symfony\Component\Validator\Violation\ConstraintViolationBuilderInterface::atPath(), ::setParameter(), ::setParameters(), ::setTranslationDomain(), ::setInvalidValue(), ::setPlural(), ::setCode() and :: 2021-12-14 14:42:24 +00:00
catch cfd8517353 Issue #3182103 by TR, dan2k3k4, longwave, mondrake, Sweetchuck, Kristen Pol: Ensure correct signature for setUp(), tearDown(), setUpBeforeClass(), and assertPostConditions() methods 2021-12-14 12:05:17 +00:00
catch bd9fa2750b Issue #3253568 by Spokje, paul121, rviner, longwave, alexpott, quietone: Error: Cannot use object of type Drupal\Core\Render\Markup as array in Drupal\Core\Render\Renderer->doRender() (line 218. When checkbox 'Use field template' is checked 2021-12-14 10:16:33 +00:00
catch 21d2543a2f Issue #3238485 by daffie: [Symfony 6] Add return type hints to the class methods of Drupal\Component\DependencyInjection\Container 2021-12-14 09:58:45 +00:00
catch 205729d912 Issue #3239287 by alexpott, longwave: Fix \Drupal\Core\Extension\ModuleDependencyMessageTrait to not cause deprecations in PHP 8.1 2021-12-13 17:09:15 +00:00
catch bf3114c87d Issue #3252010 by paulocs, longwave, mondrake: Lock PHPUnit to 9.5 2021-12-13 16:56:07 +00:00
catch f1f7fb4f8f Issue #3213023 by thursday_bw: Improve the intelligibility of error messages in Entity/FieldConfig.php 2021-12-13 14:15:22 +00:00
catch 38c73bd901 Issue #3253683 by andypost, Spokje, Gábor Hojtsy: Improve compatibility with composer 2.2 2021-12-13 14:11:29 +00:00
catch 99f5bf6884 Issue #3250648 by Beakerboy, daffie: Avoid comparing fields with different collations in SelectSubqueryTest 2021-12-13 14:08:47 +00:00
catch 5e0c689e27 Issue #3252067 by tedbow, Spokje: Remove duplicate loading of update reports after refreshUpdateStatus 2021-12-13 14:05:23 +00:00
catch 4d57608359 Issue #3233474 by daffie: [Symfony 6] Add the type hints to the methods overriding Symfony\Component\Validator\Validator\ContextualValidatorInterface::atPath(), ::getViolations(), ::validateProperty() and ::validatePropertyValue() 2021-12-13 13:59:34 +00:00
catch 45630c7c34 Issue #3232080 by paulocs, daffie, longwave: [Symfony 6] Add "mixed" type hint to all Normalizer classes that implement the method ::denormalize() 2021-12-13 13:08:43 +00:00
catch 42a48a2e2b Issue #3253639 by tedbow, longwave: \Drupal\Tests\update\Functional\UpdateTestBase::setUp is not needed for most child classes and makes the test harder to understand 2021-12-13 13:04:50 +00:00
catch 5e93c9c691 Issue #3253824 by juli sh, Matroskeen: Minor typo in d7_field_formatter_settings.yml comment 2021-12-13 13:02:15 +00:00
catch e3e4995829 Issue #3232092 by daffie, mondrake: [Symfony 6] Add "string|array" to the method Drupal\Component\DependencyInjection\Dumper\OptimizedPhpArrayDumper::dump() 2021-12-13 12:58:15 +00:00
catch 1553465e32 Issue #3232113 by daffie, larowlan, longwave: [Symfony 6] Add "static" type hint to the method Drupal\Component\HttpFoundation\SecuredRedirectResponse::setTargetUrl() 2021-12-13 12:54:57 +00:00
catch 6f7d2ef1c3 Issue #3232832 by daffie, longwave: [Symfony 6] Add various type hints to Drupal\serialization\Encoder\JsonEncoder::supportsEncoding() and ::supportsDecoding() and Drupal\serialization\Encoder\XmlEncoder::supportsEncoding(), ::encode(), ::decode() and ::supportsDecoding() 2021-12-13 12:51:40 +00:00
catch a7825ea91a Issue #3232892 by daffie, Spokje: [Symfony 6] Add "static" type hint to the method Drupal\Core\Routing\RequestContext::fromRequest() 2021-12-13 12:49:55 +00:00
catch 30eb18c5ad Issue #3233456 by daffie, longwave: [Symfony 6] Add "int" type hint to methods overriding Symfony\Component\Console\Command\Command::execute() 2021-12-13 12:45:57 +00:00
catch 954f80a5f3 Issue #3236563 by daffie: [Symfony 6] Add "static" type hint to the methods overriding Symfony\Component\HttpFoundation\Response::sendContent() 2021-12-13 12:43:16 +00:00
catch 01cb9d7cc5 Issue #3236243 by daffie, longwave, alexpott: [Symfony 6] Add "callable|false" type hint to methods overriding Symfony\Component\HttpKernel\Controller\ControllerResolverInterface::getController() 2021-12-13 12:40:00 +00:00
catch 203654b234 Issue #3232063 by paulocs, daffie, longwave: [Symfony 6] Add "bool" type hint to Drupal\serialization\Normalizer\NormalizerBase::supportsNormalization() and subclasses 2021-12-13 12:07:37 +00:00
catch b7dce8cf5a Issue #3253666 by longwave, tim.plunkett: Layout Builder uses the wrong RouteObjectInterface 2021-12-13 10:39:35 +00:00
catch 640db5381a Issue #3251988 by vijaycs85, smccabe: Update return param of waitForText method 2021-12-07 14:57:08 +00:00
Gábor Hojtsy 401a725ed4 Issue #3252088 by longwave, Gábor Hojtsy, catch: Increase Drupal::MINIMUM_PHP to 8.0.0 2021-12-07 15:26:10 +01:00
Alex Pott f94b1247b8
Issue #3252214 by Spokje: Move tests for integrations between QuickEdit and CKEditor5 into QuickEdit so that it can more easily be moved into contrib 2021-12-06 09:20:51 +00:00
Alex Pott d7082acf60
Issue #2886615 by scott_euser, clemens.tolboom, quietone, joachim, alexpott, Lendude: comment_empty_title_test has invalid hook 2021-12-06 09:15:32 +00:00
Alex Pott 0ac96136e8
Issue #3104353 by xjm, TravisCarden, andypost, kim.pepper, longwave, Taran2L, tedbow, catch, alexpott: Upgrade to Guzzle 7 2021-12-03 06:24:37 +00:00
catch b615dbd2dc Issue #3239500 by hooroomoo, bnjmnm, lauriii: Add Array.includes polyfill to support IE11 and Opera Mini 2021-12-02 15:07:54 +00:00
catch 86e9f19a30 Issue #2925203 by alexpott: LocaleConfigSubscriber can result in data loss during install 2021-12-02 11:50:03 +00:00
catch 18916c48a1 Issue #2871357 by alexpott, kriboogh: Installer tasks using multiple batch sets in non-interactive mode do not get executed 2021-12-02 11:05:50 +00:00
Alex Pott 09190cd3a4
Issue #3198010 by mcdruid, acbramley, mstrelan, quietone, manojithape, vikashsoni, chetanbharambe, sarguna raj M, larowlan, alexpott: User login page broken when there are more than 5 failed login attempts for an account 2021-12-02 06:57:58 +00:00
Alex Pott 46b1d68add
Issue #3251891 by catch, andypost, longwave: Drupal 10 branch failures 2021-12-01 22:49:08 +00:00
Gábor Hojtsy 8868d562ba Revert "Issue #3251936 by Gábor Hojtsy, Mixologic, longwave: Make DrupalCI read Drupal 10 drupalci.yml"
This reverts commit b5d9d2331f.
2021-11-30 18:48:51 +01:00
Gábor Hojtsy b5d9d2331f Issue #3251936 by Gábor Hojtsy, Mixologic, longwave: Make DrupalCI read Drupal 10 drupalci.yml 2021-11-30 18:47:51 +01:00
catch 6d457761e2 Drupal 10.0.x-dev 2021-11-30 12:03:00 +00:00
catch 773a213835 Issue #3251625 by alexpott, Berdir: Including settings.php a second time and without same context can result in errors 2021-11-30 10:58:57 +00:00