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

594 commits

Author SHA1 Message Date
Michael Stenta
c394b7bacf Fix "Call to a member function setRequirement() on null" for entity types that do not expose bundle admin UI. 2021-03-08 09:43:14 -05:00
Michael Stenta
8fbf8def75 Remove unimplemented quantity entity type annotations and related unused classes. 2021-03-08 09:42:33 -05:00
Michael Stenta
07c6e32d14 Revert "Make farm_migrate depend on farm_entity."
This reverts commit 6dc2f82c24aae2c4b11f037e73f15ccf81d167e0.
2021-03-05 14:16:06 -05:00
Michael Stenta
c8cf3ae94d Revert "The farm_migrate module depends on farm_quantity_standard."
This reverts commit 04f3af4dc530998815b60048befb3da61bb439b3.
2021-03-05 14:16:06 -05:00
Michael Stenta
07d03f617b Move farm_migrate_quantity_standard to optional config. 2021-03-05 14:16:06 -05:00
paul121
97b744207e The farm_migrate module depends on farm_quantity_standard. 2021-03-05 14:16:06 -05:00
paul121
5491b83fb2 Remove devel and standard quantity reference from template. 2021-03-05 14:16:06 -05:00
Michael Stenta
dd910c1d95 The farm_entity module depends on quantity, not farm_quantity_standard. 2021-03-05 14:16:06 -05:00
Michael Stenta
078826205a Rename quantity migration to farm_migrate_quantity_standard. 2021-03-05 14:16:05 -05:00
paul121
d942781100 Render the quantity type label if it is not the standard type. 2021-03-05 14:16:05 -05:00
paul121
65d2348b93 Document that the quantity variable is available in template. 2021-03-05 14:16:05 -05:00
paul121
a5d1e7eeef Only display other quantity field labels if they are not hidden. 2021-03-05 14:16:05 -05:00
paul121
91aef36db3 Do not add clearfix to quantity fields. 2021-03-05 14:16:05 -05:00
paul121
b7caa132c7 Move the quantity label to the bottom of the form. 2021-03-05 14:16:05 -05:00
paul121
b8f8a7402f Migrate quantities to the standard quantity type. 2021-03-05 14:16:05 -05:00
paul121
1840292885 Make farm_migrate depend on farm_entity. 2021-03-05 14:16:05 -05:00
paul121
0fc69793a0 Require the standard quantity type. 2021-03-05 14:16:05 -05:00
paul121
c6a2d1daf1 Make the default quantity template compatible with all bundles. 2021-03-05 14:16:05 -05:00
paul121
d4037fc0f5 Add field__quantity__field theme hook suggestion. 2021-03-05 14:16:05 -05:00
paul121
d258e05c2e Add theme suggestions for each quantity bundle. 2021-03-05 14:16:05 -05:00
paul121
1b3dbe6540 Enable bundle plugins for the quantity entity. 2021-03-05 14:16:05 -05:00
paul121
fd1496448d Enable bundles on Quantity entities. 2021-03-05 14:16:05 -05:00
Michael Stenta
aff6c154fc Add log migration processing for the group and is_group_assignment fields. 2021-03-01 09:55:58 -05:00
Michael Stenta
7c9a7983d9 Move geometry and is_movement process fields below location in farm_migrate_log migration group. 2021-03-01 09:55:58 -05:00
Michael Stenta
b70f2f8b45 Load group assignment information in the FarmLog D7 migration source. 2021-03-01 09:55:58 -05:00
Michael Stenta
9bb01ab1ef Split FarmLog::prepareRow() method into prepareMovement() and prepareQuantity() methods. 2021-03-01 09:55:58 -05:00
Michael Stenta
4041a46715 Rename the farm_migrate group to farm_migrate_config. 2021-03-01 08:15:46 -05:00
Michael Stenta
0555d774ae Split file migrations out to a farm_migrate_file migration group to resolve dependency issues. 2021-03-01 08:15:46 -05:00
Michael Stenta
53e83b7365 Add a third party setting to log types to allow them to be designated as movements by default. 2021-02-25 15:21:27 -05:00
Michael Stenta
b0726ce09c Add third party settings to asset types to allow them to be designated as fixed locations by default. 2021-02-25 15:20:58 -05:00
Michael Stenta
d38a5eb1d9 Split farm_migrate_user and farm_migrate_role out to their own migration groups.
This allows contrib modules to provide their own role migrations by replicating the farm_migrate_role config.
2021-02-25 12:58:32 -05:00
Michael Stenta
74effb652c Migrate farmOS roles. 2021-02-25 12:48:27 -05:00
paul121
5667b67ffa Make the map clear inline field labels. 2021-02-24 15:36:26 -05:00
paul121
02de4ba117 Deny access to the entity type add form. 2021-02-23 09:45:39 -05:00
paul121
d127a9400a Wrap flags in css classes. 2021-02-23 09:16:20 -05:00
paul121
13fd1e1815 Hide log.is_movement boolean if false. 2021-02-23 09:02:47 -05:00
paul121
f0daf81204 Hide asset is_location and is_fixed booleans if false. 2021-02-23 09:02:47 -05:00
paul121
070b918c34 Create hideable_boolean field formatter. 2021-02-23 09:02:46 -05:00
paul121
555067a33f Add gear icon before the toolbar link. 2021-02-23 08:47:36 -05:00
paul121
36e503aa1e Add link to farm settings in the gin secondary toolbar. 2021-02-23 08:47:36 -05:00
Michael Stenta
cfa121e461 Migrate 1.x system of measurement variable to 2.x quantity config. 2021-02-22 21:02:41 -05:00
Michael Stenta
6c007a2d11 Add the quantity system of measurement to meta.farm. 2021-02-22 21:02:41 -05:00
paul121
f537b4a0bb Use the system of measurement as the map units. 2021-02-22 21:02:41 -05:00
paul121
61626f6dd7 Provide a quantity settings form. 2021-02-22 21:02:41 -05:00
paul121
27bee57307 Create administer quantity permission. 2021-02-22 21:02:41 -05:00
paul121
3c5262f7a8 Add config for quantity system_of_measurement. 2021-02-22 21:02:41 -05:00
Michael Stenta
d6a9fe98e6 Allow modules to add additional data to meta.farm in /api. 2021-02-22 21:02:35 -05:00
Michael Stenta
c42bd1f4c3 Override formElement() to remove "Leave blank to use the time of form submission." from description. 2021-02-22 11:12:59 -05:00
paul121
0416267cf9 Use the datetime_timestamp_optional field widget. 2021-02-22 10:50:48 -05:00
paul121
79693d28dc Add datetime_timestamp_optional field widget for timestamp fields. 2021-02-22 10:50:47 -05:00