Commit Graph

112 Commits

Author SHA1 Message Date
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 6961cd4786 Add "Clone" button to all asset Views. 2018-05-23 12:33:16 -04:00
Michael Stenta c516f917b6 Add a simple bulk action for adding a log to a set of assets. 2018-04-23 17:49:46 -04:00
Michael Stenta f9b85b8137 Add "Flag" bulk action button to area, asset, and log Views. 2018-04-17 09:30:56 -04:00
Michael Stenta 1f78378885 Fix default field weights in assets so that "Name" appears on top (again). 2018-04-16 13:48:58 -04:00
Michael Stenta e1adae3dda Issue #2907879: Add row counter to asset/log lists 2018-04-16 13:48:41 -04:00
Michael Stenta 1a3ca112f6 Add exposed "Items per page" option to all Views. 2018-04-16 13:46:53 -04:00
drupalgin 0e5a226627 Issue #2950316 by drupalgin: Fixed coding standards 2018-04-07 12:40:16 -04:00
Michael Stenta e7e808de70 Add exposed Group filter to all asset views. 2018-04-05 10:15:38 -04:00
Michael Stenta 96539b8804 Issue #2954290 by m.stenta, Permakai: Duplicate asset rows when an asset is in multiple groups 2018-03-22 18:39:58 -04:00
Michael Stenta 8ee64a55c3 Add exposed sort for asset ID and log ID on all asset and log Views. 2018-03-19 17:02:19 -04:00
Michael Stenta 0bfc8ff143 Add Flags field and filter to all asset and log Views. 2018-03-19 17:02:19 -04:00
Michael Stenta 50e82d0c68 Add Flags field to all asset and log types. 2018-03-19 17:02:19 -04:00
Michael Stenta 364c4990c4 Add "Archive" and "Unarchive" VBO buttons to all asset Views. 2018-02-26 22:18:53 -05:00
Michael Stenta ca0ad53caf Update all Views to use new 'archived' field/filter/sort. 2018-01-31 09:36:51 -05:00
Michael Stenta b6722da8fb Fix asset field weights so that name is always at top. 2017-12-30 16:50:50 -05:00
Michael Stenta 52af43b8a7 Add Group filter to all asset Views. 2017-12-30 13:13:51 -05:00
Michael Stenta c0c577232b Add dependencies on field_group_easy_responsive_tabs module. 2017-12-05 12:31:47 -05:00
Michael Stenta 6a0a5bc2ab Add bulk delete operation to asset, log, and area Views. 2017-11-24 21:07:47 -05:00
Michael Stenta cdf5f7672e Convert group reference to a Field Collection in Activity and Observation logs. 2017-11-24 20:58:33 -05:00
Michael Stenta 638589a3c1 Add "Group" VBO action button to all asset Views. 2017-11-24 20:58:33 -05:00
Michael Stenta 35b7a77915 Add Group column to all asset Views. 2017-11-24 20:58:33 -05:00
Michael Stenta 167a6441c0 Change weight of Sensors page menu item to < 100. 2017-10-16 08:36:14 -04:00
Michael Stenta 8b94441182 Disable AJAX in sensor data View. 2017-10-16 08:36:14 -04:00
Michael Stenta 9d43bd15f0 Make Farm Sensor: Listener module into a Feature for diff tracking purposes. 2017-10-16 08:36:14 -04:00
Michael Stenta 7dc626a450 Issue #2915011: Move farm_log_movement to farm_movement 2017-10-10 18:07:50 -04:00
Michael Stenta 0ac1cbfbdd Issue #2912810: Notice: Undefined offset: 0 in farm_sensor_listener_process_data() (line 182 of .../farm_sensor_listener.module) 2017-09-29 11:52:04 -04:00
Michael Stenta 33099b9526 Whitespace. 2017-09-29 10:21:45 -04:00
Michael Stenta 6e957d14b6 Issue #2912780: Add a hook that fires when sensor data is POSTed 2017-09-29 10:21:41 -04:00
Michael Stenta 002e74ed35 Issue #2912480: Automatically convert date string to Unix timestamp in POSTed data 2017-09-29 10:17:49 -04:00
Michael Stenta 3385ab022b Add "Location", "Plan", and "Sensor configuration" fieldsets to "General" group. 2017-09-26 13:30:08 -04:00
Michael Stenta 66b88adb3b Reorganize all asset and log fields into Easy Responsive Tabs. 2017-09-26 13:30:08 -04:00
Michael Stenta 02b7ff861d Add translatables to farm_sensor_data View. 2017-08-16 16:01:49 -04:00
Michael Stenta c9feaa2380 Require 'view any sensor farm assets' permission to view sensor data. 2017-08-16 16:01:30 -04:00
Michael Stenta 5208f4b5bf Misc Views updates: rearranging fields for importer consistency, updating export code, etc. 2017-08-06 13:51:02 -04:00
Michael Stenta 175dca99ac Add Description and Active fields to all asset Views. 2017-08-06 13:51:01 -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 3099bb607d Fix sensor settings form ajax. 2017-06-28 14:55:14 -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 913e499e72 Automatically add movements View to all assets. 2017-06-27 15:39:31 -04:00
Michael Stenta fc5d645ec6 Automatically generate a list of asset Views to display on areas. 2017-06-27 15:39:31 -04:00
Michael Stenta 3f16718b4a Merge hook_farm_ui_asset_views() and hook_farm_ui_taxonomy_views(). 2017-06-27 15:39:31 -04:00
Michael Stenta 642e1187e1 Automatically generate a list of log Views to display on assets. 2017-06-27 15:39:31 -04:00
Michael Stenta 0fb73ffcad Move hooks for adding Views to asset and term pages to farm_ui module. 2017-06-27 15:39:31 -04:00
Michael Stenta 2a185e5133 Consolidate all asset cluster map rendering into farm_ui module. 2017-06-27 15:39:30 -04:00
Michael Stenta ee811350e3 Automatically generate area links for all asset types. 2017-06-27 15:39:30 -04:00
Michael Stenta 4718a89963 For each asset type, create an action link on its listing page. 2017-06-27 15:39:30 -04:00
Michael Stenta 10112e66c3 Use entity UI info to build breadcrumbs instead of hook_farm_ui_asset_breadcrumb(). 2017-06-27 15:39:30 -04:00
Michael Stenta 8c69f16503 Move asset breadcrumb handling to farm_ui module. 2017-06-27 15:39:30 -04:00
Michael Stenta 3f6b77ef6a Consolidate default asset CRUD permissions for all asset types in farm_asset.module. 2017-06-27 15:39:29 -04:00
Michael Stenta 449a465c98 Move hook_farm_admin_actions() to new farm_ui module as hook_farm_ui_action(). 2017-06-27 15:39:29 -04:00
Michael Stenta 6af9a5edb3 Don't always show sensor View on area pages. 2017-06-22 15:46:54 -04:00
Michael Stenta 286bc41550 Change all instances of "Photo(s)" to "Photos". 2017-05-31 14:59:21 -04:00
Michael Stenta 2955f923f3 Implement hook_farm_log_categories() to provide categories: "Animals", "Plantings", "Equipment", "Sensors", and "Soil". 2017-05-31 09:53:08 -04:00
Michael Stenta 8dd085dfb1 Issue #2880498 by m.stenta: Notice: Undefined index: sensor_settings in farm_sensor_form_alter() 2017-05-26 10:53:02 -04:00
Michael Stenta a3ac05d10c Delete readme files from all the merged modules and farm_theme (except for some of farm_access/README.md, which is useful to keep). 2017-05-26 10:53:02 -04:00
Michael Stenta 7a3b3c4fd2 Move to modules/farm/farm_sensor in preparation for #2876992. 2017-05-26 10:02:48 -04:00