Commit Graph

278 Commits

Author SHA1 Message Date
Michael Stenta 413c7e24ae Patch jsonapi_schema for Issue #3397275: Use OptionsProviderInterface::getPossibleOptions() for allowed field values (anyOf / oneOf) 2023-11-01 15:04:09 -04:00
Michael Stenta 50f6a8cb8b Require log ^2.2 for Issue #3396419: Make timestamp required 2023-11-01 14:58:47 -04:00
Michael Stenta 28dcba091e Add some separation to 3.x API changes doc between OAuth2 changes and others. 2023-11-01 14:54:53 -04:00
Paul Weidner 04566c2010 Update API OAuth changes doc 2023-11-01 14:41:11 -04:00
Paul Weidner 48a55180d9 Update OAuth development docs 2023-11-01 14:41:11 -04:00
Paul Weidner e53ccd5fa8 Update information about scopes and clients 2023-11-01 14:41:11 -04:00
Paul Weidner f1bad9f163 Update information about legacy password credentials grant 2023-11-01 14:41:11 -04:00
Michael Stenta 67b22eee47 Issue #3270558: Install and create the postgres pg_trgm extension in docker container 2023-10-30 12:07:29 -04:00
Michael Stenta c0f02dfc0e Update all core_version_requirement to ^10. 2023-10-30 12:07:29 -04:00
Michael Stenta fda8c92efc Specify PostgreSQL version and pg_trgm extension requirements for Drupal 10. 2023-10-30 12:07:28 -04:00
Michael Stenta bae0a0988f Issue #3357679: Allow material quantities to reference multiple material types 2023-10-27 09:25:45 -04:00
Michael Stenta 2336e172a3 Issue #3382616: Remove v1 migrations from farmOS 3.x 2023-10-27 09:25:44 -04:00
Michael Stenta e417ee9ad6 Change all references of 2.x to 3.x in code, docs, and workflows. 2023-10-27 09:25:10 -04:00
Michael Stenta 82d867d4f7 Document the need for quick action schema.yml file. 2023-10-25 15:38:13 -04:00
Paul Weidner 6657a88254 Correct link to CSV module docs #735 2023-10-18 08:27:08 -04:00
Michael Stenta cdad587682 Remove PHPStorm note from development/environment/update.md. 2023-10-09 12:12:56 -04:00
Michael Stenta cf8294c685 Expand "3. Develop" section of dev env setup guide. 2023-10-09 12:12:56 -04:00
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