Commit Graph

261 Commits

Author SHA1 Message Date
Michael Stenta a8f7081601 Add developer documentation for building configurable quick forms. 2023-10-06 14:11:11 -04:00
Michael Stenta eb61ff23f4 Use current user's timezone in DrupalDateTime quick form examples. 2023-10-06 13:58:57 -04:00
Michael Stenta 2101da034a Fix typo in getQuickFormId() method name. 2023-10-06 13:58:57 -04:00
Michael Stenta 0393d4a76d Improve quick form development documentation.
Generalize the "Egg harvest" example to just "Harvest".
Add example farm_quick_harvest.info.yml and describe dependencies.
Add timestamp and asset reference fields.
Add more descriptions about how the quick form class methods work.
Expand on the "Quick form actions" documentation and use it in example code.
2023-10-06 13:58:57 -04:00
Michael Stenta 87b619fc3b Add user guide documentation for importing data via CSV. 2023-10-06 13:49:26 -04:00
Michael Stenta b7303b7859 Move (and improve) geometry import/export docs to dedicated import/export pages. 2023-10-06 13:49:26 -04:00
Michael Stenta 3e5e63f0fb Add module developer documentation for building CSV importers. 2023-10-06 13:49:26 -04:00
Symbioquine a1b315c902 Update composer.md guide to capture locked farmOS version #697
Having the version appear in the status report can be really helpful
for debugging and improves the overall polish of these instructions.
2023-07-03 06:01:33 -07:00
Grant Braught 482d790555
Changes modules directory so mounted modules are recognized 2023-05-12 11:20:39 -04:00
Michael Stenta dab5415b95 Add QuickStringTrait::entityLabelsSummary() method for summarizing entity labels #675 2023-05-11 13:37:48 -04:00
Michael Stenta baa988630e Clarify that "Export KML" bulk action is provided by the farmOS KML module. 2023-03-31 14:17:56 -04:00
Michael Stenta b74d3d1ace Add email field support to field factory service. 2023-03-30 14:54:25 -04:00
Michael Stenta 5f9b32beef Add decimal field support to field factory service. 2023-03-30 14:54:25 -04:00
Michael Stenta 2c0aef36ce Add integer field support to field factory service. 2023-03-30 14:54:25 -04:00
Michael Stenta 46adaa3ab7 Allow max_length to be overridden on string fields. 2023-03-30 14:54:25 -04:00
Michael Stenta 453ad598f4 Document string field type. 2023-03-30 14:54:25 -04:00
Michael Stenta 21d2d2a6e4 Replace all usages of docker-compose with docker compose. 2023-03-30 09:43:07 -04:00
Christian López Espínola 897caa6666 Update setup instructions
docker-compose up -d gives an error, docker compose up -d works though.
2023-03-30 09:43:07 -04:00
Michael Stenta 42bb0c0f31 Fix farm_l10n module name in docs/hosting/localization.md. 2023-03-19 10:11:56 -04:00
Michael Stenta a1babd86a4 Document building farmOS with Composer #648 2023-03-08 10:38:25 -05:00
Michael Stenta f972356b14 Grammar fix in update docs. 2023-03-08 10:37:04 -05:00
Michael Stenta bad0c5c104 Move GitHub releases link to the relevant section of install docs with more guidance. 2023-03-08 07:30:32 -05:00
lordeddi 5c8603661a Add GitHub release page to installation documentation. 2023-03-08 07:27:02 -05:00
lordeddi 371f4c58b7 Add GitHub release page to update documentation. 2023-03-08 07:26:56 -05:00
lordeddi 9e308c605a Add folder creation and clear caches to Configure private filesystem in the Hosting and Environment docs #628 2023-01-23 17:37:49 -05:00
Michael Stenta ee67c24af1 Fix link to data streams in asset data model doc. 2022-12-21 16:24:31 -05:00
Michael Stenta 272e698e87 Issue #3310286: Add $timestamp parameter to asset.inventory service methods 2022-12-15 14:06:30 -05:00
Michael Stenta 7c9ef9a8bd Issue #3310286: Add $timestamp parameter to group.membership service methods 2022-12-15 14:06:30 -05:00
Michael Stenta d154db811c Issue #3310286: Add $timestamp parameter to asset.location service methods 2022-12-15 14:03:27 -05:00
Michael Stenta c89314750f Document test quantity type in data model docs. 2022-12-06 09:58:30 -05:00
Michael Stenta b4f75a55b0 Update installation docs to require PHP 8+. 2022-11-28 08:50:29 -05:00
Michael Stenta 0b85081d23 Describe the lab field type change in docs/development/api/changes.md. 2022-11-25 13:11:04 -05:00
Michael Stenta 2d2d9b2a24 Describe the reasoning behind dependencies in module dev docs. 2022-11-22 16:20:40 -05:00
Michael Stenta 114f6edfbf All log modules depend on log:log. 2022-11-22 16:20:40 -05:00
Michael Stenta 9f5ee25f44 Mark LogQueryFactory as @internal. 2022-11-16 14:37:55 -05:00
Michael Stenta 4518cf4557 Update XDebug documentation to recommend discover_client_host=yes. 2022-11-12 10:29:57 -05:00
Michael Stenta eabd7c2429 Update farm_role example in docs to match code. 2022-11-12 09:42:13 -05:00
Michael Stenta d97b4f9d63 Document asset owner field in user guide and data model docs. 2022-09-27 14:22:04 -04:00
Paul Weidner 3d41166e63 Update excluded configuration example to not use module settings #567 2022-09-17 09:59:12 -04:00
Michael Stenta b0a008097c Document using PHPStan in local development environment. 2022-09-12 19:38:25 -04:00
Paul Weidner 7bb85adc79 Add client libraries to API index.md. 2022-08-26 07:14:26 -04:00
Paul Weidner 952e9199ef Add basic JSON:API docs to API index.md. 2022-08-26 07:14:26 -04:00
Paul Weidner a13741876c Correct and standardize OAuth curl examples #556 2022-08-26 06:48:28 -04:00
Michael Stenta 81d3f20aa4 Fix getInventory() $units data type in documentation (term ID, not string). 2022-07-30 11:15:56 -04:00
Michael Stenta 465bdf59ba Document how to use farmOS-map elements and behaviors in farmOS modules. 2022-06-19 10:29:43 -04:00
Michael Stenta 7b13971422 Fix 1.x migration file copy example commands: include web/ subdirectory. 2022-05-20 14:24:04 -04:00
Michael Stenta 270f89aba7 Fix quantity units in quick form example docs. 2022-05-11 17:00:27 -04:00
Michael Stenta dcde6ae0c0 Fix markdown link in docs/development/module/services.md. 2022-04-13 11:19:16 -04:00
Michael Stenta 1a6689dd5a Document farm_field.factory service and move field type options info from fields.md. 2022-04-13 10:57:44 -04:00
jgOhYeah 918bfa8518 Added documentation on field options 2022-04-13 09:25:59 -04:00