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
paul121
4bab71b5bc Add a dashboard page at /dashboard. 2020-11-27 07:16:57 -05:00
paul121
a93bcedb2c Add 'access farm dashboard' permission. 2020-11-27 07:16:57 -05:00
paul121
46e336fe6d Init farm_dashboard module. 2020-11-27 07:16:57 -05:00
Symbioquine
267ee07419 Document running tests without XDebug 2020-11-27 06:59:47 -05:00
Symbioquine
4f88cdda92 Wait only as long as necessary for Postgres and the farmOS file copying to be done
Also add more documentation to explain what is going on with the sentinel file waiting stuff
2020-11-27 06:53:07 -05:00
paul121
61c129fd4c Pin lcobucci/jwt at 3.3.3 to fix farm_api test deprecations. 2020-11-25 10:41:14 -08:00
paul121
f0e96dc8a1 Issue #3177384 by paul121: Show managed permissions in /admin/people/permissions 2020-11-25 08:38:47 -05:00
paul121
a4a7ac312d Append '(managed)' to managed role labels in the table header. 2020-11-25 08:37:22 -05:00
paul121
75f7a4aabd Disable checkboxes for managed roles in user_admin_permissions form. 2020-11-25 08:00:11 -05:00
paul121
335b8237f6 Add isManagedRole() method to ManagedRolePermissionsManager. 2020-11-25 08:00:11 -05:00
Michael Stenta
0968e7b1b0 Remove sudo from docker command examples. 2020-11-25 06:24:21 -05:00
Michael Stenta
f5195518e1 Replicate docs copyright notice from farmOS.org repo. 2020-11-24 17:31:40 -05:00
Michael Stenta
7578bb0371 Set the docs logo to material/leaf. 2020-11-24 16:46:06 -05:00
Michael Stenta
764f189f11 Add favicon.ico for docs. 2020-11-24 16:46:06 -05:00
Michael Stenta
fd4641983f Customize the material theme primary and accent colors. 2020-11-24 16:46:06 -05:00
Michael Stenta
2bd5694341 Enable permalinks on markdown headers. 2020-11-24 16:46:06 -05:00
Michael Stenta
978fd2d64b Use mkdocs-material theme. 2020-11-24 16:43:29 -05:00
Michael Stenta
5f49e10f2a Rearrange menu.
Move development/environment below development/module.
Move api under development.
Move hosting to the end.
2020-11-24 16:42:01 -05:00
Michael Stenta
af74cd4916 Change to mkdocs light theme, because readthedocs doesn't support more than 2 menu levels. 2020-11-23 23:19:32 -05:00
Michael Stenta
7962b493f8 Issue #3179016: Prevent circular asset parent relationships 2020-11-23 21:28:30 -05:00
Michael Stenta
8798c7c9fd Adjust whitespace in migration YML for consistency. 2020-11-23 21:26:48 -05:00
Michael Stenta
d8c903ab52 Fix taxonomy term parent field migration. 2020-11-23 21:26:48 -05:00
Michael Stenta
19e76c41b8 Document how to get started with farmOS module development. 2020-11-23 20:58:35 -05:00
Michael Stenta
3f4687675a Document 2.x changes to Taxonomies. 2020-11-23 20:58:31 -05:00
Michael Stenta
b3c3caf54b Make indentation consistent in mkdocs.yml. 2020-11-23 20:55:01 -05:00
Michael Stenta
ac8ca2b57a Fix Error: Call to undefined function farm_field_base_field_definition(). 2020-11-23 16:21:51 -05:00
Symbioquine
f8c77ea694 Run phpunit without XDebug to speed up tests
**Why:** Tests take about 8 - 9 minutes with XDebug, but closer to
3 minutes without it.

**How:** Implement strategy that mstenta@ described in https://www.drupal.org/project/farm/issues/3183687
using the dev docker image to build up the /opt/drupal directory,
but the prod image to actually run it since that image doesn't have
XDebug.
2020-11-23 16:14:38 -05:00
Symbioquine
6b43b17dbc Trigger running tests on any branch starting with '2.x-' to allow for easier pre-pull-request testing 2020-11-23 16:14:38 -05:00
Michael Stenta
256a50b9e8 Put farm_field tests in farm test group. 2020-11-23 08:27:04 -05:00
Michael Stenta
3b3549bda9 Remove geometry from farm_field test. 2020-11-23 08:26:52 -05:00
paul121
72e4bdd639 Private file path must be an absolute path. 2020-11-20 22:37:07 -05:00
Michael Stenta
5041dd4f35 Remove default_config_hash. 2020-11-20 21:24:54 -05:00
paul121
e5a5ecd2b4 Add missing config values for additional consumer fields. 2020-11-20 21:24:54 -05:00
Michael Stenta
058d8353ae Enable Views module for farm_api InstallTest to fix failing tests. 2020-11-20 21:24:54 -05:00
Michael Stenta
3ec40c5785 Add tif and tiff to allowed file extensions. 2020-11-20 11:36:07 -05:00
Michael Stenta
5ddd095477 Merge branch 'basefields2x' into 2.x 2020-11-20 11:35:56 -05:00
Michael Stenta
b20d84efcd Fix switch statement whitespace coding standards. 2020-11-20 11:35:47 -05:00
Michael Stenta
07044f48f4 Rewrite equipment field into display config for all log types. 2020-11-20 11:35:47 -05:00
Michael Stenta
ea121e4772 Implement hook_entity_base_field_info() in farm_equipment.module and convert equipment field to a base field. 2020-11-20 11:35:47 -05:00
Michael Stenta
471be445b8 Do not set any display options for base fields. 2020-11-20 11:35:47 -05:00
Michael Stenta
bb17aacbbf Provide field form/view display config for all asset and log types. 2020-11-20 11:35:47 -05:00
Michael Stenta
78081169d4 Revert "Convert geometry field to a base field."
This reverts commit f28cc6f037a25f836047f4e6fe7aa83f0b937b4f.

See https://www.drupal.org/project/farm/issues/3175497#comment-13908054
2020-11-20 11:35:47 -05:00
Michael Stenta
8f57936b70 Revert "Add support for geofields."
This reverts commit 3b45a3b403e128a7a0a1c074025a90bb8ba66660.

See https://www.drupal.org/project/farm/issues/3175497#comment-13908054
2020-11-20 11:35:47 -05:00
Michael Stenta
f3b66e016d Alter the label and visibility of default asset and log base fields. 2020-11-20 11:35:47 -05:00
Michael Stenta
e9c63151e7 Alter the weights of default asset and log base fields. 2020-11-20 11:35:47 -05:00
Michael Stenta
28f4f032cb Implement hook_entity_base_field_info() in farm_id_tag.module and convert ID tag field to a base field. 2020-11-20 11:35:47 -05:00
Michael Stenta
e659ac5baf Implement hook_entity_base_field_info() in farm_flag.module and convert flag field to a base field. 2020-11-20 11:35:47 -05:00
Michael Stenta
926fbb900e Test that base fields are added to asset and log types. 2020-11-20 11:35:47 -05:00
Michael Stenta
f80906b278 Convert log category field to a base field. 2020-11-20 11:35:47 -05:00
Michael Stenta
16c7d411a2 Convert owner field to a base field. 2020-11-20 11:35:47 -05:00