Skip to content

Commit

Permalink
10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish authored Jul 26, 2023
2 parents 1996cc4 + ec3b6a3 commit 88a1d88
Show file tree
Hide file tree
Showing 22 changed files with 1,407 additions and 1,216 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
with:
path: project
- name: Run tests
env:
STANFORD_ENCRYPT: ${{ secrets.STANFORD_ENCRYPT }}
run: |
composer global require su-sws/stanford-caravan:dev-8.x-3.x
~/.composer/vendor/bin/sws-caravan codeception /var/www/html --extension-dir=$GITHUB_WORKSPACE/project --suites=acceptance
Expand Down Expand Up @@ -102,6 +104,8 @@ jobs:
with:
path: project
- name: Run tests
env:
STANFORD_ENCRYPT: ${{ secrets.STANFORD_ENCRYPT }}=
run: |
composer global require su-sws/stanford-caravan:dev-8.x-3.x
~/.composer/vendor/bin/sws-caravan codeception /var/www/html --extension-dir=$GITHUB_WORKSPACE/project --suites=functional
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Stanford Profile

<<<<<<< HEAD
10.0.4
-------------------------------------------------------------------------------
- Update hook to update field storage definitions.

10.0.3
=======
10.0.2
>>>>>>> 10.0.2
-------------------------------------------------------------------------------
- Update decoupled menu to recognize "Expanded" menu setting
- D8CORE-6816 Restored permissions to run importers for site managers
- Add missing chosen library
- Updated google tag settings
- Added to the update hook to handle layout builder menu blocks when updating menu links.
- Added user json api endpoint.

