3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
Commit graph

4186 commits

Author SHA1 Message Date
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
Paul Weidner b3c712f1e2 Disable length limit on Log Location field. 2020-05-11 11:05:34 -04:00
Paul Weidner 66c80a28d1 Limit the planting asset name to 255 char. 2020-05-11 11:05:34 -04:00
Michael Stenta c7c0a20d69 Merge branch 'oauth-default-client' into 7.x-1.x #238 2020-05-11 10:48:54 -04:00
Michael Stenta 451349ebda Enable default farmOS OAuth client on existing installs. 2020-05-11 10:48:40 -04:00
Paul Weidner 6a872fc88c Provide a farmOS Default OAuth client. 2020-05-11 10:48:40 -04:00
Paul Weidner 41283012d7 Allow OAuth clients to override some server-level settings. 2020-05-11 10:48:40 -04:00
Michael Stenta 274c1f6567 Bump the farmOS API version to 1.3. 2020-05-11 10:48:19 -04:00
Michael Stenta c6afabe9d4 Depend on the farm_term module. 2020-05-11 10:06:09 -04:00
pcambra 2d91f6287a Issue #3134067 by pcambra: Restws: POSTing a new log should autocreate the term by name 2020-05-11 09:45:22 -04:00
pcambra ffcf06f81c Issue #3134065 by pcambra: Restws: Taxonomy terms should have a name property besides the tid 2020-05-11 08:45:27 -04:00
Michael Stenta 580b3f3440 Limit the term lookup by vocabulary. 2020-05-11 08:21:12 -04:00
pcambra 529599244f Issue #3134066 by pcambra: Restws: Allow filtering by term name, not only term id 2020-05-11 08:21:05 -04:00
Michael Stenta 1cfd191bd9 Merge branch 'build-test' into 7.x-1.x 2020-05-08 09:00:28 -04:00
Michael Stenta 46004d7c7c Limit the action to the 7.x-1.x branch. 2020-05-08 09:00:10 -04:00
Michael Stenta f1ed985032 Create farmOS.tar.gz to speed up artifact upload. 2020-05-08 09:00:10 -04:00
Michael Stenta 382892dfce Create an artifact of the farmOS codebase built by Drush Make. 2020-05-08 09:00:10 -04:00
Michael Stenta 065f5bd3ad Set FARMOS_BRANCH environment variable. 2020-05-08 09:00:10 -04:00
Michael Stenta bec27d301e Add a GitHub action that tests the Docker and Drush Make builds. 2020-05-08 09:00:10 -04:00
Michael Stenta 13e90dcd04 Search and replace the repo and branch in build-farm.make so that Drush builds the desired version. 2020-05-08 08:55:04 -04:00