Commit Graph

7850 Commits

Author SHA1 Message Date
Michael Stenta 8c0de9c349 Movement quick form (ported from farmOS 1.x) #677 2023-05-18 16:36:48 -04:00
Michael Stenta 47ac9ae5dd Birth quick form (ported from farmOS 1.x) #656 2023-05-18 16:36:48 -04:00
Michael Stenta 3cd5de573b Move secondary tasks collapsible theme overrides to farm_ui_theme. 2023-05-18 13:08:40 -04:00
Paul Weidner e971c13910 Collapse secondary tabs on mobile 2023-05-17 15:40:32 -07:00
Paul Weidner b6a33b3f02 Use secondary tabs for taxonomy terms #634 2023-05-17 15:40:32 -07:00
Paul Weidner f946aaa0d6 Move default entity tabs to secondary tabs #634 2023-05-17 15:40:31 -07:00
Paul Weidner b824890155 Remove field links from asset entity browser view #673 2023-05-16 14:34:14 -04:00
wotnak 6bb1e1789e Add asset inventory views field #679 2023-05-16 14:30:01 -04:00
Michael Stenta 0ad1d6a698 Update farmOS-map to v2.1.1. 2023-05-16 14:18:15 -04:00
Grant Braught 482d790555
Changes modules directory so mounted modules are recognized 2023-05-12 11:20:39 -04:00
Michael Stenta dab5415b95 Add QuickStringTrait::entityLabelsSummary() method for summarizing entity labels #675 2023-05-11 13:37:48 -04:00
Michael Stenta 6d1cdc7f2e Fix farm_log_asset_names_summary() $cutoff parameter #674 2023-05-11 12:53:09 -04:00
Michael Stenta 97a36d2aa4 Refresh map edit layer when WKT is pasted into data input field #670 2023-05-10 15:55:41 -04:00
Michael Stenta 7774cb5342 Update farmOS-map to v2.1.0. 2023-05-10 15:52:03 -04:00
Michael Stenta 2b3bb21683 Fix bulk move/group action log names when unsetting location/group #669 2023-05-08 14:46:26 -04:00
Michael Stenta a13a0de10a The farm_ui_theme module depends on layout_discovery.
This went unnoticed before because farm_ui_dashboard depends on
layout_discovery, but if farm_ui_dashboard is not installed visiting
any asset/log page causes a fatal error because the layout
discovery service is not found.
2023-05-02 11:27:02 -04:00
Michael Stenta 8d551450ab Update Drupal core to 9.5.8 for SA-CORE-2023-005.
See https://www.drupal.org/sa-core-2023-005
2023-04-19 14:10:18 -04:00
Michael Stenta 0093d48b84 farmOS 2.0.4 2023-04-03 16:18:50 -04:00
Michael Stenta 02c8310aa8 Update Drupal core to 9.5.7 #667 2023-04-03 16:17:43 -04:00
Michael Stenta 4bc6d34036 Add CHANGELOG.md line for #667. 2023-04-03 16:16:53 -04:00
Michael Stenta 360ef97caf Remove module form submit button state logic.
This stopped working due to https://www.drupal.org/project/drupal/issues/994360
2023-04-03 16:10:21 -04:00
Michael Stenta ec27773940 Remove patch committed to drupal/core for Issue #3266341. 2023-04-01 15:10:31 -04:00
Michael Stenta e3d2a621bd Update Drupal core to 9.5.7. 2023-04-01 15:02:52 -04:00
Michael Stenta a56fccaa8f Add a QuickFormElementsTrait with a buildInlineContainer() method #654 2023-04-01 14:01:33 -04:00
Michael Stenta 81761b9f64 Add CHANGELOG.md line for #654. 2023-04-01 14:00:38 -04:00
Michael Stenta 8eaef1231b Abstract inline container structure into new QuickFormElementsTrait::buildInlineContainer() trait+method. 2023-04-01 14:00:38 -04:00
Michael Stenta aa35c2c32d Reformat Planting quick form log field info arrays. No functional change.
This will make it easier to use a new buildInlineContainer()
method for quantity fields provided by the next commit.
2023-04-01 14:00:38 -04:00
Michael Stenta 5ada077408 Move inline container style definition to farm_ui_theme. 2023-04-01 14:00:38 -04:00
Michael Stenta 7b3639e941 Use inline style for Planting quick form quantity fields. 2023-04-01 14:00:38 -04:00
Michael Stenta 78abcff89d Add a common CSS file for quick form styles, including an "inline" class for inline fields. 2023-04-01 14:00:38 -04:00
Paul Weidner 6b269dbe9a Standardize all taxonomy bundle labels to be singular #661 2023-04-01 13:58:45 -04:00
Michael Stenta baa988630e Clarify that "Export KML" bulk action is provided by the farmOS KML module. 2023-03-31 14:17:56 -04:00
Michael Stenta cbe71f9cd0 Field factory improvements #666 2023-03-30 14:55:05 -04:00
Michael Stenta b87abeb10f Add CHANGELOG.md lines for #666. 2023-03-30 14:54:52 -04:00
Michael Stenta b74d3d1ace Add email field support to field factory service. 2023-03-30 14:54:25 -04:00
Michael Stenta 5f9b32beef Add decimal field support to field factory service. 2023-03-30 14:54:25 -04:00
Michael Stenta 2c0aef36ce Add integer field support to field factory service. 2023-03-30 14:54:25 -04:00
Michael Stenta 46adaa3ab7 Allow max_length to be overridden on string fields. 2023-03-30 14:54:25 -04:00
Michael Stenta efcbc6087b Remove unnecessary default settings for string/string_long fields. 2023-03-30 14:54:25 -04:00
Michael Stenta 453ad598f4 Document string field type. 2023-03-30 14:54:25 -04:00
Michael Stenta 92281a373e Replace all usages of docker-compose with native docker compose #627
See https://www.docker.com/blog/announcing-compose-v2-general-availability/
2023-03-30 14:53:04 -04:00
Michael Stenta fb89eba4f0 Add CHANGELOG.md line for #627. 2023-03-30 09:43:48 -04:00
Michael Stenta 21d2d2a6e4 Replace all usages of docker-compose with docker compose. 2023-03-30 09:43:07 -04:00
Christian López Espínola 897caa6666 Update setup instructions
docker-compose up -d gives an error, docker compose up -d works though.
2023-03-30 09:43:07 -04:00
Paul Weidner f68887cc45 Allow map to be resized vertically #663 2023-03-30 09:39:45 -04:00
Paul Weidner 4c15010bd5 Simplify all map resize logic to use ResizeObserver #662 2023-03-30 09:36:48 -04:00
Michael Stenta 967982b2f0 Respect user timezone in midnight default datetime values #665 2023-03-29 11:07:41 -04:00
Michael Stenta 4f6ff71391 Include Fraction bundle fields in default Views #664 2023-03-28 15:02:39 -04:00
Michael Stenta f41b526278 Fix farm_entity_test and farm_entity_contrib_test module info. 2023-03-28 14:59:14 -04:00
Michael Stenta 42bb0c0f31 Fix farm_l10n module name in docs/hosting/localization.md. 2023-03-19 10:11:56 -04:00