From 52a74af0623b0e6d9015ff2091b464f42355f5d1 Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Mon, 18 Mar 2024 10:04:42 -0700 Subject: [PATCH 01/10] D8CORE-7341 Fixed course term page headings --- ....taxonomy_term.su_course_quarters.default.yml | 16 +++++++++++++++- config/sync/views.view.stanford_courses.yml | 5 ++--- 2 files changed, 17 insertions(+), 4 deletions(-) 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/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 From 3ceb929293e2669525fd9dd33d405ae43485e1dd Mon Sep 17 00:00:00 2001 From: pookmish Date: Mon, 18 Mar 2024 10:07:10 -0700 Subject: [PATCH 02/10] 11.3.3 --- CHANGELOG.md | 4 ++++ stanford_profile.info.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2ff9e85..2ed24230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Stanford Profile +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/stanford_profile.info.yml b/stanford_profile.info.yml index 5a0db549..c67ae5b7 100644 --- a/stanford_profile.info.yml +++ b/stanford_profile.info.yml @@ -1,6 +1,6 @@ name: 'Stanford Profile' description: 'Jumpstart Website Profile' -version: 11.3.2 +version: 11.3.3 type: profile project: Stanford core_version_requirement: ^9 || ^10 From db156181cff96947698cb18719b2dd3b72bb6ec7 Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Tue, 19 Mar 2024 13:03:50 -0700 Subject: [PATCH 03/10] D8CORE-7295 D8CORE-7301 Enable rabbit hole for publications content type --- .../sync/field.field.citation.su_article_journal.su_url.yml | 2 +- .../field.field.citation.su_article_newspaper.su_url.yml | 2 +- config/sync/field.field.citation.su_book.su_url.yml | 2 +- config/sync/field.field.citation.su_thesis.su_url.yml | 2 +- ...ole.behavior_settings.node_type_stanford_publication.yml | 6 +++--- stanford_profile.profile | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) 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/stanford_profile.profile b/stanford_profile.profile index fc4aeb00..43d22edc 100644 --- a/stanford_profile.profile +++ b/stanford_profile.profile @@ -5,7 +5,7 @@ * stanford_profile.profile */ -use Drupal\config_pages\Entity\ConfigPages; +use Drupal\config_pages\ConfigPagesInterface; use Drupal\Core\Installer\InstallerKernel; /** @@ -28,7 +28,7 @@ function stanford_profile_final_task(array &$install_state) { /** * Implements hook_ENTITY_TYPE_presave(). */ -function stanford_profile_config_pages_presave(ConfigPages $config_page) { +function stanford_profile_config_pages_presave(ConfigPagesInterface $config_page) { // During install, rebuild the router when saving a config page. This prevents // an error if the config page route doesn't exist for it yet. Event // subscriber doesn't work for this since it's during installation. From 48091e72f24cc4a5442e4b08ccc1eb18b97bc9fb Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Tue, 19 Mar 2024 13:31:48 -0700 Subject: [PATCH 04/10] Added event image to algolia index data --- config/sync/search_api.index.algolia_search.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/sync/search_api.index.algolia_search.yml b/config/sync/search_api.index.algolia_search.yml index 4752ea84..809f5ef3 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: From b7716ce66507440d0f4b9c6a835d8549b06d8a2c Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Wed, 20 Mar 2024 10:41:26 -0700 Subject: [PATCH 05/10] Index algolia items only during cron --- config/sync/search_api.index.algolia_search.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sync/search_api.index.algolia_search.yml b/config/sync/search_api.index.algolia_search.yml index 809f5ef3..acfd293a 100644 --- a/config/sync/search_api.index.algolia_search.yml +++ b/config/sync/search_api.index.algolia_search.yml @@ -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' From 17c332644ac67890b7d4a0c877b8f72a5821c1c5 Mon Sep 17 00:00:00 2001 From: pookmish Date: Wed, 20 Mar 2024 11:45:24 -0700 Subject: [PATCH 06/10] 11.3.4 --- CHANGELOG.md | 6 ++++++ stanford_profile.info.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed24230..6ba8c08f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Stanford Profile +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 diff --git a/stanford_profile.info.yml b/stanford_profile.info.yml index c67ae5b7..12016b28 100644 --- a/stanford_profile.info.yml +++ b/stanford_profile.info.yml @@ -1,6 +1,6 @@ name: 'Stanford Profile' description: 'Jumpstart Website Profile' -version: 11.3.3 +version: 11.3.4 type: profile project: Stanford core_version_requirement: ^9 || ^10 From e116e0fe6178c1248c884057f6b1dfea35d3882d Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Fri, 22 Mar 2024 16:24:50 -0700 Subject: [PATCH 07/10] Disable link trimming on any link/url field display in views or display modes --- ...nfig_pages.stanford_basic_site_settings.default.yml | 2 +- ....config_pages.stanford_courses_importer.default.yml | 2 +- ...y.config_pages.stanford_events_importer.default.yml | 6 +++--- ...view_display.node.stanford_course.stanford_card.yml | 2 +- ...w_display.node.stanford_course.stanford_h3_card.yml | 2 +- ...entity_view_display.node.stanford_event.default.yml | 6 +++--- ...iew_display.node.stanford_event.search_indexing.yml | 6 +++--- ...view_display.node.stanford_news.search_indexing.yml | 2 +- ...ntity_view_display.node.stanford_person.default.yml | 10 +++++----- ...ew_display.node.stanford_person.search_indexing.yml | 8 ++++---- ..._view_display.node.stanford_publication.default.yml | 2 +- ...splay.node.stanford_publication.search_indexing.yml | 2 +- ..._view_display.paragraph.stanford_entity.default.yml | 2 +- ...view_display.paragraph.stanford_gallery.default.yml | 2 +- ...y_view_display.paragraph.stanford_lists.default.yml | 2 +- config/sync/views.view.stanford_events.yml | 2 +- config/sync/views.view.stanford_publications.yml | 2 +- 17 files changed, 30 insertions(+), 30 deletions(-) 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 520df0d9..65902f15 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 @@ -724,7 +724,7 @@ content: type: link label: above settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' @@ -769,7 +769,7 @@ content: type: link label: above settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' @@ -781,7 +781,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 ca3856db..30db10cc 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 @@ -91,7 +91,7 @@ content: type: link label: hidden settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' @@ -138,7 +138,7 @@ content: type: link label: hidden settings: - trim_length: 80 + trim_length: null url_only: false url_plain: false rel: '' @@ -159,7 +159,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/views.view.stanford_events.yml b/config/sync/views.view.stanford_events.yml index 25f44511..1e755622 100644 --- a/config/sync/views.view.stanford_events.yml +++ b/config/sync/views.view.stanford_events.yml @@ -1348,7 +1348,7 @@ display: click_sort_column: uri type: link settings: - trim_length: '80' + trim_length: '' url_only: 1 url_plain: 1 rel: 0 diff --git a/config/sync/views.view.stanford_publications.yml b/config/sync/views.view.stanford_publications.yml index 378cec0f..a4dd47ee 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: '' url_only: true url_plain: true rel: '0' From 550ef57ec92593e5e9cd24178e0568a86767a816 Mon Sep 17 00:00:00 2001 From: pookmish Date: Fri, 22 Mar 2024 16:27:28 -0700 Subject: [PATCH 08/10] 11.3.5 --- CHANGELOG.md | 4 ++++ stanford_profile.info.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba8c08f..b4850cfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Stanford Profile +11.3.5 +------------------------------------------------------------------------------- +- Disabled link trimming on content type displays and view settings. + 11.3.4 ------------------------------------------------------------------------------- - Index algolia items only during cron diff --git a/stanford_profile.info.yml b/stanford_profile.info.yml index 12016b28..df832ea0 100644 --- a/stanford_profile.info.yml +++ b/stanford_profile.info.yml @@ -1,6 +1,6 @@ name: 'Stanford Profile' description: 'Jumpstart Website Profile' -version: 11.3.4 +version: 11.3.5 type: profile project: Stanford core_version_requirement: ^9 || ^10 From 2bfd0637f26c0efd148731245394158c79c35e73 Mon Sep 17 00:00:00 2001 From: Jacob Wilson <49299083+jdwjdwjdw@users.noreply.github.com> Date: Fri, 22 Mar 2024 18:34:30 -0700 Subject: [PATCH 09/10] D8CORE-000 Update Past Event List (#783) --- config/sync/views.view.stanford_events.yml | 44 +++++++++---------- .../sync/views.view.stanford_publications.yml | 2 +- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/config/sync/views.view.stanford_events.yml b/config/sync/views.view.stanford_events.yml index 1e755622..94bdaad8 100644 --- a/config/sync/views.view.stanford_events.yml +++ b/config/sync/views.view.stanford_events.yml @@ -5438,34 +5438,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: '' @@ -5473,15 +5473,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 @@ -5491,7 +5491,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 a4dd47ee..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: '' + trim_length: null url_only: true url_plain: true rel: '0' From ec2db06e44434d753bf54f4e3f86ce508c7aeb7d Mon Sep 17 00:00:00 2001 From: pookmish Date: Fri, 22 Mar 2024 18:36:25 -0700 Subject: [PATCH 10/10] 11.3.6 --- CHANGELOG.md | 4 ++++ stanford_profile.info.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4850cfa..69da7cf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Stanford Profile +11.3.6 +------------------------------------------------------------------------------- +- D8CORE-000 Update Past Event List + 11.3.5 ------------------------------------------------------------------------------- - Disabled link trimming on content type displays and view settings. diff --git a/stanford_profile.info.yml b/stanford_profile.info.yml index df832ea0..85c815f7 100644 --- a/stanford_profile.info.yml +++ b/stanford_profile.info.yml @@ -1,6 +1,6 @@ name: 'Stanford Profile' description: 'Jumpstart Website Profile' -version: 11.3.5 +version: 11.3.6 type: profile project: Stanford core_version_requirement: ^9 || ^10