Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c2814e5
docs: contributing, release workflow corrections
wesleyboar Nov 3, 2025
0a35800
docs: contributing Use N not Z
wesleyboar Nov 3, 2025
88213c2
docs: contributing - maybe I finally got it
wesleyboar Nov 3, 2025
491cee7
refactor: open external articles without snippet
wesleyboar Nov 18, 2025
a8e7bf1
feat: ext article mgmt in ad-hoc script
wesleyboar Nov 18, 2025
f6a1f8e
chore: load latest ad-hoc scripts
wesleyboar Nov 18, 2025
fdc552b
docs: remove outdated comment
wesleyboar Nov 18, 2025
4c933b5
fix: comment out ad-hoc js change for now
wesleyboar Nov 18, 2025
ba6e13c
fix: bad selector
wesleyboar Nov 18, 2025
90f6c49
fix: ad-hoc js bug
wesleyboar Nov 18, 2025
b013739
chore: npx nx format
wesleyboar Nov 18, 2025
f99bc37
chore: load latest ad-hoc scripts
wesleyboar Nov 18, 2025
f3c1e4d
fix: 1 malformed external article breaks others
wesleyboar Nov 25, 2025
8d04f50
chore: 1 malformed external article breaks others
wesleyboar Nov 25, 2025
8ae708a
fix: bad link
wesleyboar Nov 25, 2025
ea5683c
fix: irrelevant warning on non-external articles
wesleyboar Nov 25, 2025
98b5d87
chore: irrelevant warning on non-external articles
wesleyboar Nov 25, 2025
3ea182e
feat: tacc 25 years logo
wesleyboar Feb 5, 2026
1e35ec2
Merge branch 'main' into refactor/external-article-mgmt-sans-snippet
wesleyboar Feb 5, 2026
f69a4ac
Merge branch 'main' into docs/contributing
wesleyboar Feb 5, 2026
6b8d13a
chore: npx nx format:write
wesleyboar Feb 5, 2026
783b814
test: simpler .md table syntax
wesleyboar Feb 5, 2026
d5c37f8
Revert "test: simpler .md table syntax"
wesleyboar Feb 5, 2026
8b42b68
Merge branch 'docs/contributing' into release/v1.1.20
wesleyboar Feb 10, 2026
ae7918b
Merge branch 'refactor/external-article-mgmt-sans-snippet' into relea…
wesleyboar Feb 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/tup-cms/src/taccsite_cms/settings_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
########################

PORTAL_LOGO = {
"img_file_src": "tup_cms/img/org_logos/tacc-logo-white.svg",
"img_file_src": "tup_cms/img/org_logos/tacc-logo-white-25years--cropped.svg",
"is_remote": False,
"img_class": "",
"link_href": "/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@
One <script> that loads script with many 'import's is faster than many <script>s.
{% endcomment %}

<script src="https://cdn.jsdelivr.net/gh/TACC/tup-ui@460405e9/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/js/ad-hoc.js" type="module"></script>

{% comment %}
If this works, delete `js-prevent-ugly-urls`:
https://tacc.utexas.edu/admin/djangocms_snippet/snippet/150/change/
{% endcomment %}
<script src="https://cdn.jsdelivr.net/gh/TACC/tup-ui@ea5683c6/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/js/ad-hoc.js" type="module"></script>

This file was deleted.

30 changes: 0 additions & 30 deletions apps/tup-cms/src/taccsite_cms/templates/snippets/redirect.html

This file was deleted.

Loading