From 6c8a247cabb85e8568c135e430224d159153d3cc Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sat, 4 Oct 2025 00:02:31 -0400 Subject: [PATCH 1/3] Use raleway for titles but not body copy - Clean up the cache config message. --- templates/Pages/home.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/templates/Pages/home.php b/templates/Pages/home.php index ddeba9e..7c71092 100644 --- a/templates/Pages/home.php +++ b/templates/Pages/home.php @@ -74,13 +74,13 @@ fetch('css') ?> fetch('script') ?> - +
CakePHP -

+

Welcome to CakePHP Chiffon (🍰)

@@ -109,7 +109,7 @@
-

Environment

+

Environment

    =')) : ?>
  • Your version of PHP is 8.1.0 or higher (detected ).
  • @@ -142,7 +142,7 @@
-

Filesystem

+

Filesystem

  • Your tmp directory is writable.
  • @@ -158,7 +158,7 @@ -
  • The is being used for core caching. To change the config edit config/app.php
  • +
  • The engine is being used for core caching. To change the config edit config/app.php
  • Your cache is NOT working. Please check the settings in config/app.php
  • @@ -166,7 +166,7 @@
-

Database

+

Database

@@ -180,7 +180,7 @@
-

DebugKit

+

DebugKit

  • DebugKit is loaded.
  • @@ -204,7 +204,7 @@
    -

    Getting Started

    +

    Getting Started

    CakePHP Documentation The 20 min CMS Tutorial
    @@ -212,7 +212,7 @@
    -

    Help and Bug Reports

    +

    Help and Bug Reports

    Slack CakePHP Issues CakePHP Forum @@ -221,7 +221,7 @@
    -

    Docs and Downloads

    +

    Docs and Downloads

    CakePHP API The Bakery CakePHP Documentation @@ -234,7 +234,7 @@
    -

    Training and Certification

    +

    Training and Certification

    Cake Software Foundation CakePHP Training
    From a4db678d568f706902578af9e6d8bef741dc7b3b Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sat, 4 Oct 2025 00:06:39 -0400 Subject: [PATCH 2/3] Remove always present URL rewriting warning --- templates/Pages/home.php | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/templates/Pages/home.php b/templates/Pages/home.php index 7c71092..8c7c7b8 100644 --- a/templates/Pages/home.php +++ b/templates/Pages/home.php @@ -85,24 +85,15 @@
-
+
-
+
Please be aware that this page will not be shown if you turn off debug mode unless you replace templates/Pages/home.php with your own version.
-
- -
From 665b9bc31d697d7f5780189803a6e5f1e45b8f0c Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sat, 4 Oct 2025 11:41:04 -0400 Subject: [PATCH 3/3] Fix phpcs config --- phpcs.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpcs.xml b/phpcs.xml index cb4c2dc..ea0eeee 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -1,7 +1,5 @@ - - */src/Controller/*