Commit Graph

40142 Commits (ed951b055d1427c252c3da87173f6720efaca6a8)

Author SHA1 Message Date
Lee Rowlands 390e3e008b
Issue #3240909 by andypost, alexpott, tim.plunkett: Plugin definitions with no class trigger deprecations on PHP 8.1 2021-10-11 16:48:22 +10:00
Lee Rowlands 241acb9c20
Issue #3241272 by andypost, alexpott: core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php causes deprecations on PHP 8.1 2021-10-11 16:44:59 +10:00
catch 9b9fcd70d7 Issue #3239471 by gbaudoin, yogeshmpawar, longwave: Wrong type of KeyValueFactoryInterface used in the constructor of UpdateProcessor 2021-10-08 13:49:17 +01:00
catch 6a8c333a21 Issue #3241267 by alexpott, daffie: Drupal\Tests\Core\Session\WriteSafeSessionHandlerTest::testOtherMethods() fails due to a type error on PHP 8.1 2021-10-08 13:43:29 +01:00
catch 6f6e3ce98a Issue #3241268 by alexpott, daffie: core/modules/node/tests/modules/node_test/node_test.module cause deprecations on PHP 8.1 2021-10-08 13:42:34 +01:00
catch a64191dd24 Issue #3241306 by alexpott, mondrake: core/tests/Drupal/Tests/Core/Database/ConnectionTest.php fails on PHP 8.1 2021-10-08 13:40:06 +01:00
catch 789895fdbe Issue #3241280 by alexpott, Lendude: Fix PHP 8.1 deprecations caused by views code 2021-10-08 13:38:41 +01:00
catch 397d199799 Issue #3241296 by andypost, alexpott: core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php triggers deprecations on PHP 8.1 2021-10-08 13:36:53 +01:00
Lee Rowlands deb93f5ff2
Issue #3241265 by alexpott: user_user_view() triggers a deprecation in PHP 8.1 2021-10-08 15:22:38 +10:00
Lee Rowlands 9c2be57019
Issue #3241271 by alexpott: shortcut_preprocess_page_title() causes deprecations on PHP 8.1 2021-10-08 15:21:16 +10:00
Lee Rowlands 469425a4aa
Issue #3241300 by alexpott: template_preprocess_responsive_image_formatter() causes deprecations on PHP 8.1 2021-10-08 15:20:10 +10:00
Lee Rowlands 93e9e36c51
Issue #3241308 by alexpott: core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php triggers deprecations on PHP 8.1 2021-10-08 15:14:33 +10:00
Lee Rowlands 8ce8eb9be1
Issue #3241130 by alexpott: Migrate units test trigger deprecations on PHP 8.1 2021-10-07 20:42:22 +10:00
Alex Pott ac01e62552
Issue #3192365 by Symbioquine, tbradbury, mxr576, alexpott, longwave: Race Condition in 'public://simpletest' mkdir Call 2021-10-07 10:04:36 +01:00
Lee Rowlands 15e1c6582f
Issue #3240906 by andypost, alexpott, mondrake: template_preprocess_image_formatter() triggers deprecations in PHP 8.1 2021-10-07 09:14:55 +10:00
Lee Rowlands cb32dca786
Issue #3240959 by andypost, alexpott: \Drupal\migrate_drupal_ui\Form\ReviewForm::prepareOutput() causes deprecations on PHP 8.1 2021-10-07 09:13:12 +10:00
Lee Rowlands 0247f921e7
Issue #3240960 by andypost: \Drupal\KernelTests\Core\Render\Element\ActionsTest::getFormId() causes deprecations on PHP 8.1 2021-10-07 09:11:04 +10:00
Alex Pott 0223496952
Issue #3240911 by andypost: language_test_page_top() causes deprecations on PHP 8.1 2021-10-06 20:50:03 +01:00
Alex Pott 8597defbb5
Issue #3231731 by phenaproxima, larowlan, seanB: Use Content-Type header from oEmbed thumbnail GET request when determining the file extension 2021-10-06 16:20:19 +01:00
catch 4efea3f981 Issue #3240955 by andypost: \Drupal\media\Plugin\Filter\MediaEmbed::applyPerEmbedMediaOverrides() triggers deprecations in PHP 8.1 2021-10-06 13:32:54 +01:00
catch c30ae86953 Issue #3240958 by andypost, alexpott: template_preprocess_locale_translation_last_check() causes deprecations on PHP 8.1 2021-10-06 13:31:49 +01:00
Lee Rowlands a19e99354e
Issue #3240888 by andypost, alexpott: Using Prophecy to implement Serializable will cause deprecations on PHP 8.1 2021-10-06 13:35:53 +10:00
Lee Rowlands c9bcb2c8d6
Issue #3240905 by alexpott: \Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationSession can cause deprecations in PHP 8.1 2021-10-06 09:15:18 +10:00
Lee Rowlands fa1e2888c3
Issue #3240800 by alexpott: Creating an configuration entity via new ConfigEntityClass() triggers deprecations in PHP 8.1, use ConfigEntityClass::create() instead 2021-10-06 09:12:22 +10:00
catch 4b6a3abf65 Issue #3239436 by alexpott, danflanagan8, longwave: Cannot run \Drupal\Tests\layout_builder\FunctionalJavascript\LayoutBuilderDisableInteractionsTest locally because it tests error messages from chromedriver 2021-10-04 16:35:53 +01:00
catch 7410d627ec Issue #3240364 by andypost: \Drupal\Tests\system\Functional\Pager\PagerTest::testMultiplePagers() causes deprecations on PHP 8.1 2021-10-04 16:08:12 +01:00
catch 6fb2c098e3 Issue #3240167 by andypost, alexpott, daffie, larowlan: \Drupal\comment\CommentStorage::getMaxThread() and \Drupal\comment\Entity\Comment::getThread() cause deprecations on PHP 8.1 2021-10-04 16:07:16 +01:00
catch 0867d5a4a9 Issue #3240180 by alexpott, andypost, daffie: \Drupal\user\Entity\User::getEmail() can return NULL causing deprecations in PHP 8.1 2021-10-04 16:04:22 +01:00
catch f800f466ae Issue #3240455 by alexpott, daffie: Fix Drupal\Tests\content_translation\Functional\ContentTranslationSettingsTest so it does not trigger deprecations on PHP 8.1 2021-10-04 16:02:43 +01:00
catch 2145374d1e Issue #3240174 by alexpott, andypost, daffie: \Drupal\config_translation\FormElement\Textarea() can cause deprecations on PHP 8.1 2021-10-04 15:59:45 +01:00
catch 3fc999a87f Issue #3240247 by alexpott, daffie: \Drupal\filter\Entity\FilterFormat::$name with a NULL value causes deprecations in PHP 8.1 2021-10-04 15:57:06 +01:00
catch a4269698a1 Issue #3240361 by andypost, alexpott: \Drupal\user\Entity\User::checkExistingPassword() causes deprecations on PHP 8.1 2021-10-04 15:50:44 +01:00
catch f56323ab7f Issue #3240456 by alexpott, andypost, daffie: Allow E_DEPRECATED deprecations to be skipped so we can test on PHP 8.1 2021-10-04 15:43:00 +01:00
catch 09cf31531b Issue #3240182 by alexpott, daffie, dagmar, andypost: \Drupal\dblog\Controller\DbLogController::createLink() can cause deprecations on PHP 8.1 2021-10-04 10:18:44 +01:00
catch c62fe8e306 Issue #3240228 by alexpott: _filter_url_trim() can cause deprecations on PHP 8.1 2021-10-04 10:18:27 +01:00
Lauri Eskola df024ac413
Issue #3211622 by Gauravmahlawat, mherchel, kiran.kadam911, rikki_iki: Olivero: Text can be cut off at mobile if site-branding text goes to two lines 2021-10-04 11:43:55 +03:00
Alex Pott 3265a80a95
Issue #3240362 by andypost: \Drupal\tour\TipPluginBase::getLocation() causes deprecations on PHP 8.1 2021-10-02 20:25:17 +01:00
Lee Rowlands 01a737b3c4
Issue #3240220 by alexpott: \Drupal\file\Entity\File::getSize() can cause deprecations on PHP 8.1 2021-10-02 13:26:18 +10:00
Lee Rowlands c9ec5e430b
Issue #3240148 by alexpott: \Drupal\aggregator\Entity\Item::getLink() can cause deprecations on PHP 8.1 2021-10-02 13:24:18 +10:00
Lauri Eskola 038cb48a4a
Issue #3072374 by kjay, thierrydallacroce, Gayathri J, chetanbharambe, webchick, markconroy, shaal: Change "Recipe category" to a select drop-down vs. autocomplete field 2021-10-01 15:45:01 +03:00
Lauri Eskola b57729b9c2
Issue #2817081 by nod_, Baysaa, rensingh99, AndyF, amoebanath, alexpott, lauriii, andrewmacpherson: Show 'Edit summary' links on multi-value long text field with summary 2021-10-01 15:21:36 +03:00
Lauri Eskola 4313e7f416
Issue #3226010 by mariohernandez, kostyashupenko, Gauravmahlawat, mherchel: Olivero: Skip link fails accessibility color test on hover 2021-10-01 14:57:39 +03:00
catch f4962936e0 Issue #3240171 by andypost, alexpott, larowlan: \Drupal\comment\Entity\Comment::getSubject() can cause deprecations on PHP 8.1 2021-10-01 12:14:44 +01:00
catch 0de357acf4 Issue #3240186 by alexpott, daffie: \Drupal\field\Plugin\migrate\source\d6\Field::prepareRow() can cause deprecations on PHP 8.1 2021-10-01 12:13:26 +01:00
catch 91f5fa9ef5 Issue #3240201 by andypost, daffie: \Drupal\Tests\Component\Gettext\PoStreamWriterTest::setUp() causes deprecations on PHP 8.1 2021-10-01 12:12:29 +01:00
catch b9944c2228 Issue #3240194 by andypost: \Drupal\KernelTests\Core\Routing\RouteProviderTest::testDuplicateRoutePaths can cause deprecations on PHP 8.1 2021-10-01 12:11:29 +01:00
catch 97a0dec20c Issue #3240185 by alexpott: \Drupal\Tests\field\Functional\FieldDefaultValueCallbackTest causes deprecations on PHP 8.1 2021-10-01 12:10:31 +01:00
catch ebcea4ecc7 Issue #3240183 by alexpott: \Drupal\Tests\editor\Functional\EditorAdminTest fails on PHP 8.1 due to deprecations 2021-10-01 12:07:06 +01:00
catch 4de479c1bf Issue #3240181 by alexpott: \Drupal\datetime\DateTimeComputed::getValue() causes deprecations on PHP 8.1 2021-10-01 12:04:10 +01:00
catch b1b4ba37dd Issue #3240173 by alexpott, andypost: \Drupal\KernelTests\Core\Config\ConfigImporterTest::testIsInstallable() can cause deprecations on PHP 8.1 2021-10-01 12:03:15 +01:00