From b26ad1670cde9602d7f76712b996caad413a47c0 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Tue, 12 Apr 2022 14:22:10 -0500 Subject: [PATCH] chore(settings) add "TACC: " heading prefix (#131) also remove some headings and deprecate others --- a2cps-cms/settings_custom.py | 6 +----- brainmap-cms/settings_custom.py | 8 ++------ ecep-cms/settings_custom.py | 12 +++--------- example-cms/settings_custom.py | 6 +++--- frontera-cms/settings_custom.py | 8 ++------ lccf-tacc/settings_custom.py | 6 +++--- neuronex-cms/settings_custom.py | 8 ++------ protx-cms/settings_custom.py | 6 +++--- sciviscolor-cms/settings_custom.py | 8 ++------ tapis-project-org/settings_custom.py | 8 ++++---- texascale-org/settings_custom.py | 6 +++--- tup-cms/settings_custom.py | 6 +----- utrc-cms/settings_custom.py | 6 +----- 13 files changed, 30 insertions(+), 64 deletions(-) diff --git a/a2cps-cms/settings_custom.py b/a2cps-cms/settings_custom.py index 4acc3318..e3e25e0a 100644 --- a/a2cps-cms/settings_custom.py +++ b/a2cps-cms/settings_custom.py @@ -18,7 +18,7 @@ ) ######################## -# LOGOS +# TACC: LOGOS ######################## LOGO = [ @@ -32,10 +32,6 @@ "True" ] -######################## -# FAVICON -######################## - FAVICON = { "img_file_src": "a2cps-cms/img/org_logos/favicon.ico" } diff --git a/brainmap-cms/settings_custom.py b/brainmap-cms/settings_custom.py index c8a3d8a2..0c01bbf6 100644 --- a/brainmap-cms/settings_custom.py +++ b/brainmap-cms/settings_custom.py @@ -20,7 +20,7 @@ ) ######################## -# BRANDING +# TACC: BRANDING ######################## _UTHSCSA_BRANDING = [ @@ -70,7 +70,7 @@ BRANDING = [ _SGCI_BRANDING, _TACC_BRANDING, _UTEXAS_BRANDING, _UTHSCSA_BRANDING ] ######################## -# LOGOS +# TACC: LOGOS ######################## LOGO = [ @@ -84,10 +84,6 @@ "True" ] -######################## -# FAVICON -######################## - FAVICON = { "img_file_src": "brainmap-cms/img/org_logos/favicon.ico" } diff --git a/ecep-cms/settings_custom.py b/ecep-cms/settings_custom.py index 96f9316a..2bfecfa3 100644 --- a/ecep-cms/settings_custom.py +++ b/ecep-cms/settings_custom.py @@ -21,13 +21,7 @@ ) ######################## -# THEME -######################## - -# THEME = 'has-dark-logo' - -######################## -# BRANDING +# TACC: BRANDING ######################## _NSF_BRANDING = [ @@ -66,7 +60,7 @@ BRANDING = [_NSF_BRANDING, _TACC_BRANDING, _UTEXAS_BRANDING] ######################## -# LOGOS +# TACC: LOGOS ######################## LOGO = [ @@ -81,7 +75,7 @@ ] ######################## -# PORTAL +# TACC: PORTAL ######################## INCLUDES_CORE_PORTAL = True diff --git a/example-cms/settings_custom.py b/example-cms/settings_custom.py index 1f049bd8..c33d6255 100644 --- a/example-cms/settings_custom.py +++ b/example-cms/settings_custom.py @@ -22,7 +22,7 @@ # ) ######################## -# BRANDING +# TACC: BRANDING ######################## # from taccsite_cms.settings import TACC_BRANDING, UTEXAS_BRANDING, NSF_BRANDING @@ -41,7 +41,7 @@ # BRANDING = [ TACC_BRANDING, UTEXAS_BRANDING, NSF_BRANDING, _CUSTOM_BRANDING ] ######################## -# LOGOS +# TACC: LOGOS ######################## LOGO = [ @@ -56,7 +56,7 @@ ] ######################## -# PORTAL +# TACC: PORTAL ######################## # Should a user be able to see link to Portal? (default value: True) diff --git a/frontera-cms/settings_custom.py b/frontera-cms/settings_custom.py index 3c368972..9d052346 100644 --- a/frontera-cms/settings_custom.py +++ b/frontera-cms/settings_custom.py @@ -22,7 +22,7 @@ ) ######################## -# BRANDING +# TACC: BRANDING ######################## _NSF_BRANDING = [ @@ -61,7 +61,7 @@ BRANDING = [ _NSF_BRANDING, _FRONTERA_TACC_BRANDING, _UTEXAS_BRANDING ] ######################## -# LOGOS +# TACC: LOGOS ######################## LOGO = [ @@ -75,10 +75,6 @@ "True" ] -######################## -# FAVICON -######################## - FAVICON = { "img_file_src": "frontera-cms/img/org_logos/favicon.ico" } diff --git a/lccf-tacc/settings_custom.py b/lccf-tacc/settings_custom.py index e1b9355c..51a0fe8d 100644 --- a/lccf-tacc/settings_custom.py +++ b/lccf-tacc/settings_custom.py @@ -6,7 +6,7 @@ # because current infrastructure lacks ability to reference default values ######################## -# BRANDING +# TACC: BRANDING ######################## _NSF_BRANDING = [ @@ -45,7 +45,7 @@ BRANDING = [ NSF_BRANDING, TACC_BRANDING, UTEXAS_BRANDING ] ######################## -# LOGOS +# TACC: LOGOS ######################## LOGO = [ @@ -60,7 +60,7 @@ ] ######################## -# PORTAL +# TACC: PORTAL ######################## INCLUDES_CORE_PORTAL = False diff --git a/neuronex-cms/settings_custom.py b/neuronex-cms/settings_custom.py index 1d7b6f52..0eb7dba6 100644 --- a/neuronex-cms/settings_custom.py +++ b/neuronex-cms/settings_custom.py @@ -20,7 +20,7 @@ ) ######################## -# BRANDING +# TACC: BRANDING ######################## _NSF_BRANDING = [ @@ -59,7 +59,7 @@ BRANDING = [ _NSF_BRANDING, _FRONTERA_TACC_BRANDING, _UTEXAS_BRANDING ] ######################## -# LOGOS +# TACC: LOGOS ######################## LOGO = [ @@ -73,10 +73,6 @@ "True" ] -######################## -# FAVICON -######################## - FAVICON = { "img_file_src": "neuronex-cms/img/org_logos/favicon.ico" } diff --git a/protx-cms/settings_custom.py b/protx-cms/settings_custom.py index 66f12302..e429af40 100644 --- a/protx-cms/settings_custom.py +++ b/protx-cms/settings_custom.py @@ -21,13 +21,13 @@ ) ######################## -# THEME +# TACC: (DEPRECATED) ######################## THEME = 'has-dark-logo' ######################## -# BRANDING +# TACC: BRANDING ######################## COOKS_BRANDING = [ @@ -66,7 +66,7 @@ BRANDING = [ COOKS_BRANDING, _TACC_BRANDING, _UTEXAS_BRANDING ] ######################## -# LOGOS +# TACC: LOGOS ######################## LOGO = [ diff --git a/sciviscolor-cms/settings_custom.py b/sciviscolor-cms/settings_custom.py index 2919fb5a..9171953e 100644 --- a/sciviscolor-cms/settings_custom.py +++ b/sciviscolor-cms/settings_custom.py @@ -3,11 +3,7 @@ # SCIVISCOLOR.ORG ######################## -# BRANDING -######################## - -######################## -# LOGOS. +# TACC: LOGOS ######################## LOGO = [ @@ -22,7 +18,7 @@ ] ######################## -# PORTAL +# TACC: PORTAL ######################## INCLUDES_CORE_PORTAL = False diff --git a/tapis-project-org/settings_custom.py b/tapis-project-org/settings_custom.py index 4af43e11..0c5e089a 100644 --- a/tapis-project-org/settings_custom.py +++ b/tapis-project-org/settings_custom.py @@ -6,7 +6,7 @@ # because current infrastructure lacks ability to reference default values ######################## -# BRANDING +# TACC: BRANDING ######################## UHAWAII_BRANDING = [ @@ -56,7 +56,7 @@ BRANDING = [ _NSF_BRANDING, _TACC_BRANDING, _UTEXAS_BRANDING, UHAWAII_BRANDING ] ######################## -# LOGOS +# TACC: LOGOS ######################## LOGO = [ @@ -71,13 +71,13 @@ ] ######################## -# PORTAL +# TACC: PORTAL ######################## INCLUDES_CORE_PORTAL = False ######################## -# GOOGLE ANALYTICS +# TACC: GOOGLE ANALYTICS ######################## GOOGLE_ANALYTICS_PROPERTY_ID = "UA-125525035-17" diff --git a/texascale-org/settings_custom.py b/texascale-org/settings_custom.py index e9954958..2c68187f 100644 --- a/texascale-org/settings_custom.py +++ b/texascale-org/settings_custom.py @@ -17,7 +17,7 @@ ) ######################## -# LOGOS +# TACC: LOGOS ######################## LOGO = [ @@ -32,7 +32,7 @@ ] ######################## -# PORTAL +# TACC: PORTAL ######################## INCLUDES_CORE_PORTAL = False @@ -41,7 +41,7 @@ ######################## -# FEATURES +# TACC: (DEPRECATED) ######################## from taccsite_cms.settings import INSTALLED_APPS diff --git a/tup-cms/settings_custom.py b/tup-cms/settings_custom.py index 85cc3ece..ff564d02 100644 --- a/tup-cms/settings_custom.py +++ b/tup-cms/settings_custom.py @@ -18,11 +18,7 @@ ) ######################## -# BRANDING -######################## - -######################## -# LOGOS +# TACC: LOGOS ######################## LOGO = [ diff --git a/utrc-cms/settings_custom.py b/utrc-cms/settings_custom.py index 5b7cf9d2..f676e9cd 100644 --- a/utrc-cms/settings_custom.py +++ b/utrc-cms/settings_custom.py @@ -21,7 +21,7 @@ ) ######################## -# LOGOS +# TACC: LOGOS ######################## LOGO = [ @@ -35,10 +35,6 @@ "True" ] -######################## -# FAVICON -######################## - FAVICON = { "img_file_src": "utrc-cms/img/org_logos/favicon.ico" }