10.0.1
--------------------------------------------------------------------------------
- D8CORE-6792: fix to the CTA image hovers (#298)
Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,10 @@
"drupal/conditional_fields": "^4.0",
"drupal/config_filter": "^2.0",
"drupal/config_ignore": "^3.0",
"drupal/config_merge": "^1.0-rc",
"drupal/config_pages": "^2.6",
"drupal/config_pages_overrides": "^2.0",
"drupal/config_readonly": "^1.0@beta",
"drupal/config_split": "^2.0",
"drupal/config_update": "^1.7",
"drupal/confirm_leave": "^1.0@beta",
"drupal/content_lock": "^2.2",
"drupal/core": "^9.5 || ^10.0",
Expand All @@ -82,7 +80,7 @@
"drupal/field_validation": "^1.0-alpha",
"drupal/file_mdm_exif": "^2.4",
"drupal/file_mdm_font": "^2.4",
"drupal/flat_taxonomy": "^1.2",
"drupal/flat_taxonomy": "^2.0",
"drupal/fontawesome": "^2.19",
"drupal/google_analytics": "^4.0",
"drupal/google_tag": "^2.0",
Expand All @@ -101,7 +99,7 @@
"drupal/layout_builder_restrictions": "^2.2",
"drupal/layout_library": "^1.0-beta1",
"drupal/layout_paragraphs": "^2.0",
"drupal/link_attributes": "^1.11",
"drupal/link_attributes": "^2.0",
"drupal/link_title_formatter": "^2.0",
"drupal/linkit": "^6.0",
"drupal/markup": "^2.0",
Expand All @@ -123,7 +121,7 @@
"drupal/path_redirect_import": "^2.0",
"drupal/pathauto": "^1.6",
"drupal/pdb": "^1.0@alpha",
"drupal/printable": "^3.0@RC",
"drupal/printable": "^3.0",
"drupal/rabbit_hole": "^1.0@beta",
"drupal/real_aes": "^2.4",
"drupal/redirect": "^1.0-beta1",
Expand Down Expand Up @@ -151,6 +149,7 @@
"drupal/views_taxonomy_term_name_depth": "^7.0",
"drupal/webp": "^1.0@beta",
"drupal/xmlsitemap": "^1.0",
"harvesthq/chosen": "^1.8",
"onlyextart/colorbox": "dev-master#e58476becbc89dc671093d1bcd9f99b2167fa8f7",
"sainsburys/guzzle-oauth2-plugin": "^3.0",
"seboettg/citeproc-php": "2.4.1",
Expand Down
9 changes: 7 additions & 2 deletions config/sync/chosen.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@ _core:
minimum_single: 20
minimum_multiple: 20
disable_search_threshold: 0
minimum_width: 0
minimum_width: 300
max_shown_results: null
use_relative_width: false
jquery_selector: 'select:visible'
search_contains: false
disable_search: false
allow_single_deselect: false
disabled_themes: { }
disabled_themes:
claro: '0'
stanford_profile_admin: '0'
minimally_branded_subtheme: '0'
stanford_basic: '0'
chosen_include: 2
placeholder_text_multiple: 'Choose some options'
placeholder_text_single: 'Choose an option'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,17 +142,10 @@ content:
weight: 7
region: content
settings:
resizable: false
sizes:
stanford_banner: 12
stanford_card: 3
stanford_wysiwyg: 3
stanford_media_caption: 3
stanford_spacer: 1
stanford_cta_list: 12
stanford_image_cta: 1
stanford_stories: 12
stanford_gallery: 12
preview_view_mode: default
nesting_depth: 0
require_layouts: 1
empty_message: ''
third_party_settings: { }
su_page_description:
type: string_textfield
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,17 @@ settings:
handler: 'default:paragraph'
handler_settings:
target_bundles:
stanford_card: stanford_card
stanford_wysiwyg: stanford_wysiwyg
stanford_cta_list: stanford_cta_list
stanford_image_cta: stanford_image_cta
stanford_banner: stanford_banner
stanford_stories: stanford_stories
stanford_media_caption: stanford_media_caption
stanford_entity: stanford_entity
stanford_gallery: stanford_gallery
stanford_layout: stanford_layout
stanford_lists: stanford_lists
stanford_card: stanford_card
stanford_wysiwyg: stanford_wysiwyg
stanford_cta_list: stanford_cta_list
stanford_image_cta: stanford_image_cta
stanford_stories: stanford_stories
stanford_spacer: stanford_spacer
negate: 0
target_bundles_drag_drop:
Expand Down
45 changes: 3 additions & 42 deletions config/sync/google_tag.settings.yml
Original file line number Diff line number Diff line change
@@ -1,43 +1,4 @@
_core:
default_config_hash: 65d5DfK5p2hQDpBskbvCIj2hSEqw_Odm2e_d46BH1Lk
uri: 'public:/'
compact_snippet: true
include_file: true
rebuild_snippets: true
flush_snippets: false
debug_output: false
_default_container:
container_id: ''
data_layer: dataLayer
include_classes: false
whitelist_classes: |-
google
nonGooglePixels
nonGoogleScripts
nonGoogleIframes
blacklist_classes: |-
customScripts
customPixels
include_environment: false
environment_id: ''
environment_token: ''
path_toggle: 'exclude listed'
path_list: |-
/admin*
/batch*
/node/add*
/node/*/edit
/node/*/delete
/user/*/edit*
/user/*/cancel*
role_toggle: 'exclude listed'
role_list:
administrator: administrator
site_manager: site_manager
site_editor: site_editor
site_builder: site_builder
site_developer: site_developer
status_toggle: 'exclude listed'
status_list: |-
403
404
default_config_hash: cvh7di-mJogXOBiv_AoDN22DXIg3-OtzE5iLCIFAQ1s
use_collection: true
default_google_tag_entity: ''
141 changes: 141 additions & 0 deletions config/sync/jsonapi_extras.jsonapi_resource_config.user--user.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
uuid: c7c63830-4d1a-40eb-a70a-9d3f28f9fca2
langcode: en
status: true
dependencies:
module:
- jsonapi_defaults
- user
third_party_settings:
jsonapi_defaults:
page_limit: 50
id: user--user
disabled: false
path: user/user
resourceType: user--user
resourceFields:
uid:
disabled: true
fieldName: uid
publicName: uid
enhancer:
id: ''
uuid:
disabled: false
fieldName: uuid
publicName: uuid
enhancer:
id: ''
langcode:
disabled: true
fieldName: langcode
publicName: langcode
enhancer:
id: ''
preferred_langcode:
disabled: true
fieldName: preferred_langcode
publicName: preferred_langcode
enhancer:
id: ''
preferred_admin_langcode:
disabled: true
fieldName: preferred_admin_langcode
publicName: preferred_admin_langcode
enhancer:
id: ''
name:
disabled: false
fieldName: name
publicName: name
enhancer:
id: ''
pass:
disabled: true
fieldName: pass
publicName: pass
enhancer:
id: ''
mail:
disabled: false
fieldName: mail
publicName: mail
enhancer:
id: ''
timezone:
disabled: true
fieldName: timezone
publicName: timezone
enhancer:
id: ''
status:
disabled: false
fieldName: status
publicName: status
enhancer:
id: ''
created:
disabled: false
fieldName: created
publicName: created
enhancer:
id: ''
changed:
disabled: false
fieldName: changed
publicName: changed
enhancer:
id: ''
access:
disabled: false
fieldName: access
publicName: access
enhancer:
id: ''
login:
disabled: true
fieldName: login
publicName: login
enhancer:
id: ''
init:
disabled: true
fieldName: init
publicName: init
enhancer:
id: ''
roles:
disabled: false
fieldName: roles
publicName: roles
enhancer:
id: ''
default_langcode:
disabled: true
fieldName: default_langcode
publicName: default_langcode
enhancer:
id: ''
metatag:
disabled: true
fieldName: metatag
publicName: metatag
enhancer:
id: ''
role_change:
disabled: true
fieldName: role_change
publicName: role_change
enhancer:
id: ''
path:
disabled: false
fieldName: path
publicName: path
enhancer:
id: ''
su_display_name:
disabled: false
fieldName: su_display_name
publicName: su_display_name
enhancer:
id: ''
2 changes: 1 addition & 1 deletion config/sync/node.type.stanford_policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ third_party_settings:
unpublish_revision: false
name: Policy
type: stanford_policy
description: ''
description: 'BETA: Provide a administrative policy structure with breadcrumbs.'
help: ''
new_revision: true
preview_mode: 0
Expand Down
3 changes: 3 additions & 0 deletions config/sync/user.role.site_manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,10 @@ permissions:
- 'edit terms in stanford_person_types'
- 'edit terms in stanford_publication_topics'
- 'edit terms in su_shared_tags'
- 'import stanford_courses migration'
- 'import stanford_localist_importer migration'
- 'import stanford_publications migration'
- 'import su_stanford_person migration'
- 'mark as hidden in editoria11y'
- 'mark as ok in editoria11y'
- 'notify of path changes'
Expand Down
3 changes: 3 additions & 0 deletions config/sync/xmlsitemap.settings.node.stanford_policy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status: false
priority: 0.5
changefreq: 0
3 changes: 2 additions & 1 deletion config/sync/xmlsitemap.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ prefetch_aliases: 1
chunk_size: auto
batch_limit: 100
path: xmlsitemap
frontpage_priority: 0.5
frontpage_priority: !!float 1
frontpage_changefreq: 604800
lastmod_format: 'Y-m-d\TH:i\Z'
gz: false
clean_url: 0
disable_cron_regeneration: false
i18n_selection_mode: simple
metatag_exclude_noindex: false
Loading

0 comments on commit 88a1d88

Please sign in to comment.