Commit Graph

7548 Commits

Author SHA1 Message Date
Michael Stenta 40eeb14244 Test presence of the owner field on assets. 2022-10-10 15:36:52 -04:00
Michael Stenta 7694b2cbd3 Fix failing test caused by symfony/http-foundation v4.4.46 update adding Vary: Accept-Encoding header. 2022-09-30 16:33:22 -04:00
Michael Stenta 8a2dd9474b farmOS 2.0.0-beta7 2022-09-29 07:36:03 -04:00
Michael Stenta 05bd1cfcad Linebreak comment to appease PHP codesniffer. 2022-09-28 20:09:00 -04:00
Michael Stenta c09856da66 Add missing CHANGELOG.md footer links for 2.0.0-beta6. 2022-09-28 14:52:24 -04:00
Michael Stenta 189e328cef Update Drupal core to 9.4.7. 2022-09-28 14:52:24 -04:00
Paul Weidner d4e7e78a6a Issue #3243922 by paul121, Symbioquine, m.stenta: farmOS-map chunks fail to load when map is rendered via AJAX 2022-09-28 10:20:16 -07:00
Michael Stenta 17bbeef9d1 Update farmOS-map to 2.0.8 for Issue #3243922. 2022-09-28 11:45:52 -04:00
Paul Weidner c2290744a9 Update core map behaviors to properly depend on core/drupalSettings. #578 2022-09-27 14:21:50 -07:00
Michael Stenta c0cedaf884 Set reduce_duplicates: true in Views exposed filters for multivalue fields #571 2022-09-27 14:49:04 -04:00
Paul Weidner 8c766f3f8e Add log asset filter to all displays of farm_quantity view #569 2022-09-27 14:45:48 -04:00
Symbioquine b1c14320ca Update farmOS-map to v2.0.7 to improve edit control icons #572 2022-09-27 14:31:26 -04:00
Michael Stenta d52eb621e2 Add owner field to assets #537 2022-09-27 14:23:08 -04:00
Michael Stenta d97b4f9d63 Document asset owner field in user guide and data model docs. 2022-09-27 14:22:04 -04:00
Michael Stenta d5ca14383e Make AssignBase an abstract class, since it can't be used directly. 2022-09-27 14:15:27 -04:00
Michael Stenta e76dbc82f8 Fix system.action.asset_assign_action:configuration missing schema. 2022-09-27 14:15:27 -04:00
Michael Stenta f1dee545f6 Put owner in the right column of asset/log pages. 2022-09-27 14:15:27 -04:00
Michael Stenta 12c17b5c03 Change Log "Assigned to" field to "Owner" and make other strings/labels consistent. 2022-09-27 14:15:27 -04:00
Jotham Gates 57c5114708 Changing asset 'assigned' to 'owner' language. 2022-09-27 14:15:27 -04:00
jgOhYeah b17cc38017 Update CHANGELOG.md 2022-09-27 14:15:27 -04:00
Jotham Gates f7b1edfe7f Copying asset owner changes into clean branch 2022-09-27 14:15:27 -04:00
Michael Stenta 15b31829ae Revert "Prevent circular group membership #562"
This reverts commit b495cdb840.

