From dba85a4a14e099366f33fccaabe68acac284d728 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Mon, 18 May 2026 13:20:34 -0500 Subject: [PATCH 1/5] chore: delete hotjar usage --- .../src/taccsite_cms/templates/assets_custom.html | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/apps/tup-cms/src/taccsite_cms/templates/assets_custom.html b/apps/tup-cms/src/taccsite_cms/templates/assets_custom.html index 0c1b6c327..5e7f0070c 100644 --- a/apps/tup-cms/src/taccsite_cms/templates/assets_custom.html +++ b/apps/tup-cms/src/taccsite_cms/templates/assets_custom.html @@ -18,18 +18,6 @@ {# NEW CODE #} - - - From d20618ff8d737014b0216bd2abaee0576bff82b5 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Mon, 18 May 2026 20:37:31 -0500 Subject: [PATCH 2/5] feat(cms): v4.40.0 --- apps/tup-cms/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tup-cms/Dockerfile b/apps/tup-cms/Dockerfile index ec63f81e6..536236ca5 100644 --- a/apps/tup-cms/Dockerfile +++ b/apps/tup-cms/Dockerfile @@ -7,7 +7,7 @@ COPY . /code/ RUN npx nx build tup-ui RUN npx nx build tup-cms-react -FROM taccwma/core-cms:v4.39.1 +FROM taccwma/core-cms:v4.40.0 WORKDIR /code From 340ecf530d770aada0e52e86ee8f01c1b4fb8b1c Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Mon, 18 May 2026 20:40:00 -0500 Subject: [PATCH 3/5] fix: cleanup blog/news settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - **deleted** `…SHOW_ABSTACT_TAG` (default value is the same) - **deleted** `…CUSTOM_MEDIA_POST_CATEGORY` (deleted in Core) - **added** `…SHOW_BYLINE` (default value is the same) - **added** `SHOW_MAIN_IMAGE` (different than default value) --- apps/tup-cms/src/taccsite_cms/settings_custom.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/tup-cms/src/taccsite_cms/settings_custom.py b/apps/tup-cms/src/taccsite_cms/settings_custom.py index 0acd05f07..5648e21dd 100644 --- a/apps/tup-cms/src/taccsite_cms/settings_custom.py +++ b/apps/tup-cms/src/taccsite_cms/settings_custom.py @@ -167,8 +167,8 @@ PORTAL_BLOG_SHOW_CATEGORIES = True PORTAL_BLOG_SHOW_TAGS = False -PORTAL_BLOG_CUSTOM_MEDIA_POST_CATEGORY = 'multimedia' -PORTAL_BLOG_SHOW_ABSTRACT_TAG = 'external' +PORTAL_BLOG_SHOW_BYLINE = True +PORTAL_BLOG_SHOW_MAIN_IMAGE = False TACC_BLOG_CATEGORY_ORDER = ['press-release', 'feature-story', 'multimedia', 'podcast'] From 309f717ad09f0b6ff4df0bf3d810f95a25458a68 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Wed, 8 Jul 2026 15:51:37 -0500 Subject: [PATCH 4/5] chore: delete CSS that will be outdated with new Core-CMS --- .../src/taccsite_cms/templates/snippets/css-ad-hoc-styles.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/tup-cms/src/taccsite_cms/templates/snippets/css-ad-hoc-styles.html b/apps/tup-cms/src/taccsite_cms/templates/snippets/css-ad-hoc-styles.html index e3a42eee3..7f0b261d7 100644 --- a/apps/tup-cms/src/taccsite_cms/templates/snippets/css-ad-hoc-styles.html +++ b/apps/tup-cms/src/taccsite_cms/templates/snippets/css-ad-hoc-styles.html @@ -15,6 +15,3 @@ - -{# TODO: Delete when Core-CMS loads TACC/Core-Styles@1009035e #} - From cd08325986b45797b768bd1f1a360224b40ce720 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Fri, 31 Jul 2026 16:34:13 -0500 Subject: [PATCH 5/5] revert(cms): drop this PR's edit to css-ad-hoc-styles.html That snippet is being deleted from this repo in favor of Core-CMS-Custom (#569); keep it untouched here so #569 doesn't conflict with this PR. --- .../src/taccsite_cms/templates/snippets/css-ad-hoc-styles.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/tup-cms/src/taccsite_cms/templates/snippets/css-ad-hoc-styles.html b/apps/tup-cms/src/taccsite_cms/templates/snippets/css-ad-hoc-styles.html index 7f0b261d7..e3a42eee3 100644 --- a/apps/tup-cms/src/taccsite_cms/templates/snippets/css-ad-hoc-styles.html +++ b/apps/tup-cms/src/taccsite_cms/templates/snippets/css-ad-hoc-styles.html @@ -15,3 +15,6 @@ + +{# TODO: Delete when Core-CMS loads TACC/Core-Styles@1009035e #} +