Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download farm_log-7.x-1.0-beta12.tar.gztar.gz 48.24 KB
MD5: 7d811c9865c19769724bf1abdcac7140
SHA-1: cc7b6f22f145944b65936c55721abb735cbbfbd1
SHA-256: 3992a944b31eb80e0b8a239e25bafe146e127205b85e88acc86b32e6da920ab8
Download farm_log-7.x-1.0-beta12.zipzip 69.78 KB
MD5: 85a2814c759aabd1b047e278b22813ee
SHA-1: ea0b463b782ca5f4a80b33d5b1ad92b4a8b135bd
SHA-256: ed5457406c739053618efb71c85bcaa3a0de65c7d3a34dfa348176b6e682001a

Release notes

  • Allow multiple log types to be selected in exposed filter.
  • Rename farm_log_all View to farm_log.
  • Change farm/logs/list to simply farm/logs.
  • Add "Plan" and "Late Tasks" block displays to farm_log View.
  • Use the word "Areas" instead of "Area" or "area(s)".
  • #2567463: Generalize Input and Harvest logs
  • Make harvest quantity field optional.
  • Swap Observations and Activities Views in area pages and links.
  • Split Activity log out into sub-module.
  • Split Harvest log out into sub-module.
  • Split Input log out into sub-module.
  • Split Movement log and asset location code out into sub-module.
  • Split Observation log out into sub-module.
  • Farm Log depends on all sub-modules. Enable all new sub-modules via update.php.
  • Replace old Planting contextual filter with Assets in Harvest and Input Views.
  • Change "Current location" to just "Location" and make it translatable.
  • Generalize code for auto-populating log geometry fields from areas fields.
  • Give all farm roles the 'view farm logs' permission.
  • Activity should depend on taxonomy.
  • Use isset() instead of !empty() when checking if geometry and area fields exist during geofield auto-population.
  • Update hook to auto-populate geometry fields on activity, input, and observation logs from their area references.
  • Add two farm_log View page displays (Plan and Late Tasks). Link to them from relevant blocks.
  • Small adjustments to Farm Logs view to make it look more like the old Log Plan view.
  • For some reason, unchecking "Display 'more' link only if there is more content" causes $view->total_rows to be NULL, which means Late Tasks doesn't show in the farm dashboard.
  • Fix issue with "Current location" field on assets using the wrong function.
  • Do not auto-submit Asset Entityreference View Widget (causes a redirect to homepage sometimes).
  • Include reset button in Asset Entityreference View Widget.
  • Use new helper function for loading assets from ?farm_asset query parameter.
  • Change "Observation Type" field to a select list. Auto-generate "General" term if it doesn't exist.
Created by: m.stenta
Created on: 13 Jul 2016 at 20:11 UTC
Last updated: 20 May 2017 at 19:53 UTC
Bug fixes
New features

Other releases