See https://github.com/farmOS/farmOS/pull/562#issuecomment-1259869273
2022-09-27 13:50:36 -04:00
Michael Stenta bef0400da4 Fix [warning] Invalid argument supplied for foreach() EntityViewsDataTaxonomyFilterTrait.php:26 #575 2022-09-27 13:11:45 -04:00
Michael Stenta f60478f6df Issue #3311264: Pin Consumers module to 1.13.
We are doing this as a first step so that we can coordinate
the update to 1.14 when Consumers adds its own client_id
base field (which farmOS is currently doing on its behalf).
2022-09-22 13:09:40 -04:00
Michael Stenta 2b430c04b8 Ensure views_geojson is version 1.2 or greater to use itamair/geophp dependency. 2022-09-17 11:31:14 -04:00
Paul Weidner 3d41166e63 Update excluded configuration example to not use module settings #567 2022-09-17 09:59:12 -04:00
Paul Weidner 133a454f84 Simplify location query processing of asset ids #564 2022-09-17 09:53:50 -04:00
Paul Weidner d0bde13f2a Update AssetLocationInterface::getAssetsByLocation to return asset objects keyed by ID #565 2022-09-17 09:51:02 -04:00
Paul Weidner 6a10473213 Refactor location tests to use assertCorrectAssets function for existing test logic. 2022-09-17 09:46:43 -04:00
Paul Weidner faea54107f Add FarmAssetTestTrait with helper function to assert correct asset arrays. 2022-09-17 09:46:43 -04:00
Michael Stenta e8250a3987 Issue #3309198: Allow users to override Gin theme settings 2022-09-17 09:39:56 -04:00
Michael Stenta f3e9805871 Update farm_asset and farm_group_members Views for Drupal 9.4.
This enables lazy-loading of images in the Views.
2022-09-17 09:38:28 -04:00
Michael Stenta 38a8a27c4e Re-export farm_group_members views config (no functional changes). 2022-09-17 09:38:23 -04:00
Michael Stenta e0e94d37ed Update entity_reference_revisions module to 1.11. 2022-09-17 09:20:05 -04:00
Michael Stenta 6ca5e8a56e Update entity module to 1.4. 2022-09-17 09:19:56 -04:00
Michael Stenta c92d181c45 Issue #3309234: Add PHPStan to test and delivery workflow 2022-09-16 12:44:58 -04:00
Michael Stenta e876cda72e Add CHANGELOG.md line for Issue #3309234. 2022-09-14 06:15:08 -04:00
Michael Stenta cc4006aecf Refactor MapRenderEvent to require entity type manager argument. 2022-09-13 11:07:21 -04:00
Michael Stenta be7405ebef Fix Call to deprecated method getImplementations() of class Drupal\Core\Extension\ModuleHandlerInterface. 2022-09-13 11:07:21 -04:00
Michael Stenta bafd1f0132 Fix Call to deprecated function module_load_include(). 2022-09-13 10:23:48 -04:00
Michael Stenta 757399438f Tell PHPStan where to find GeoPHP classes.
This fixes the following errors:

- Property Drupal\farm_geo\GeometryWrapper::$geometry has unknown class Geometry as its type.
- Parameter $geometry of method Drupal\farm_geo\GeometryWrapper::__construct() has invalid type Geometry.
- Instantiated class GeometryCollection not found.
2022-09-13 10:23:48 -04:00
Michael Stenta ca1d19d80f Fix undefined variable $exposed_filters. 2022-09-13 10:23:48 -04:00
Michael Stenta 5b06c00e1c Fix Constructor of class Drupal\farm_quick\Plugin\Derivative\QuickFormMenuLink has an unused parameter $base_plugin_id. 2022-09-13 10:23:48 -04:00
Michael Stenta b81ce9b130 Fix Call to deprecated function file_create_url(). 2022-09-13 10:23:48 -04:00
Michael Stenta 8c302cbc1c Fix Call to deprecated function file_save_data(). 2022-09-13 10:23:48 -04:00
Michael Stenta e4a33497d7 Fix Call to deprecated methods assertText() and assertRaw(). 2022-09-13 10:23:48 -04:00
Michael Stenta 4d36134cd4 Fix Call to deprecated method drupalPostForm(). 2022-09-13 10:23:48 -04:00
Michael Stenta 8f4af05e8a Fix Call to deprecated method assertRegExp(). 2022-09-13 10:23:48 -04:00
Michael Stenta c05ebf2ae6 Fix Symfony\Cmf\Component\Routing\RouteObjectInterface::CONTROLLER_NAME is deprecated and removed in Drupal 10. Use \Drupal\Core\Routing\RouteObjectInterface::CONTROLLER_NAME instead. 2022-09-13 10:23:48 -04:00
Michael Stenta 8b7f6fd28d Fix Call to deprecated function taxonomy_term_load_multiple_by_name() 2022-09-13 10:23:48 -04:00