Commit Graph

83 Commits

Author SHA1 Message Date
Michael Stenta 3257fc6e7b Remove config_rewrite module. 2021-09-16 19:08:58 -04:00
Michael Stenta ddd05f8b23 Patch Drupal core to fix Issue #3134470: Switch to entity owner in EntityContentBase during validation 2021-09-14 19:25:34 -04:00
paul121 73a4fdc529 Move farmOS-map composer dependency to composer.libraries.json. 2021-09-09 15:03:27 -04:00
Michael Stenta 38ff51726b Always prefer "dist" install of farmOS-map.
The "source" install does not include built JS and CSS files,
so all maps break with it.
2021-09-01 22:20:31 -04:00
Michael Stenta 6b87e639af Use tilde ^ instead of greater than > for farmOS-map version.
There is no version greater than 2.0.0-alpha.0.
2021-09-01 21:59:33 -04:00
paul121 8f4ecd5e74 Add ext-simplexml to composer.json.
This is needed to parse an XML object from a string. Various
dependencies already depend on this so we aren't really adding a new
dependency here, but since we are using directly using the library it
should be included in our composer.json.
2021-09-01 11:10:15 -04:00
Symbioquine b33feb6293 Upgrade to farmOS-map 2.x #425
**Why?** farmOS-map 2.x provides a slightly cleaner
API and more modular/extensible behavior loading.
2021-08-23 09:59:36 -04:00
paul121 3d9da53f6b Issue #3223642 by paul121: Geofield validation issues 2021-07-21 08:27:03 -04:00
paul121 2658460d21 Bump drupal/gin to 3.0-alpha35 2021-06-22 17:20:58 -07:00
paul121 184c099d0c Remove patch for drupal/views_geojson issue #3177013. Included in 1.1 release. 2021-06-22 17:20:53 -07:00
paul121 8b24a2fc41 Bump drupal/entity_browser to ^2.6. 2021-06-22 17:11:00 -07:00
paul121 d31eb301a5 Update drupal/geofield minimum version. 2021-06-22 17:09:28 -07:00
Michael Stenta 72297b6c97 Revert "Patch geofield to fix Issue #3216608: GEOMETRYCOLLECTION EMPTY causes Error: Call to a member function getX() on null"
This reverts commit 463091fdad.

Patch was committed upstream and released as 8.x-1.32!
2021-06-22 17:12:59 -04:00
Michael Stenta 463091fdad Patch geofield to fix Issue #3216608: GEOMETRYCOLLECTION EMPTY causes Error: Call to a member function getX() on null 2021-06-22 12:02:29 -04:00
Michael Stenta 91c615c6e1 Remove state_machine patch (merged upstream). 2021-06-16 12:47:46 -04:00
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