Commit Graph

4205 Commits

Author SHA1 Message Date
paul121 2c40b97b72 Display archived asset groups with archived label. 2020-06-01 10:02:27 -04:00
Michael Stenta 94395416c7 Fix asset cluster map showing all asset types when there are no assets. 2020-05-31 20:47:49 -04:00
Michael Stenta 0b33e9bcaf Only add fields that start with the "field_farm_" prefix to the field alias map. 2020-05-31 20:45:33 -04:00
Michael Stenta 2318839676 Patch restws to fix Issue #2301237 by lokapujya: Allow creating nodes with multi-value fields 2020-05-31 20:35:11 -04:00
Michael Stenta 8856a50d3d Movements that are changed in Field Kit do not show in Movement Logs in farmOS #303 2020-05-29 09:14:38 -04:00
Michael Stenta cbecbd4f0f Expand comments around the single vs multiple value term reference field name processing. 2020-05-27 09:18:21 -04:00
paul121 8419ec694a Check for name key to determine if a single value term reference field was supplied. 2020-05-27 09:17:53 -04:00
Michael Stenta bfef04abff Change color of quantity measurement badges from red to blue (more like info, less like danger). 2020-05-27 09:15:52 -04:00
Michael Stenta e6ff32c146 Add a quick form for recording compost temperature observations. 2020-05-24 15:57:37 -04:00
Michael Stenta e22e419f2c Deprecate farm_area_parse_names() and use farm_term_parse_names() instead. 2020-05-24 15:56:42 -04:00
Michael Stenta 49612fd98b Use farm_term_parse_names instead of introducing new farm_season_parse_names() function. 2020-05-24 15:49:10 -04:00
Michael Stenta 9214d72a24 Add a general-purpose farm_term_parse_names() function that farm_area_parse_names() can delegate to. 2020-05-24 15:47:32 -04:00
Paul Weidner a40dc48661 Allow multiple seasons to be added in planting quick form. 2020-05-24 12:57:00 -04:00
Paul Weidner 5c4ca3f33f Add farm_season_parse_names helper function. 2020-05-24 12:57:00 -04:00
Paul Weidner 92d0bc8221 Add season to an array of seasons on the planting. 2020-05-24 12:57:00 -04:00
Bradley G Smith e576ec2f0d Updated postgis image to version managed directly by postgis team. 2020-05-21 13:43:57 -04:00
Michael Stenta 389b9de91c Revert "farmOS 7.x-1.4."
This reverts commit b60af8de2a.
2020-05-20 16:32:06 -04:00
Michael Stenta b60af8de2a farmOS 7.x-1.4. 2020-05-20 16:31:27 -04:00
Michael Stenta b29d028933 Prepare for release of farmOS 7.x-1.4. 2020-05-20 16:30:00 -04:00
Michael Stenta 46ec343cbd Update Drupal core to 7.70. 2020-05-20 16:21:17 -04:00
Michael Stenta 9d7622d4cf Update restws_oauth2_server to 1.0-beta3. 2020-05-20 16:21:03 -04:00
Michael Stenta 3a39894a35 Patch oauth2_server to fix Issue #2859214: Serialization/Deadlock issue under high load 2020-05-19 16:32:55 -04:00
Michael Stenta de736afad1 Fix PHP Notice: Undefined offset: 0 in farm_api_restws_request_alter() 2020-05-19 15:53:06 -04:00
Michael Stenta d44bb13648 Issue #3136210: Add 'data_schema' to farm.json resource fields info 2020-05-16 10:55:50 -04:00
Michael Stenta c47fc86cf6 Add special logic for auto-creating terms by name in the "unit" field in "Quantity" field collections. 2020-05-16 10:55:50 -04:00
Michael Stenta 51c7ff9745 Update Fraction to 7.x-1.11. 2020-05-13 12:31:38 -04:00
Michael Stenta fb22a6057d Fix PHP Notice: Undefined index: field_farm_quantity_label in farm_theme_preprocess_field(). 2020-05-13 12:31:38 -04:00
Michael Stenta 8c5d7c8ac3 Fix PHP Notice: Trying to get property 'name' of non-object 2020-05-13 12:31:38 -04:00
Michael Stenta 6b05852de1 Issue #3136150: Allow plantings to reference multiple seasons 2020-05-13 10:01:44 -04:00
Michael Stenta fcc1a2d708 Sort "Upcoming tasks" by timestamp ascending. 2020-05-13 10:00:29 -04:00
Michael Stenta aa6edcf71d Issue #3136140: Prevent updating via Drupal UI 2020-05-13 07:22:42 -04:00
Michael Stenta 40f0eb51fc Add Mapbox watermark and attribution. 2020-05-12 09:38:30 -04:00
Michael Stenta 20db30f0cd Update farmOS-map to v1.1.0. 2020-05-12 09:38:11 -04:00
Michael Stenta 105433249b Update Fraction module to 1.10. 2020-05-12 09:18:08 -04:00
Michael Stenta 693ad7e4ed Style quantity measurements as a Bootstrap list group with badges. 2020-05-12 09:09:24 -04:00
Michael Stenta 5819932dd0 Add a "Pressure" measure. 2020-05-12 06:45:57 -04:00
Michael Stenta 7a06a289be Fix API term creation for fields that only accept a single term (eg: field_farm_season). 2020-05-11 19:20:36 -04:00
Michael Stenta 8cf270502f Fix term filter for terms with numeric names (eg: Season term of "2020"). 2020-05-11 19:19:51 -04:00
Michael Stenta 183fc66448 Merge branch 'farm_client' into 7.x-1.x 2020-05-11 12:16:28 -04:00
Michael Stenta 85ff6d0011 Install the Farm Client module on existing sites. 2020-05-11 12:03:21 -04:00
Michael Stenta 0fc5b44a46 Add farm_client module to the default modules enabled on new installs. 2020-05-11 12:03:21 -04:00
Michael Stenta b861608820 Rename farmos_field_kit client to farm_client for consistency. 2020-05-11 12:03:21 -04:00
Paul Weidner 4285535fa8 Add OAuth client with client key 'farmos_field_kit'. 2020-05-11 12:03:17 -04:00
Michael Stenta 230d931944 Initial farm_client module for integrating farmOS server and client. 2020-05-11 11:56:39 -04:00
Michael Stenta bd84a87c1c Fix location input in Planting Quick Form #226 2020-05-11 11:34:27 -04:00
Michael Stenta db27caee38 Fix extra space between season and crop when location isn't specified. 2020-05-11 11:33:48 -04:00
Michael Stenta bb66528f29 Improve seeding/transplanting location description. 2020-05-11 11:33:30 -04:00
Paul Weidner bab224326a Update date_year_range to be -10:+3 to match other date selectors. 2020-05-11 11:05:34 -04:00
Paul Weidner d1363c4bc5 Add descriptions to Crops and Location fields. 2020-05-11 11:05:34 -04:00
Paul Weidner 91b3494fc3 Trim location to ensure asset name is less than 255 char. 2020-05-11 11:05:34 -04:00