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

69 commits

Author SHA1 Message Date
Michael Stenta
0397609619 Add a term_lookup process plugin that extends entity_lookup and fails when a term is not found. 2023-09-29 22:32:07 -04:00
Michael Stenta
e64f2901ce Issue #2931181: Add CSV importers for taxonomy terms (with kernel tests). 2023-09-29 22:32:07 -04:00
Michael Stenta
3cae2114f8 Provide a base class for CSV import kernel tests. 2023-09-29 22:32:07 -04:00
Michael Stenta
849f823da0 Provide a base class for farmOS CSV importer migration plugin derivatives. 2023-09-29 22:32:07 -04:00
Michael Stenta
b8c0b47d0c Initial farmOS Import CSV module. 2023-09-29 22:32:07 -04:00
Paul Weidner
1d1b360a0a Use farm_land_type_options() in KmlImporter #513
farm_land_type_options should be used here instead of farm_land_type_field_allowed_values.
2022-03-21 19:38:28 -04:00
Paul Weidner
8c03b835f6 Specify file extensions as a comma separated string in an array. #466 2021-12-17 06:52:11 -05:00
Paul Weidner
c46f852c1a Provide a field storage definition to farm_land_type_field_allowed_values. 2021-12-14 16:26:44 -08:00
Michael Stenta
37d10f738a Add @see link to Issue #3230970: Generalize KML importer to create any asset type 2021-09-01 23:21:37 -04:00
Michael Stenta
8c0d20d138 Remove unused $defaultFileScheme from KmlImporter. 2021-09-01 16:59:12 -04:00
Michael Stenta
950d666e56 Support KMZ files in KML importer. 2021-09-01 15:27:02 -04:00
Michael Stenta
84e2e64f48 Add KML importer help text. 2021-09-01 15:27:02 -04:00
Michael Stenta
e293ca80bf Hide KML importer output until submission. 2021-09-01 15:27:02 -04:00
Michael Stenta
45acc539a3 Add menu link for KML importer and depend on farm_import. 2021-09-01 15:27:02 -04:00
Michael Stenta
414b9e27ed Change KML importer route to farm.import.kml. 2021-09-01 15:27:02 -04:00
Michael Stenta
5f81d46338 Add a /import page controller that displays all sub-menu items. 2021-09-01 15:27:02 -04:00
Michael Stenta
6487f394f0 Create a placeholder farm_import module.
This can be the future home of import-related support code.
CSV importers can be built here, or in sub-modules of this.
The KML importer can move here, and future importers for
GeoJSON and other formats may also be added.
2021-09-01 15:27:02 -04:00
Michael Stenta
3ea781aa42 Change KML importer form router path to import/kml. 2021-09-01 15:27:02 -04:00
Michael Stenta
64ba44c694 Move farm_kml_import module to farm_import_kml. 2021-09-01 15:27:02 -04:00