From 82b814ec08ab3050e51227621e209f07ace80220 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:46:12 -0500 Subject: [PATCH 1/3] docs(test-releases): add button colors and footer label to rc10 Both were under-flagged by their own commit messages (test: Button styles, chore(cms): label footer-content), so were missed on first pass despite being portal-testable changes. - adds Bootstrap Button Colors (#1197): success/warning/danger button styles, always render blue/gray/white - adds Footer Static Placeholder Label (#1188): Structure mode shows "Footer content" instead of raw code Co-Authored-By: Claude Sonnet 5 --- docs/test-releases/v4.40.0-rc10.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/docs/test-releases/v4.40.0-rc10.md b/docs/test-releases/v4.40.0-rc10.md index cc7070af5..3e3416d09 100644 --- a/docs/test-releases/v4.40.0-rc10.md +++ b/docs/test-releases/v4.40.0-rc10.md @@ -4,7 +4,9 @@ 1. [Disclosure Markup (`` and ARIA)](#disclosure-markup-summary-and-aria) 2. [Picture Default Caption](#picture-default-caption) 3. [Bootstrap 4 Alert Colors](#bootstrap-4-alert-colors) - 4. [TACC Site Card](#tacc-site-card) + 4. [Bootstrap Button Colors](#bootstrap-button-colors) + 5. [TACC Site Card](#tacc-site-card) + 6. [Footer Static Placeholder Label](#footer-static-placeholder-label) 2. [Deployment / Settings](#deployment--settings) 1. [Custom App Settings → `EXTRA_*` Settings](#custom-app-settings--extra_-settings) @@ -55,6 +57,18 @@ 4. Confirm all 8 alert variants render with the correct Bootstrap color class. 5. Optionally, add a Bootstrap Alert plugin manually and confirm all 8 contexts appear in the **Context** dropdown. +### Bootstrap Button Colors + +> [!NOTE] +> Follow-up to [Bootstrap 4 Alert Colors](#bootstrap-4-alert-colors): buttons offer the same `success`/`warning`/`danger` styles but always render blue/gray/white. + +**Tests:** `success`, `warning`, `danger` button colors ([v4.40.0-rc9](https://github.com/TACC/Core-CMS/releases/tag/v4.40.0-rc9)). + +1. Log in. +2. `docker exec core_cms python manage.py create_test_page_button_style --replace` +3. Open the generated test page. +4. Confirm buttons reuse blue, gray, and white across the color variants (not distinct colors per variant). + ### TACC Site Card **Tests:** new Card plugin ([v4.40.0-rc9](https://github.com/TACC/Core-CMS/releases/tag/v4.40.0-rc9)). @@ -66,6 +80,14 @@ 5. Add a Card plugin manually. 6. Confirm the **Tag Type** field's help text links (article/aside/div to MDN) open in a new tab. +### Footer Static Placeholder Label + +**Tests:** "Footer content" label in Structure mode ([v4.40.0-rc9](https://github.com/TACC/Core-CMS/releases/tag/v4.40.0-rc9)). + +1. Log in. +2. Open any page and enter Structure mode. +3. Confirm the footer static placeholder is labeled "Footer content" (not the raw `footer-content` code). + ## Deployment / Settings > [!IMPORTANT] From a675bd86191dcf2786943f528ea33a4d8f128f30 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:49:32 -0500 Subject: [PATCH 2/3] Update instructions for Structure mode entry Clarified instructions for entering Structure mode by providing an example URL. --- docs/test-releases/v4.40.0-rc10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/test-releases/v4.40.0-rc10.md b/docs/test-releases/v4.40.0-rc10.md index 3e3416d09..fb01e4808 100644 --- a/docs/test-releases/v4.40.0-rc10.md +++ b/docs/test-releases/v4.40.0-rc10.md @@ -85,7 +85,7 @@ **Tests:** "Footer content" label in Structure mode ([v4.40.0-rc9](https://github.com/TACC/Core-CMS/releases/tag/v4.40.0-rc9)). 1. Log in. -2. Open any page and enter Structure mode. +2. Open any page and enter Structure mode (e.g. `?structure`). 3. Confirm the footer static placeholder is labeled "Footer content" (not the raw `footer-content` code). ## Deployment / Settings From f8ecf5670d461b63b99100ee7b7cf0c1c3a1167c Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:51:15 -0500 Subject: [PATCH 3/3] Update Bootstrap button colors note for clarity Clarified note about Bootstrap button colors in the documentation. --- docs/test-releases/v4.40.0-rc10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/test-releases/v4.40.0-rc10.md b/docs/test-releases/v4.40.0-rc10.md index fb01e4808..23fe0bd5a 100644 --- a/docs/test-releases/v4.40.0-rc10.md +++ b/docs/test-releases/v4.40.0-rc10.md @@ -60,7 +60,7 @@ ### Bootstrap Button Colors > [!NOTE] -> Follow-up to [Bootstrap 4 Alert Colors](#bootstrap-4-alert-colors): buttons offer the same `success`/`warning`/`danger` styles but always render blue/gray/white. +> Offers same options as [Bootstrap 4 Alert Colors](#bootstrap-4-alert-colors). **Tests:** `success`, `warning`, `danger` button colors ([v4.40.0-rc9](https://github.com/TACC/Core-CMS/releases/tag/v4.40.0-rc9)).