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

78 commits

Author SHA1 Message Date
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
2c8a65b3d7 Remove "composer update" example from "Common tasks" and move the warning up higher. 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
cf1164a796 Add note about PHPStorm's .idea folder when updating local codebase. 2020-12-05 15:32:59 -05:00
Michael Stenta
739301f6e4 Document how to update a local environment. 2020-12-05 15:32:59 -05:00
Michael Stenta
9bb7d4f855 Update Dockerfile, docker-compose.development.yml, and docs for XDebug 3. 2020-12-04 14:24:12 -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
Symbioquine
267ee07419 Document running tests without XDebug 2020-11-27 06:59:47 -05:00
Michael Stenta
0968e7b1b0 Remove sudo from docker command examples. 2020-11-25 06:24:21 -05:00
Michael Stenta
764f189f11 Add favicon.ico for docs. 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
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
paul121
72e4bdd639 Private file path must be an absolute path. 2020-11-20 22:37:07 -05:00
Symbioquine
2ce6c8eac0 Add instructions about how to update documentation to documentation 2020-11-12 20:14:57 -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
1660e2af48 Start farm_access documentation. 2020-10-15 19:41:40 -04:00
Michael Stenta
a7a9b8d259 Document that "animal_tag" changed to "id_tag" in the API. 2020-10-15 15:33:10 -04:00
paul121
c93e295927 Document farm.json to meta.farm changes. 2020-10-11 21:31:08 -04:00
paul121
ceb58dc295 Fix farmOS version typo. 2020-10-11 21:31:08 -04:00
paul121
0af9d9051b Start documenting the farm_api module. 2020-10-11 21:31:08 -04:00
paul121
5353d7febd Start documenting OAuth usage. 2020-10-11 21:31:08 -04:00
Michael Stenta
8b3e7ae099 Initial placeholder for OAuth documentation. 2020-10-11 21:31:08 -04:00
Michael Stenta
cef9e3af41 Nest development docs into development/environment section. 2020-10-11 21:31:04 -04:00
Michael Stenta
2324192f61 Move migration docs to hosting section. 2020-10-11 21:31:00 -04:00
Michael Stenta
31875bf886 Document how to view migration status. 2020-10-11 17:32:58 -04:00
Michael Stenta
f619dfb1c9 Create separate migration groups for assets, logs, and taxonomy terms with shared configuration. 2020-10-11 17:32:58 -04:00
Michael Stenta
ff3837a78b Add "Birthdate" field to Animals (with migration). 2020-10-11 12:17:23 -04:00
Michael Stenta
53cc591d55 Add "Castrated" field to Animals (with migration). 2020-10-11 12:17:23 -04:00
Michael Stenta
8379dcef99 Add "Sex" field to Animals (with migration). 2020-10-11 12:17:23 -04:00
Michael Stenta
b3b62bd29b Add "Nicknames" field to Animals (with migration). 2020-10-11 12:17:23 -04:00
Michael Stenta
a382e2068f Migrations for public and private files. 2020-10-07 13:28:25 -04:00
Michael Stenta
47763df8b3 Add a "Default" text format that allows filtered HTML, automatic line breaks, and converts URLs to links. 2020-10-07 13:28:25 -04:00
Michael Stenta
4ecbcccc81 Add "Files" and "Images" fields to all asset types. 2020-10-01 23:45:45 -04:00
Michael Stenta
efc3fb0781 Add "Notes" field to all asset types. 2020-10-01 23:45:45 -04:00
Michael Stenta
2488bff344 Add "Flags" field to all asset types. 2020-10-01 23:44:26 -04:00
Michael Stenta
0ba4788d19 Document API changes for assets. 2020-10-01 23:41:40 -04:00
Michael Stenta
9ce18c1991 Make API change doc headings more explicit. 2020-10-01 23:41:40 -04:00
Michael Stenta
a2214760c8 Document debugging via PHPStorm. 2020-10-01 15:48:04 -04:00
Michael Stenta
1acac48892 Document limitations of the migration. 2020-09-30 15:45:16 -04:00
Michael Stenta
cf8ae810e8 Document migration instructions. 2020-09-30 10:51:17 -04:00