Commit Graph

1983 Commits

Author SHA1 Message Date
paul121 1a10fbf276 Render data stream entities in the default view mode. 2021-09-20 15:07:24 -04:00
paul121 9fa7c4a9e4 Remove (decimal) from Sensor value (decimal). 2021-09-20 15:07:24 -04:00
paul121 b93d048023 Add test for non-numeric data stream data. 2021-09-20 15:07:24 -04:00
paul121 ded2a3971d Render developer information details element in basic data stream view. 2021-09-20 15:07:24 -04:00
paul121 33e7ee6903 Render the data stream public field as a yes-no boolean. 2021-09-20 15:07:24 -04:00
paul121 1f386ab989 Hide the data stream private key. 2021-09-20 15:07:24 -04:00
Michael Stenta f00313db03 Move create_quantity migration plugin to quantity module. 2021-09-20 14:13:18 -04:00
Michael Stenta 312d611b64 Print the name of the migration group being imported/rolled back in farm_migrate Drush commands. 2021-09-20 12:11:07 -04:00
Michael Stenta 9e6b6b0a7f Add a note about community modules to migration docs. 2021-09-20 12:11:07 -04:00
Michael Stenta 5f232b4319 Move all sub-modules into sub-directories called "modules" for consistency. 2021-09-17 16:11:38 -04:00
Michael Stenta 89996482be Issue #3220623: Split Sale/Purchase/Price bundles out to contrib 2021-09-17 15:59:27 -04:00
paul121 c48e380295 Allow quantity types to specify a default measure. 2021-09-17 15:59:27 -04:00
paul121 94ef94825c Increase weight between quantity base fields. 2021-09-17 15:59:27 -04:00
Michael Stenta 80a687d6bd Merge branch '2.x-remove_config_rewrite' into 2.x 2021-09-16 19:23:41 -04:00
Michael Stenta 3257fc6e7b Remove config_rewrite module. 2021-09-16 19:08:58 -04:00
Michael Stenta f73b9115fb Refactor farm_ui_location config_rewrite settings into hook_install(). 2021-09-16 19:08:58 -04:00
Michael Stenta 505dc83130 Refactor farm_entity config_rewrite settings into hook_install(). 2021-09-16 19:08:58 -04:00
Michael Stenta e2d822ac4a Refactor farm_api config_rewrite settings into hook_install(). 2021-09-16 19:08:58 -04:00
Michael Stenta 3db2aa485c Merge branch '2.x-inventory-ui' into 2.x 2021-09-15 15:40:44 -04:00
Michael Stenta 4e29f299cd Put "Current inventory" field in right column of asset page. 2021-09-15 15:35:40 -04:00
paul121 ee96a153d9 Render inventory information after the quantity in the format (@adjustment @asset inventory). 2021-09-15 15:35:40 -04:00
paul121 b770db6552 Allow quantity fields to be rendered before and after the standard fields. 2021-09-15 15:35:40 -04:00
paul121 f534299d38 Add view of inventory adjustments in an inventory tab on asset pages. 2021-09-15 15:35:40 -04:00
Michael Stenta 19e2c845c1 Translate inventory adjustment widget validation errors. 2021-09-15 15:35:40 -04:00
paul121 7cb61108b9 Add custom validation for quantity inventory values. 2021-09-15 15:35:40 -04:00
paul121 e9caab4e4a Hide the inventory asset field until an inventory adjustment is selected. 2021-09-15 15:35:40 -04:00
paul121 b236424bc0 Default the quantity inventory_adjustment to N/A. 2021-09-15 15:35:40 -04:00
Michael Stenta a30acfb82e Delete parent references to taxonomy terms during migration rollback. 2021-09-15 15:33:17 -04:00
Michael Stenta ff547ed8a5 Delete companion references to plant type terms during migration rollback. 2021-09-15 14:59:54 -04:00
Michael Stenta 1652c4746f Add a farm_migrate:rollback Drush command that rolls back all farmOS migrations. 2021-09-15 14:22:09 -04:00
Michael Stenta a24c3ff221 Add a farm_migrate:import Drush command that executes all farmOS migrations. 2021-09-15 14:22:03 -04:00
Michael Stenta c477e05896 Only delete quantity references for quantities that were created by migrations in the farm_migrate_quantity migration group.
This ensures that references to quantities created with the
create_quantity process plugin are maintained, so those
quantities can be deleted normally when the log is deleted.
2021-09-15 14:21:54 -04:00
Michael Stenta f3ec44d43e Issue #3189740 by m.stenta: Cannot rollback farm_migrate_asset_parent group migrations 2021-09-15 12:03:04 -04:00
Michael Stenta 14bb01e681 Rename farm_migrate_reference group to farm_migrate_asset_parent. 2021-09-15 12:03:04 -04:00
Michael Stenta 44a14b5422 Issue #3229503: Rolling back log migration deletes quantities 2021-09-15 12:03:04 -04:00
Michael Stenta 7c2f2466de Issue #3232668: Perform entity validation during 1.x->2.x migration 2021-09-15 12:02:36 -04:00
Michael Stenta f70ab7020e Document how to debug migration validation errors. 2021-09-15 09:01:51 -04:00
Michael Stenta 53dc64258e Temporarily allow access to private file referencing during migration. 2021-09-15 09:01:50 -04:00
Michael Stenta 09ed36b10b Grant/revoke 'use text format default' permission to/from anonymous role during farm_migrate_taxonomy group migrations.
This is necessary because Drush runs migrations as anonymous
user, which does not have access to 'use text format default'
permission, so any terms that need that format fail validation.
2021-09-15 09:00:10 -04:00
Michael Stenta 359a1f8aea Generalize migration event subscriber so that more events can be added. 2021-09-14 20:42:54 -04:00
Michael Stenta b90f00e5ed Ensure that no migrate entities end up with a uid of 0. Make user 1 the default. 2021-09-14 19:25:34 -04:00
Michael Stenta 03e6572f6a Set the user ID of migrated area assets to 1. 2021-09-14 19:25:34 -04:00
Michael Stenta ddd05f8b23 Patch Drupal core to fix Issue #3134470: Switch to entity owner in EntityContentBase during validation 2021-09-14 19:25:34 -04:00
Michael Stenta fc51877a89 Enable entity validation for area, asset, log, plan, and taxonomy term migrations. 2021-09-14 19:25:34 -04:00
Michael Stenta c4432b29e4 Set PHP upload limit and disable expose_php in Docker image #443 2021-09-14 19:24:19 -04:00
Michael Stenta b3d62baf33 Set PHP expose_php to Off. 2021-09-14 14:44:15 -04:00
Michael Stenta 38fe21bdb2 Set PHP post_max_size and upload_max_filesize to 100M. 2021-09-14 14:43:54 -04:00
Symbioquine 698775d434 Update farmOS-map to v2.0.2 #442
**Why?** Pick up bug fixes relating to ol-side-panel and
the layer switcher in the side panel.
2021-09-13 09:20:59 -07:00
Symbioquine 3152895f15 Enable the map side panel with layer switcher by default #442
**Why?** Provide a place for more settings and information
to be included on farmOS maps without introducing more and more
border clutter.
2021-09-12 10:23:03 -07:00
paul121 71159d83c3 Issue #3232237 by paul121: Allow the map widget textarea to be hidden
Add display_raw_geometry setting to the map widget.
2021-09-10 07:17:47 -04:00