Commit Graph

137 Commits

Author SHA1 Message Date
Farmer Ed f759ed18f0
Update composer.json 2022-08-04 09:30:53 +01:00
Michael Stenta bfbaabe726 Update Drupal core to 9.3.20. 2022-07-30 11:15:40 -04:00
Michael Stenta 83eb5df889 Update Drupal core to 9.3.19. 2022-07-20 14:54:03 -04:00
Michael Stenta b38fcc949e Update drupal/jsonapi_schema to 1.0-beta2. 2022-07-19 16:53:34 -04:00
Pedro e434715e74 Don't lock ext-simplexml to PHP 7 #546
When installing from scratch, I am getting a PHP7 requirement:

```
 ddev composer create farmos/project --stability dev --no-interaction
Warning: MOST EXISTING CONTENT in the composer root (/Users/pcambra/webs/ecotrust/vanilla-farmos) will be deleted by the composer create-project operation. Only .ddev, .git and .tarballs will be preserved.
Would you like to continue? [Y/n] (yes):
Removing any existing files in composer root
Executing composer command: [composer create-project farmos/project --stability dev --no-interaction /tmp/GtolPx]

Creating a "farmos/project" project at "/tmp/GtolPx"
Installing farmos/project (2.x-dev 5214879c44c421e5160a0091412279ea6790f979)
  - Downloading farmos/project (2.x-dev 5214879)
  - Installing farmos/project (2.x-dev 5214879): Extracting archive
Created project in /tmp/GtolPx
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - farmos/farmos[2.0.0-beta1, ..., 2.0.0-beta5] require ext-simplexml ^7.4 -> it has the wrong version installed (8.0.16).
    - Root composer.json requires farmos/farmos ^2@beta -> satisfiable by farmos/farmos[2.0.0-beta1, ..., 2.0.0-beta5].

To enable extensions, verify that they are enabled in your .ini files:
    - /etc/php/8.0/cli/php.ini
    - /etc/php/8.0/cli/conf.d/10-mysqlnd.ini
    - /etc/php/8.0/cli/conf.d/10-opcache.ini
    - /etc/php/8.0/cli/conf.d/10-pdo.ini
    - /etc/php/8.0/cli/conf.d/15-xml.ini
    - /etc/php/8.0/cli/conf.d/20-apcu.ini
    - /etc/php/8.0/cli/conf.d/20-assert.ini
    - /etc/php/8.0/cli/conf.d/20-bcmath.ini
    - /etc/php/8.0/cli/conf.d/20-bz2.ini
    - /etc/php/8.0/cli/conf.d/20-calendar.ini
    - /etc/php/8.0/cli/conf.d/20-ctype.ini
    - /etc/php/8.0/cli/conf.d/20-curl.ini
    - /etc/php/8.0/cli/conf.d/20-dom.ini
    - /etc/php/8.0/cli/conf.d/20-exif.ini
    - /etc/php/8.0/cli/conf.d/20-ffi.ini
    - /etc/php/8.0/cli/conf.d/20-fileinfo.ini
    - /etc/php/8.0/cli/conf.d/20-ftp.ini
    - /etc/php/8.0/cli/conf.d/20-gd.ini
    - /etc/php/8.0/cli/conf.d/20-gettext.ini
    - /etc/php/8.0/cli/conf.d/20-iconv.ini
    - /etc/php/8.0/cli/conf.d/20-igbinary.ini
    - /etc/php/8.0/cli/conf.d/20-imagick.ini
    - /etc/php/8.0/cli/conf.d/20-intl.ini
    - /etc/php/8.0/cli/conf.d/20-ldap.ini
    - /etc/php/8.0/cli/conf.d/20-mbstring.ini
    - /etc/php/8.0/cli/conf.d/20-msgpack.ini
    - /etc/php/8.0/cli/conf.d/20-mysqli.ini
    - /etc/php/8.0/cli/conf.d/20-pdo_mysql.ini
    - /etc/php/8.0/cli/conf.d/20-pdo_pgsql.ini
    - /etc/php/8.0/cli/conf.d/20-pdo_sqlite.ini
    - /etc/php/8.0/cli/conf.d/20-pgsql.ini
    - /etc/php/8.0/cli/conf.d/20-phar.ini
    - /etc/php/8.0/cli/conf.d/20-posix.ini
    - /etc/php/8.0/cli/conf.d/20-readline.ini
    - /etc/php/8.0/cli/conf.d/20-redis.ini
    - /etc/php/8.0/cli/conf.d/20-shmop.ini
    - /etc/php/8.0/cli/conf.d/20-simplexml.ini
    - /etc/php/8.0/cli/conf.d/20-soap.ini
    - /etc/php/8.0/cli/conf.d/20-sockets.ini
    - /etc/php/8.0/cli/conf.d/20-sqlite3.ini
    - /etc/php/8.0/cli/conf.d/20-sysvmsg.ini
    - /etc/php/8.0/cli/conf.d/20-sysvsem.ini
    - /etc/php/8.0/cli/conf.d/20-sysvshm.ini
    - /etc/php/8.0/cli/conf.d/20-tokenizer.ini
    - /etc/php/8.0/cli/conf.d/20-uploadprogress.ini
    - /etc/php/8.0/cli/conf.d/20-xmlreader.ini
    - /etc/php/8.0/cli/conf.d/20-xmlrpc.ini
    - /etc/php/8.0/cli/conf.d/20-xmlwriter.ini
    - /etc/php/8.0/cli/conf.d/20-xsl.ini
    - /etc/php/8.0/cli/conf.d/20-zip.ini
    - /etc/php/8.0/cli/conf.d/25-memcached.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-simplexml` to temporarily ignore these required extensions.
