Commit Graph

68 Commits

Author SHA1 Message Date
pcambra 771c753518 First stub of the asset location hierarchy editor feature. 2021-06-05 21:34:09 -04:00
Michael Stenta 9ea2c71628 Patch GeoPHP: Use BCMath (where available) for all float arithmetic 2021-05-31 09:59:45 -04:00
Michael Stenta b27419ea68 Add EXIF Orientation module. 2021-05-26 12:33:26 -04:00
paul121 292d46878a Create reverse relationships for ER bundle fields after they are installed. 2021-05-20 17:31:59 -04:00
paul121 3bf4dadd47 Pin drupal/gin to alpha34. 2021-05-20 17:31:59 -04:00
Michael Stenta 94f1c7345c Patch Gin to fix Issue #3213378: Settings cannot be saved when Gin is set as default theme and no specific admin theme is chosen. 2021-05-13 20:00:19 -04:00
paul121 469bed98fe Include patch for drupal/entity Issue #3206703: Provide reverse relationships for bundle plugin entity_reference fields.
This patch conflicted with the patch for Issue #3190436: EntityViewsData
Column information not available for computed entity reference fields",
so this specific patch includes both changes.
2021-04-21 14:25:18 -04:00
Michael Stenta 2b95c6458c Issue #3207255: Update csv_serialization and entity_reference_integrity to stable releases. 2021-04-08 15:53:53 -04:00
Michael Stenta 165f4728da Update views_geojson module to ^1.1. 2021-04-08 15:37:23 -04:00
Michael Stenta c750aedd36 Depend on Geofield ^1.22 and remove committed patches. 2021-04-08 11:24:55 -04:00
Michael Stenta 666d5e8151 Patch Geofield to fix Issue #3207216: LatLon schema error: settings.output_escape missing schema
Note that this does not directly fix any issue in farmOS, but prevents
schema issues from happening when a LatLon formatter config is saved in
the future.
2021-04-08 11:24:55 -04:00
Michael Stenta 577f04fa0c Patch Geofield to add support for centroid WKT in LatLon formatter (Issue #3207078), and remove custom geofield_centroid formatter. 2021-04-08 11:24:55 -04:00
paul121 80e00886db Patch views_geojson issue #3177013: Missing configuration schema. 2021-04-08 11:24:54 -04:00
paul121 75ddc435b4 Add dependency on drupal/views_geojson to create views geojson feeds. 2021-04-08 11:24:54 -04:00
Michael Stenta 999af31578 Pin Drush to 10.3. See https://gitlab.com/drupalspoons/migrate_tools/-/issues/118 2021-03-25 13:28:44 -04:00
Michael Stenta bc2319a02f Add Drush (moved from https://github.com/farmOS/composer-project). 2021-03-25 13:28:10 -04:00
Michael Stenta 48ddc7fd58 Patch entity_browser to fix Issue #3160482: Error with UntrustedCallbackException 2021-03-19 09:04:19 -04:00
paul121 51dbd597db Add drupal/entity_browser to composer.json. 2021-03-19 09:04:19 -04:00
Michael Stenta 0c2e722e74 Remove "minimum-stability": "dev" from composer.json because it is a root-only property.
farmOS is always required as a dependency of the root.
2021-03-01 08:15:46 -05:00
Michael Stenta cd21ce73f7 Patch drupal/state_machine to fix Issue #3144828: Declare dependency on core options module
Remove drupal:options dependency from farm.info.yml.
2021-03-01 07:31:01 -05:00
Michael Stenta 328073feab Add drupal/state_machine to composer.json.
Originally drupal/log pulled this in for us, but we should be explicit that asset and plan depend on it now as well.
2021-03-01 07:00:59 -05:00
Michael Stenta 471af7b760 Remove pinned lcobucci/jwt dependency. Fixed upstream: https://www.drupal.org/project/simple_oauth/issues/3185673 2021-02-22 11:22:30 -05:00
Michael Stenta 678ec8d5dc Add config_update to non-dev dependencies. 2021-02-22 11:18:58 -05:00
Michael Stenta f7689c027b Use 3.x-dev release of Gin. Remove patch that was merged upstream. 2021-02-22 11:12:59 -05:00
paul121 ca452515cb Patch Issue #3197363: Dispatch event when the toolbar is toggled. 2021-02-10 06:53:28 -05:00
Michael Stenta 365c5f5d7d Pull farmOS-map v1.4.1 from asset-packagist.org (requires repository declaration in downstream composer.json). 2021-02-10 06:53:28 -05:00
Michael Stenta c0b2431a4c Use an Entity Reference Revisions field for Quantities. 2021-02-05 12:23:20 -05:00
Michael Stenta 3cb85cd561 Update Fraction module to 2.x. 2021-02-05 12:23:20 -05:00
paul121 d8844519c9 Add inline_entity_form to composer.json. 2021-02-05 12:23:20 -05:00
paul121 4944217329 Add drupal/fraction to composer.json. 2021-02-05 12:23:20 -05:00
paul121 c3b07b3135 Bump drupal/config_rewrite to v1.4. #405 2021-01-30 13:27:26 -05:00
Michael Stenta d093e13a3c Require Drupal 9.1.2+. 2021-01-07 12:43:49 -05:00
paul121 082fa72a87 Remove patch for core issue #3186443. 2021-01-07 08:21:51 -08:00
paul121 d858cb7c0d Patch drupal/entity to fix issue #3190436: EntityViewsData Column information not available for computed entity reference fields. 2020-12-30 14:54:49 -08:00
Michael Stenta b9f5c2d2e9 Add Entity Reference Integrity module and enforce farmOS entity types. 2020-12-06 18:16:28 -05:00
Michael Stenta 53e84b31b9 Add Gin theme and make it farmOS default. 2020-12-05 16:13:25 -05:00
Michael Stenta 4ab997bf9b Add Admin Toolbar, as a dependency of farmOS UI Menu. 2020-12-05 15:32:59 -05:00
Michael Stenta a1dd6ba93d Patch Drupal core to fix Issue #3186443: PHPUnit 9.5 Call to undefined method ::getAnnotations(). 2020-12-05 06:47:01 -05:00
Michael Stenta 2c461d2902 Patch simple_oauth to fix Issue #3186301: Make $modules variable protected in tests. 2020-12-03 11:00:31 -05:00
Michael Stenta f2389f2d37 Update to Drupal 9.1.0. 2020-12-03 09:57:15 -05:00
Michael Stenta dd9e44e770 Change drupal/core version constraint from ^9.0.0 to ~9.0.0 to force intentional minor version updates. 2020-12-03 08:57:56 -05:00
Michael Stenta 2bce16f9fc Alphabetize composer.json. 2020-11-29 20:51:02 -05:00
Michael Stenta c837e626b1 Issue #3185229: CSV exporters for generic Asset and Log Views 2020-11-27 11:30:45 -05:00
Michael Stenta bb3242e0d9 Add dependency on date_popup to improve timestamp exposed filters. 2020-11-27 09:58:00 -05:00
paul121 61c129fd4c Pin lcobucci/jwt at 3.3.3 to fix farm_api test deprecations. 2020-11-25 10:41:14 -08:00
Michael Stenta 7962b493f8 Issue #3179016: Prevent circular asset parent relationships 2020-11-23 21:28:30 -05:00
paul121 e665993b7f Patch simple_oauth Issue #3174572: Passing a third argument to headers->get() is deprecated. 2020-10-11 21:31:08 -04:00
paul121 5e5f158290 Patch simple_oauth Issue #3173947: Cannot authorize non-confidential clients. 2020-10-11 21:31:08 -04:00
paul121 94f482d489 Patch simple_oauth Issue #3167287: Always load clients through the Client Repository service. 2020-10-11 21:31:08 -04:00
paul121 916f50e13f Upgrade simple_oauth to ^5.0. 2020-10-11 21:31:08 -04:00