diff --git a/CHANGELOG.md b/CHANGELOG.md index 6262c1fa..c4405457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -272,6 +272,24 @@ _Release Date: 2022-08-11_ - Fixed events importer title property. +11.3.6 +------------------------------------------------------------------------------- +- D8CORE-000 Update Past Event List + +11.3.5 +------------------------------------------------------------------------------- +- Disabled link trimming on content type displays and view settings. + +11.3.4 +------------------------------------------------------------------------------- +- Index algolia items only during cron +- Added event image to algolia index data +- D8CORE-7295 D8CORE-7301 Enable rabbit hole for publications content type + +11.3.3 +------------------------------------------------------------------------------- +- D8CORE-7341 Add h2 headings to courses quarter term pages + 11.3.2 ------------------------------------------------------------------------------- - D8CORE-7341 Add h2 headings to past events and courses term pages diff --git a/caw_profile.profile b/caw_profile.profile index 3c8e6b89..f0826ff4 100644 --- a/caw_profile.profile +++ b/caw_profile.profile @@ -5,7 +5,7 @@ * caw_profile.profile */ -use Drupal\config_pages\Entity\ConfigPages; +use Drupal\config_pages\ConfigPagesInterface; use Drupal\Core\Installer\InstallerKernel; /** diff --git a/config/sync/core.entity_view_display.config_pages.stanford_basic_site_settings.default.yml b/config/sync/core.entity_view_display.config_pages.stanford_basic_site_settings.default.yml index e0443c8b..cbcacfc6 100644 --- a/config/sync/core.entity_view_display.config_pages.stanford_basic_site_settings.default.yml +++ b/config/sync/core.entity_view_display.config_pages.stanford_basic_site_settings.default.yml @@ -244,7 +244,7 @@ content: type: link label: above settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' diff --git a/config/sync/core.entity_view_display.config_pages.stanford_courses_importer.default.yml b/config/sync/core.entity_view_display.config_pages.stanford_courses_importer.default.yml index 1c4b93ee..62913d34 100644 --- a/config/sync/core.entity_view_display.config_pages.stanford_courses_importer.default.yml +++ b/config/sync/core.entity_view_display.config_pages.stanford_courses_importer.default.yml @@ -16,7 +16,7 @@ content: type: link label: above settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' diff --git a/config/sync/core.entity_view_display.config_pages.stanford_events_importer.default.yml b/config/sync/core.entity_view_display.config_pages.stanford_events_importer.default.yml index 6480f9cd..e0280fb0 100644 --- a/config/sync/core.entity_view_display.config_pages.stanford_events_importer.default.yml +++ b/config/sync/core.entity_view_display.config_pages.stanford_events_importer.default.yml @@ -27,7 +27,7 @@ content: type: link label: above settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' @@ -39,7 +39,7 @@ content: type: link label: above settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' @@ -51,7 +51,7 @@ content: type: link label: above settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' diff --git a/config/sync/core.entity_view_display.node.stanford_course.stanford_card.yml b/config/sync/core.entity_view_display.node.stanford_course.stanford_card.yml index eb62a7da..a0d96af1 100644 --- a/config/sync/core.entity_view_display.node.stanford_course.stanford_card.yml +++ b/config/sync/core.entity_view_display.node.stanford_course.stanford_card.yml @@ -95,7 +95,7 @@ content: type: link label: hidden settings: - trim_length: 80 + trim_length: null url_only: true url_plain: false rel: '0' diff --git a/config/sync/core.entity_view_display.node.stanford_course.stanford_h3_card.yml b/config/sync/core.entity_view_display.node.stanford_course.stanford_h3_card.yml index 5e9c1c28..ca817f32 100644 --- a/config/sync/core.entity_view_display.node.stanford_course.stanford_h3_card.yml +++ b/config/sync/core.entity_view_display.node.stanford_course.stanford_h3_card.yml @@ -96,7 +96,7 @@ content: type: link label: hidden settings: - trim_length: 80 + trim_length: null url_only: true url_plain: false rel: '0' diff --git a/config/sync/core.entity_view_display.node.stanford_event.default.yml b/config/sync/core.entity_view_display.node.stanford_event.default.yml index b9c37a60..11585cd4 100644 --- a/config/sync/core.entity_view_display.node.stanford_event.default.yml +++ b/config/sync/core.entity_view_display.node.stanford_event.default.yml @@ -704,7 +704,7 @@ content: type: link label: above settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' @@ -749,7 +749,7 @@ content: type: link label: above settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' @@ -761,7 +761,7 @@ content: type: link label: above settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' diff --git a/config/sync/core.entity_view_display.node.stanford_event.search_indexing.yml b/config/sync/core.entity_view_display.node.stanford_event.search_indexing.yml index 825cf5a1..8ba8ee1a 100644 --- a/config/sync/core.entity_view_display.node.stanford_event.search_indexing.yml +++ b/config/sync/core.entity_view_display.node.stanford_event.search_indexing.yml @@ -92,7 +92,7 @@ content: type: link label: hidden settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' @@ -139,7 +139,7 @@ content: type: link label: hidden settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' @@ -160,7 +160,7 @@ content: type: link label: hidden settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' diff --git a/config/sync/core.entity_view_display.node.stanford_news.search_indexing.yml b/config/sync/core.entity_view_display.node.stanford_news.search_indexing.yml index 300da1e3..b62c363d 100644 --- a/config/sync/core.entity_view_display.node.stanford_news.search_indexing.yml +++ b/config/sync/core.entity_view_display.node.stanford_news.search_indexing.yml @@ -101,7 +101,7 @@ content: type: link label: hidden settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' diff --git a/config/sync/core.entity_view_display.node.stanford_person.default.yml b/config/sync/core.entity_view_display.node.stanford_person.default.yml index 868f4e9c..6fbfdd3b 100644 --- a/config/sync/core.entity_view_display.node.stanford_person.default.yml +++ b/config/sync/core.entity_view_display.node.stanford_person.default.yml @@ -601,7 +601,7 @@ third_party_settings: label: hidden settings: class: su-button - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '0' @@ -758,7 +758,7 @@ content: type: link label: above settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' @@ -825,7 +825,7 @@ content: type: link label: above settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' @@ -860,7 +860,7 @@ content: type: link label: above settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' @@ -889,7 +889,7 @@ content: type: link label: above settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' diff --git a/config/sync/core.entity_view_display.node.stanford_person.search_indexing.yml b/config/sync/core.entity_view_display.node.stanford_person.search_indexing.yml index 085853a4..1b1ec8ac 100644 --- a/config/sync/core.entity_view_display.node.stanford_person.search_indexing.yml +++ b/config/sync/core.entity_view_display.node.stanford_person.search_indexing.yml @@ -78,7 +78,7 @@ content: type: link label: hidden settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' @@ -145,7 +145,7 @@ content: type: link label: hidden settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' @@ -180,7 +180,7 @@ content: type: link label: hidden settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' @@ -209,7 +209,7 @@ content: type: link label: hidden settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' diff --git a/config/sync/core.entity_view_display.node.stanford_publication.default.yml b/config/sync/core.entity_view_display.node.stanford_publication.default.yml index ff6a1807..2db7a337 100644 --- a/config/sync/core.entity_view_display.node.stanford_publication.default.yml +++ b/config/sync/core.entity_view_display.node.stanford_publication.default.yml @@ -140,7 +140,7 @@ third_party_settings: label: hidden settings: class: su-button - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '0' diff --git a/config/sync/core.entity_view_display.node.stanford_publication.search_indexing.yml b/config/sync/core.entity_view_display.node.stanford_publication.search_indexing.yml index 81e4566e..46a4d901 100644 --- a/config/sync/core.entity_view_display.node.stanford_publication.search_indexing.yml +++ b/config/sync/core.entity_view_display.node.stanford_publication.search_indexing.yml @@ -47,7 +47,7 @@ content: type: link label: hidden settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' diff --git a/config/sync/core.entity_view_display.paragraph.stanford_entity.default.yml b/config/sync/core.entity_view_display.paragraph.stanford_entity.default.yml index d037a615..86ffc20d 100644 --- a/config/sync/core.entity_view_display.paragraph.stanford_entity.default.yml +++ b/config/sync/core.entity_view_display.paragraph.stanford_entity.default.yml @@ -24,7 +24,7 @@ content: label: hidden settings: class: su-button - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '0' diff --git a/config/sync/core.entity_view_display.paragraph.stanford_gallery.default.yml b/config/sync/core.entity_view_display.paragraph.stanford_gallery.default.yml index 6cd1fee2..397592b0 100644 --- a/config/sync/core.entity_view_display.paragraph.stanford_gallery.default.yml +++ b/config/sync/core.entity_view_display.paragraph.stanford_gallery.default.yml @@ -24,7 +24,7 @@ content: label: hidden settings: class: su-button - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '0' diff --git a/config/sync/core.entity_view_display.paragraph.stanford_lists.default.yml b/config/sync/core.entity_view_display.paragraph.stanford_lists.default.yml index 7eb345bc..b52137a7 100644 --- a/config/sync/core.entity_view_display.paragraph.stanford_lists.default.yml +++ b/config/sync/core.entity_view_display.paragraph.stanford_lists.default.yml @@ -24,7 +24,7 @@ content: label: hidden settings: class: 'su-button su-margin-top-5' - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '0' diff --git a/config/sync/core.entity_view_display.taxonomy_term.su_course_quarters.default.yml b/config/sync/core.entity_view_display.taxonomy_term.su_course_quarters.default.yml index 976d0c8f..efbb4b68 100644 --- a/config/sync/core.entity_view_display.taxonomy_term.su_course_quarters.default.yml +++ b/config/sync/core.entity_view_display.taxonomy_term.su_course_quarters.default.yml @@ -96,7 +96,7 @@ third_party_settings: context_mapping: { } views_label: '' items_per_page: none - weight: 2 + weight: 3 additional: { } 12eb9655-d749-407c-90ba-0ca685c1c048: uuid: 12eb9655-d749-407c-90ba-0ca685c1c048 @@ -118,6 +118,20 @@ third_party_settings: class: '' weight: 1 additional: { } + d6717298-1620-4e79-a4ef-cb03ac35cd5e: + uuid: d6717298-1620-4e79-a4ef-cb03ac35cd5e + region: main + configuration: + id: jumpstart_ui_page_heading + label: 'Heading Block' + label_display: '0' + provider: jumpstart_ui + context_mapping: { } + heading_text: Courses + wrapper: h2 + hide_heading: 1 + weight: 2 + additional: { } third_party_settings: { } layout_library: enable: false diff --git a/config/sync/field.field.citation.su_article_journal.su_url.yml b/config/sync/field.field.citation.su_article_journal.su_url.yml index e0aadbf4..c54abe22 100644 --- a/config/sync/field.field.citation.su_article_journal.su_url.yml +++ b/config/sync/field.field.citation.su_article_journal.su_url.yml @@ -12,7 +12,7 @@ field_name: su_url entity_type: citation bundle: su_article_journal label: 'External Source' -description: "Add a URL to an external source for this publication item such as https://example.com/. \r\nThis can be the same url as the DOI link. \r\nBy adding an external source URL, all listings of thie publication will link to the external source instead of a page on this website." +description: "Add a URL to an external source for this publication item such as https://example.com/. \r\nThis can be the same url as the DOI link. \r\nBy adding an external source URL, all listings of this publication will link to the external source instead of a page on this website." required: false translatable: true default_value: { } diff --git a/config/sync/field.field.citation.su_article_newspaper.su_url.yml b/config/sync/field.field.citation.su_article_newspaper.su_url.yml index 495c3e19..ecd32957 100644 --- a/config/sync/field.field.citation.su_article_newspaper.su_url.yml +++ b/config/sync/field.field.citation.su_article_newspaper.su_url.yml @@ -12,7 +12,7 @@ field_name: su_url entity_type: citation bundle: su_article_newspaper label: 'External Source' -description: "Add a URL to an external source for this publication item such as https://example.com/. \r\nThis can be the same url as the DOI link. \r\nBy adding an external source URL, all listings of thie publication will link to the external source instead of a page on this website." +description: "Add a URL to an external source for this publication item such as https://example.com/. \r\nThis can be the same url as the DOI link. \r\nBy adding an external source URL, all listings of this publication will link to the external source instead of a page on this website." required: false translatable: false default_value: { } diff --git a/config/sync/field.field.citation.su_book.su_url.yml b/config/sync/field.field.citation.su_book.su_url.yml index 6f72edf4..8ef2b740 100644 --- a/config/sync/field.field.citation.su_book.su_url.yml +++ b/config/sync/field.field.citation.su_book.su_url.yml @@ -12,7 +12,7 @@ field_name: su_url entity_type: citation bundle: su_book label: 'External Source' -description: "Add a URL to an external source for this publication item such as https://example.com/. \r\nThis can be the same url as the DOI link. \r\nBy adding an external source URL, all listings of thie publication will link to the external source instead of a page on this website." +description: "Add a URL to an external source for this publication item such as https://example.com/. \r\nThis can be the same url as the DOI link. \r\nBy adding an external source URL, all listings of this publication will link to the external source instead of a page on this website." required: false translatable: true default_value: { } diff --git a/config/sync/field.field.citation.su_thesis.su_url.yml b/config/sync/field.field.citation.su_thesis.su_url.yml index dff0fd8d..13cb93c5 100644 --- a/config/sync/field.field.citation.su_thesis.su_url.yml +++ b/config/sync/field.field.citation.su_thesis.su_url.yml @@ -12,7 +12,7 @@ field_name: su_url entity_type: citation bundle: su_thesis label: 'External Source' -description: "Add a URL to an external source for this publication item such as https://example.com/. \r\nThis can be the same url as the DOI link. \r\nBy adding an external source URL, all listings of thie publication will link to the external source instead of a page on this website." +description: "Add a URL to an external source for this publication item such as https://example.com/. \r\nThis can be the same url as the DOI link. \r\nBy adding an external source URL, all listings of this publication will link to the external source instead of a page on this website." required: false translatable: true default_value: { } diff --git a/config/sync/rabbit_hole.behavior_settings.node_type_stanford_publication.yml b/config/sync/rabbit_hole.behavior_settings.node_type_stanford_publication.yml index e8ee0840..cc056f6e 100644 --- a/config/sync/rabbit_hole.behavior_settings.node_type_stanford_publication.yml +++ b/config/sync/rabbit_hole.behavior_settings.node_type_stanford_publication.yml @@ -7,8 +7,8 @@ dependencies: id: node_type_stanford_publication entity_type_id: node_type entity_id: stanford_publication -action: display_page +action: page_redirect allow_override: 0 -redirect: '' +redirect: '[node:su_publication_citation:entity:su_url]' redirect_code: 301 -redirect_fallback_action: access_denied +redirect_fallback_action: display_page diff --git a/config/sync/search_api.index.algolia_search.yml b/config/sync/search_api.index.algolia_search.yml index 4752ea84..acfd293a 100644 --- a/config/sync/search_api.index.algolia_search.yml +++ b/config/sync/search_api.index.algolia_search.yml @@ -182,7 +182,7 @@ field_settings: property_path: custom_value type: string configuration: - value: '[node:su_page_image:entity:field_media_image:large|node:su_page_banner:entity:su_banner_image:entity:field_media_image:large|node:su_person_photo:entity:field_media_image:large|node:su_news_featured_media:entity:field_media_image:large|node:su_news_banner:entity:field_media_image:large]' + value: '[node:su_page_image:entity:field_media_image:large|node:su_page_banner:entity:su_banner_image:entity:field_media_image:large|node:su_person_photo:entity:field_media_image:large|node:su_news_featured_media:entity:field_media_image:large|node:su_news_banner:entity:field_media_image:large|node:su_event_ext_image]' publication_type: label: 'Publication Types » Taxonomy term » Name' datasource_id: 'entity:node' @@ -250,7 +250,7 @@ field_settings: property_path: custom_value type: string configuration: - value: '[config_page:stanford_basic_site_settings:su_site_url:uri|site:base-url][node:url:relative]' + value: '[node:url:absolute]' datasource_settings: 'entity:node': bundles: @@ -303,7 +303,7 @@ tracker_settings: indexing_order: fifo options: cron_limit: 50 - index_directly: true + index_directly: false track_changes_in_references: true algolia_index_name: '' algolia_index_batch_deletion: '1' diff --git a/config/sync/views.view.stanford_courses.yml b/config/sync/views.view.stanford_courses.yml index 8a5d858b..5f8f1105 100644 --- a/config/sync/views.view.stanford_courses.yml +++ b/config/sync/views.view.stanford_courses.yml @@ -2560,10 +2560,9 @@ display: empty_zero: false hide_alter_empty: true click_sort_column: value - type: string_list_class + type: string settings: - class: su-list-unstyled - list_type: ul + link_to_entity: false group_column: value group_columns: { } group_rows: true diff --git a/config/sync/views.view.stanford_events.yml b/config/sync/views.view.stanford_events.yml index 38fff05b..2f3cf687 100644 --- a/config/sync/views.view.stanford_events.yml +++ b/config/sync/views.view.stanford_events.yml @@ -2403,7 +2403,7 @@ display: click_sort_column: uri type: link settings: - trim_length: '80' + trim_length: '' url_only: 1 url_plain: 1 rel: 0 @@ -6494,34 +6494,34 @@ display: group_type: group admin_label: '' label: '' - exclude: false + exclude: 0 alter: - alter_text: false + alter_text: 0 text: '' - make_link: false + make_link: 0 path: '' - absolute: false - external: false - replace_spaces: false + absolute: 0 + external: 0 + replace_spaces: 0 path_case: none - trim_whitespace: false + trim_whitespace: 0 alt: '' rel: '' link_class: '' prefix: '' suffix: '' target: '' - nl2br: false - max_length: 0 - word_boundary: true - ellipsis: true - more_link: false + nl2br: 0 + max_length: '0' + word_boundary: 1 + ellipsis: 1 + more_link: 0 more_link_text: '' more_link_path: '' - strip_tags: false - trim: false + strip_tags: 0 + trim: 0 preserve_tags: '' - html: false + html: 0 element_type: '' element_class: '' element_label_type: '' @@ -6529,15 +6529,15 @@ display: element_label_colon: false element_wrapper_type: '' element_wrapper_class: '' - element_default_classes: true + element_default_classes: 1 empty: '' - hide_empty: false - empty_zero: false - hide_alter_empty: true + hide_empty: 0 + empty_zero: 0 + hide_alter_empty: 1 click_sort_column: value - type: entity_title_heading + type: string settings: - tag: h3 + link_to_entity: 0 group_column: value group_columns: { } group_rows: true @@ -6547,7 +6547,7 @@ display: delta_first_last: false multi_type: separator separator: ', ' - field_api_classes: false + field_api_classes: 0 plugin_id: field su_event_dek: id: su_event_dek diff --git a/config/sync/views.view.stanford_publications.yml b/config/sync/views.view.stanford_publications.yml index 378cec0f..34776c23 100644 --- a/config/sync/views.view.stanford_publications.yml +++ b/config/sync/views.view.stanford_publications.yml @@ -1566,7 +1566,7 @@ display: click_sort_column: uri type: link settings: - trim_length: 80 + trim_length: null url_only: true url_plain: true rel: '0'