Failed to create project:exit status 2, stderr=
```

I think leaving the dependency as "*" would fix this.
2022-06-23 07:42:08 -04:00
Michael Stenta e3110c8cec Update Drupal core to 9.3.16 for SA-CORE-2022-011. 2022-06-11 08:34:26 -04:00
Michael Stenta 97210231fa Update Drupal core to 9.3.15. 2022-06-02 12:19:12 -04:00
Michael Stenta 81da2ed9b3 Update Drupal core to 9.3.14 for SA-CORE-2022-010. 2022-05-26 08:15:30 -04:00
Michael Stenta d939eaa659 Update drupal/entity_reference_validators version constraint to ^1.0@beta. 2022-05-20 14:23:49 -04:00
Michael Stenta 76a6fdf563 Pin entity_reference_revisions to version 1.9 because we are patching it. 2022-05-13 14:56:53 -04:00
Farmer Ed 670f1f2886 Patch entity_reference_revisions module to fix upstream issue #3267304.
Infer target_revision_id to be Latest Revision when Only a target_id is Provided": "https://www.drupal.org/files/issues/2022-05-13/3267304-9.patch"
2022-05-13 14:23:58 -04:00
Michael Stenta d77145e17c Update Entity API patch for issue #3206703 to fix error when using update.php to create new base fields.
See https://www.drupal.org/project/entity/issues/3206703#comment-14507085
2022-05-11 16:59:41 -04:00
Michael Stenta a7c92b70b3 Update Drupal core to 9.3.12. 2022-04-20 21:26:14 -04:00
Paul Weidner 3107317f6d Upgrade gin to beta. 2022-04-07 16:25:04 -04:00
Michael Stenta 254d7f67be Update Drupal core to 9.3.9. 2022-03-21 18:52:26 -04:00
Michael Stenta 4739706648 Update Drupal core to 9.3.8. 2022-03-17 14:37:47 -04:00
Michael Stenta 84b2f9ed5a Update Entity API module to 8.x-1.3. 2022-03-03 11:49:31 -05:00
Michael Stenta aea9fb8528 Update Drupal core to 9.3.7. 2022-03-03 11:44:54 -05:00
Michael Stenta eb6f1043da Update Drupal core to 9.3.6 for SA-CORE-2022-003 and SA-CORE-2022-004. 2022-02-16 12:47:50 -05:00
Michael Stenta 7cd8334340 Update Drupal core to 9.3.3. 2022-01-19 13:16:17 -05:00
Michael Stenta a5c393b13b Remove drupal/core patch for Issue #3253568 (merged upstream). 2022-01-14 15:43:38 -05:00
Michael Stenta 5d39617e49 Update Drupal core to 9.3.2. 2022-01-14 15:01:52 -05:00
Michael Stenta c668ee45ae Remove simple_oauth patch that was committed upstream for Issue #3174572: Passing a third argument to headers->get() is deprecated 2022-01-05 17:05:34 -05:00
Michael Stenta 8dba5adc59 Update Simple OAuth module to 5.0.6 for SA-CONTRIB-2022-002
https://www.drupal.org/sa-contrib-2022-002
2022-01-05 15:27:26 -05:00
Michael Stenta 158f22815e Patch jsonapi_schema to fix Issue #3256795: Float fields have a null schema 2022-01-03 14:22:47 -05:00
Paul Weidner 90338a68eb Patch simple_oauth issue #3193609: invalid_credentials error does not conform to OAuth2 spec.
Issue #3254051 by paul121: Return correct status code for OAuth invalid_credentials error
2021-12-14 07:00:04 -05:00
Paul Weidner c8f971ca48 Patch drupal/core issue #3253568: Error when checkbox 'Use field template' is checked.
Issue #3253967 by paul121: Page view displays are broken when rendering a farm entity that has a flag value
2021-12-14 06:50:27 -05:00
Michael Stenta 81554860e2 Update Drupal core patch for Issue #2339235: Remove taxonomy hard dependency on node module 2021-12-09 06:48:47 -05:00
Michael Stenta 919ad6bc5a Update Drupal core patch for Issue #2429699: Add Views EntityReference filter to be available for all entity reference fields. 2021-12-09 06:48:40 -05:00
Michael Stenta 67a69e98f8 Remove merged drupal/core patch for Issue #3134470: Switch to entity owner in EntityContentBase during validation 2021-12-09 06:20:49 -05:00
Michael Stenta 7309046c81 Update Drupal core to 9.3.0. 2021-12-09 06:20:01 -05:00
Michael Stenta f2f7938447 Update Drupal core to 9.2.10. 2021-12-09 06:18:36 -05:00
Michael Stenta ebb6bdc81a Update Drupal core patch for issue #2429699. 2021-12-08 16:20:19 -05:00
Michael Stenta 564c439ffe Require Log ^2.0.2. 2021-12-08 12:59:27 -05:00
Michael Stenta 4f7446b85d Use stable ^2.0 release of Fraction module. 2021-12-01 14:54:39 -05:00
Michael Stenta 413fd4b8b8 Update Drupal core to 9.2.9. 2021-11-18 06:14:59 -05:00
Pedro Cambra 96cbf7d4d5 Issue #3248657: "A client error happened" error on dashboard actions 2021-11-11 13:46:17 -05:00
Michael Stenta 9f7823354c Pin all packages that are being patched. #463 2021-11-11 11:20:03 -05:00
Michael Stenta 9f212bca29 Update drupal/core patch for Issue #2429699: Add Views EntityReference filter to be available for all entity reference fields 2021-11-03 14:38:14 -04:00
Michael Stenta 39a8ce0c33 Update Drupal core to 9.2.8 and remove the core patch that was merged upstream.
See https://www.drupal.org/project/drupal/issues/3192365
2021-11-03 14:32:16 -04:00
Michael Stenta a6646175e8 Patch drupal/jsonapi_schema to fix Issue #3246251: Change format "utc-millisec" to "date-time" 2021-10-27 12:40:35 -04:00
Michael Stenta 5da75606a1 Revert "Update drupal/core patch for Issue #2429699: Add Views EntityReference filter to be available for all entity reference fields"
This reverts commit f69640bde6.
2021-10-22 15:00:38 -04:00
Michael Stenta f69640bde6 Update drupal/core patch for Issue #2429699: Add Views EntityReference filter to be available for all entity reference fields 2021-10-22 11:12:16 -04:00
paul121 daa09b5c54 Patch drupal/gin issue #3245203: Sticky region has inconsistent z-index. 2021-10-22 07:03:18 -04:00
paul121 c7b6d7ea48 Bump gin to alpha37. 2021-10-22 07:03:18 -04:00
Michael Stenta e552e6b9c5 Update to Log 2.0.0 stable release. 2021-10-18 15:22:09 -04:00
paul121 703f31d0e1 Issue #3241652 by paul121: Depend on drupal/subrequests 2021-10-08 17:46:51 -04:00
Michael Stenta 463096d42d Update Entity Reference Integrity to 8.x-1.1 and remove patches that were merged upstream.
This reverts commit 4c30aca7c5, reversing
changes made to e6b76a7446.
2021-10-07 10:17:36 -04:00
Michael Stenta 3b5fa75731 Patch entity_reference_integrity to fix Issue #2831365: Make action confirm_form_route_name forms that delete entities disabled when protected 2021-10-04 16:30:29 -04:00
Michael Stenta fb9b7fd1d6 Patch entity_reference_integrity to fix Issue #3195039: 500 error when deleting referenced entities via JSONAPI 2021-10-04 16:30:29 -04:00