From c18aa4f5830704bc1f36e6985a30d8d469cdbd94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 23 Sep 2025 11:58:02 -0400 Subject: [PATCH 1/3] local: Apply DDEV self-updates to .gitignore --- .ddev/.gitignore | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.ddev/.gitignore b/.ddev/.gitignore index 788b845..d3c33cf 100644 --- a/.ddev/.gitignore +++ b/.ddev/.gitignore @@ -4,36 +4,27 @@ /**/*.example /.dbimageBuild -/.dbimageExtra /.ddev-docker-*.yaml /.*downloads -/.global_commands /.homeadditions /.importdb* /.sshimageBuild -/.venv /.webimageBuild -/.webimageExtra /apache/apache-site.conf /commands/.gitattributes -/commands/db/mysql -/commands/host/launch -/commands/web/xdebug -/commands/web/live /config.local.y*ml +/config.*.local.y*ml /db_snapshots -/import-db -/import.yaml /mutagen/mutagen.yml /mutagen/.start-synced /nginx_full/nginx-site.conf /postgres/postgresql.conf /providers/acquia.yaml /providers/lagoon.yaml +/providers/pantheon.yaml /providers/platform.yaml /providers/upsun.yaml /sequelpro.spf -/settings/settings.ddev.py /traefik/config/agaric-coop.yaml /traefik/certs/agaric-coop.crt /traefik/certs/agaric-coop.key From c41ba1673469dbfbbdae2114e8f212580e75bb10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 23 Sep 2025 22:03:33 -0400 Subject: [PATCH 2/3] Fix default timezone and country --- config/system.date.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/system.date.yml b/config/system.date.yml index 15d0d0c..b564286 100644 --- a/config/system.date.yml +++ b/config/system.date.yml @@ -2,9 +2,9 @@ _core: default_config_hash: V9UurX2GPT05NWKG9f2GWQqFG2TRG8vczidwjpy7Woo first_day: 0 country: - default: '' + default: US timezone: - default: America/Chicago + default: America/New_York user: configurable: true default: 0 From 892494c1b5e69fd5796a02bbd533834ae372577d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 23 Sep 2025 22:04:36 -0400 Subject: [PATCH 3/3] Apply config changes from Webform update hooks --- config/webform.webform.request.yml | 4 +++- config/webform.webform.tech_for_coops.yml | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config/webform.webform.request.yml b/config/webform.webform.request.yml index b39320a..ce8eea3 100644 --- a/config/webform.webform.request.yml +++ b/config/webform.webform.request.yml @@ -13,16 +13,18 @@ title: Request description: 'Very simple form for potential clients to tell us what they need.' categories: - Lead -elements: | +elements: |- describe_goal: '#type': textarea '#title': 'Describe your goal' email_address: '#type': email '#title': 'E-mail address' + '#required': true phone_number: '#type': tel '#title': 'Phone number' + '#required': true actions: '#type': webform_actions '#title': 'Submit button(s)' diff --git a/config/webform.webform.tech_for_coops.yml b/config/webform.webform.tech_for_coops.yml index cd4fc36..2171cdd 100644 --- a/config/webform.webform.tech_for_coops.yml +++ b/config/webform.webform.tech_for_coops.yml @@ -11,7 +11,8 @@ archive: false id: tech_for_coops title: 'Technology for cooperatives survey' description: 'Collecting information for and possible recipients of educational materials that would be produced by our collaboration on a CDF Cooperative Education Fund potential grant.' -category: 'Survey of needs' +categories: + - 'Survey of needs' elements: |- main_software_needs: '#type': textarea