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

47 commits

Author SHA1 Message Date
paul121 9937730c14 Query assets from multiple locations in a single query. 2021-10-27 16:27:19 -04:00
paul121 0df2e5b471 Query group members from multiple groups in a single query. 2021-10-27 16:27:19 -04:00
paul121 3bee8d4fb1 Provide a trait for loading prepopulated entity references. 2021-10-27 15:22:34 -04:00
paul121 560cd37168 Provide a base class for quick form action plugins. 2021-10-27 15:22:34 -04:00
paul121 ba3011a5e6 QuickForms are provided under the Plugin/QuickForms directory. 2021-10-27 15:22:33 -04:00
Michael Stenta 68e4f83c52 Document how modules can provide quick forms. 2021-10-27 15:22:33 -04:00
Michael Stenta 97309754c1 Issue #3243383: Allow flags to be limited to specific entity types and bundles 2021-10-18 14:55:11 -04:00
Michael Stenta 2ebeef595e Require explicit use of accessCheck() on the result of farm.log_query service. 2021-10-01 12:44:07 -04:00
Michael Stenta e22bf3e576 Document that access checking is not performed in farmOS services. 2021-10-01 10:46:16 -04:00
Michael Stenta 26f7be7b73 Document the farm.log_query service access_check option. 2021-10-01 10:46:16 -04:00
Michael Stenta 3fa2cb6777 Fix documented log query service name. 2021-10-01 10:46:16 -04:00
Michael Stenta 092b6936d4 Clarify that farm_update only reverts configuration entities - not simple config. 2021-09-27 09:50:22 -04:00
Michael Stenta 7eccc896cd Document farmOS Update module's automatic configuration updates and exclusion options. 2021-09-23 09:55:41 -04:00
Michael Stenta fda3f325ac Add an isLocation() method to the asset.location service. 2021-06-04 21:15:25 -04:00
Michael Stenta 8a5f2a0caa Document asset.location service's getAssetsByLocation() method. 2021-06-04 21:12:37 -04:00
Michael Stenta 8f0838fad5 Document group.membership service's getGroupMembers() method. 2021-06-04 21:10:41 -04:00
Michael Stenta 814499d8ab Add $options to log.query service documentation for consistency. 2021-06-04 07:18:57 -04:00
Michael Stenta 462d94cd2c Fix group.membership service documentation. 2021-06-04 07:18:57 -04:00
Michael Stenta bb08d9a3a8 Update module dev guide to suggest putting modules in sites/all/modules.
Instead of the [docroot]/modules, which is where Composer puts modules.
In the future, if we include more documentation about Composer-based
deployments we can talk specifically about that.
2021-04-16 12:31:11 -04:00
paul121 88090239a4 Document consumer.allowed_origins field and purpose. 2021-04-08 19:05:36 -04:00
Michael Stenta c0f9827d1a Reference the Basic class name instead of including the code in docs. 2021-04-01 11:22:28 -04:00
Michael Stenta 645ce82b44 Refer to legacy_listener as "Listener (Legacy)". 2021-04-01 11:22:28 -04:00
paul121 5d42be6412 Rename listener to basic. 2021-04-01 11:22:27 -04:00
paul121 64ba354e33 Update data stream docs to reflect bundle plugins. 2021-04-01 11:22:27 -04:00
paul121 ae66f05e33 Add documentation for the data stream module. 2021-04-01 11:22:27 -04:00
Michael Stenta 4064c4f84f Initial asset.inventory service. 2021-03-25 18:42:03 -04:00
Michael Stenta 5eff5d9f8c Document services for module development: asset.location, group.membership, log.query. 2021-03-19 08:20:15 -04:00
Michael Stenta 0678c2a541 Add a "Structure type" field to Structure assets, with allowed values defined by structure_type config entities. 2020-12-29 06:55:37 -05:00
Michael Stenta b096298066 Add a "Land type" field to Land assets, with allowed values defined by land_type config entities. 2020-12-29 06:55:37 -05:00
Michael Stenta 00d1786ccf Rename farm_field to farm_entity. 2020-12-14 10:07:58 -05:00
Michael Stenta 28ee05b41a Add FarmAssetType, FarmLogType, and FarmPlanType entity bundle plugin base classes. 2020-12-14 10:07:58 -05:00
Michael Stenta 6d1bce37bc Issue #3188055: Provide a hook for adding bundle fields 2020-12-14 10:07:58 -05:00
Michael Stenta 53556083bf Document adding new bundles and fields. 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 c407ba941d Document module automated updates. 2020-12-12 07:16:41 -05:00
Michael Stenta 8c88bb4ab3 Document module publishing recommendations and licensing requirements. 2020-12-11 14:35:40 -05:00
Michael Stenta 471d9e81b4 Separate filenames from example code. 2020-11-29 20:51:02 -05:00
Michael Stenta 2b7748cbdf Add docblock to permissions callback example. 2020-11-29 20:51:02 -05:00
Michael Stenta 19e76c41b8 Document how to get started with farmOS module development. 2020-11-23 20:58:35 -05:00
Michael Stenta 8a2a347dfb Document how to extend Flag, Lab test type, and ID tag type options via module. 2020-10-16 15:41:27 -04:00
Michael Stenta 26f6246ef9 Move farm_access to farm_role. 2020-10-16 13:33:14 -04:00
Michael Stenta 7042088706 Remove "Farm" from Manager, Worker, Viewer roles. 2020-10-15 22:25:39 -04:00
Michael Stenta 7416cb4c36 Minor roles doc tweaks and whitespace. 2020-10-15 22:25:39 -04:00
Michael Stenta cbae839dcd Replace farm_asset with asset. 2020-10-15 19:41:40 -04:00
Michael Stenta b710d14112 Replace "Farm Access module" with "farmOS Access module". 2020-10-15 19:41:40 -04:00
Michael Stenta 590cf92008 Move farm_access.md to roles.md and provide an intro paragraph. 2020-10-15 19:41:40 -04:00
paul121 0af9d9051b Start documenting the farm_api module. 2020-10-11 21:31:08 -04:00