Compare commits

...
3 Commits
Author SHA1 Message Date
m038andClaude Opus 4.8 2e32a8559c config: migrate strict_mode to Twig 3 compat flags for Grav 2.0
Grav 2.0's schema migration replaces the 1.7-era twig_compat with
twig2_compat/twig3_compat. Matching the repo to what the upgraded server
already generated so a content reset doesn't revert it.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Np4cMQLF77i664CAQXySzU
2026-07-04 20:13:18 +02:00
m038andClaude Opus 4.8 2b48e427fd chore: gitignore api plugin private-key file (api-private.php)
The API plugin (>=1.0.7) relocates jwt_secret from config/plugins/api.yaml
into a generated config/plugins/api-private.php. Ignore it like the other
per-instance secrets (git-sync.yaml, security.yaml) so it is never committed
or pushed by git-sync.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Np4cMQLF77i664CAQXySzU
2026-07-04 17:49:59 +02:00
m038andClaude Opus 4.8 c4e9b2f6bf config: switch GPM release channel testing -> stable
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Np4cMQLF77i664CAQXySzU
2026-07-04 16:38:28 +02:00
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -6,5 +6,6 @@
/pages/01.trips/italy-2026-demo/ /pages/01.trips/italy-2026-demo/
/pages/02.post/*ui-test*/ /pages/02.post/*ui-test*/
/config/plugins/git-sync.yaml /config/plugins/git-sync.yaml
/config/plugins/api-private.php
/config/security.yaml /config/security.yaml
/themes/intotheeast/node_modules/ /themes/intotheeast/node_modules/
+3 -2
View File
@@ -210,7 +210,7 @@ session:
domain: null domain: null
path: null path: null
gpm: gpm:
releases: testing releases: stable
official_gpm_only: true official_gpm_only: true
http: http:
method: curl method: curl
@@ -237,7 +237,8 @@ flex:
lifetime: 600 lifetime: 600
strict_mode: strict_mode:
yaml_compat: false yaml_compat: false
twig_compat: false
blueprint_compat: false blueprint_compat: false
twig2_compat: false
twig3_compat: true
uploads_privacy: uploads_privacy:
enabled: false enabled: false