Commit Graph

137 Commits

Author SHA1 Message Date
paul121 46553e7b5f Patch Drupal core issue #2429699: Add Views EntityReference filter to be available for all entity reference fields. 2021-10-04 10:30:41 -04:00
Michael Stenta 405749bed0 Update patch for Issue #2339235. 2021-09-24 14:29:29 -04:00
Michael Stenta fdfa953e71 Update drupal/core to ~9.2.0. 2021-09-24 14:29:29 -04:00
Michael Stenta c26ac4f5a2 Bump Gin to alpha36. 2021-09-24 09:41:46 -04:00
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
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
paul121 e580581ab2 Add simple_oauth module. 2020-10-11 21:31:08 -04:00
Michael Stenta 3aba256e0f Update Drupal core patch for Issue #2339235. 2020-10-11 19:04:19 -04:00
Michael Stenta f9acff9b9a Fix migrate_plus version (bad copy and paste). 2020-09-30 11:08:34 -04:00
Michael Stenta 2aa8abc1ba Depend on migrate_tools so that we can recommend using Drush. 2020-09-30 10:51:17 -04:00
Michael Stenta de05bc3bac Add Migrate Plus module so that migration config can be imported/exported. 2020-09-30 10:51:17 -04:00
Michael Stenta 01b607ff21 Patch config_rewrite fix Issue #3166694: Make config_rewrite/tests/modules compatible with Drupal 9 2020-09-27 11:21:51 -04:00
Michael Stenta c4c4af514f Add jsonapi_schema module to provide JSON Schema for JSON:API resources. 2020-09-27 11:21:51 -04:00
Michael Stenta a0e8df71cf Add the jsonapi_extras module so that we can override the path prefix and selectively enable resources. 2020-09-27 11:21:51 -04:00
Michael Stenta 0811667986 Add the config_rewrite module so that farmOS modules can rewrite config. 2020-09-27 11:21:51 -04:00
Michael Stenta 87d1ed5af4 Add a Geometry field (geofield) to all log types. 2020-09-25 09:19:50 -04:00
Michael Stenta 2463cadae4 Add config_update module to dev requirements. 2020-08-20 11:13:55 -04:00
Michael Stenta 439d8ca638 Patch Drupal core to remove taxonomy hard dependency on node. 2020-08-15 11:59:21 -04:00
Michael Stenta 436f1735b5 Add cweagans/composer-patches. 2020-08-15 11:59:21 -04:00
Michael Stenta aab5b3af27 Add Token module. 2020-08-04 07:47:36 -04:00
Michael Stenta 012e510faa Add Log module. 2020-08-03 12:39:55 -04:00
Michael Stenta df34a5c51f Add farmOS homepage and support links to composer.json. 2020-07-31 15:05:34 -04:00
Michael Stenta cf83a6014e Update to Drupal 9.0.0. 2020-06-05 10:09:37 -04:00
Michael Stenta ac486fba32 Initial commit: composer.json. 2020-04-27 15:27:36 -04:00