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

624 commits

Author SHA1 Message Date
Michael Stenta
84dc39d9e2 Convert all log config fields to bundle fields. 2020-12-13 08:34:49 -05:00
Michael Stenta
273daf9697 Move field definition functions to farm_field.factory service. 2020-12-13 08:34:49 -05:00
Michael Stenta
47433a7a4a Add support for plan bundle plugins. 2020-12-13 08:34:49 -05:00
Michael Stenta
49c8b3d05b Revert "Patch Drupal core for Issue #3183359: Allow single-value base fields to be saved to dedicated database tables"
This reverts commit 9072a4a28c66bd8151d26bb5ad2d5a84a8c8c953.
2020-12-13 08:34:49 -05:00
Michael Stenta
b274490b19 Add Geometry as a bundle field definition so that it is stored in a dedicated table. 2020-12-13 08:34:49 -05:00
Michael Stenta
bd6faab922 Add support for log bundle plugins. 2020-12-13 08:34:49 -05:00
Michael Stenta
3d22b3d677 Revert "Put all base fields in dedicated tables unless told otherwise."
This reverts commit 21131801f8dcd08100ccac3e9c1bfde6c29d50c2.
2020-12-12 07:16:41 -05:00
Michael Stenta
46dab75f09 Add a farm_field_bundle_field_definition() function that uses Entity API's BundleFieldDefinition instead of core BaseFieldDefinition. 2020-12-12 07:16:41 -05:00
Michael Stenta
5260f98a80 Put all base fields in dedicated tables unless told otherwise. 2020-12-12 07:16:41 -05:00
Michael Stenta
f80345cc3e Convert all asset config fields to bundle fields. 2020-12-12 07:16:41 -05:00
Michael Stenta
019a988b95 Allow target_bundle to be specified for taxonomy_term entity reference base fields. 2020-12-12 07:16:41 -05:00
Michael Stenta
429b976250 Add boolean base field helper. 2020-12-12 07:16:41 -05:00
Michael Stenta
e3bf2a20c1 Add timestamp base field helper. 2020-12-12 07:16:41 -05:00
Michael Stenta
5b3d757f2f Fix string form/view display config. 2020-12-12 07:16:41 -05:00
Michael Stenta
f1fd5b0dfb Add support for asset bundle plugins. 2020-12-12 07:16:41 -05:00
Michael Stenta
80900580d3 The farm_field module depends on config_rewrite. 2020-12-12 07:16:41 -05:00
Michael Stenta
ed230fceda Delete config rewrites for equipment field form/view displays. 2020-12-12 07:16:41 -05:00
Michael Stenta
c66a775dca Add a test to confirm that the Equipment used field is visible in log form/view displays. 2020-12-12 07:16:41 -05:00
Michael Stenta
ee915a815f Add form/view display weights to equipment base field definition. 2020-12-12 07:16:41 -05:00
Michael Stenta
8b25590ad8 Store Geofield data in dedicated database tables.
This requires Drupal core patch from Issue #3183372.
2020-12-12 07:16:41 -05:00
Michael Stenta
80aed78f9f Patch Drupal core for Issue #3183359: Allow single-value base fields to be saved to dedicated database tables 2020-12-12 07:16:41 -05:00
Michael Stenta
a797c51343 Revert "Remove geometry from farm_field test."
This reverts commit 3b3549bda9.
2020-12-12 07:16:41 -05:00
Michael Stenta
8f8605b934 Convert geometry field to a base field.
This reverts commit 78081169d4.
2020-12-12 07:16:41 -05:00
Michael Stenta
786edd04c0 Add support for geofields.
This reverts commit 8f57936b70.
2020-12-12 07:16:41 -05:00
Michael Stenta
b93d8187e7 Revert "Do not set any display options for base fields."
This reverts commit 471be445b8.
2020-12-12 07:16:41 -05:00
Michael Stenta
c407ba941d Document module automated updates. 2020-12-12 07:16:41 -05:00
Michael Stenta
2c8a65b3d7 Remove "composer update" example from "Common tasks" and move the warning up higher. 2020-12-11 14:36:32 -05:00
Michael Stenta
52cf0438fb Make the farmOS modules form description a bit more general. 2020-12-11 14:36:32 -05:00
Michael Stenta
8c88bb4ab3 Document module publishing recommendations and licensing requirements. 2020-12-11 14:35:40 -05:00
Michael Stenta
e6909b926a Remove "done" from AssetCRUDTest and AssetPlanTest. 2020-12-10 10:48:16 -05:00
Michael Stenta
57bb6af78c Fix FarmFieldTest namespace, docblock, and method name. 2020-12-10 07:13:52 -05:00
Michael Stenta
a3c55d1e0d Issue #3187364 by paul121: Error: Call to undefined method Drupal\jsonapi\ResourceResponse::addCacheableDependency() 2020-12-09 15:38:23 -05:00
paul121
592a6579db Return a CacheabaleResourceResponse. 2020-12-09 15:34:37 -05:00
paul121
7204556300 Add test for the meta.farm functionality. 2020-12-09 15:34:37 -05:00
Michael Stenta
65ecd9d6df Issue #3177199: Show login block on 403 pages 2020-12-09 15:33:05 -05:00
Michael Stenta
64d7baf869 Enforce dependency on farm_ui_user. 2020-12-09 15:32:52 -05:00
Michael Stenta
ddcc848e91 Hide login block label. 2020-12-09 15:32:42 -05:00
Michael Stenta
46eafd5986 Install farm_ui_user with default farmOS modules. 2020-12-09 12:18:44 -05:00
Michael Stenta
c50552dbca Base ErrorPageController on core Http4xxController. 2020-12-09 12:18:19 -05:00
paul121
cd12f16672 Set the default 403 access denied page to /403. 2020-12-09 12:02:14 -05:00
paul121
5005ee4436 Embed the user login block on the /403 page. 2020-12-09 12:02:14 -05:00
paul121
a010286057 Create a block to display the user login form. 2020-12-09 12:02:14 -05:00
paul121
6d3f66bf5e Init farm_ui_user module. 2020-12-09 12:02:14 -05:00
Michael Stenta
95782c1efd Move Plans to farm.base and give it an SVG menu icon. 2020-12-09 10:53:54 -05:00
Michael Stenta
0209a9f565 Change Records menu icon to list.svg. 2020-12-09 10:53:54 -05:00
Michael Stenta
2fa3220c82 Test Drush site installation in run-tests.yml. 2020-12-07 21:02:05 -05:00
Michael Stenta
3bf7f63bfd Fix Entity Reference integrity config (mapping not array). 2020-12-07 16:05:01 -05:00
Michael Stenta
18690afd01 Change Log Category form widget to options_select. 2020-12-06 18:32:00 -05:00
Michael Stenta
b9f5c2d2e9 Add Entity Reference Integrity module and enforce farmOS entity types. 2020-12-06 18:16:28 -05:00
Michael Stenta
61f16b66d2 Merge branch '2.x-plan' into 2.x 2020-12-06 16:47:04 -05:00