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

225 commits

Author SHA1 Message Date
Michael Stenta a616ba4168 When a log is created, display a message with a link to it. 2017-06-24 12:20:17 -04:00
Michael Stenta 161bcd3baf Add a submit function for generating seeding/transplanting log when creating a planting. 2017-06-24 12:20:17 -04:00
Michael Stenta 9fb859261d Allow log done status to be specified as a parameter. 2017-06-24 12:20:17 -04:00
Michael Stenta 027af116ee Make the areas parameter optional in farm_log_movement_create(). 2017-06-24 12:20:17 -04:00
Michael Stenta 6ff1e40bcb Split area name string parsing out to a separate function so it can be reused. 2017-06-24 12:20:17 -04:00
Michael Stenta f6ddb39e16 Generalize the function for creating a movement log so that it can be used to create other log types beyond observations. 2017-06-24 12:20:17 -04:00
Michael Stenta 01202b4155 Only show the "Plan" fieldset when adding a new planting. 2017-06-24 12:20:16 -04:00
Michael Stenta ec024fd362 Initial sketch of the "Plan" fields in the planting edit form. 2017-06-24 12:20:16 -04:00
Michael Stenta 62e439631b Fix water test CSV display attachment. 2017-06-22 15:47:05 -04:00
Michael Stenta 6af9a5edb3 Don't always show sensor View on area pages. 2017-06-22 15:46:54 -04:00
Michael Stenta ae7f9dc58d Add UI hooks for Compost assets. 2017-06-22 15:33:59 -04:00
Michael Stenta 73816c9da6 View of Compost assets. 2017-06-22 15:33:59 -04:00
Michael Stenta bf3a3bc4a3 Initial compost asset type module. 2017-06-22 15:33:59 -04:00
Michael Stenta f57b46c0e8 Show a list of sales at the top of all asset pages. 2017-06-21 11:49:27 -04:00
Michael Stenta 4c54146f67 Add sale action link to asset pages and sales view. 2017-06-21 11:49:27 -04:00
Michael Stenta 2f3a17eb0c Implement hook_farm_access_perms() for sale logs. 2017-06-21 11:49:27 -04:00
Michael Stenta e562fd936c View of Sale logs. 2017-06-21 11:49:27 -04:00
Michael Stenta 66d66b135c Initial commit of Farm Log: Sale module. Provides a sale log type. 2017-06-21 11:49:27 -04:00
Michael Stenta 197b81da73 Use farm_area taxonomy machine name instead of vid in View filter. 2017-06-20 09:19:39 -04:00
Michael Stenta a985a6d6be Enable text processing in water test notes field. 2017-06-15 13:01:46 -04:00
Michael Stenta fd3cc92ea5 Fix order of field groups in water test and egg logs. 2017-06-15 13:01:32 -04:00
Michael Stenta 82ed42ee47 Fix farm_water_test dependencies. 2017-06-15 13:00:42 -04:00
Michael Stenta e058e4ba04 Implement UI hooks for water test logs. 2017-06-15 09:40:12 -04:00
Michael Stenta 100b6b9b1f Add View of water test logs. 2017-06-15 09:40:12 -04:00
Michael Stenta 2cd1df638c Provide a water test log type in a farm_water_test submodule. 2017-06-15 09:40:12 -04:00
Michael Stenta ae9069d068 Provide an "Water" log category. 2017-06-15 09:38:08 -04:00
Michael Stenta f6447983eb Initial water module. 2017-06-15 09:38:08 -04:00
Michael Stenta b945025a03 Add a farm people user reference field base for other modules to use. 2017-06-14 10:46:53 -04:00
Michael Stenta 5b9687423c Add a View of logs assigned to specific users at user/%/logs. 2017-06-13 15:55:04 -04:00
Michael Stenta 30d843d3f2 Remove unused contextual filters from farm_log View. 2017-06-13 15:55:04 -04:00
Michael Stenta bd9fd9a45a Add a dependency on farm_fields because farm_log works with some of the fields it provides. 2017-06-13 15:55:04 -04:00
Michael Stenta 559c6a13dc Automatically populate log owner fields with the currently logged in user (if empty). 2017-06-13 15:55:04 -04:00
Michael Stenta b655ea9d3f Minor comment change. 2017-06-13 15:55:04 -04:00
Michael Stenta 6be845f382 Add log owner column, filter, sort to all Views. 2017-06-13 15:55:04 -04:00
Michael Stenta 4ae857bde6 Add "Owner" field and "Assignment" field group to all log types. 2017-06-13 15:55:04 -04:00
Michael Stenta 9eb560568b Add "log owner" user reference field base. 2017-06-13 15:55:04 -04:00
Michael Stenta 9691c49c06 Add an Entity Reference display to the Farm People View. 2017-06-13 15:55:04 -04:00
Michael Stenta e2ece5e63f Issue #2774957: Area popup doesn't work when clean URLs are disabled 2017-06-01 10:39:35 -04:00
Michael Stenta 89aa46a1a1 Issue #2876943: Add "lot number" to harvest and input logs 2017-05-31 15:37:58 -04:00
Michael Stenta 9cfd7953df Issue #2876964: Add "date purchased" field to Inputs 2017-05-31 15:01:18 -04:00
Michael Stenta 6ac72a08c3 Misc Views code updates (mostly translatables). 2017-05-31 15:00:51 -04:00
Michael Stenta 25c405f413 Minor input field label changes for consistency. 2017-05-31 15:00:01 -04:00
Michael Stenta 286bc41550 Change all instances of "Photo(s)" to "Photos". 2017-05-31 14:59:21 -04:00
Michael Stenta f8d581ade7 Remove observation type field and vocabulary. 2017-05-31 09:53:08 -04:00
Michael Stenta 0d3995dc9e Migrate observations types to log categories. 2017-05-31 09:53:08 -04:00
Michael Stenta 34ec1e3729 Remove code for automatically creating/setting General observation type. 2017-05-31 09:53:08 -04:00
Michael Stenta 81852bb7c5 Change observation log type naming pattern to use date instead of type. 2017-05-31 09:53:08 -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 d14958853a Translate category names when they are created. 2017-05-31 09:53:08 -04:00
Michael Stenta 02eb474ea3 Add hook_farm_log_categories() for modules to provide log category terms when they are enabled. 2017-05-31 09:53:08 -04:00
Michael Stenta 99bd350b9a Add log category field and filter to various Views. 2017-05-31 09:53:08 -04:00
Michael Stenta f464e7e8a4 Add log category field instance to activity, harvest, input, and observation log types. 2017-05-30 16:02:14 -04:00
Michael Stenta ea8f7851b8 Add a term reference field base for the log category vocabulary. 2017-05-30 16:01:00 -04:00
Michael Stenta 0b7e444802 Add new taxonomy: Farm Log Categories. 2017-05-30 16:01:00 -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 8dc0f15acd Issue #2880459 by m.stenta: Empty history of assets in area 2017-05-26 10:53:02 -04:00
Michael Stenta adaeab141e Issue #2880449 by m.stenta: Access denied on full/centroid asset GeoJSON Views 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 ffb63f2c66 Issue #2876992: Merge farmOS repositories into drupal.org/project/farm 2017-05-26 10:51:47 -04:00
Michael Stenta 87e8840f4b Move to modules/farm/farm_tour in preparation for #2876992. 2017-05-26 10:05:10 -04:00
Michael Stenta ac08d46d6f Move to modules/farm/farm_taxonomy in preparation for #2876992. 2017-05-26 10:04:38 -04:00
Michael Stenta 0a02dddf1a Move to modules/farm/farm_soil in preparation for #2876992. 2017-05-26 10:03:53 -04:00
Michael Stenta 7a3b3c4fd2 Move to modules/farm/farm_sensor in preparation for #2876992. 2017-05-26 10:02:48 -04:00
Michael Stenta 375eb0b542 Move to modules/farm/farm_quantity in preparation for #2876992. 2017-05-26 10:02:03 -04:00
Michael Stenta 1dc67cbd6d Move to modules/farm/farm_mapknitter in preparation for #2876992. 2017-05-26 09:58:52 -04:00
Michael Stenta cd773d4efb Move to modules/farm/farm_map in preparation for #2876992. 2017-05-26 09:58:14 -04:00
Michael Stenta bfa1dd4a34 Move to modules/farm/farm_livestock in preparation for #2876992. 2017-05-26 09:57:32 -04:00
Michael Stenta bdbc488c97 Move to modules/farm/farm_fields in preparation for #2876992. 2017-05-26 09:55:17 -04:00
Michael Stenta 4c559c1eaf Move to modules/farm/farm_equipment in preparation for #2876992. 2017-05-26 09:52:57 -04:00
Michael Stenta f6d690a733 Move to modules/farm/farm_crop in preparation for #2876992. 2017-05-26 09:50:22 -04:00
Michael Stenta f79b2d9f76 Move to modules/farm/farm_area in preparation for #2876992. 2017-05-26 09:49:27 -04:00
Michael Stenta 09739b9f4c Move to modules/farm/farm_access in preparation for #2876992. 2017-05-26 09:42:42 -04:00
Michael Stenta a28d6cb180 Move to modules/farm/farm_admin in preparation for #2876992. 2017-05-26 09:42:29 -04:00
Michael Stenta a69ba5f4a4 Move to modules/farm/farm_log in preparation for #2876992. 2017-05-26 09:38:42 -04:00
Michael Stenta 0985b84cf0 Move to modules/farm/farm_asset in preparation for #2876992. 2017-05-26 09:38:29 -04:00