chore(cms): delete for-tup-cms (moved to diff repo) - #573
Open
wesleyboar wants to merge 2 commits into
Open
Conversation
Deletes for-tup-cms/, its manifest, breadcrumbs.js, and org_logos, now versioned in Core-CMS-Custom's tup/. Repoints assets_custom.html and PORTAL_LOGO at Core-CMS-Custom's CDN. Related: TACC/Core-CMS-Custom#568
This was referenced Aug 4, 2026
for-tup-cms (moved to diff repo)
Core-CMS-Custom#568 dropped breadcrumbs.js/s-breadcrumbs.css instead of migrating them — Core-CMS's nav_cms_breadcrumbs.html already does 2nd-crumb de-linking (different conditions, but redundant enough to drop rather than maintain two copies). Nothing to load in its place.
for-tup-cms (moved to diff repo)for-tup-cms (moved to diff repo)
wesleyboar
added a commit
to TACC/Core-CMS-Custom
that referenced
this pull request
Aug 4, 2026
## Overview Migrates tup-ui's `for-tup-cms/` to here at `/tup/`. ## Related - adds to #563 - required by TACC/tup-ui#573 Includes changes from: - TACC/tup-ui#535 Does not include `breadcrumbs` cuz it is delete in: - TACC/tup-ui#535 ## Changes - **added** `tup/css/cms.css` - **added** `tup/css/_imports/**/*.css` - **added** `tup/css/_imports/components/banner` - **added** `tup/img/logo-*.svg` - **updated** `tup/README.md` ## Testing 1. Confirm each migrated file's content matches its tup-ui `for-tup-cms/`/`org_logos/` counterpart exactly (renames, and the breadcrumbs/footer drops, aside). 2. Confirm `tup/css/cms.css`'s `@import` list matches tup-ui's `tup-cms.for-tup-cms.css` 1-to-1 (minus the breadcrumbs import) just repathed to `./_imports/`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
for-tup-cms/whcih are now versioned in TACC/Core-CMS-Custom instead of here.assets_custom.htmlandPORTAL_LOGOat Core-CMS-Custom's CDN.Related
for-tup-cmsassets from tup-ui Core-CMS-Custom#568(which also deletes
breadcrumbsand tweaksc-footer)Changes
css/for-tup-cmsjs/modules/breadcrumbs.jsimg/org_logos/assets_custom.htmlPORTAL_LOGOTesting
tup/css/_imports/,tup/css/cms.css,tup/img/logo-*.svg(s-breadcrumbs.css/breadcrumbs.jswere dropped there too, not migrated — see feat: vislab form & cal - snippets #568's notes).for-tup-cmscomponent styling — footer, news/blog tweaks, layered-image sections, etc.Notes
for-core-cms/andfor-core-styles/are untouched here — those are handled separately by #570/#572.