Skip to content

Commit

Permalink
Merge branch '11.x' of https://github.com/SU-SWS/stanford_profile int…
Browse files Browse the repository at this point in the history
…o 10.x
  • Loading branch information
pookmish committed Jan 8, 2025
2 parents 21653a0 + 9c7bb1c commit a37ec9f
Show file tree
Hide file tree
Showing 83 changed files with 580 additions and 516 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,22 @@ _Release Date: 2022-08-11_

- Fixed events importer title property.

11.5.0
-------------------------------------------------------------------------------
- Updated metatag module config
- Exposed opportunity in graphql
- D8CORE-7194 Embed codes with captions respect 100% widths on iframes
- D8CORE-6644 Omit default favicons if one is uploaded in the theme settings
- D8CORE-5828 If home page starts with a wysiwyg, add some space at the top
- Added aria label to masthead section
- D8CORE-6821 Adjust skip to main content location
- D8CORE-7454: Move back-to-top inside the <main> element
- D8CORE-7434 D8CORE-7435 D8CORE-7436 | Opportunity full content layout and configure card and list display (#813)
- D8CORE-7578 Adjust person display for lists and improve resolution (#828)
- D8CORE-7558: added the global footer to minimal theme in dark with no logo (#820)
- Added FAQ Accordion List paragraph type based on CAW (#827)
- Added modal colorbox image display choices in the wysiwyg (#826)

11.4.5
-------------------------------------------------------------------------------
- Remove edit links in views (#821)
Expand Down
1 change: 0 additions & 1 deletion caw_profile.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ install:
- 'address:address'
- 'admin_toolbar:admin_toolbar'
- 'admin_toolbar:admin_toolbar_tools'
- 'allowed_formats:allowed_formats'
- 'chosen:chosen'
- 'chosen:chosen_lib'
- 'components:components'
Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"drupal/config_split": "^2.0",
"drupal/confirm_leave": "^1.0@beta",
"drupal/content_lock": "^2.2",
"drupal/core": "~10.3.0",
"drupal/core": "~10.4.0",
"drupal/cshs": "^4.0",
"drupal/custom_markup_block": "^1.2",
"drupal/default_content": "^2.0@alpha",
Expand Down Expand Up @@ -104,9 +104,10 @@
"drupal/layout_paragraphs": "^2.0",
"drupal/link_attributes": "^2.0",
"drupal/link_title_formatter": "^2.0",
"drupal/linkit": "^6.0",
"drupal/linkit": "^7.0",
"drupal/markup": "^2.0",
"drupal/mathjax": "^4.0",
"drupal/maxlength": "^3.1",
"drupal/menu_admin_per_menu": "^1.0",
"drupal/menu_block": "^1.10",
"drupal/menu_link_weight": "^2.0@alpha",
Expand Down Expand Up @@ -140,6 +141,7 @@
"drupal/taxonomy_menu": "^3.5",
"drupal/token_or": "^2.0",
"drupal/ui_patterns": "^1.0",
"drupal/ultimate_cron": "^2.0@beta",
"drupal/view_unpublished": "^1.0",
"drupal/viewfield": "^3.0@beta",
"drupal/views_autocomplete_filters": "^1.3",
Expand Down Expand Up @@ -190,9 +192,6 @@
}
},
"patches": {
"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/2024-03-14/hook_event_dispatcher-4.x-3354751-7.patch"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,20 +273,9 @@ content:
granularity: 2
refresh: 60
description: ''
formatter_third_party_settings:
empty_fields:
handler: ''
field_formatter_class:
class: ''
field_label:
label_value: ''
label_tag: ''
formatter_third_party_settings: { }
show_description: false
third_party_settings:
field_formatter_class:
class: ''
change_labels:
field_label_overwrite: ''
third_party_settings: { }
su_site_dropdowns:
type: boolean_checkbox
weight: 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,6 @@ content:
region: content
settings:
modal: false
default_tz: user
custom_tz: America/Los_Angeles
allowed_timezones: { }
default_duration: 60
default_duration_increments: |-
30
Expand All @@ -227,6 +224,9 @@ content:
custom
show_extra: false
hide_date: true
default_tz: user
custom_tz: America/Los_Angeles
allowed_timezones: { }
add_abbreviations: ''
third_party_settings: { }
su_event_dek:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,7 @@ content:
nesting_depth: 0
require_layouts: 1
empty_message: ''
third_party_settings:
field_formatter_class:
class: ''
change_labels:
add_another: ''
field_label_overwrite: ''
hide_add_another: 0
force_single_cardinality: 0
third_party_settings: { }
su_opp_contact_email:
type: email_default
weight: 16
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ dependencies:
- field.field.node.stanford_person.su_shared_tags
- node.type.stanford_person
module:
- allowed_formats
- change_labels
- cshs
- field_group
Expand Down Expand Up @@ -146,10 +145,7 @@ content:
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings:
allowed_formats:
hide_help: '0'
hide_guidelines: '0'
third_party_settings: { }
field_menulink:
type: menu_link_default
weight: 53
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies:
- field.field.node.stanford_policy.su_policy_updated
- node.type.stanford_policy
module:
- allowed_formats
- datetime
- field_group
- inline_entity_form
Expand Down Expand Up @@ -61,10 +60,7 @@ content:
summary_rows: 3
placeholder: ''
show_summary: true
third_party_settings:
allowed_formats:
hide_help: '0'
hide_guidelines: '0'
third_party_settings: { }
field_menulink:
type: menu_link_default
weight: 53
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ dependencies:
- field.field.paragraph.stanford_accordion.su_accordion_title
- paragraphs.paragraphs_type.stanford_accordion
module:
- change_labels
- field_formatter_class
- maxlength
- text
id: paragraph.stanford_accordion.default
targetEntityType: paragraph
Expand All @@ -27,7 +30,13 @@ content:
settings:
rows: 5
placeholder: ''
third_party_settings: { }
third_party_settings:
maxlength:
maxlength_js: 1000
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: true
change_labels:
field_label_overwrite: ''
su_accordion_title:
type: string_textfield
weight: 0
Expand Down
3 changes: 1 addition & 2 deletions config/sync/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ module:
address: 0
admin_toolbar: 0
admin_toolbar_tools: 0
allowed_formats: 0
autologout: 0
basic_auth: 0
block: 0
block_content: 0
block_content_permissions: 0
book: 0
breakpoint: 0
change_labels: 0
Expand Down Expand Up @@ -121,6 +119,7 @@ module:
linkit: 0
markup: 0
mathjax: 0
maxlength: 0
media: 0
media_duplicate_validation: 0
media_library: 0
Expand Down
4 changes: 2 additions & 2 deletions config/sync/editor.editor.stanford_html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ settings:
async_metadata: true
recommended_enabled: false
ckeditor5_language:
language_list: un
language_list: all
ckeditor5_list:
properties:
reversed: true
Expand Down Expand Up @@ -169,7 +169,7 @@ settings:
label: 'Splash Font'
element: '<p class="su-font-splash">'
-
label: 'Quote Text'
label: 'Quote'
element: '<p class="su-quote-text">'
-
label: 'Drop Cap First Letter'
Expand Down
2 changes: 2 additions & 0 deletions config/sync/editoria11y.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ shadow_components: ''
disable_sync: false
preserve_params: ''
custom_tests: 0
disable_live: false
live_h2: 'form[id^="node-"] #edit-body-wrapper .ck-content'
ignore_containers: .su-secondary-nav
allow_overflow: ''
2 changes: 2 additions & 0 deletions config/sync/environment_indicator.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ _core:
toolbar_integration:
toolbar: toolbar
favicon: true
version_identifier: environment_indicator_current_release
version_identifier_fallback: deployment_identifier
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ settings:
field_title_display: before
component_layout: default
show_component_required_marker: false
flag_required_input: false
credentials_inline: false
override_format: default
field_type:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ settings:
field_title_display: before
component_layout: default
show_component_required_marker: false
flag_required_input: false
credentials_inline: false
override_format: default
field_type:
Expand Down
1 change: 1 addition & 0 deletions config/sync/field.field.citation.su_book.su_author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ settings:
field_title_display: before
component_layout: default
show_component_required_marker: false
flag_required_input: false
credentials_inline: false
override_format: default
field_type:
Expand Down
1 change: 1 addition & 0 deletions config/sync/field.field.citation.su_other.su_author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ settings:
field_title_display: before
component_layout: default
show_component_required_marker: false
flag_required_input: false
credentials_inline: false
override_format: default
field_type:
Expand Down
1 change: 1 addition & 0 deletions config/sync/field.field.citation.su_thesis.su_author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ settings:
field_title_display: before
component_layout: default
show_component_required_marker: false
flag_required_input: false
credentials_inline: false
override_format: default
field_type:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ dependencies:
- config_pages.type.stanford_global_message
- field.storage.config_pages.su_global_msg_message
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
stanford_minimal_html: stanford_minimal_html
plain_text: plain_text
stanford_html: '0'
id: config_pages.stanford_global_message.su_global_msg_message
field_name: su_global_msg_message
entity_type: config_pages
Expand All @@ -24,5 +18,7 @@ translatable: false
default_value: { }
default_value_callback: ''
settings:
allowed_formats: { }
allowed_formats:
- stanford_minimal_html
- plain_text
field_type: text_long
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ dependencies:
- config_pages.type.stanford_local_footer
- field.storage.config_pages.su_local_foot_f_intro
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
stanford_html: '0'
stanford_minimal_html: '0'
plain_text: '0'
id: config_pages.stanford_local_footer.su_local_foot_f_intro
field_name: su_local_foot_f_intro
entity_type: config_pages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ dependencies:
- config_pages.type.stanford_super_footer
- field.storage.config_pages.su_super_foot_text
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
stanford_html: '0'
stanford_minimal_html: '0'
plain_text: '0'
id: config_pages.stanford_super_footer.su_super_foot_text
field_name: su_super_foot_text
entity_type: config_pages
Expand Down
2 changes: 1 addition & 1 deletion config/sync/field.field.media.file.field_media_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ settings:
handler_settings: { }
file_directory: media/file
file_extensions: 'txt rtf doc docx ppt pptx xls xlsx pdf'
max_filesize: ''
max_filesize: '10 MB'
description_field: false
field_type: file
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ dependencies:
- field.storage.node.su_person_location_address
- node.type.stanford_person
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
stanford_html: '0'
stanford_minimal_html: '0'
plain_text: '0'
id: node.stanford_person.su_person_location_address
field_name: su_person_location_address
entity_type: node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@ status: true
dependencies:
config:
- field.storage.node.su_person_research
- filter.format.plain_text
- filter.format.stanford_minimal_html
- node.type.stanford_person
module:
- allowed_formats
- text
third_party_settings:
allowed_formats:
stanford_minimal_html: stanford_minimal_html
plain_text: plain_text
stanford_html: '0'
id: node.stanford_person.su_person_research
field_name: su_person_research
entity_type: node
Expand All @@ -24,5 +20,7 @@ translatable: false
default_value: { }
default_value_callback: ''
settings:
allowed_formats: { }
allowed_formats:
- stanford_minimal_html
- plain_text
field_type: text
Loading

0 comments on commit a37ec9f

Please sign in to comment.