Commit Graph

2480 Commits

Author SHA1 Message Date
Michael Stenta b12434da94 Add Farm Import as a farmOS dependency and install on existing sites via an update hook. 2017-07-21 14:21:48 -04:00
Michael Stenta 03fd5d4441 Grant farm managers access to Feeds importers. 2017-07-21 14:21:48 -04:00
Michael Stenta 822c9dbec0 Add action links to asset importers on asset listing pages. 2017-07-21 14:21:48 -04:00
Michael Stenta da5fa1bf6d Revert "Remove hook_farm_ui_actions() because farm_ui is the only module implementing it now."
This reverts commit 0060a95262 and updates the code accordingly.
2017-07-21 14:21:48 -04:00
Michael Stenta b385e336c4 Initial commit of Farm Import module: automatically provide simple importers for each asset type. 2017-07-21 14:21:48 -04:00
Michael Stenta a4019ac9a4 Issue #2402193: Integrate Farm Asset with Feeds module 2017-07-21 14:21:48 -04:00
Michael Stenta a489f2fac1 Add Feeds and Job Scheduler modules. 2017-07-21 14:21:48 -04:00
Michael Stenta 1e555ed0fa Consolidate file and image field file extensions in a helper function. 2017-07-21 14:21:20 -04:00
Michael Stenta 7b7e5268ea Fix water test area reference default value. 2017-07-21 14:20:48 -04:00
Michael Stenta ff99ed518a Add Category field to all logs that don't already have it. 2017-07-21 14:20:41 -04:00
Michael Stenta 6b0fe1d259 Allow prepopulating log categories from query parameter. 2017-07-17 14:45:58 -04:00
Michael Stenta 13090d01c0 Merge farm_log_ids_from_url() into farm_log_prepopulate_log_form_references(). 2017-07-17 14:45:58 -04:00
Michael Stenta 4cc5523d08 Allow prepopulating log names from query parameter. 2017-07-17 14:45:58 -04:00
Michael Stenta c81111fb6e Revert Issue #2893550: Use Entityreference View Widget for referencing areas 2017-07-13 08:59:41 -04:00
Michael Stenta 0220a48dbc Revert "Add an Entityreference View for Areas."
This reverts commit 67540bf1a9.
2017-07-13 08:59:13 -04:00
Michael Stenta 865d950880 Change area reference field widget on harvest logs to a select list. 2017-07-13 08:58:35 -04:00
Michael Stenta 6d438c381e Revert "Use the Entityreference View for the area reference field selection widget."
This reverts commit c2ed7b4b15.
2017-07-13 08:55:42 -04:00
Michael Stenta 60259c2ae0 Issue #2893550: Use Entityreference View Widget for referencing areas 2017-07-11 09:40:16 -04:00
Michael Stenta 4780101918 Add area reference field to harvest logs. 2017-07-11 09:32:23 -04:00
Michael Stenta 1ca2cfd3f4 Make area reference field descriptions consistent and grammatically correct. 2017-07-11 09:31:58 -04:00
Michael Stenta c2ed7b4b15 Use the Entityreference View for the area reference field selection widget. 2017-07-11 09:31:00 -04:00
Michael Stenta 67540bf1a9 Add an Entityreference View for Areas. 2017-07-11 09:29:27 -04:00
Michael Stenta 6693255962 Sort area list by weight first, name second. 2017-07-11 08:45:48 -04:00
Michael Stenta 2dd87ab252 Fix empty check on entityreference_view_widget fields. 2017-07-11 08:24:55 -04:00
Michael Stenta 3fd34b6bfd Fix reference prepopulation for area fields. 2017-07-11 08:24:55 -04:00
Michael Stenta f641a65631 Move entityreference prepopulation helper function from farm_log.module to farm_fields.module. 2017-07-11 08:24:55 -04:00
Michael Stenta 35dc4580c2 Consolidate log entityreference field prepopulation logic. 2017-07-11 08:24:55 -04:00
Michael Stenta 58fc9e86b4 Make log field prepopulation function params and returns consistent. 2017-07-11 08:24:55 -04:00
Michael Stenta 84bf16e237 Misc Views export fixes. 2017-07-11 08:23:31 -04:00
Michael Stenta 6f11a449d7 Update Filter/Sort markup to work with up/down arrows. 2017-07-10 09:41:30 -04:00
Michael Stenta 90b1dd5fb5 Add up/down arrow to collapsible panel headings. 2017-07-10 09:41:30 -04:00
Michael Stenta 1e1b19207e Patch Bootstrap to fix collapsible fieldset triggers. 2017-07-10 09:41:30 -04:00
Michael Stenta a01a3696ba Update Field Collection export for Quantity field. 2017-07-10 08:59:01 -04:00
Michael Stenta 5ed997d207 Export Fraction field settings to Features. 2017-07-10 08:58:46 -04:00
Michael Stenta fa921cfe04 Patch Fraction to add Min, Max, Prefix, Suffix settings. 2017-07-10 08:58:29 -04:00
Michael Stenta 8327295df6 Make lot number field labels/descriptions more specific. 2017-07-10 08:57:24 -04:00
Michael Stenta ba964a5dbb Change Animal "Type" to "Species/breed". 2017-07-10 08:57:24 -04:00
Michael Stenta 3099bb607d Fix sensor settings form ajax. 2017-06-28 14:55:14 -04:00
Michael Stenta 28b89066d8 Merge branch 'farm_ui_entity_view_groups' into 7.x-1.x 2017-06-28 14:55:01 -04:00
Michael Stenta ed829a3ae5 Add sensor data entity View group to ensure it is above other Views. Always show listener data View. 2017-06-28 14:54:49 -04:00
Michael Stenta e5b5d6f2a9 Put the "History of Assets" View in the "assets" group. 2017-06-28 14:54:49 -04:00
Michael Stenta 32b4ef9309 Invoke a hook for modules to provide their own entity View groups. 2017-06-28 14:54:49 -04:00
Michael Stenta 2a2c3f794d Wrap entity View groups in a fieldset. 2017-06-28 12:49:26 -04:00
Michael Stenta d3f5480542 Add ability to group entity Views into assets, logs, or other. 2017-06-28 12:44:58 -04:00
Michael Stenta d09b6c16dd Merge branch 'farm_ui_cleanup' into 7.x-1.x 2017-06-28 12:19:12 -04:00
Michael Stenta 186ba38aea Rearrange functions in farm_ui.module: hooks on the top, helper functions on the bottom. 2017-06-28 12:11:14 -04:00
Michael Stenta 665105ff62 Move entityreference_view_widget code to helper function in farm_ui.views.inc. 2017-06-28 12:10:35 -04:00
Michael Stenta 3005ccf5b1 Move entity Views code to farm_ui.entity_views.inc. 2017-06-28 12:10:35 -04:00
Michael Stenta 6fb35cad87 Move breadcrumb code to farm_ui.breadcrumb.inc. 2017-06-28 12:10:35 -04:00
Michael Stenta c5d7f77f96 Move action link code to farm_ui.action_links.inc. 2017-06-28 12:10:35 -04:00