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

35 commits

Author SHA1 Message Date
Michael Stenta b1a961ae86 Remove Openlayers modules, patches, dependencies, configuration, and related code. 2020-02-10 14:27:50 -05:00
Michael Stenta 89a71ae937 Explicitly set BCMath scale to 24 in farm_area.module and farm_area_generate.module functions. 2020-01-30 13:48:45 -05:00
Michael Stenta ff8871ed45 Fix Error: Call to a member function geometryType() on boolean in farm_area_calculate_area() 2020-01-09 13:47:38 -05:00
Mattias Sandström 39507038cd Fixed problems when BC math is missing #188 2019-07-18 12:37:52 -04:00
Michael Stenta ae578b2a9c Fix PHP Warning: A non-numeric value encountered in farm_area_calculate_area_multiple(). 2019-05-27 16:49:32 -04:00
Skipper-is ca1d2c5919 Specify $conversion array key
Specified the $conversion array's key.
2019-05-25 10:07:05 +01:00
Michael Stenta 256abebdb4 Add a helper function for calculating the total area of all areas of a particular type. 2019-04-01 15:56:17 -04:00
Michael Stenta 999e9dfdb5 Fix weight sorting for area type options. 2018-12-04 15:19:43 -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 22cb8b280f Refactor dashboard so that modules can implement a hook to add panes. 2018-10-27 08:21:55 -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 a798e64cd0 Use new farm_term() function where possible. 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 369c0e2d5a Break out area unit conversion to a separate function: farm_area_convert_area_units($input, $units). 2018-07-04 14:47:50 -04:00
Michael Stenta ae4e4aaf36 Minor fixes to farm_area_format_calculated_area(). 2018-07-04 14:47:44 -04:00
Michael Stenta 0b20b49f95 Return zero when formatting an empty calculated area. 2018-07-04 14:09:14 -04:00
Michael Stenta 900cc7da00 Offer an option to leave off units from formatted area. 2018-07-04 14:09:14 -04:00
Michael Stenta f43c0699a1 Issue #2908165: Display area of Areas in their description page 2018-05-29 08:34:05 -04:00
drupalgin 0e5a226627 Issue #2950316 by drupalgin: Fixed coding standards 2018-04-07 12:40:16 -04:00
Michael Stenta a453832151 Add a helper function for getting the default system of measurement: farm_quantity_system_of_measurement(). 2018-03-21 11:45:48 -04:00
Michael Stenta 1006a3054b Add a farm_map_build() function, for building farm maps. 2018-02-26 21:27:22 -05:00
Michael Stenta 86ab32c92e Allow sort criteria to be specified in farm_area_load_areas(). Default to 'id'. 2017-10-02 10:49:12 -04:00
Michael Stenta 436b7b803d Add a function for loading areas of a given type. 2017-09-05 16:18:00 -04:00
Michael Stenta 3eeacb2552 Implement hook_hook_info() in farm_area module. Move implementations to farm_area.farm_area.inc. 2017-06-28 11:41:52 -04:00
Michael Stenta 5e5fac71d9 Move all area link generation logic to farm_ui module and remove hook_farm_area_links(). 2017-06-27 15:39:30 -04:00
Michael Stenta cc7ce2b21d Use entity UI info to build breadcrumbs instead of hook_farm_ui_taxonomy_breadcrumb(). 2017-06-27 15:39:30 -04:00
Michael Stenta f0fc9e170e Move taxonomy breadcrumb handling into farm_ui module. 2017-06-27 15:39:30 -04:00
Michael Stenta 9fe05a18b2 Consolidate area, asset, log, and user action links into farm_ui module. 2017-06-27 15:39:30 -04:00
Michael Stenta da33181cd1 Consolidate default taxonomy term CRUD permissions for all vocabularies in farm_taxonomy.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 e2ece5e63f Issue #2774957: Area popup doesn't work when clean URLs are disabled 2017-06-01 10:39:35 -04:00
Michael Stenta f79b2d9f76 Move to modules/farm/farm_area in preparation for #2876992. 2017-05-26 09:49:27 -04:00
Renamed from farm_area.module (Browse further)