Skip to content

Commit

Permalink
Corrected empty h2 elements on term pages (#116)
Browse files Browse the repository at this point in the history
* 11.3.6

* Corrected empty h2 elements on term pages

* removed hook-event-dispatcher patch

* Corrected class name

* updated sitemap settings

* remove data for paragraph rows

* Added title support to the <i> tag

* Updated nvm, yarn, webpack

* Added title and aria tags to html filter format

* updated from upstream

* fixed helpsection test namespace

* permissions fixup

* fixed media permissions test

* stanford syndication setup

* Style changes for magazine and spotlight

* updated test for magazine

* updated styles for media-mentions page

* Updated magazine view to exclude media mentions news type.

---------

Co-authored-by: pookmish <pookmish@gmail.com>
Co-authored-by: Jacob Wilson <49299083+jdwjdwjdw@users.noreply.github.com>
Co-authored-by: Jen Breese <jbreese@stanford.edu>
Co-authored-by: Dena DeBry <dena@buttonwillowsix.com>
Co-authored-by: Joe Gilliland-Lloyd <6943710+joegl@users.noreply.github.com>
Co-authored-by: joegl <20383-joegl@users.noreply.drupalcode.org>
Co-authored-by: Mike Decker <pookmish@stanford.edu>
  • Loading branch information
8 people authored May 6, 2024
1 parent 297a5d9 commit 39183ff
Show file tree
Hide file tree
Showing 249 changed files with 27,717 additions and 29,026 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"drupal/cshs": "^4.0",
"drupal/csv_serialization": "^2.1 || ^3.0",
"drupal/default_content": "^2.0@alpha",
"drupal/diff": "^1.0@RC",
"drupal/diff": "1.1",
"drupal/display_field_copy": "^2.0.",
"drupal/domain_301_redirect": "^2.0",
"drupal/ds": "^3.3",
Expand Down Expand Up @@ -168,7 +168,8 @@
"su-sws/stanford_fields": "^8.2",
"su-sws/stanford_media": "^11.0",
"su-sws/stanford_migrate": "^8.3",
"su-sws/stanford_profile_helper": "9.x-dev",
"su-sws/stanford_profile": "^11.0",
"su-sws/stanford_profile_helper": "^9.0",
"su-sws/stanford_samlauth": "^1.0",
"su-sws/stanford_syndication": "^1.0"
},
Expand All @@ -195,9 +196,6 @@
"drupal/google_analytics": {
"https://www.drupal.org/project/google_analytics/issues/3373921": "https://www.drupal.org/files/issues/2023-08-07/google-analytics-issues-3373921-cannot-install-from-existing-config-11.patch"
},
"drupal/hook_event_dispatcher": {
"https://www.drupal.org/project/hook_event_dispatcher/issues/3354751": "https://www.drupal.org/files/issues/2023-04-17/hook_event_dispatcher-4.x-3354751.patch"
},
"drupal/menu_block": {
"https://www.drupal.org/project/menu_block/issues/3271218": "https://www.drupal.org/files/issues/2022-04-29/menu_block_rendered_empty-3271218-17.patch"
},
Expand Down
8 changes: 7 additions & 1 deletion config/sync/block.block.claro_page_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ uuid: 7695e8e8-305e-4e3e-b5d5-e2885539e8c5
langcode: en
status: true
dependencies:
module:
- system
theme:
- claro
_core:
Expand All @@ -17,4 +19,8 @@ settings:
label: 'Page title'
label_display: '0'
provider: core
visibility: { }
visibility:
request_path:
id: request_path
negate: true
pages: /user/login
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ weight: -4
provider: null
plugin: config_pages_block
settings:
config_page_type: stanford_local_footer
config_page_view_mode: full
id: config_pages_block
label: 'Local Footer'
label_display: '0'
provider: config_pages
label_display: 0
config_page_type: stanford_local_footer
config_page_view_mode: full
visibility:
config_pages_values_access:
id: config_pages_values_access
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ weight: 0
provider: null
plugin: config_pages_block
settings:
config_page_type: stanford_global_message
config_page_view_mode: full
id: config_pages_block
label: 'Global Messages'
label_display: '0'
provider: config_pages
label_display: 0
config_page_type: stanford_global_message
config_page_view_mode: full
visibility:
config_pages_values_access:
id: config_pages_values_access
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ weight: -5
provider: null
plugin: config_pages_block
settings:
config_page_type: stanford_super_footer
config_page_view_mode: full
id: config_pages_block
label: 'Super Footer'
label_display: '0'
provider: config_pages
label_display: 0
config_page_type: stanford_super_footer
config_page_view_mode: full
visibility:
config_pages_values_access:
id: config_pages_values_access
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ visibility:
id: request_path
negate: true
context_mapping: { }
pages: "/node/*\r\n/news*\r\n/people*\r\n/events*\r\n/event-series*\r\n/publications*\r\n/courses*"
pages: "/node/*\r\n/news*\r\n/people*\r\n/events*\r\n/event-series*\r\n/publications*\r\n/courses*\r\n/user/login"
response_code:
id: response_code
negate: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ uuid: c67faba5-06c3-4276-ad97-d452eb5cb58d
langcode: en
status: true
dependencies:
module:
- system
theme:
- stanford_profile_admin_theme
_core:
Expand All @@ -17,4 +19,8 @@ settings:
label: 'Page title'
label_display: '0'
provider: core
visibility: { }
visibility:
request_path:
id: request_path
negate: true
pages: /user/login
2 changes: 1 addition & 1 deletion config/sync/colorbox.settings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_core:
default_config_hash: GXgpFNb8H7n-27gImTB9s1A2lE-lmH43d6qf2KMYp_A
dompurify_hide_warning: false
dompurify_hide_warning: true
custom:
style: default
activate: 1
Expand Down
2 changes: 2 additions & 0 deletions config/sync/config_ignore.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ ignored_config_entities:
- 'next.next_entity_type_config.*'
- 'next.next_site.*'
- 'samlauth.authentication:map_users_roles'
- stanford_syndication.settings
- 'system.action.user_add_role_action.custm_*'
- 'system.action.user_remove_role_action.custm_*'
- 'system.theme:default'
- 'system.theme:default'
- 'user.role.custm_*'
- '~block.block.claro_*'
- '~block.block.claro_*'
- '~block.block.engineering_*'
- '~block.block.minimally_branded_subtheme_*'
- '~block.block.minimally_branded_subtheme_*'
- '~block.block.soe_basic_*'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ third_party_settings:
suffix: ''
id: stanford_basic_site_settings
label: 'Site Settings'
token: null
token: true
context:
show_warning: true
group:
Expand Down
8 changes: 8 additions & 0 deletions config/sync/config_pages.type.stanford_saml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ third_party_settings:
column: value
config_name: stanford_samlauth.settings
config_item: allowed.affiliations
a2134b74-d1d3-464c-b4a6-88045d6edb91:
field: su_saml_role_eval
delta: 0
column: value
config_name: stanford_samlauth.settings
config_item: role_mapping.reevaluate
prefix: ''
suffix: ''
id: stanford_saml
label: SAML
token: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,4 +327,5 @@ content:
third_party_settings: { }
hidden:
label: true
su_site_algolia_ui: true
su_site_renewal_due: true
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ status: true
dependencies:
config:
- config_pages.type.stanford_saml
- field.field.config_pages.stanford_saml.su_saml_role_eval
- field.field.config_pages.stanford_saml.su_simplesaml_affil
- field.field.config_pages.stanford_saml.su_simplesaml_allowed
- field.field.config_pages.stanford_saml.su_simplesaml_roles
Expand All @@ -21,7 +22,7 @@ third_party_settings:
label: 'Login Restrictions'
region: content
parent_name: ''
weight: 1
weight: 2
format_type: details
format_settings:
classes: ''
Expand All @@ -34,6 +35,12 @@ targetEntityType: config_pages
bundle: stanford_saml
mode: default
content:
su_saml_role_eval:
type: options_buttons
weight: 1
region: content
settings: { }
third_party_settings: { }
su_simplesaml_affil:
type: options_select
weight: 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
syndication:
type: boolean_checkbox
weight: 26
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@ content:
required_depth: 0
none_label: '- Please select -'
third_party_settings: { }
syndication:
type: boolean_checkbox
weight: 33
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
- field.field.node.stanford_event.su_event_date_time
- field.field.node.stanford_event.su_event_dek
- field.field.node.stanford_event.su_event_email
- field.field.node.stanford_event.su_event_ext_image
- field.field.node.stanford_event.su_event_groups
- field.field.node.stanford_event.su_event_keywords
- field.field.node.stanford_event.su_event_location
Expand Down Expand Up @@ -369,6 +370,13 @@ content:
required_depth: 0
none_label: '- Please select -'
third_party_settings: { }
syndication:
type: boolean_checkbox
weight: 53
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,13 @@ content:
required_depth: 0
none_label: '- Please select -'
third_party_settings: { }
syndication:
type: boolean_checkbox
weight: 54
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: 0
Expand Down
34 changes: 17 additions & 17 deletions config/sync/core.entity_form_display.node.stanford_news.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ third_party_settings:
label: 'Magazine Fields'
region: content
parent_name: ''
weight: 8
weight: 6
format_type: fieldset
format_settings:
classes: ''
Expand All @@ -101,12 +101,11 @@ third_party_settings:
required_fields: false
group_news_additional_fields:
children:
- su_accent_color
- su_soe_department
label: 'Additional Fields'
region: content
parent_name: ''
weight: 6
weight: 5
format_type: fieldset
format_settings:
classes: ''
Expand All @@ -120,30 +119,30 @@ mode: default
content:
path:
type: path
weight: 12
weight: 10
region: content
settings: { }
third_party_settings: { }
publish_on:
type: datetime_timestamp_no_default
weight: 52
weight: 13
region: content
settings: { }
third_party_settings: { }
scheduler_settings:
weight: 50
weight: 12
region: content
settings: { }
third_party_settings: { }
stanford_intranet__access:
type: entity_access
weight: 10
weight: 9
region: content
settings: { }
third_party_settings: { }
status:
type: boolean_checkbox
weight: 9
weight: 7
region: content
settings:
display_label: true
Expand All @@ -170,7 +169,7 @@ content:
third_party_settings: { }
su_metatags:
type: metatag_firehose
weight: 32
weight: 11
region: content
settings:
sidebar: true
Expand Down Expand Up @@ -226,13 +225,6 @@ content:
settings:
media_types: { }
third_party_settings: { }
su_news_hide_social:
type: boolean_checkbox
weight: 11
region: content
settings:
display_label: true
third_party_settings: { }
su_news_publishing_date:
type: datetime_default
weight: 3
Expand Down Expand Up @@ -262,7 +254,7 @@ content:
third_party_settings: { }
su_shared_tags:
type: cshs
weight: 9
weight: 8
region: content
settings:
save_lineage: false
Expand Down Expand Up @@ -291,6 +283,13 @@ content:
region: content
settings: { }
third_party_settings: { }
syndication:
type: boolean_checkbox
weight: 14
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: 0
Expand All @@ -305,6 +304,7 @@ hidden:
layout_selection: true
promote: true
sticky: true
su_news_hide_social: true
uid: true
unpublish_on: true
url_redirects: true
Loading

0 comments on commit 39183ff

Please sign in to comment.