Michael Stenta
2a7d572ab7
Add CHANGELOG.md line for Drupal 10 upgrade.
2023-10-30 12:30:32 -04:00
Michael Stenta
6a9c872e9b
Use phpunit instead of paratest.
...
PostgreSQL tests fail because Drupal core patch is trying to install pg_trgm
extension in parallel multiple times.
Failed to run installer database tasks: Drupal could not check for the pg_trgm extension: SQLSTATE[23505]: Unique violation: 7 ERROR: duplicate key value violates unique constraint "pg_extension_name_index"
DETAIL: Key (extname)=(pg_trgm) already exists.: CREATE EXTENSION IF NOT EXISTS pg_trgm;
2023-10-30 12:07:29 -04:00
Michael Stenta
7c73c28626
Ignore Symfony deprecations helper during tests.
2023-10-30 12:07:29 -04:00
Michael Stenta
4b0b1242a0
Patch drupal/entity_browser for Issue #3350169 : Fix PHP 8.2 deprecation issue with WidgetSelectorBase-class.
2023-10-30 12:07:29 -04:00
Michael Stenta
50803a5c83
Run PHPCompatibility sniff for PHP 8.2+.
2023-10-30 12:07:29 -04:00
Michael Stenta
3398eb0170
Implement NormalizerInterface::getSupportedTypes().
...
See https://symfony.com/doc/current/serializer/custom_normalizer.html#improving-performance-of-normalizers-denormalizers
2023-10-30 12:07:29 -04:00
Michael Stenta
81c3cd2ec0
Fix: Deprecated NULL placeholder value for key (%birth_label)
...
...in: "Birth log saved: <a href=":birth_url">%birth_label</a>". This will throw a PHP error in drupal:11.0.0. See https://www.drupal.org/node/3318826
2x in BirthTest::testBirthLogChildrenSync from Drupal\Tests\farm_birth\Kernel
1x in BirthTest::testUniqueBirthLogConstraint from Drupal\Tests\farm_birth\Kernel
2023-10-30 12:07:29 -04:00
Michael Stenta
5cc870c316
Fix: $modules property must be declared protected.
2023-10-30 12:07:29 -04:00
Michael Stenta
1b72dccb80
Fix: Call to deprecated function system_time_zones().
2023-10-30 12:07:29 -04:00
Michael Stenta
1693b5b0d5
Fix: Return type mixed of method Drupal\farm_kml\Encoder\Kml::encode() is not covariant with return type string of method Symfony\Component\Serializer\Encoder\EncoderInterface::encode().
2023-10-30 12:07:29 -04:00
Michael Stenta
6ad27c13e0
Fix: Call to deprecated function watchdog_exception().
2023-10-30 12:07:29 -04:00
Michael Stenta
50261de4b8
Fix: Call to an undefined static method Symfony\Component\HttpFoundation\Response::create().
2023-10-30 12:07:29 -04:00
Michael Stenta
67b22eee47
Issue #3270558 : Install and create the postgres pg_trgm extension in docker container
2023-10-30 12:07:29 -04:00
Michael Stenta
a183e648af
Update PHPCodesniffer drupal_core_version to 10.
2023-10-30 12:07:29 -04:00
Michael Stenta
c0f02dfc0e
Update all core_version_requirement to ^10.
2023-10-30 12:07:29 -04:00
Michael Stenta
ee2dab5f41
Update Issue #2909128 patch for Drupal 10.1.x.
2023-10-30 12:07:28 -04:00
Michael Stenta
97f453ca70
Update Issue #2339235 patch for Drupal 10.1.x.
2023-10-30 12:07:28 -04:00
Michael Stenta
5e6a428eb9
Update Drupal core to 10.1.5.
2023-10-30 12:07:28 -04:00
Michael Stenta
f0f0b7fa1b
Update drupal/log to ^2.1.
2023-10-30 12:07:28 -04:00
Michael Stenta
fda8c92efc
Specify PostgreSQL version and pg_trgm extension requirements for Drupal 10.
2023-10-30 12:07:28 -04:00
Michael Stenta
cf4e91c8fb
Update drupal/exif_orientation to ^1.2.
2023-10-30 12:07:28 -04:00
Michael Stenta
980acf7ba2
Update drupal/csv_serialization to ^3.0@beta.
2023-10-30 12:07:28 -04:00
Michael Stenta
fc9a14aee0
Update drupal/config_update to ^2.0@alpha.
2023-10-30 12:07:28 -04:00
Michael Stenta
112948ee0a
Update to Drupal 10.0.4.
2023-10-30 12:07:28 -04:00
Michael Stenta
1a158277f8
Update drupal/subrequests to ^3.0.6.
2023-10-30 12:07:12 -04:00
Michael Stenta
957963c102
Update drupal/token to ^1.11.
2023-10-27 13:27:01 -04:00
Michael Stenta
849425e933
Update drupal/jsonapi_extras to ^3.22.
2023-10-27 13:27:01 -04:00
Michael Stenta
2f8bd4faf1
Update drupal/gin to ^3.0@rc.
2023-10-27 13:27:01 -04:00
Michael Stenta
5b7fc76c3c
Update drupal/geofield to ^1.40.
2023-10-27 13:27:01 -04:00
Michael Stenta
e4e5ab0ebd
Update drupal/entity_browser to ^2.8.
2023-10-27 13:27:01 -04:00
Michael Stenta
0db5609964
Update drupal/date_popup to ^1.3.
2023-10-27 13:27:01 -04:00
Michael Stenta
6714e10afb
Update drupal/admin_toolbar to ^3.3.
2023-10-27 13:27:01 -04:00
Michael Stenta
ea4f3d45ef
Remove comment about pinned phpspec/prophecy-phpunit dependency.
2023-10-27 13:27:01 -04:00
Michael Stenta
5d50affc86
Update drupal/core-dev dependencies.
2023-10-27 13:27:01 -04:00
Michael Stenta
8e6efe656e
Inherit from the Drupal 10 image on Docker Hub.
2023-10-27 13:27:01 -04:00
Michael Stenta
637e2bf32a
Update to Drupal 10.0.0.
2023-10-27 13:27:01 -04:00
Michael Stenta
bae0a0988f
Issue #3357679 : Allow material quantities to reference multiple material types
2023-10-27 09:25:45 -04:00
Paul Weidner
9b9871c3ba
Issue #3394069 : Update quantities to use bundle permission granularity
2023-10-27 09:25:45 -04:00
Michael Stenta
abe4aff642
Remove deprecated farm_log_asset_names_summary() function.
2023-10-27 09:25:45 -04:00
Michael Stenta
8ff9000b4c
Remove deprecated QuickFormInterface::getId() method.
2023-10-27 09:25:45 -04:00
Michael Stenta
c9ed7d316d
Move asset_lookup and term_lookup plugins to farm_migrate.
2023-10-27 09:25:45 -04:00
Michael Stenta
2336e172a3
Issue #3382616 : Remove v1 migrations from farmOS 3.x
2023-10-27 09:25:44 -04:00
Michael Stenta
e417ee9ad6
Change all references of 2.x to 3.x in code, docs, and workflows.
2023-10-27 09:25:10 -04:00
Michael Stenta
ac64b7ce27
Check config before deleting it.
2023-10-26 09:43:52 -04:00
Michael Stenta
8c816e835b
Remove Twitter badge from README.md.
2023-10-25 16:57:04 -04:00
Michael Stenta
3c845225bf
farmOS 2.2.2
2023-10-25 16:09:41 -04:00
Michael Stenta
dba10fd756
Update simple_oauth to 5.2.4.
2023-10-25 16:09:41 -04:00
Michael Stenta
40d9f2a7d0
Refactor Move and Group actions into quick forms #736
2023-10-25 15:41:24 -04:00
Michael Stenta
82d867d4f7
Document the need for quick action schema.yml file.
2023-10-25 15:38:13 -04:00
Michael Stenta
1a48db825a
Add CHANGELOG.md line for #736 .
2023-10-25 15:38:13 -04:00