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

179 commits

Author SHA1 Message Date
Michael Stenta
0a18c50059 Add "Purchase date" field to Input and Seeding logs. 2020-09-27 11:21:12 -04:00
Michael Stenta
4f5f04a87d Add "Source" field to Input and Seeding logs. 2020-09-27 11:21:08 -04:00
Michael Stenta
0ea85719c4 Add "Method" field to Input logs. 2020-09-27 11:21:05 -04:00
Michael Stenta
61588bb909 Add "Lot number" field to Harvest, Input, and Seeding logs. 2020-09-25 09:31:25 -04:00
Michael Stenta
fcc62ee3e2 Merge branch 'flags2x' into 2.x 2020-09-25 09:20:44 -04:00
Michael Stenta
2656e0e786 Exclude Drupal.Arrays.Array.LongLineDeclaration sniff. 2020-09-25 09:19:50 -04:00
Michael Stenta
bf73dd1cc3 Load flag config entities into field allowed values. 2020-09-25 09:19:50 -04:00
Michael Stenta
f806b9bc42 Add a Data field to all log types. 2020-09-25 09:19:50 -04:00
Michael Stenta
c6d43fd642 Provide three flags: monitor, priority, and review. 2020-09-25 09:19:50 -04:00
Michael Stenta
87d1ed5af4 Add a Geometry field (geofield) to all log types. 2020-09-25 09:19:50 -04:00
Michael Stenta
22e184db07 Create a farm_flag config entity. 2020-09-25 09:19:50 -04:00
Michael Stenta
59fb52471e Document PostgreSQL in the development environment. 2020-09-25 09:19:50 -04:00
Michael Stenta
960c007949 Add flag field to all log types. 2020-09-25 09:19:50 -04:00
Michael Stenta
110f719dcd Provide an allowed_values_function for the flag field. 2020-09-25 09:19:50 -04:00
Michael Stenta
40e7602532 Initial farmOS Flags module: provide a flag field. 2020-09-25 09:19:50 -04:00
Michael Stenta
a46d38a735 Add development/code.md to mkdocs.yml. 2020-09-24 22:01:51 -04:00
Michael Stenta
8fd3a754f8 Move docs/development/notes.md to docs/development/docker.md. 2020-09-24 22:01:51 -04:00
Michael Stenta
b7da8c287f Add "Configure debugger" to optional dev environment setup tasks. 2020-09-24 21:39:23 -04:00
Michael Stenta
7ed1136f29 Merge branch 'files2x' into 2.x 2020-09-24 21:39:08 -04:00
Michael Stenta
dbe0324671 Add image and file field instances to all log types. 2020-09-24 21:38:20 -04:00
Michael Stenta
4c7f2dbde5 Field storage config for image and file fields. 2020-09-24 21:38:20 -04:00
Michael Stenta
23f873b765 Use the private file system by default. Document how to configure settings.php. 2020-09-24 21:38:20 -04:00
Michael Stenta
b2aace5af6 Remove Uploadprogress. It is causing AH00051: child pid 27 exit signal Segmentation fault (11), possible coredump in /etc/apache2 2020-09-24 21:37:00 -04:00
Michael Stenta
fc22f0f461 Install farm_settings with farmOS. 2020-09-24 21:36:46 -04:00
Michael Stenta
fdf31f8028 Merge branch 'farm_settings2x' into 2.x 2020-09-24 14:28:27 -04:00
Michael Stenta
1d4d92b40d Add "administer farm settings" permission and require it to access farm info and modules forms. 2020-09-24 14:23:57 -04:00
Michael Stenta
7ec146b02b Change "Site name" to "Farm name". 2020-09-24 14:20:11 -04:00
Michael Stenta
feb562c4aa Fix Uploadprogress is breaking farmos/farmos:7.x-1.x Docker image build #350 2020-09-24 13:44:58 -04:00
paul121
3ea92538b2 Simplify reference to timezone.default config. 2020-09-15 09:22:54 -07:00
paul121
1c5e067662 Add default country setting to Farm Info settings form. 2020-09-15 09:22:42 -07:00
paul121
a3a2f62898 Add site name setting to Farm Info settings form. 2020-09-15 09:14:41 -07:00
paul121
666c3a7af0 Use parent submitForm method to display generic message that config was saved. 2020-09-15 09:13:41 -07:00
paul121
0826801293 The ModuleExtensionList class is not stable. Use the module_handler service to get module names. 2020-09-10 11:34:01 -07:00
paul121
acdc090ca2 Inject module_handler as a dependency in FarmSettingsModulesForm. 2020-09-10 11:34:01 -07:00
paul121
904b429ea0 Don't set a batch if no modules need to be installed. 2020-09-10 10:46:20 -07:00
paul121
8db7e070a4 Provide settings form to install farm modules. 2020-09-10 10:36:27 -07:00
paul121
986894a82e Add moduleOptions helper function to make FarmModulesForm reusable. 2020-09-10 10:35:24 -07:00
paul121
8d0888802f Provide basic farm info settings form with timezone configuration. 2020-09-10 10:35:12 -07:00
paul121
c971f6d023 Init farm_settings module. 2020-09-10 10:30:28 -07:00
Michael Stenta
ddeede7106 Change example composer command from update to help. 2020-08-23 18:07:45 -04:00
Michael Stenta
c4ddf812bd Set OPcache's revalidation frequency to 0 seconds for development. 2020-08-20 16:32:40 -04:00
Michael Stenta
85e0fab939 Set recommended OPcache for maximum performance in Symfony applications. 2020-08-20 16:32:40 -04:00
Michael Stenta
2463cadae4 Add config_update module to dev requirements. 2020-08-20 11:13:55 -04:00
Michael Stenta
75a38c7f45 Replace the version in packaged farm.info.yml. 2020-08-19 21:00:35 -04:00
Michael Stenta
cf816e4fe8 Fix support for tagged versions in build-farmOS.sh.
Broken by 2ede85eee6 "Fix dev Dockerfile composer.json farmOS branch replacement."
2020-08-19 21:00:35 -04:00
Michael Stenta
61089cefce Merge branch 'codesniffer2x' into 2.x 2020-08-19 16:31:50 -04:00
Michael Stenta
06d0b9628d Exclude PHP CodeSniffer rule: Drupal.InfoFiles.AutoAddedKeys.Version CodeSniffer
We intentionally include the version in farm.info.yml, and
replace it ourselves during packaging via GitHub Actions.
2020-08-19 16:31:03 -04:00
Michael Stenta
365cea8f93 \Drupal calls should be avoided in classes, use dependency injection instead. 2020-08-19 16:31:03 -04:00
Michael Stenta
8ca1b22708 Run PHP CodeSniffer in run-tests.yml GitHub Action. 2020-08-19 16:31:03 -04:00
Michael Stenta
6b468768a2 Type hint "array" missing for $install_state. 2020-08-19 16:31:03 -04:00