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

732 commits

Author SHA1 Message Date
Michael Stenta
50c7856b1e Improve help text above area geometry field. 2018-11-14 12:23:58 -05:00
Michael Stenta
9d010f6b94 Improve warning when "Lookup soil names" button is pressed without geodata. 2018-11-14 12:14:21 -05:00
Michael Stenta
ceae1d20fb Add help text to soil test log form. 2018-11-14 12:14:05 -05:00
Michael Stenta
8eee53de2f Add help text to the log timestamp field. 2018-11-14 11:54:03 -05:00
Michael Stenta
f630236dc9 Change farm_log hook_form_alter() to hook_form_FORM_ID_alter(). 2018-11-14 11:46:36 -05:00
Michael Stenta
ffc511a46e Rename "Area generator" to "Bed generator" for UX, with area type set to bed by default. This can be re-generalized in the future. 2018-11-14 11:29:41 -05:00
Michael Stenta
43b632cc76 Add soil amendment quick form. 2018-11-14 11:12:21 -05:00
Michael Stenta
b5afb1d2c3 Add a central helper function that maintains a list of quantity units by measure. 2018-11-14 11:11:42 -05:00
Michael Stenta
c661954e36 Move timezone offset calculation out of for loop. 2018-11-10 09:55:24 -05:00
Michael Stenta
cec49722b0 Remove console.log. 2018-11-10 09:51:36 -05:00
Michael Stenta
174286b876 Apply timezone offset to graphed sensor data. 2018-11-10 09:50:02 -05:00
Michael Stenta
84d31b87b4 Auto populate log owner on presave(), so that API requests are also covered. 2018-11-09 15:46:49 -05:00
Michael Stenta
0364de09bb Wrap "Sample points" field in a fieldset to fix ZoomToSource not firing. 2018-11-09 15:15:41 -05:00
Michael Stenta
6b7a216e58 Change "Farm Format" to "Default format" (less distracting/confusing). 2018-11-09 15:00:28 -05:00
Michael Stenta
b48294b4b0 Fix overridden farm_log_harvest feature. 2018-11-09 00:17:20 -05:00
Michael Stenta
532763ea2e Add a Files column to soil tests View for quickly getting to files. 2018-11-08 14:20:12 -05:00
Michael Stenta
f45252d5b9 Fix missing closing parenthesis (follow up to Issue #2950499: CSV export of sensor data) 2018-11-08 09:44:57 -05:00
Michael Stenta
b72072baf6 Fix assigning flags to areas in bulk (Recoverable fatal error: Argument 1 passed to farm_flags_action() must be an instance of Entity, instance of stdClass given). 2018-11-08 09:41:11 -05:00
Michael Stenta
327603e9b0 Add contextual argument validation to sensor data view and override title. 2018-11-08 09:29:36 -05:00
Michael Stenta
2ca0485624 Issue #2950499: CSV export of sensor data 2018-11-08 09:29:20 -05:00
Michael Stenta
0115db0586 Issue #3011770: Add a setting that allows sensor data to be made public 2018-11-07 15:33:41 -05:00
Michael Stenta
c522dd6485 Issue #2493511: Graph sensor data 2018-11-07 15:33:35 -05:00
Michael Stenta
3e10078bb0 Link to farmOS.org sensor documentation. 2018-11-07 15:33:02 -05:00
Michael Stenta
05d3a82383 Update listener callback docblock. 2018-11-07 15:33:02 -05:00
Michael Stenta
04f6d03d34 Access-Control-Allow-Origin' header to allow pulling this data into other domains. 2018-11-07 15:33:02 -05:00
Michael Stenta
591d07b09b Add start and end timestamp parameters. 2018-11-07 15:33:02 -05:00
Michael Stenta
b10267e6f7 Add limit and offset parameters. 2018-11-03 12:41:41 -04:00
Michael Stenta
1b7c5fb635 Allow filtering by value name via query parameter. 2018-11-03 12:28:11 -04:00
Michael Stenta
9ae5bb5f6b Simplify sensor data query - only pull a single latest value. 2018-11-03 12:22:48 -04:00
Michael Stenta
13b43bd9e6 Explicitly check the request type in listener callback. 2018-11-03 12:05:00 -04:00
Michael Stenta
410e387bdc Move logic for loading sensor data to helper function. 2018-11-03 11:43:49 -04:00
Michael Stenta
79d35877fc Fix PHP Notice: Only variables should be passed by reference 2018-10-31 09:00:53 -04:00
Michael Stenta
371550f4a2 Update custom OLGeocoder control plugin to use BaseInterface instead of ObjectInterface. 2018-10-31 08:53:55 -04:00
Michael Stenta
f01d00e23e Fix farm_map.info Features info. 2018-10-31 08:51:31 -04:00
Michael Stenta
19abe4b032 Wrap dashboard panes in fieldsets. 2018-10-27 08:21:55 -04:00
Michael Stenta
22cb8b280f Refactor dashboard so that modules can implement a hook to add panes. 2018-10-27 08:21:55 -04:00
Michael Stenta
8c4dc07182 Add address geocoder widget to other maps: geofield formatter, areas, assets. 2018-10-10 13:49:56 -04:00
Michael Stenta
1c48067877 Automatically set the page title on quick forms. 2018-10-10 12:16:46 -04:00
Michael Stenta
e9b408119e Link milk logs to the quick form that created them. 2018-10-01 16:27:43 -04:00
Michael Stenta
6e9221f15e Pass farm_area_parse_name() $create parameter into farm_term(). 2018-10-01 16:27:38 -04:00
Michael Stenta
a3f77ec8a7 Wrap farm_quick_entity_link() calls in function_exists() condition. 2018-10-01 15:03:52 -04:00
Michael Stenta
4869de26d1 Oops. Revert "wip soil amendment quick form"
This reverts commit 92f2643a4a.
2018-10-01 14:54:13 -04:00
Michael Stenta
a798e64cd0 Use new farm_term() function where possible. 2018-10-01 14:49:24 -04:00
Michael Stenta
b898a1044f Add new farm_term module with helper function for creating/loading a term. 2018-10-01 14:49:24 -04:00
Michael Stenta
92f2643a4a wip soil amendment quick form 2018-10-01 14:49:24 -04:00
Michael Stenta
341093710e Create a helper function for subjectively defining the relative size of an area measurement. 2018-09-26 14:07:24 -04:00
Michael Stenta
ffe851bb72 Create a helper function that returns the default units for an area measure (with optional relative size). 2018-09-26 14:07:24 -04:00
Michael Stenta
38ac0d6a93 Add a function for calculating the total surface area of multiple areas. 2018-09-26 14:07:24 -04:00
Michael Stenta
a194137a89 Move farm_movement_parse_areas() to farm_area_parse_names(). 2018-09-26 14:07:24 -04:00
Michael Stenta
554ea4eb65 Change grammar of auto-generated location log titles (remove "are" to handle singular). 2018-09-26 14:07:24 -04:00