fix(search): pin google-search.css version with fixes - #554
Merged
Conversation
… fix Bumps the pinned Core-CMS commit for google-search.css from 8b59bd38 to e5b17086, migrating in the gray header background gap fix. Related: TACC/Core-CMS#1218, #553 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
….css Repoints the artscivis, cipp, craftlab, ctrn, and wtcs search snippets from Core-CMS's google-search.css to Core-CMS-Custom's own copy (pinned to the migration branch commit), completing the migration away from Core-CMS. Reverts the prior generic_assets change, since that file's content is now owned by the migration in #555. Related: #555 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…es-migration-f17f90
wesleyboar
marked this pull request as draft
July 31, 2026 16:54
…es-migration-f17f90
Pins to the v1.5 minor line instead of a specific commit, so future v1.5.x patch releases apply automatically without re-pinning.
Widens the pin from v1.5 to the v1 major line, so it tracks any future v1.x.x release automatically.
wesleyboar
marked this pull request as ready for review
July 31, 2026 17:42
wesleyboar
added a commit
that referenced
this pull request
Jul 31, 2026
## Overview Reverts LCCF's one-off search snippet back to the standard pattern used by every other project. ## Related - reverts #553 - according to #554 ## Changes - **reverted** LCCF's search snippet to the shared markup/stylesheet pattern (artscivis, cipp, craftlab, ctrn, wtcs) ## Testing 1. Update LCCF's search snippet in the CMS admin interface to this file's content 2. Visit LCCF's search page 3. Verify search results render and are styled consistently with the other projects
wesleyboar
added a commit
that referenced
this pull request
Jul 31, 2026
## Overview Repoints the iframe script/stylesheet from a specific commit to a version range, matching the search stylesheet's pinning approach. ## Related - per [#554](#554) ## Changes - **pinned** iframe script/stylesheet to the `v1.5` semver range in `generic_assets/html/iframe-styles.html`, `iframe-styles-and-auto-height.html`, `iframe-tacc-docs.html`, and `ctrn_assets/snippets/iframe-styles.html` ## Testing 1. Visit a project's page that embeds an iframe via one of these snippets 2. Verify the iframe still renders with correct styles and auto-height behavior
wesleyboar
added a commit
that referenced
this pull request
Aug 3, 2026
## Overview Use latest Google Search styles for TUP. ## Related - #555 - #557 - #554 ## Changes - **updated** snippet markup ## Testing 1. [TACC search](https://tacc.utexas.edu/search/?q=test) renders like [Texas CTRN search](https://texasctrn.org/search/?q=test). 1. [Snippet #89](https://tacc.utexas.edu/admin/djangocms_snippet/snippet/89/change/) content matches this diff. ## UI Skipped.
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
Related
Dev tried to fix a problem by changing markup instead of CSS.
Changes
google-search.cssTesting
(e.g. artscivis, cipp, craftlab, ctrn, wtcs)